

/*
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;
}

#nav_media_sermons {
	background: url(/img/nav_media_sermons.png) no-repeat;
	width: 71px;
}
#nav_media_media {
	background: url(/img/nav_media_media.png) no-repeat;
	width: 54px;
}


#category {
	float: left;
	width: 240px;
}
#category li a {
	text-transform: uppercase;
	color: #999;
}
#category li a.current {
	color: #F26522;
}
#sermonTable {
	margin-top: -15px;
}
#sermons {
	float: right;
	width: 700px;
}
table {
	width: 100%;
}
td {
	height: 40px;
	padding: 2px;
}
.pagination li {
	float: left;
	margin-right: 8px;
}

td.date {
	width: 116px
}
td.title {
	width: 236px;
}
td.speaker {
	width: 236px;
}
td.download {
	width: 96px;
}


table {
	margin-bottom: 10px;
}
tr.header td {
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
tr.header {
	border-bottom: 2px solid #333;
}
.alternate {
	background: #eee;
}
