@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	text-align:center;
	font-family: "Lucida Grande", Helvetica, Geneva, Arial, sans-serif;
	color:#333;
	font-size: 62.5%;
	height: 100%;
	background-color: #3d3d3d;
}
.container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:950px;
	font-size: 1.2em;
	line-height: 1.5em;
}
#header {
	position: relative;
	background: url(../images/header-bg.png) repeat-x;
	height: 69px;
}
.ie6 #header,
.ie7 #header {
	z-index: 30;
}
#header .container {
	width: 1100px;
	line-height: 1.3em;
}
#header h1 {
	margin: 0;
	float: left;
}
#header h1 a {
	display: block;
	width: 160px;
	height: 69px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -99999em;
}
#header .divider {
	margin: 0;
	float: left;
	margin-right: 5px;
}
#explore-nav,
#campus-nav {
	position: relative;
	float: left;
	margin: 21px 10px 0 0;
}
.header-button-left {
	float: left;
	position: relative;
	display: block;
	background: url(../images/header-button-left.png) left top no-repeat;
	padding-left: 27px;
	height: 22px;
	text-decoration: none;
}
.header-button-right {
	display: block;
	background: url(../images/header-button-right.png) top right no-repeat;
	height: 19px;
	padding: 3px 22px 0 0;
	color: #666;
	font-size: 11px;
}
.header-button-right span,
.header-button-right-alt span {
	padding-right: 20px;
	background: url(../images/header-button-arrow.png) no-repeat right center;
}
.header-button-left:hover {
	background: url(../images/header-over-button-left.png) left top no-repeat;
}
.header-button-left:hover .header-button-right {
	background: url(../images/header-over-button-right.png) top right no-repeat;
	color: #fff;
}
.header-button-left:hover .header-button-right span,
.header-button-left:hover .header-button-right-alt span {
	background: url(../images/header-over-button-arrow.png) no-repeat right center;
}

.header-button-right-alt {
	display: block;
	background: url(../images/header-button-right-alt.png) top right no-repeat;
	height: 19px;
	padding: 3px 22px 0 0;
	color: #666;
	font-size: 11px;
}
.header-button-left:hover .header-button-right-alt {
	background: url(../images/header-over-button-right-alt.png) top right no-repeat;
	color: #fff;
}
#explore-box {
	display: none;
	position: absolute;
	top: 23px;
	left: 6px;
	z-index: 100;
	background: url(../images/explore-bg.png) no-repeat 70px 0;
	padding-top: 7px;
}
#explore {
	border: 1px solid #bcbdc0;
	background: #333;
	padding: 20px;
}
#explore ul,
#explore li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#explore li a.title {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}
#explore li {
	list-style-type: none;
	list-style-position: outside;
	width: 120px;
	margin: 0px 30px 5px 0;
	padding: 0px 0px;
	font-size: 11px;
	float: left;
	line-height: 12px;
}
#explore li ul {
	margin-top: 10px;
}
#explore li li {
	clear: both;
	margin: 0 0 5px 0;
}
#explore li li a {
	text-decoration: none;
	color: #999;
}
#explore li li a:hover {
	color: white;
}

#explore li ul.indent_1 {
	margin: 5px 0 0 0px;
}
#explore li ul.indent_1 li.has_child a {
	padding-left: 11px;
	background: url(../images/nav-arrow.png) no-repeat left top;
}
#explore li ul.indent_1 li.has_child_open a {
	padding-left: 11px;
	background: url(../images/nav-arrow.png) no-repeat left bottom;
}
#explore li ul.indent_2 {
	margin: 5px 0 -5px 15px;
	font-style: italic;
	display: none;
}
#explore li ul.indent_1 li.has_child_open ul.indent_2 li a {
	padding: 0;
	background: none;
}

#campus-box {
	position: relative;
	float: left;
}
#campus-box span {
	display: block;
	height: 19px;
	padding: 3px 22px 0 13px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	background: url(../images/header-campus-button-right.png) right center no-repeat;
	background-color: #666;
}
#campus-list {
	display: none;
	position: absolute;
	top: 23px;
	left: 60px;
	z-index: 100;
	background: url(../images/explore-bg.png) no-repeat 20px 0;
	padding-top: 7px;
}
#campus-inside {
	border: 1px solid #bcbdc0;
	background: #333;
	font-size: 10px;
	padding: 10px;
}
#campus-inside ul {
	margin: 0;
}
#campus-inside ul li.title {
	color: white;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#campus-inside ul li {
	list-style-type: none;
	list-style-position: outside;
	margin: 5px 0;
	padding: 0px 5px;
}
#campus-inside ul li a {
	text-decoration: none;
	color: #999;
}
#campus-inside ul li a:hover {
	color: white;
}

#secondary-nav {
	margin: 10px 0 0 0;
	float: right;
}
#secondary-nav li {
	float: left;
	list-style-type: none;
	list-style-position: outside;
}
#secondary-nav li a {
	display: block;
	color: #999;
	font-size: 11px;
	margin-right: 7px;
	padding-right: 10px;
	background: url(../images/secondary-nav-divider.png) no-repeat right center;
	height: 21px;
	padding-top: 3px;
}
#secondary-nav li.last {
	background: none;
	padding: 0;
}
#secondary-nav li.last a {
	background: none;
	border: 0;
	display: inline;
	margin-right: 3px;
	padding-right: 5px;
}
#search {
	position: absolute;
	right: 10px;
	top: 37px;
}

