/* ------ Resets ------*/

a:active {outline:none;}
:focus {-moz-outline-style: none; outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}


/* ------ General Styles ------*/

html {
	background: url(./images/bg.jpg);
}

body {
	background: url(./images/body_bg_repeat.jpg) repeat-x top left;
	line-height: 1.25em;
	font-size: 100%;
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-weight: normal;
	color: #666;
}

body, html {
	margin: 0;
	height: 100%;
	width: 100%;
}

a {color: #311e6a; font-weight: bold;}
a:hover {text-decoration: none;}

h1, .ContentHeader {color: #222; font-size: 21px; font-weight:normal;}
h2, .ContentSubHeader, .ContentHighlight, #recent_sermon_title a {color: #222; font-size: 18px; font-weight: normal; line-height: 120%;}
h3 {}

hr {
	height: 1px;
	width: 100%;
	background: #ddd;
	border: none;
	color: #ccc;
}

ol,ul,li {list-style-position: inside;}

.clear {clear:both; height:0;}
.floatleft {float: left; display: inline;}
.floatright {float: right; display: inline;}
.hidden {visibility: hidden; position: absolute;}

/*--------------------------------------------------
------------------ Structure -----------------------
--------------------------------------------------*/

#wrapper {
	font-size: 12px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	width: 1000px;
}

#navbar {
	height: 40px;
	margin: 0 auto;
	padding: 0;
	width: 940px;
}

#header {
	height: 125px;
	margin: 0 auto;
	width: 940px;
}

#primary {
	background: url(./images/primary_bg.jpg) no-repeat;
	height: 365px;
	width: 1000px;
}

	#flashbox_wrap {
	height: 330px;
	padding: 15px 0 0 40px;
	position: relative;
	width: 920px;
}

	#flashbox {
	height: 330px;
	position: absolute;
	width: 920px;
}

	#recent_sermon {
	background: url(./images/recent_sermon_bg.png) no-repeat;
	height: 50px;
	margin: 280px 0 0 0;
	position: absolute;
	width: 920px;
}

		#recent_sermon_content {
			height: 50px;
			position: relative;
			width: 920px;
}

#secondary {
	background: url(./images/secondary_bg.jpg) no-repeat;
	height: 320px;
	width: 1000px;
}

#push {height: 50px; clear:both;}

#footer {
	background: url(./images/footer_bg_repeat.jpg) repeat-x;
	height: 50px;
	width: auto;
}

	#footer_content {
	color: #fff;
	font-size: 12px;
	height: 50px;
	margin: 0 auto;
	width: 940px;
}

	#footer_content a {color: #fff;}
	#footer_content a:hover {color: #fff;}

/* ------ Sub Page ------*/

#sub_primary {
	background: url(./images/sub_primary_bg.jpg) no-repeat top left;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	width: 940px;
}

	#main {
		display: inline;
		float: left;
		height: auto;
		margin: 20px 0 20px 30px;
		width: 580px;
}

	#main_sans_sidebar {
		display: inline;
		float: left;
		height: auto;
		margin: 20px 0 20px 30px;
		width: 880px;
	}

	#sidebar {
		background: #e0e0e0;
		display: inline;
		float: right;
		height: auto;
		margin: 20px 30px 20px 0;
		width: 280px;
}

		#sidebar_content {
		border: 1px solid #d6d6d6;
		height: auto;
		padding: 20px;
		width: 240px;
}

		#no_sidebar_content {
		display: none;
}

	#breadcrumbs {
		background: url(./images/breadcrumbs_bg.jpg) no-repeat;
		padding: 10px 20px 0 20px;
		min-height: 30px;
		height: auto !important;
		height: 30px;
	}
	
	#breadcrumbs_sans_sidebar {
		background: url(./images/breadcrumbs_sans_sidebar.jpg) no-repeat;
		padding: 10px 20px 0 20px;
		min-height: 30px;
		height: auto !important;
		height: 30px;
	}

/*--------------------------------------------------
------------------ Navbar ----------------------
--------------------------------------------------*/

