* { margin: 0; padding: 0; }

body {
	font-family: Tahoma, Geneva, Helvetica, Arial, Serif;
	background: #000 url(/images/bg.gif) no-repeat fixed top center;
	font-size: 0.7em;
	margin: 0 auto 10px auto;
	color: #fff;
}


#homebar {
	padding: 7px;
	color: #fff;
	background: #101010;
	border-bottom: 2px solid #000;
}
#homebar p { text-align: right; margin: 0; font-size: 9pt; }
#homebar a { color: #fff; text-decoration: none; }
#homebar a:hover { text-decoration: underline; }

#header {
    padding-bottom: 10px;
    background: url(/images/top-main.jpg) center bottom no-repeat;
}

#bodyBg {
	background: #242626 url(/images/mid-main.gif) center repeat-y;
	width: 752px;
	display: block;
}

#wrapper {
	width: 752px;
	margin: 0 auto
}

#header {
	width: 752px;
	height: 151px;
	clear: both;
	text-align: center
}

#sidebar {
	width: 200px;
	float: left;
	margin: 0px 0 0 8px;
	background: url(/images/site_menu.jpg) 3px 0 no-repeat;
	padding-top: 85px;
}

#sidebar #main_menu {
	list-style: none;
	margin-left: 1px;
	background: url(/images/bkg_mainMenu.jpg) top repeat-x;
	padding-top: 2px;
}
#sidebar #main_menu li { position: relative; }
#sidebar #main_menu li a {
	display: block;
	position: relative;
	padding: 5px 5px 7px 16px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	text-transform: uppercase;
	background: url(/images/bkg_mainMenu_a.jpg) bottom repeat-x;
}
#sidebar #main_menu li.parent a { background: none; }
#sidebar #main_menu li a:hover, #sidebar #main_menu li ul.sub li a:hover {
	background: url(/images/bkg_mainMenu_a_hover.jpg) bottom repeat-x;
}

#sidebar #main_menu table {
	border-collapse: collapse;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#sidebar #main_menu a:hover {
	visibility: visible;
	z-index: 200;
}
#sidebar #main_menu li:hover {
	z-index: 200;
}
#sidebar #main_menu li ul.sub { list-style: none; background: url(/images/bkg_mainMenu_a.jpg) bottom repeat-x; }
#sidebar #main_menu li ul.sub li a {
	display: block;
	position: relative;
	padding: 5px 5px 7px 36px;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	text-transform: uppercase;
   background: none;
}

#sidebar #main_menu .here > a { background: url(/images/bkg_mainMenu_a_hover.jpg) bottom repeat-x !important; }





#content {
	width: 525px;
	margin: 0 0 0 217px;
}


#footer {
	background: url(/images/bottom-main.gif) no-repeat;
	font-size: 80%;
	color: #fff;
	height: 11px;
	padding: 20px 0 0 10px;
}
#footer ul { list-style: none; }
#footer ul li { float: left; margin-left: 10px; }
#footer a {
	text-decoration: none;
	color: #fff;
	
}




#content img.pageBanner {
	border: 1px solid #333;
	display: block;
	margin: 0 auto 15px;
}

h2 {
	font: normal normal bold 2.2em/1em "Arial Black", Arial;
	letter-spacing: -2px;
	margin-bottom: 15px;
}

p {
	font-size: 1.15em;
	line-height: 140%;
	margin-bottom: 15px;
}