#body {
	position: relative;
	background: url(../images/body-bg.png) repeat-x;
	background-color: black;
	padding: 1px;
}
#body .container {
	margin: 20px auto;
}
#body-content {
	background-color: white;
}
#body-header {
	background-color: #ccc;
	padding: 9px 0px 10px;
	font-size: 11px;
	line-height: 11px;
	margin-bottom: 40px;
}
#breadcrumbs {
	margin: 0;
	padding: 0;
}
#breadcrumbs li {
	margin: 0 7px 0 0;
	padding-right: 15px;
	list-style-type: none;
	list-style-position: outside;
	float: left;
	background: url(../images/breadcrumbs-divider.png) right center no-repeat;
}
#breadcrumbs li.last {
	background: none;
	color: white;
}
#content {
	padding: 0 64px 20px;
	min-height: 500px;
}
#body ul,
#body ol {
	margin-left: 2em;
}
	
#footer {
	background: url(../images/footer-bg.png) repeat-x top;
	background-color: #3d3d3d;
	min-height: 200px;
}

/* LARGE_CALENDAR STYLES
 **********************************/
#jMonthCalendar { 
	position:relative; 
	margin-bottom: 40px;
}
.MonthlyCalendar .MonthNavigation { 
	border-bottom:solid 1px #ccc; 
	clear:both; 
	padding:5px 10px 0 10px; 
}
.MonthlyCalendar .MonthNavPrev, 
.MonthlyCalendar .MonthNavNext, 
.MonthlyCalendar .TodayLink { 
	width:10%; 
	float:left; 
}
.MonthlyCalendar .YearNavNext, 
.MonthlyCalendar .YearNavPrev { 
	width:10%; 
	float:right; 
}
.MonthlyCalendar .MonthName { 
	width:80%; 
	text-align:center; 
	font-weight:bold; 
	float:left; 
	color: black;
	font-size: 20px;
}


.MonthlyCalendar { 
	height:100%; 
	width:100%; 
	border:solid 1px #ccc; 
	border-collapse:collapse; 
}
.MonthlyCalendar #CalendarHead { 
	width:100%; 
	background:#F7F7F7 none repeat scroll 0 0; 
}
.MonthlyCalendar #CalendarHead .DateHeader { 
	width:14%; 
	text-align:center; 
}

.MonthlyCalendar #CalendarBody { 
}
.DateBox {
	vertical-align:top; 
	border:solid 1px #ccc; 
}
.DateLabel { 
	height:16px; 
	width:100%; 
	text-align:right; 
}
.DateLabel a { 
	cursor:pointer; 
	padding:0 5px 2px; 
	text-decoration:none; 
	line-height:16px; 
}

#CalendarBody .Inactive {
	/* background: #ddd none !important; Use !important to override weekend styles */
} 
#CalendarBody .Weekend { 
	background:#f0f0f0 none repeat scroll 0 0; 
}
.Today { 
	background:#56a80d none repeat scroll 0 0; 
	color: black;
}

#jMonthCalendar .Event { 
	font-size:10px; 
	padding:4px; 
	line-height: 13px;
	margin-bottom:1px; 
	cursor:pointer; 
	display:block; 
}
.Event a,
.Event a.nolink:hover { 
	text-decoration:none; 
	color:#000; 
}
.Event a:hover { 
	text-decoration:underline; 
}

/******MULTIMEDIA********/
/* HORIZONTAL NAVIGATION BAR
/////////////////////////////////////*/

ul#nav {	
	position: relative;
	width:827px;
	list-style:none;
	height:80px;
	margin: 0;
}

ul#nav li {
	display:inline;
}

ul#nav li a {
	height:80px;
	float:left;
	text-indent:-9999px;
	text-decoration:none;
}

ul#nav  li a span {
	float:left;
	display:block;
}

ul#nav li#nav-1 a {
	width:207px;
	background:url(/media/images/media-nav.png) no-repeat 0px 0;
}

ul#nav li#nav-2 a {
	width:207px;
	background:url(/media/images/media-nav.png) no-repeat -207px 0;
}

ul#nav li#nav-3 a {
	width:206px;
	background:url(/media/images/media-nav.png) no-repeat -414px 0;
}

ul#nav li#nav-4 a {
	width:207px;
	background:url(/media/images/media-nav.png) no-repeat -620px 0;
}
ul#nav #nav-hover {
	position: absolute;
	bottom: 1px;
	left: 1px;
	display: block;
	background: url(/media/images/media-nav-over-bg.gif) repeat-x bottom;
	text-align: center;
	height: 15px;
	width: 164px;
}

#media-box {
	position: relative;
	width: 823px;
	height: 390px;
	background: url(/media/images/media-bg.png) repeat-x;
	border: 1px solid #eaeaea;
	overflow: hidden;
}
.media-box-item {
	width: 823px;
	height: 390px;
	float: left;
}

