* {
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body {
	background: #474747 url('http://www.code-area51.com/pages/images/bg.png');
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
}

a {
	color:#EE0088;
	text-decoration:none;
}

a:hover {
	color:#EE0088;
	text-decoration:underline;
}

h1 a, h1 a:hover {
	display: block; 
	text-decoration: none;
	font: 80px Helvetica, Arial, Sans-Serif;
	letter-spacing: -5px;  
	text-align: center;
	color: #999;
	text-shadow: 0px 3px 8px #2a2a2a;
	margin: 25px;
}

h2 {
	margin-bottom: 7px;
	color:#EE0088;
}

h3 {
	margin-top: 15px;
	margin-bottom: 4px;
	color: #EE00C3;
}

h4 {
	margin-top: 15px;
	margin-bottom: 4px;
	color: #88004D;
}

p {
	margin-bottom: 12px;
}

#content {
	margin: auto;
	width: 1000px;
}

div#menu {
	float: left;
	clear: both;
	width: 200px;
	position: relative;
	top: -14px;
}

div#menu ul {
	list-style-type: none;
}

div#menu ul ul {
	margin-left: 20px;
}

div#menu ul li a {
	display: block;
	background-color: #222;
	padding: 10px;
	font-size: 1.4em;
	color: #EE0088;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 5px;
	font-variant: small-caps;
	text-decoration: none;
}

div#menu ul li a.current, div#menu ul li a:hover {
	background-color: #373636;
	color: #FFF;
}

blockquote {
	display: block;
	background-color: #222;
	padding: 10px;
	color: #b0b0b0;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 5px;
	margin-top: 25px;
	text-decoration: none;
	font-size: 1.2em;
}

blockquote p.qod-author {
	text-align: right;
	margin: 0;
}

blockquote p.qod-author a:hover {
	text-decoration: none;
}

div#container {
	width: 730px;
	margin-left: 230px; 
	background: #222;
	padding: 16px;
	font-size: 1.2em; 
	/*color: #555;*/
	color: #b0b0b0;	
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div#container ul {
	margin-left: 15px;
	margin-bottom: 12px;
}

#footer {
	clear: both;
	text-align: center;
	font: 12px Helvetica, Arial, Sans-Serif;
	color: #999; 
	position: relative;
	top: 50px;
	vertical-align: middle;
}

#footer a {
	color:#999;
	text-decoration:none;
}

#footer a:hover {
	color:#EE0088;
}

div#sitenav {
	width: 570px;
	position: relative;
	top: -35px;
	margin: auto;
}

span {
	display: block; 
	text-decoration: none;
	font: 14px Helvetica, Arial, Sans-Serif;
	text-align: right;
	color: #619b15;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

span a {
	color:#EE0088;
	text-decoration:none;
}

span a:hover {
	color:#EE0088;
	text-decoration:underline;
}

.loader {
	background-image: url("http://www.code-area51.com/pages/images/ajax-loader.gif");
	text-align: center;
	display: block;
	width: 32px;
	height: 32px;
	margin: auto;
}
pre {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -o-pre-wrap;
 background: #faf8f0;
 display: block;
 padding: 0.5em 1em;
 border: 1px solid #bebab0;
 margin-bottom: 12px;
 color: #000;
}
