body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
        letter-spacing:-0.05em;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0; }


body {
    background: url(/static/i/background.jpg) repeat;
    color: #222;
    font-family: 'Helvetica Neue', Calibri, sans-serif;
    font-size: 1.25em;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:2;
    width:100%;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: #366ac9;
}

a:hover {
    color: #003dac;
}

#footer {
    font-size:0.5em;
    width: 960px;
    color: #ddd;
    height: 29px;
    text-align: center;
    vertical-align: middle;
    background: #333;
    margin: 0px auto;
}

#footer span { 
    background: url(/static/i/cc-license-badge.png) no-repeat center left;
    line-height: 29px;
    padding-left: 85px;
    height: 29px;
    display: inline-block;
}


pre {
    line-height: 1.5;
}

strong {
    font-weight: bold;
}


div.float-right-img {
    float: right;
    margin: 2em 0 2em 2em;
}
