/*
 *  @copyright		Copyright 2006 (c) Solo Media Works, Inc.
 *	@author			Maxwell Berkel
 *  @description	Default website styles
 *
 *  General Styles
 **************************************************************************************/
* {
    padding: 0;
    margin: 0;
}

a {
    color: #667D31;
    text-decoration: none;
}

a.hightlight, a.hightlight:hover {
    color: #F05300;
    text-decoration: none;
}

p a:hover, ul li a:hover {
    color: #7A9833;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background: #fff url(../images/main_bg.jpg) repeat-x top center;
    color: #121212;
    text-align: center;
}

hr { border: 0; border-bottom: 1px dotted #999; margin: 5px 0; clear: both; }

h2, h3, h4, h5, h6 {
    font-family: arial, helvetica, san-serif;
    font-weight: normal;
    color: #000;
    margin: 0 0 8px 0;
}

h2 {
    height: 42px;
    font-size: 40px;
}

h3, h3.highlighted {
    height: 30px;
    font-size: 26px;
}

#content-sidebar h3 {
    height: 27px;
    font-size: 24px;	
}

h4 {
    height: 30px;
    font-size: 26px;
}

#content-sidebar h4 {
    height: 19px;
    font-size: 16px;	
}

h4 {
    height: 22px;
    font-size: 18px;
}

img, a img {
    border: 0;
}

img.bordered {
    border: 1px solid #dadada;
    background-color: #f7f7f7;
    padding: 4px;
}

p {
    margin: 0 0 12px 0;
}

ol li {
    display: list-item;
    list-style-type: decimal;
    margin-left: 20px;
    padding: 2px 0;
}

ol, ul {
    margin-bottom: 18px;
}

ol.letters li {
    list-style-type: lower-alpha;
}

ol.indented {
    margin-left: 36px;
}

ul {
    list-style: none;
}

ul.inline li {
    display: inline;
}

ul.list {
    margin: 0 0 10px 12px;
}

ul.list li {
    padding: 0 0 2px 0;
}

ul.bulleted {
    list-style: circle url(../images/bullet1.png);
}

ul.bulleted li {
    display: list-item;
    margin: 0 0 10px 20px;
}

ul.indented li {
    margin: 0 0 3px 16px;
}

div.clear, img.clear, p.clear, span.clear, ul.clear {
    clear: both;
}

p.bulleted {
	background: url(../images/bullet1.png) no-repeat 0 6px;
	padding-left: 17px;
	margin: 2px 0;
	clear: both;
}

p.indented, div.indented {
	padding-left: 20px;
}

p.error, span.error {
    color: #f00;
}

div.left, img.left {
    float: left;
}

p.required, span.required {
    color: #f00;
}

div.right, img.right {
    float: right;
}

img.left {
	margin: 0 15px 10px 0;
}

img.right {
	margin: 0 0 10px 15px;
}

div.row {
    min-height: 1px;
    height: auto !important;
    height: 1px;
    clear: both;
}

html > body div.row {
    overflow: auto;
}

a.small, p.small, span.small, em.small, string.small {
    font-size: 10px;
}

noscript {
    width: 100%;
    font-size: 15px;
    text-align: center;
    color: #FF0000;
    margin: 15px auto;
    clear: both;
}

a.back-to-top {
    font-size: 11px;
}

a.bulleted {
	background: url(../images/bullet1.png) no-repeat 0 7px;
	margin: 0 0 4px 0;
	padding: 0 0 0 14px;
}
/*
 *  Wrapper Styles
 **************************************************************************************/
#wrapper {
    width: 1020px;
    background: transparent url(../images/wrapper_bg.jpg) no-repeat top center;
    text-align: center;
    margin: 4px auto 10px;
    clear: both;
}
/*
 *  Header Styles
 **************************************************************************************/
#header {
    width: 802px;
    height: 85px;
    margin: 4px auto 0;
    clear: both;
}

h1 {
    width: 250px;
    height: 61px;
    float: left;
    background: url(../images/tabernacle_logo.jpg) no-repeat top left;
    margin: 22px 0 0 25px;
    clear: none;
}

h1 a {
    display: block;
    width: 250px;
    height: 61px;
    text-indent: -99999px;
}

#header p.slogan {
    width: 280px;
    height: 15px;
    float: right;
    text-indent: -99999px;
    background: url(../images/tabernacle_slogan.jpg) no-repeat top right;
    margin: 64px 25px 0 0;
    clear: none;
}
/*
 *  Navigation Styles
 **************************************************************************************/
