

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}


body {
	font-family: helvetica, arial, sans-serif;
	color: #666;
	font-size: 12px;
}
.content {
	width: 960px;
	margin: 0 auto;
}
#header {
	margin-top: 10px;
	height: 40px;
}
#header h1 {
	float: left;
}
#header h1 a {
	display: block;
	background: url(../img/rwc_logo.png) no-repeat;
	text-indent: -9999px;
	width: 277px;
	height: 18px;
	margin-top: 10px;
}

#main {
	clear: both;
	border-top: 1px #ddd solid;
}
#main .content {
	position: relative;
}

#footer {
	clear: both;
	font-size: 10px;
	height: 40px;
	line-height: 40px;
	background: #333;
	color: #ccc;;
	font-weight: bold;
}
#contactus {
	float: right;
	text-transform: uppercase;
	color: #3ed9d1;
	font-weight: bold;
}
a {
	color: #39c;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 22px;
	font-family: helvetica, arial, verdana, sans-serif;
	letter-spacing: .5px;
	color: #999;
	padding: 10px 0;
}
p {
	line-height: 160%;
	margin: 10px 0;
}


#nav {
	float: right;
}
#nav li, #nav2 ul li {
	float: left;
}
#nav li a, #nav2 a {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#nav li a:hover, #nav li a.current {
	background-position: 0px -13px;
}
#nav2 a:hover, #nav2 a.current {
	background-position: 0px -20px;
}
#nav li a {
	height: 13px;
	margin: 14px 10px 0 30px;
}
#nav2 a {
	height: 20px;
	margin: 0px 2px;
}

#nav li#nav_about a {
	background-image: url(../img/nav_main_about.png);
	width: 40px;
}
#nav li#nav_communities a {
	background-image: url(../img/nav_main_communities.png);
	width: 88px;
}
#nav li#nav_announcements a {
	background-image: url(../img/nav_main_announcements.png);
	width: 110px;
}
#nav li#nav_media a {
	background-image: url(../img/nav_main_media.png);
	width: 42px;
}

#nav2 {
	position: absolute;
	top: 5px;
	right: 0;
}

#carousel {
	margin: 20px 0 10px;
	width: 960px;
	height: 250px;
	background: #eee;
	position: relative;
	overflow: hidden;
}
#carousel #slides li {
	position: absolute;
	top: 0;
	left: 0;
}
#carousel #buttons {
	height: 250px;
	width: 375px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#carousel #buttons li {
	padding: 10px;
	color: #333;
	font-size: 16px;
	text-align: left;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	margin-top: -1px;
	cursor: pointer;
}
#carousel #buttons li .sub {
	font-size: 80%;
}
#carousel #buttons li div {
	display: none;
	font-size: 80%;
}
#carousel #buttons li.selected, #carousel #buttons li:hover {
	background: url(/img/trans50white.png);
}
#carousel #buttonsBack {
	background: #fff;
	height: 250px;
	width: 375px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#posts-container {
	width: 585px;
	float: left;
}
#frontsidebar-container {
	width: 375px;
	float: right;
}
#posts-top, #frontsidebar-top {
	border-bottom: solid 1px;
	padding: 10px 0 3px 0;
	margin-bottom: 15px;
}
#posts-top {
	border-bottom-color: #35dde8;
}
#frontsidebar-top {
	border-bottom-color: #89e836;
}
#posts {
	padding-right: 30px;
}
.widgettitle, .fronttitle {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	color: #666;
}
.post, #frontsidebar li.widget, #sidebar li.widget {
	padding-bottom: 20px;
}
.post-date {
	margin: 0;
}
.single, .posts-left {
	float: left;
	width: 650px;
}
#sidebar {
	margin-top: 55px;
	width: 250px;
	float: right;
}
#respond {
	clear: both;
}
#comment {
	width: 648px;
	height: 158px;
	border: 1px solid #999;
	margin-top: 15px;
}
#commentform label {
	margin-top: 10px;
	display: block;
}
#commentform .text {
	width: 320px;
	height: 20px;
	margin-bottom: 5px;
	border: 1px solid #999;
	line-height: 20px;
}
#commentform #submit {
	border: none;
	clear: both;
	float: right;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 310px;
	background: #39c;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 6px;
	cursor: pointer;
}