a, a:active, a:visited { color: #F44B09; margin: 0; }
a:hover { color: #E0460A; text-decoration: underline; }
.date { font-weight: bold; color: #F44B09; }
.orangeText { color: #FA692D; }
.spacer { padding-top: 5px; clear: both }
.left { float: left; position: relative }
.right { float: right; padding-right: 12px; position: relative }
.clear { clear: both; display: block; }
.centered { margin: 0 auto; display: block; text-align: center; }
.block { display: block; position: relative; }
.noborder { border: none; }
#content hr { margin: 10px auto; width: 90%; border: 1px solid #fff; padding: 0px; height: 1px; }


.form {
	font-size: 80%;
	border: 1px solid #321708;
	height: 18px;
	width: 165px
}

.contactForm {
	font-size: 95%;
	color: #333;
	border: 1px solid #321708;
	height: 100px;
	width: 270px;
}

select {
	font-size: 90%;
	height: 16px;
	border: 1px solid #321708;
}



.spotLightscrollbar {
	width: 170px;
	height: 218px;
	margin: 0 auto 20px auto;
	overflow: auto;
	font-size: 90%;
	padding-right: 8px;
	text-align: left;
	clear: right
}




/* Calendar Styles */
.calendarBG {
   background-color: #000;
   width: 100%;
   height: 500px;
}
.calendarBG td { width: 70px; height: 70px; overflow: hidden; }

.calendarBG .calendarHeader {
   font-weight: bold;
   color: #fff;
   text-align: center;
   background-color: #000;
   height: 30px;
}

.calendarBG .calendarMonthLinks {
   font-size: 11px;
   font-weight: bold;
   letter-spacing: .1em;
   text-decoration: none;
   color: #fff;
   background-color: transparent;
}

.calendarBG .calendarMonthLinks a {
   color: #fff;
   text-decoration: none;
   background-color: transparent;
}

.calendarBG .calendarMonthLinks a:visited {
   color: #fff;
   text-decoration: none;
   background-color: transparent;
}

.calendarBG .calendarMonthLinks a:hover {
   color: #ccc;
   text-decoration: underline;
   background-color: transparent;
}

.calendarBG .calendarDayHeading {
   font-weight: bold;
   font-size: 11px;
   color: #fff;
   background-color: #bfcfd7;
   text-align: center;
   vertical-align: middle;
   height: 15px;
}


.calendarBG .calendarToday {
   font-weight: bold;
   letter-spacing: .1em;
   text-decoration: none;
   color: #d6d6d6;
   background-color: #efefef;
}

.calendarBG .calendarCell {
   font-weight: bold;
   letter-spacing: .1em;
   text-decoration: none;
   color: #d6d6d6;
   background-color: #fff;
}
.calendarBG .calendarBlank {
   font-weight: bold;
   color: #c9c9c9;
   background-color: #dfdfdf;
}

.cellContainer { position: relative; height: 58px; width: 58px; padding: 6px; }
.cellContainer .number {
   position: absolute;
   bottom: -7px;
   right: -6px;
   font-size: 20pt;
}

.calendarBG .cellContainer a {
   display: block;
   float: left;
   text-indent: -999px;
   width: 3px;
   height: 3px;
   background: blue;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   padding: 3px;
   margin-right: 5px;
   font-size: 9px;
   color: #000;
   text-decoration: underline;
}

.calendarBG .cellContainer a:hover {
   color: #000;
   text-decoration: none;
}

#calendar #cal_legend {
    width: auto;
    overflow: auto;
    display: block;
    background: #fcfdbe;
    border: 1px solid #8d8d74;
    padding: 10px 10px 0 10px;
    color: #000;
    margin-bottom: 10px;
}
#calendar #cal_legend p { float: left; margin-right: 10px; }
#calendar #cal_legend a {
    display: block;
    float: left;
    text-indent: -999px;
    width: 3px;
    height: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 20px;
    padding: 3px;
    margin-right: 8px;
    font-size: 9px;
    color: #000;
    text-decoration: underline;
}

#calendar #cal_legend ul { list-style: none; float: left; padding: 5px 0; }
#calendar #cal_legend ul li { float: left; margin-right: 10px; line-height: 10px; }
#calendar a.discipleship {
   background-color: #336699;
}
#calendar a.general {
   background-color: #3D9931;
}
#calendar a.grace-and-thunder {
   background-color: #000;
}
#calendar a.retreats {
   background-color: #6B3E2E;
}



#tooltip{
   position: absolute;
   border: 1px solid #333;
   background: #f7f5d1;
   padding: 2px 5px;
   color: #333;
   display: none;
}

/*******************************
    Event Single Page
 ******************************/

.detail_box {
   display: block;
   position: relative;
   overflow: auto;
   padding: 8px;
   border-top: 1px solid #aaa;
   border-bottom: 3px solid #aaa;
}
.detail_box .left {
   width: 32%;
}
.detail_box h3 { margin-bottom: 8px; }
.detail_box ul { margin: 0 0 10px 20px; }
.detail_box ul.snapshot { margin: 0 0 10px 0; list-style: none; }



/*******************************
    Breakfast Stream
 ******************************/

#breakfast_stream #header, #breakfast_stream #bodyBg, #breakfast_stream #footer { background: none; }