#navigation {
    width: 777px;
    height: 35px;
    background: transparent url(../images/navigation_bg.jpg) no-repeat top center;
    text-align: left;
    list-style: none;
    margin: 0 auto;
    padding: 24px 0 0 25px;
    clear: both;
}

#navigation ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#navigation ul li {
    list-style: none;
}

#navigation ul li a {
    display: block;
    float: left;
    text-decoration: none;
}

#navigation ul.horizontal li.level1 {
    display: inline;
    height: 33px;
    float: left;
    text-indent: -99999px;
    padding: 0;
    z-index: 200;
}

#navigation ul.horizontal li.level1 a.mn-top {
    display: block;
    height: 30px;
    text-indent: -99999px;
    margin: 0 11px;
}

#navigation ul.horizontal li.level1 a.mn-top:hover {
}

#navigation ul.horizontal > li.level1 a.mn-top {
    width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation ul li a {
    float: none;
}
/* End IE5-Mac hack */
#navigation ul.dropdown, #navigation ul.flyout {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    width: 158px;
    background: #576830;
	border-left: 1px solid #4E6220;
	border-bottom: 1px solid #4E6220;
	border-right: 1px solid #4E6220;
    padding: 2px 0 15px 15px;
}

#navigation ul.dropdown li.level2, #navigation ul.flyout {
    display: list-item;
    padding: 5px 0 5px;
	list-style: square url(../images/navigation_bullet1.png);
    margin-left: 12px;
}

#navigation ul.dropdown li.level2 a, #navigation ul.flyout li.level3 a {
    color: #FFA931;
    text-indent: 0;
}

#navigation ul.dropdown li.level2 a:hover, #navigation ul.flyout li.level3 a:hover {
    color: #FFA931;
}

#navigation ul.horizontal li#mn-about a.mn-top {
    width: 69px;
    background: url(../images/navigation_options_bg.jpg) no-repeat -35px -24px;
}

#navigation ul.horizontal li#mn-beliefs a.mn-top {
    width: 46px;
    background: url(../images/navigation_options_bg.jpg) no-repeat -130px -24px;
}

#navigation ul.horizontal li#mn-ministries a.mn-top {
    width: 70px;
    background: url(../images/navigation_options_bg.jpg) no-repeat -203px -24px;
}

#navigation ul.horizontal li#mn-events a.mn-top {
    width: 124px;
    background: url(../images/navigation_options_bg.jpg) no-repeat -298px -24px;
}

#navigation ul.horizontal li#mn-media a.mn-top {
    width: 48px;
    background: url(../images/navigation_options_bg.jpg) no-repeat -447px -24px;
}

#navigation ul.horizontal li#mn-resources a.mn-top {
    width: 71px;
    background: url(../images/navigation_options_bg.jpg) no-repeat -521px -24px;
}

#navigation ul.horizontal li#mn-contact a.mn-top {
    width: 78px;
    background: url(../images/navigation_options_bg.jpg) no-repeat -618px -24px;
}

#navigation ul.horizontal li#mn-home a.mn-top {
	width: 48px;
    background: url(../images/navigation_options_bg.jpg) no-repeat -724px -24px;
}

#navigation ul.horizontal li#mn-about a.mn-top:hover {
    background: url(../images/navigation_options_bg.jpg) no-repeat -35px -80px;
}

#navigation ul.horizontal li#mn-beliefs a.mn-top:hover {
    background: url(../images/navigation_options_bg.jpg) no-repeat -130px -80px;
}

#navigation ul.horizontal li#mn-ministries a.mn-top:hover {
    background: url(../images/navigation_options_bg.jpg) no-repeat -203px -80px;
}

#navigation ul.horizontal li#mn-events a.mn-top:hover {
    background: url(../images/navigation_options_bg.jpg) no-repeat -298px -80px;
}

#navigation ul.horizontal li#mn-media a.mn-top:hover {
    background: url(../images/navigation_options_bg.jpg) no-repeat -447px -80px;
}

#navigation ul.horizontal li#mn-resources a.mn-top:hover {
    background: url(../images/navigation_options_bg.jpg) no-repeat -521px -80px;
}

#navigation ul.horizontal li#mn-contact a.mn-top:hover {
    background: url(../images/navigation_options_bg.jpg) no-repeat -618px -80px;
}

