/*
Theme Name: RezPlz!
Theme URI: http://www.rezplz.net
Description: The theme we use. K?
Author: Stephen Taylor
Author URI: http://www.rezplz.net
Version: 2.0
*/
*
{
	margin:0;
	padding:0;
}

body
{
	background:#250000 url(background.jpg) bottom fixed repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#FFFFFF;
}

#header, #navigation, #content
{
	width:800px;
}

#container
{
	width:1000px;
	margin: 10px auto 20px auto;
	background-color:#950000;
	border:1px solid #000000;
}

#header
{
	height:80px;
	background-color:#950000;
}

#header span
{
	display:none;
}

#header img
{
border:0;
float:left;
}

#header h2
{
color:#c35252;
padding:10px;
float:right;
margin:0;
font-size:1em;
}

#navigation ul
{
	text-align:center;
	height:1.5em;
}

#navigation ul li
{
	list-style-type:none;
	display:inline;
}

#navigation ul li a
{
	padding-top:0.25em;
	float:left;
	background-color:#460000;
	width:5em;
	height:100%;
}

#navigation a:link, #navigation a:visited
{
	text-decoration:none;
	color:#FFFFFF;
}

#navigation a:hover
{
	background-color:#300000;
}

#content
{
	background-color:#950000;
}

#content .item
{
	border:1px dashed #000000;
	width:750px;
	margin:15px auto;
	background-color:#700000;
}

#content .item h2
{
	font-size:1.2em;
	font-variant:small-caps;
	font-weight:normal;
	background-color:#460000;
	border-bottom:1px dashed black;
	padding-left:5px;
}

#content .item p
{
	background-color:#700000;
	padding:0 0 5px 5px;
}

#content .item blockquote
{
	padding:5px 10px;
	font-style:italic;
}

#content a:link, #content a:visited, #quickLinks a:link, #quickLinks a:visited
{
	color:#ffbfbf;
	text-decoration:none;
	border-bottom:1px dotted #000000;
}

#content a:hover
{
	background-color: #460000;
	color: white;
	border-bottom: 1px solid white;
}

.center
{
	text-align:center;
}
	

#quickLinks
{
	width:194px;
	padding:5px 0 5px 5px;
	position:absolute;
	margin-left:800px;
	top:11px;
	background-color:#700000;
	border-left: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}

#quickLinks ul li
{
	list-style-type:none;
}

#footer
{
	font-size:0.75em;
	text-align:center;
}