#site_search {
	display: inline;
	float: right;
	margin: 6px 0 0 0;
	.margin: 4px 0 0 0;
}
.search_field {
	background: #a31112;
	border: 1px solid #ca3839;
	color: #fff;
	font-size:80%;
	margin: 0;
	padding: 5px 5px 5px 8px;
	width: 180px;
}
.submit_button {
	background: url(./images/search_button.png) no-repeat;
	border: none;
	color: #222;
	cursor: pointer; cursor: hand;
	height: 20px;
	margin: 0;
	text-indent: -9999px;
	width: 30px;
	z-index: 9999;
}

/*--------------------------------------------------
------------------ Header ----------------------
--------------------------------------------------*/

#logo {
	background: url(./images/logo.png);
	display: block;
	height: 100px;
	margin: 10px 0 0 0;
	position: absolute;
	width: 420px;
}

	#logo:hover {cursor: pointer;}

#hot_links {
	display: inline;
	height: 50px;
	list-style: none;
	margin: 40px 0 0 340px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 600px;
}

	#hot_links li {
		border-right: 1px solid #100630;
		border-left: 1px solid #311e6a;
		display: inline;
		float: right;
		padding: 15px 10px;
	}
	
		#hot_links li.first {border-right: none;}
		#hot_links li.last {border-left: none;}
	
	#hot_links li a {
		color: #fff;
		font-size: 16px;
		padding: 15px 10px;
		text-decoration: none;
}

		#hot_links li a:hover {text-decoration: underline;}

/*--------------------------------------------------
------------------ Navigation ----------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {z-index:1999; list-style-type:none; padding:0px; margin:0px; text-align:left; display:block; position:relative;}
.menu li {float:left;}
.menu li:hover {position:relative;z-index:1999;}
.menu li:hover>ul {display:block; position:absolute;}
.menu ul li {clear:both; display:block;}

/* first level styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu a {
	color: #fff; 
	display:block;
	font-size: 12px;
	font-weight: bold;
	padding:0px 15px 0;
	text-decoration: none;
}
.menu .first {border-left:none;}

/* first level vertical centering */
.menu .cssnavlevelone, .menu .first {height: 40px; vertical-align:middle;}
img.cssnavlevelone {border:0px;}

/* submenu colors/style */
.menu li ul li a {
	padding: 5px 10px;
	background: #b72526;
	color: #fff; 
	font-size: 11px;
	font-weight: normal;
	width: 170px;
	}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container */
.menu ul li ul {margin-left:240px; margin-top:0px;}
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:160px; margin-top:-25px;}

/* first level rollovers */
#navbar .menu li:hover>a.cssnavlevelone, #navbar .menu li:hover>a.first {display:block; background: #b72526;}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {background: #d03e3f; display:block;}

/*--------------------------------------------------
------------------   ie6 hacks   -------------------
--------------------------------------------------*/

* html .menu {display:inline-block; float: left; padding:0;margin:0;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px; padding:0; margin:0; background: none; text-decoration: none;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}

* html .menu iframe {position:absolute; left:-9999px; top:-9999px; border:0px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}

/* correct position issue */
* html .menu li a table {position:relative; top: -1px; left: -11px;}
* html .menu li ul li a table {
	position:relative; top: 10px; left: -11px;
}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:#222; color:#ffffff;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #222; color:#ffffff;}

/* enter as many levels as you wish to support */
* html .menu a:hover ul ul {visibility:hidden;}
* html .menu a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}

* html .menu a:hover ul {visibility:visible;z-index:2000;}
* html .menu a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}

/*--------------------------------------------------
------------------ Primary -----------------------
--------------------------------------------------*/

#recent_sermon_title {
	border-left: 1px solid #fff;
	margin: 17px 0 0 135px;
	padding-left: 10px;
	position: absolute;
}

	#recent_sermon_title a {color: #222; font-weight: normal; text-decoration: none;}
	#recent_sermon_title a:hover {text-decoration: underline;}