#navigation ul.horizontal li#mn-home a.mn-top:hover {
    background: url(../images/navigation_options_bg.jpg) no-repeat -724px -80px;
}
/*
 *  Banner Styles
 **************************************************************************************/
#banner {
    width: 802px;
    height: 291px;
	background: url(../images/banner_bg.png) no-repeat top center;
	text-align: left;
    margin: 0 auto;
    clear: both;
}

#banner-slideshow {
	width: 548px;
	height: 251px;
	float: left;
	margin-left: 1px;
	overflow: hidden;
}

#banner-events-ticker {
	width: 235px; 
	height: 185px;
	float: right;
	font-size: 12px;
	padding-top: 52px;
}
#list-of-upcoming-events  { height: 185px; overflow: hidden; }

#banner-events-ticker ul {
	height: 172px;
	list-style: none;
	margin-bottom: 1px;
}

#banner-events-ticker ul li {
	width: 100%;
	height: 43px;
	float: left;
	margin-bottom: 0;
	padding: 0;
	clear: both;
}

#banner-events-ticker p a {
	font-weight: bold;
	color: #537019;
}

#banner-events-ticker p a:hover {
	color: #597D11;
}
/*
 *  Content Styles
 **************************************************************************************/
#content {
    width: 802px;
    min-height: 430px;
    height: auto !important;
    height: 430px;
    text-align: justify;
    margin: 0 auto;
    padding: 30px 0 30px;
    clear: both;
}

#content-main {
    width: 520px;
    min-height: 430px;
    height: auto !important;
    height: 430px;
    float: left;
    padding: 0 0 25px 25px;
}

body.no-sidebar #content-main {
    width: auto;
    float: none;
    margin: 0 auto;
    padding: 0 25px;
    clear: both;
}

#content-sidebar {
    width: 230px;
    min-height: 1px;
    height: auto !important;
    height: 1px;
    float: right;
    padding-top: 14px;
}

#content-sidebar div.space {
    height: 20px;
}

html>body #content-main, html>body #content-sidebar {
	overflow: auto;
}

.watch-live-online { width: auto; text-align: center; padding: 0; margin: 12px 0 15px; clear: both; }

#easyTooltip{
	padding: 8px;
	border: 1px solid #EBED74;
	background: #FDFF8D;
}

/* Sidebar Elements */
a.sb-building-project {
	display: block;
	width: 188px;
	height: 72px;
	background: url(../images/sb_bg_building_progress.jpg) no-repeat top left;
	text-indent: -99999px;
}

a.sb-contributions {
	display: block;
	width: 188px;
	height: 72px;
	background: url(../images/sb_bg_offering.jpg) no-repeat top left;
	text-indent: -99999px;
}

a.sb-knightsline {
	display: block;
	width: 188px;
	height: 72px;
	background: url(../images/sb_bg_knights_line.jpg) no-repeat top left;
	text-indent: -99999px;
}

a.sb-photo-gallery {
	display: block;
	width: 191px;
	height: 71px;
	background: url(../images/sb_bg_photo_gallery.jpg) no-repeat top left;
	text-indent: -99999px;
}

a.sb-prayer-requests {
	display: block;
	width: 176px;
	height: 67px;
	background: url(../images/sb_bg_prayer.jpg) no-repeat top left;
	text-indent: -99999px;
}

a.sb-pure-reality {
	display: block;
	width: 188px;
	height: 72px;
	background: url(../images/sb_bg_pure_reality.jpg) no-repeat top left;
	text-indent: -99999px;
}

a.sb-sabbath-school {
	display: block;
	width: 188px;
	height: 72px;
	background: url(../images/sb_bg_sabbath_school_online_new.jpg) no-repeat top left;
	text-indent: -99999px;
}

a.sb-walk-for-health {
	display: block;
	width: 188px;
	height: 72px;
	background: url(../images/sb_bg_walk_for_health.jpg) no-repeat top left;
	text-indent: -99999px;
}


#content-sidebar h3 {
    margin-bottom: 2px;
}

div.photo-grid {
	text-align: center;
	margin: 10px 0 12px;
}

div.photo-grid img {
	margin: 0 auto 5px;	
}

#visitor-center {
    min-height: 150px;
    background: url(../images/visitor_center_bg.jpg) repeat-x top left;
    margin-left: -25px;
    padding: 15px 0 15px 25px;
    clear: both;
}

#visitor-center div.column {
    width: 170px;
    float: left;
}

