@charset "utf-8";
body {
	background:#000;
	color:#fff;
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:.75em;
	margin:0;
	padding:0
}

a:link {
	color:#f00;
	outline:none;
	text-decoration:none
}

a:visited {
	color:#a00;
	outline:none;
	text-decoration:none
}

a:active,li a.active {
	color:#ff0;
	text-decoration:none
}

a:hover {
	color:#fff;
	text-decoration:none
}

p {
	line-height:1.4em;
	margin:0 0 10px
}

h1 {
	color:#f80;
	font-size:1.5em;
	margin:1em 0;
	padding:0
}

h2 {
	color:#f80;
	font-size:1.3em;
	margin:1em 0 0.5em;
	padding:0
}

h3 {
	color:#f80;
	font-size:1.2em;
	margin:0.5em 0 1em;
	padding:0
}
a h3 {
	color:#fc0;
}

h4 {
	color:#f80;
	font-size:1.1em;
	margin:0.5em 0 1em;
	padding:0
}

/*
 * Layout
 */
#wrapper {
	margin:0 auto;
	width:802px
}

#header {
	position:relative;
}

#container {
	background:#000 url(images/bg.jpg) top right repeat-y;
}

#center {
	float:left;
	width:622px
}

/*Adjusts for 3 columns*/
body.sidebars #center {
/*	border-left:1px solid #FF8800;
	border-right:1px solid #FF8800;	*/
	float:left;
	padding:10px;
	width:622px
}

/*Adjusts for 2 columns - sidebar-left*/
body.sidebar-left #center {
	border-left:1px solid #FF8800;
	float:right;
	padding-left:10px;
/*	width:802px */
	width:180px
}

/*Adjusts for 2 columns - sidebar-right*/
body.sidebar-right #center {
	border-right:1px solid #FF8800;
	float:left;
	padding-right:10px;
/*	width:802px */
	width:180px
}

/*
 * Sidebars
 */
.sidebar {
	padding:13px 0 0;
	width:160px
}

#sidebar-left {
	background:#000 url(images/sidebarbg2.jpg) center center no-repeat;
	min-height: 375px;
	float:left;
	margin-right:10px;
}

#sidebar-right {
	background:#000 url(images/sidebarbg.jpg) center center no-repeat;
	min-height: 375px;
	float:right;
	margin-left:10px
}

#footer {
	border-top:1px solid #FF8800;
	clear:both;
	margin:20px 0;
	padding:5px 0;
	position:relative
}

.clear {
	display: block;
	clear: both;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	margin-bottom: -1px;
}

img,a img {
	border:none;
	outline:none
}

span.submitted {
	color:#898989;
	font-size:.9em;
}

hr {
	background:#f80;
	border:none;
	height:1px;
	margin:0;
	padding:0
}