#ajax-loader {
	position: absolute;
	top: 30%;
	left: 50%;
	margin: -5px 0 0 -21px;
}

/* !Messages */
#messages-box {
	padding: 20px 0 0 22px;
}

#messages-message-player {
	float: left;
	margin: 3px 3px 0 0;
}

#messages-message-header {
	float: left;
	width: 420px;
	height: 57px;
	background: url(/media/images/media-sermon-title-bg.png) repeat-x;
	padding: 0 20px;
	font-size: 22px;
	line-height: 57px;
	margin: 3px 0 3px 3px;
	_margin-left: 1px;
	color: white;
	font-weight: normal;
}
#messages-message-container {
	float: left;
	width: 463px;
	height: 117px;
	overflow: auto;
	overflow-x: hidden;
}
#messages-message-list {
	border-collapse: separate;
	border-spacing: 3px;
	width: 448px;
	margin: 0;
}
#messages-message-list td {
	height: 26px;
	background: url(/media/images/media-sermon-table-row-bg.png) repeat-x;
	padding: 0 8px;
	font-size: 10px;
	line-height: 10px;
	color: #666;
	font-weight: normal;
	vertical-align: middle;
	position: relative;
}
#messages-message-list td.hidden {
	background: none;
}
.messages-btn-watch {
	display: block;
	float: left;
	background: url(/media/images/media-sermon-buttons.png) no-repeat;
	background-position: 0 0;
	text-indent: -99999em;
	width: 19px;
	height: 19px;
	margin: 2px 4px 0 0;
}
.messages-btn-watch:hover {
	background-position: 0 -19px;
}
.messages-btn-listen {
	display: block;
	float: left;
	background: url(/media/images/media-sermon-buttons.png) no-repeat;
	background-position: -19px 0;
	text-indent: -99999em;
	width: 16px;
	height: 19px;
	margin: 2px 6px 0 0;
}
.messages-btn-listen:hover {
	background-position: -19px -19px;
}
.messages-btn-podcast {
	display: block;
	float: left;
	background: url(/media/images/media-sermon-buttons.png) no-repeat;
	background-position: -35px 0;
	text-indent: -99999em;
	width: 18px;
	height: 19px;
	margin: 2px 0 0 0;
}
.messages-btn-podcast:hover {
	background-position: -35px -19px;
}

#messages-sermon-list {
	position: relative;	
	background: url(/media/images/media-sermon-series-bg.png) repeat-x;
	width: 748px;
	height: 173px;
	margin: 20px 0 0 0;
	padding: 15px 0 0 32px;
}
#messages-sermon-list .items div {
	float: left;
	list-style-type: none;
	width: 132px;
	margin-right: 14px;
	text-align: center;
}
#messages-sermon-list .items h3 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

div.boxen {
	position:relative;
	overflow:hidden;
	width: 823px;
	height: 390px;
}
div.scrollable {
	position:relative;
	overflow:hidden;
	width: 720px;	
	height:134px;	
}

div.boxen div.items,	
div.scrollable div.items {	
	position:absolute;
	width:20000em;	
	clear:both;		
}

div.scrollable div.items div {
	float:left;
}

div.scrollable div.items div.active {
}
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(/media/images/scrollable/arrow/left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
	font-size:1px;
	position: absolute;
	top: 20px;
}

a.prev, a.prevPage {
	left: 0px;
}
a.next, a.nextPage {
	right: 0px;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(/media/images/scrollable/arrow/right.png);
	clear:right;	
}

div.navi {
	position: absolute;
	bottom: 40px;
	width:100px;
	left: 50%;
	margin-left: -50px;
	height:20px;
}

div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/media/images/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

div.navi a:hover {
	background-position:0 -8px;      
}

div.navi a.active {
	background-position:0 -16px;     
} 	


/* !Announcement */
#announcement-box {
	padding: 37px 0 0 22px;
}
#announcement-player {
	float: left;
	margin-right: 12px;
}
#announcement-box img {
	float: left;
	margin-bottom: 14px;
}

/* !Evites */
#evites-box {
	padding: 85px 0 0 60px;
}
#evites-box img {
	float: left;
	margin-right: 12px;
}

/* !Videos and Pictures */
#pictures-box,
#videos-box {
	padding: 45px 0 0 45px;
}
#pictures-box div.items,
#videos-box div.items {	
	position:absolute;
	width:20000em;	
	clear:both;		
}

.pictures-scrollable,
.videos-scrollable {
	position:relative;
	overflow:hidden;
	width: 738px;
	height: 300px;
}
#pictures-box div.items div,
#videos-box div.items div {
	float:left;
}
#pictures-box .pictures-list,
#videos-box .videos-list {
	width: 748px;
	margin: 0;
	padding: 0;
}
.pictures-list li,
.videos-list li {
	float: left;
	margin: 0px 10px 20px 0;
	width: 177px;
	list-style-type: none;
	text-align: center;
	color: white;
	font-size: 11px;
}
a#videos-next,
a#videos-prev,
a#pictures-next,
a#pictures-prev {
	cursor: pointer;
	color: white;
}