#sermon_buttons {
	list-style: none;
	margin: 10px 0 0 780px;
	padding: 0;
	position: absolute;
}

	#sermon_buttons li {display: inline;}

#sermon_button1 {
	background: url(./images/download_button.png) no-repeat;
	display: block;
	float: left;
	height: 30px;
	width: 40px;
}

#sermon_button2 {
	background: url(./images/stream_button.png) no-repeat;
	display: block;
	float: left;
	height: 30px;
	width: 40px;
}

#sermon_button3 {
	background: url(./images/link_button.png) no-repeat;
	display: block;
	float: left;
	height: 30px;
	width: 40px;
}

#sermon_button1:hover, #sermon_button2:hover, #sermon_button3:hover {
	background-position: bottom;
}

/*--------------------------------------------------
------------------ Secondary -----------------------
--------------------------------------------------*/

#recent_news {
	height: 220px;
	margin: 70px 0 0 45px;
	.margin: 71px 0 0 30px;
	padding: 0;
	position: absolute;
	width: 220px;
	.width: 265px;
}

	#recent_news li {
	border-bottom: 1px solid #ddd;
	height: 33px;
	line-height: 180%;
	list-style: none;
	overflow: hidden;
}
	
	#recent_news li:hover {
	background: #eee url(./images/arrow.png) no-repeat center right;
	.background: #eee url(./images/arrow_ie.png) no-repeat right;
}

	#recent_news li a {
	color: #444;
	display: block;
	font-weight: normal;
	height: 30px;
	padding: 7px 0 7px 10px;
	width: 210px;
}

#interest {
	height: 270px;
	margin: 0 0 0 285px;
	position: absolute;
	width: 160px;
}

	#interest a {
	display: block;
}
	
	#interest a img {
	border: none;
}

#welcome {
	display: inline;
	float: right;
	height: 260px;
	margin: 10px 30px 0 0;
	position: relative;
	width: 515px;
}

	#login_button {
	background: url(./images/login_button.jpg) no-repeat;
	display: block;
	height: 30px;
	margin: 12px 0 0 435px;
	position: absolute;
	width: 70px;
}

		#login_button:hover {background-position: bottom;}
		
	#welcome_content {
	height: 195px;
	margin: 65px 0 0 10px;
	overflow: auto;
	position: absolute;
	width: 305px;
}
	
	#service_times {
	height: 140px;
	margin: 110px 0 0 360px;
		.margin: 120px 0 0 360px;
	overflow: auto;
	position: absolute;
	width: 135px;
}

		#service_times h2 {margin-bottom: 5px;}

/*--------------------------------------------------
------------------ Footer -----------------------
--------------------------------------------------*/

#copyright {
	float: left;
	margin-top: 15px;
}

#design_credit {
	float: right;
	margin-top: 15px;
}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#444;
    color:#fff;
    display:block;
    opacity: .90;
        filter: alpha(Opacity=90);
    padding: 10px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #444;
    width: 200px;
    color:#fff;
    font-size: 12px;
    opacity: .90;
    filter: alpha(Opacity=90);
    display: inline-block;
    padding: 10px 15px 10px 15px;
}

.CalOverTitle {font-weight:bold; color: #fff;}

/* ----------- Mini Cal Styles ------------*/

#calendartable {margin-top: 10px;}
#calendartable td a {display:block; height:25px; text-align:center; text-decoration: none;}
#calendartable td a:hover {background:#a31112; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

#mainCal td {
    width: 14%;
    vertical-align: top;
    padding: 5px 10px;
    font-size: 12px;
}
#mainCal td a {text-decoration: none;}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1; color: #fff;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {color:#222; line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {color: #222; line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {color: #222; line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin:3px 0;}