div.indented {
    padding-left: 25px;
}

td.schedule-day {
    font-weight: bold;
    padding: 0 15px 4px 0;
}

td.schedule-time {
    line-height: 135%;
}

#building-project-list {
	min-height: 1px;
	height: auto !important;
	height: 1px;
	clear: both;
}

html>body #building-project-list { overflow: auto; }

#building-project-list li {
	display: list-item;
	width: 225px;
	height: 25px;
	float: left;
    list-style: circle url(../images/bullet1.png);
	margin-left: 20px;
}

div.event-details {
	margin: 3px 0 5px;
	clear: both;
}

ul.newsletter {
	list-style: none;
}

ul.newsletter li {
	display: inline;
	float: left;
	text-align: center;
	padding-bottom: 35px;
}

ul.newsletter li img {
	margin: 0 3px 8px;
	clear: both;
}

ul.newsletter li a {
	margin-left: 10px;
}

ul.lesson-study-list {
	list-style: none;
}

ul.lesson-study-list li {
	display: inline;
	float: left;
}

ul.lesson-study-list li a {
	display: block;
	width: 172px;
	height: 192px;
	text-indent: -99999px;
}

ul.lesson-study-list li a.ss-beginner {
	background: url(../images/ss_beginner.jpg) no-repeat top center;
}

ul.lesson-study-list li a.ss-kindergarten {
	background: url(../images/ss_kindergarten.jpg) no-repeat top center;
}

ul.lesson-study-list li a.ss-primary {
	background: url(../images/ss_primary.jpg) no-repeat top center;
}

ul.lesson-study-list li a.ss-power-points {
	background: url(../images/ss_power_points.jpg) no-repeat top center;
}

ul.lesson-study-list li a.ss-real-time {
	background: url(../images/ss_real_time.jpg) no-repeat top center;
}

ul.lesson-study-list li a.ss-youth {
	background: url(../images/ss_youth.jpg) no-repeat top center;
}

ul.lesson-study-list li a.ss-collegiate {
	background: url(../images/ss_collegiate.jpg) no-repeat top center;
}

ul.lesson-study-list li a.ss-adult {
	background: url(../images/ss_adult.jpg) no-repeat top center;
}

ul.lesson-study-list li a.ss-u {
	background: url(../images/ss_u.jpg) no-repeat top center;
}

#status-message {
	width: 90%;
	clear: both;
}

#status-message ul {
    list-style: circle;
    margin: 8px 0;
}

#status-message ul li {
    font-style: italic;
    margin-left: 15px;
}

#status-message.error, #status-message.alert, #status-message.success {
    line-height: 145%;
    border: 1px solid #D5D4C4;
    background: #FFFEDC;
    padding: 18px;
    margin-bottom: 15px;
    clear: both;
}

#status-message.success {
    background: #fff;
}
/*
 *  Footer Styles
 **************************************************************************************/
#footer {
    width: 802px;
    height: 48px;
    font-size: 10px;
    color: #999;
    background: url(../images/footer_bg.jpg) no-repeat top center;
    margin: 0 auto;
    padding-top: 74px;
    clear: both;
}

#footer p {
    margin: 0 0 2px;
}

#footer-left {
    width: 100px;
    float: left;
    margin-left: 25px;
}

p#powered-by-smw a {
    display: block;
    height: 35px;
    text-indent: -99999px;
}

p#powered-by-smw {
    width: 90px;
    background: transparent url(../images/powered_by_smw.jpg) no-repeat top left;
}

#footer-right {
    width: 600px;
    float: right;
    text-align: right;
    margin-right: 25px;
    padding: 3px 0 0;
}

#footer-navigation {
    float: right;
    list-style: none;
    height: 15px;
    margin: 0;
    padding: 0;
    clear: both;
}

#footer-navigation li {
    float: left;
    margin: 0;
    padding: 0 0 0 14px;
}



/***  Ecommerce ***/
ul.products-list { list-style: none; padding: 0; margin: 0 0 15px; clear: both; }
ul.products-list li { width: 200px; height: 200px; float: left; text-align: center; padding: 0; margin: 0 5px 10px 0 0; }
ul.products-list li img { margin: 0 auto 8px; clear: both; }
ul.products-list li .product-title { display: block; font-size: 12px; font-weight: bold; margin-bottom:  8px; }
ul.products-list li .add-to-cart { font-size: 14px; font-weight: bold; }


