/*RapAnarchists.net
Theme URL: http://www.rapanarchists.net
Description: custom theme for http://www.rapanarchists.net
Version: v1.0
Author: CircleAlpha Designs
Author URL: http://design.circlealpha.com
Latest updated: september 10, 2008
*/

/*  the basics  */

body,td,th {
	color: #000000;
}
body {
	background: #FFFFFF;
	font-size: 13px;
}
a:link {
	color: #330000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #330000;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}

/*  layout  */

#top {
	position: fixed;
	left: 0;
	top: 0;
	width:100%;
	background-color: #330000;
	font-family: "Courier New", Courier, monospace;
	font: 24px bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 10;
}
#topbox {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#nav {
	float: left;
	clear: left;
	width: 750px;
	font-size: 14px;
}
#player {
	float: right;
	clear: right;
	width: 225px;
}

#wrap {
	position:absolute;
	left: 0;
	top: 50px;
	width: 100%;
	}
#bigbox {
	width: 1000px;
	margin-left:auto;
	margin-right: auto;
	}
#title {
	width: 100%;
	height: 175px;
	background: url(img/barcode.jpg) no-repeat fixed center top;
}
#mainbox {
	background: url(img/white-bg.png);
	float: left;
	clear: left;
	width:650px;
	padding-left: 10px;
	border-left: 1px solid #330000;
	margin-bottom: 195px;
}
#rightbox {
	float: right;
	clear: right;
	width: 315px;
	background: url(img/white-bg.png);
	padding-left: 10px;
	border-left: 1px solid #330000;
}	

#footer {
	clear: both;
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	border-top: solid #330000 2px;
	margin-top: 10px;
	}

/* sidebar  */

#rightbox ul {
	list-style-type: none;
	display:block;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
#rightbox ul ul a {
	padding-left: 15px;
}
	
#rightbox li {
	display: block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 14px;
} 

#rightbox a {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}
#rightbox a:hover {
	text-decoration: underline;
	}


/*  top Menu  */

#nav ul {
	display: block;
	padding: 0px;
	margin: 0;
	list-style: none;
	font-weight: bold;
	}
#nav a {
	display: block;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url();
	background-repeat: repeat-x;
	background-position: left top;
}
#nav li {
	float: left;
}

#nav li:hover, #nav li.sfhover, #nav li.current_page_item {
	background-color: #000000;
}

/* CSS for Various classes */
.left{border:1px solid #330000;float:left;margin:10px 15px 10px 0;}
.right{border:1px solid #330000;float:right;margin:10px 0 5px 10px;}
.center{
	border:1px solid #330000;
	margin:5px auto 12px;
	text-align:center;
}
.textright{text-align:right;}
.sub{width: 99%;}
.small{font-size:0.8em;}
.bold{font-weight:bold;}
.hide{display:none;}
.post{margin:0 0 25px;}
.postinfo{border:0px;color:#333333;font-size:0.9em;font-weight:bold;line-height:1.5em;margin:1px 0 20px;padding:0px;}
.comment{border:0px;color:#333333;margin:0 0 10px;padding:0px 0px 0 0px;}
.comment p.commenthead{line-height:1.6em;}
.comment p{font-size:0.9em;line-height:1.3em;margin:0 0 6px;padding-bottom:5px;}
.navigation{display:block;margin:10px 0;padding:0 0 15px;text-align:center;}
.navigation p{margin:0;padding:0;}
.prevlink{margin-right:20px;}
.nextlink{margin-left:20px;}