body {
	font: 10px "Verdana";
	color:#aaa;
	margin:0;
	background:url(/css/images/banner_extended.gif) top repeat-x #6880ba;
}

* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

#header {
	height:93px;
	background:url(/css/images/banner.gif) left no-repeat;
}

ul#nav {
	clear:both;
	margin:0;
}
	
ul#nav li {
	float: left;
	padding:10px 0;
	list-style:none;
}

ul#nav li.right {
	float:right;
	margin:0 10px 0 0 !important;
	margin:0 3px 0 0;
}

ul#nav input {
	/*background:#333;
	border:1px solid #555;
	font:100% Verdana;
	color:#aaa;
	padding:2px;*/
}

ul#nav li a {
	padding: 10px;
	color:#aaa;
	text-decoration:none;
	margin:5px;
}

ul#nav li a:hover {
	background:url(/css/images/nav_hover.png) top no-repeat #121212;
	color:#aaa;
}

ul#nav li a.active {
	background:url(/css/images/nav_active.png) top no-repeat #010101;
	color:#666666;
}

/* /css for sidebar *not being used (currently)* */


#sidebar {
	width:100px;
	float:right;
	background:#333;
	margin:1px 0 0 0;
}

#sidebar a {	
	color:#fff;
}

#sidebar a:hover {
	text-decoration:none;
	border:none;
}

#sidebar h2 {
	font:150% Trebuchet MS;
	color:#fff;
}

p.news {
	clear:right;
	border-bottom:1px solid #3a3a3a;
	padding-bottom:20px;
	width: 100%;
}

#sidebar ul {
	margin-left:45px;
}

#sidebar input {
	margin:0 0 0 30px;
	background:#E13768;
	border:1px solid #d02657;
	font:100% Verdana;
	color:#fff;
	padding:4px;
	width:100px;
}

p.news .more {
	display:block;
	text-align:right;
}

#content {
	background-color:#333;
	margin:0 0 0 0;
	font-size:120%;
	padding:20px;
}

#content post,blockquote {
	margin:15px 30px;
}

#content post {

    font: "Century Gothic";
	font-size: 24px;
	color:#fff;
	background:url(/css/images/content_h2.gif) left no-repeat;
	padding:0 0 0 19px;
	margin: 15px 20px 15px 0px;
	text-decoration: none;
}

#content post a {
	color:#fff;
	text-decoration:none;
	border-bottom:2px solid #222;
}

#content post a:hover {
	border-bottom:2px solid #E13768;
}

#content strong {
	color:#EEEEEE;
	padding:1px 4px 3px 4px;
}

#content p {
	padding:5px 0;
	font-size:95%;
}

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

a.morelink {
	font:10px "Courier New";
	text-transform:uppercase;
}

a:hover {
	border-bottom:1px solid #222;
}

#content h3 {
	font:140% Trebuchet MS;
	color:#fff;
}

#content h2 {
	font:120% Trebuchet MS;
	color:#fff;
}

.details {	
	color:#ccc;
	border:1px solid #2d2d2d;
	background:url(/css/images/details.jpg) right no-repeat #313131;
	padding:2px 15px;
	margin:10px 10px 50px 25px;
}

.details p {
	margin:0;
	padding:0;
}

.details p a {
	color:#666;
}

blockquote {
	border-left:2px solid #2f2f2f;
	background:#323232;
}

#content ul li {
	margin:10px 10px 10px 15px;
	list-style:none;
	padding:0 0 0 20px;
	background:url(/css/images/bullet.gif) right x-repeat;
}

#content ol.comments {
	margin:10px 0 10px 25px;
}

ol.comments a {
	color:#E13768;
}

#content ol li {
	margin:10px 0 10px 25px;
	padding:10px 0;
	font:90% Trebuchet MS;
	line-height:22px;
}

p.user {
	border-bottom:1px solid #2a2a2a;
	background:#303030;
}

img.c {
	
	padding:1px;
	border:1px solid #111;
}

img.d {
	padding:5px 5px;
}

img.img_r {
	padding:1px;
	border:1px solid #111;
	float:right;
}

img.img_l {
	margin:5px;
	border:1px solid #111;
	float:left;
}

#footer {
	border-top:5px solid #5970AA;
	background:#6880BA;
	padding:15px;
}

#footer a {
	color:#ccc;
}