.CalendarDayOn {cursor: pointer; cursor: hand; background: #82b2c9;}

.ToDay {background: #bbb;}
.WeekendDay {background: #ccc; border: 1px solid #bbb;}
.WeekDay {background: #ccc; border: 1px solid #bbb;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {
    color: #222;
	font-size: 11px;
	padding: 0 5px 5px 0;
}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

img.caldot {border:0px}

.ColumnHeader {
    color: #fff;
    background: #222;
    font-weight: bold;
    padding: 5px;
}

.PicOff {border: 5px solid #fff; margin:5px;vertical-align:middle;}
.PicOn {border: 5px solid #0b2030;margin:5px;vertical-align:middle;}

.Instruction, .GrayInstruction {
	font-size: 11px;
}

.RequiredFieldLabel {font-size: 12px; color: #0b2030;}
.SmallNote {font-size: 12px;}
.SidebarLabel {font-weight: bold; color: #0b2030;}



/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #fff;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#ddd;border:1px solid #fff;}
#pagination .OnPageNumber {color:#fff;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {margin-bottom:5px; margin-right:5px;vertical-align:middle;}

table.contentTable, table.itemTable {width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #ccc;text-align:left;}
.contentTable th {color:#444;border-bottom: 2px solid #ccc;text-align:left;font-size:110%;}
.contentTable th strong, .itemTable th strong {font-size:120%;}
.contentTable th span {font-size:80%;font-weight:normal;}
.contentTable a, .itemTable a {text-decoration:none;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding:5px;}
.itemTable th {color:#444;width:100px;border-bottom: 1px solid #ccc;text-align:right;font-size:110%;padding-right:20px;}
.tdcheckbox {width:75px;text-align:center;}

fieldset {
	border:1px solid #ccc;
	padding:0px;margin:20px 0;
}
fieldset div { padding:20px; }
fieldset legend { margin:0 0 0 20px;color:#ccc; font-weight:bold; font-size: 120%; }

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#444;border:1px solid #ccc;letter-spacing:0px;font-family:arial, helvetica;font-size:12px;font-weight:bold;background:#fff url(/sr/images/buttonbg.jpg) repeat-x;margin:1px;
padding:0px 7px;overflow:visible;vertical-align:middle;}
.smallbutton, .smallselect, .smallinput {font-size:10px;font-weight:normal;padding:2px;text-transform:uppercase;}
.smallinput {background-image:none;}
.smallbutton, .submitbutton {cursor:pointer;}
.smallselect {border:none;}

.borderbox {padding:5px;border:1px solid #ccc;}
.iconlink {margin:0px 2px;display:inline;border:none;}

#editorbg>td {color:#000;background:#fff;}

#help, .help {margin-bottom:10px;padding:10px;background:#ffffcc;border:2px solid #dddb54;color: #000;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error {background-color: #fbe3e4; border: 3px solid #FBC2C4; color: #BB0000;
font-size: 11px; margin-bottom: 20px; padding: 5px;}
#error ul, .error ul {margin:0px;margin-left:15px;padding:0px;}
#success, .success {margin-bottom:10px;padding:10px;background-color:#E6EFC2;border:2px solid #C6D880;color:#529214}

/*---------- COLOR LEGEND -----------*/
.FGColor1 {color:#bc4027;}               /* SAME AS a:link color */
.FGColor2 {color:#444444;}               /* SAME AS  a:hover color */
.BGColor1 {background-color:#444444;}    /* SAME AS .ColumnHeader background-color */
.BGColor1FG {color:#ffffff;}             /* SAME AS .ColumnHeader color */
.BGColor2 {background-color:#bc4027;}    /* SAME AS .Today background-color */
.BGColor2FG {color:#ffffff;}             /* SAME AS a.CalendarToDayLink color */
.BGColor3 {background-color:#ddd;}    /* SAME AS .WeekDay background-color */
.BGColor3FG {color:#ffffff;}             /* SAME AS a.CalendarWeekDayLink color */
.BGColor4 {background-color:#bbb;}    /* SAME AS .WeekendDay background-color */
.BGColor4FG {color:#ffffff;}             /* SAME AS a.CalendarWeekendDayLink color */
.LineColor {color:#eee;}             /* SAME AS hr or .HRule color */
/*---------- COLOR LEGEND -----------*/
