body {
	margin: 0; padding: 0;
	color: black;
	font-family: Helvetica, Arial; font-size: .8em; line-height: 1.5em;
}

#header, #activeads, #wrapper {
	position: relative;
	margin: 10px auto;
	width: 800px;
	background-color: white;
	border: 2px solid #00BFFF;
}

#headerline {
	position:absolute;
	left: 0px;
	right: 0px;
	top: 65px;
	height: 36px;
	border-top: 2px solid #00BFFF;
	border-bottom: 2px solid #00BFFF;
}
#header { height: 150px; }
#header h1 { display: block; padding: 0; height: 130px; background: url('../images/aidvertisement-logo.png') no-repeat; background-position: center; text-indent: -9999px; }
#header .tagline { font-size: 1.2em; font-family: Georgia, "Times new Roman", Times, serif; letter-spacing: .5em; text-align: center; }

#activeads { text-align: center; padding: 1em 0 0; }
#activeads ul { display: block; width: 100%; margin: 1em auto 0; }
#activeads li { display: inline; float: left; width: 155px; padding: .2em 20px; font-size: 0.84em; line-height: 1.2em; }
#activeads a:hover { background-color: transparent; }
#activeads .AIDStext a { display: block; padding:.5em; }
#activeads ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#activeads p.AIDSpowered a { padding: .3em; }
#activeads span.AIDSpowered,
#activeads span.AIDSaid { text-transform: uppercase; }
#activeads span.AIDSby { font-style: italic; }

#wrapper { margin-bottom: 100px; }

#content { display: block; width: 585px; }
#content p { padding: .5em 1em 0; }
#content p:last-child { padding-bottom: 1em; }
#content h1, #content h2 { padding: 1em .5em 0; font-size: 1.8em; }
#content h1 { border-bottom: 2px solid #00BFFF; }
#content h2 { font-size: 1.5em; font-style: italic; }
#content ul { padding: .5em 0 0; list-style: square inside; }
#content li { padding-left: 2em; }
#content code { margin: .5em 3em 0; padding: .5em; font-family: Georgia; font-size: .8em; line-height: 1.5em; border-color: green; -moz-border-radius: 10px; -webkit-border-radius: 10px; background-color: #dfffdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#dfffdf), to(#adddad)); background: -moz-linear-gradient(90deg, #adddad, #dfffdf); -webkit-box-shadow:2px -2px 10px #adddad; -moz-box-shadow:2px -2px 10px #adddad; }

.phpdefault { color:#0000BB; font-weight: bold;}
.phpkeyword { color:#007700; font-weight: bold;}
.phpstring  { color:#DD0000; font-weight: normal;}
.phpcomment { color:#FF8000; font-weight: normal;}
#content .download-button { display: block; border: 2px solid #00BFFF;-moz-border-radius: 10px; -webkit-border-radius: 10px; background-color: #dfffdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#dfffdf), to(#adddad)); background: -moz-linear-gradient(90deg, #adddad, #dfffdf); -webkit-box-shadow:2px -2px 10px #adddad; -moz-box-shadow:2px -2px 10px #adddad; height: 3em; width: 40%; text-align: center; line-height: 3em;  }
#content a.alignright { margin-right: 2em; }
#content a.alignleft { margin-left: 2em; }


#sidebar { display: block; position: absolute; top: 0; right:0; bottom: 0; float: right; width: 190px; border-left: 2px solid #00BFFF; padding: 1em; }
#sidebar div { padding-top: 1em; }
#sidebar:first-child { padding-top: 0; }
#sidebar h2 { font-size: 1.2em; }
#sidebar a { display: block; padding: 0 0 0 5px; }
#sidebar a:hover { text-decoration: none; background-color: #00BFFF; }
#sidebar a span.count { font-size: xx-small; vertical-align: super; }
#sidebar ul li { list-style-type: square; margin-left: 1.5em; }
div#ad a:hover.AIDSimg { background-color: transparent; }
div#ad p.AIDSpowered a { padding: .5em 0; text-align: center; }
div#ad span.AIDSpowered,
div#ad span.AIDSaid { text-transform: uppercase; }
div#ad span.AIDSby { font-style: italic; }

#footer { display: block; position: absolute; right: 0; bottom: 0; left: 0; border-top: 2px solid #00BFFF; padding: .2em 1em; font-size: .8em; line-height: 1.2em; text-align: center; }
#footer a { display: inline; padding: 0; }

/* Begin Headers */
h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; }
h3.comments {  padding-top: 40px; padding-bottom: 20px; }
h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3 a:hover, h3 a, h3 a:visited { text-decoration: none; }
/* End Headers */

/** CUSTOM CLASSES **/
a, a:visited, a:active { color: green; }
a:hover { color: black; background-color: #BEB; }
a.download { display: block; text-align: center; font-weight: bold; }

textarea { display: block; width: 95%; margin: 0 auto; padding: .5em; font-size: .5em; background-color: #DDD; }
abbr { border-bottom-color: green; }
