/* @override http://demos.simplethemes.net/silverline/wordpress/wp-content/themes/default/master.css */

body {
	background: #020202 url(images/rc_bg.jpg) no-repeat center top;
	color: #fff;
	line-height: 135%;
	font-size: 12px;
}

#wrap,.innerwrap {
	width: 742px;
	margin: 0px auto;
	padding: 0;
}
#logo {
	height: 63px;
	padding: 34px 0px 0px 0px;
}
#logo h1 {
	margin: 0;
	padding: 0;
}
#logo h1 a {
	display: block;
	width: 287px;
	height: 53px;
	text-indent: -9999em;
	background: url(images/rc_logo.png) no-repeat left bottom;
}
#topnav {
	background-color: #002736;
	height: 21px;
	width: 100%;
}
#mainnav {
	float: right;
}

#topnav ul,#topnav li,#mainnav ul,#mainnav li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#topnav ul {float: right;}
/* @group Top Nav */

#topnav ul li a {
	text-indent: -9999em;
	display: block;
	height: 21px;
}
#topnav li.sep {
	width: 10px;
	height: 21px;
	background: url(images/nav_sep.png) no-repeat 0px 0px;
}
#topnav ul li.chatt2010 a {
	width: 130px;
	background: url(images/nav_chatt2010.png) no-repeat 0px 0px;
}
#topnav ul li.contact a {
	width: 57px;
	background: url(images/nav_contact.png) no-repeat 0px 0px;
}
#topnav ul li.about a {
	width: 48px;
	background: url(images/nav_about.png) no-repeat 0px 0px;
}

/* @end */
/* @group Main Nav */

#mainnav li a {
	height: 27px;
	display: block;
	background: url(images/tl_norm.png) no-repeat left;
	padding-right: 10px;
	padding-left: 10px;
	color: #ededed;
	font: normal bold 14px/26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-shadow: #0c0c0c -1px 1px 2px;
}
#mainnav li a:hover {
	text-decoration: none;
	color: #fff;
}
#mainnav li {
	background: url(images/tr_norm.png) right;
	margin-right: 6px;
}


/* @end */

#placeholder {
	width: 742px;
}
.copyright {
	color: #fff;
	float: right;
	padding-top: 5px;
}
