/* Created on November 1, 2009 by Allen Moore
copyright 2009, freechapelchurch.com
Last modified on November 1, 2009*/

/* HTML Rules
------------------------------- */
html
{
	text-align: center;
	
}
body
{
	margin: 0 auto;
	text-align: center;
	font-family: sans-serif;
	font-size: 13px;
	background: #ffffff repeat;
	height: 100%;
}
fieldset, img
{
	border: 0;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font: normal normal bold 24px/21px arial, verdana, sans-serif;
	}
h3 { font-size: 21px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

/* Form Rules
------------------------------- */
input
{
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
}
/* Body Rules
------------------------------- */
#container_wrapper
{
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
/* Header Rules
------------------------------- */
#header_wrapper
{
	width: 100%;
	height: 140px;
	background: #206586 repeat top center;
	margin: 0 auto;
	position: relative;
	text-align: center;
	border-top: 2px solid #040d12;
}
#header
{
	width: 900px;
	height: 140px;
	background: url(../images/logo.jpg) #206586 no-repeat top left;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#header_right
{
	width: 900px;
	height: 40px;
	margin-top: 100px;
	float: right;
	text-align: right;
}
/* Navigation Rules
------------------------------- */
.nav_tabs
{
	width: 556px;
	height: 40px;
}
.nav_tabs ul
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #251a0c;
	list-style: none;
}
.nav_tabs li
{
	display: inline;
	margin: 0;
}
.nav_tabs li a
{
	width: 110px;
	float: right;
	display: block;
	text-decoration: none;
	text-align: center;
	margin: 0;
	height: 28px;
	padding-top: 12px;
	background: #113447 repeat top center;
	border-right: 1px solid #040D12;  /*right divider between tabs*/
	border-left: 1px solid #040D12;
	border-top: 1px solid #040D12;
	color: white;
}
.nav_tabs li a:visited
{
	color: white;
}
.nav_tabs li a:hover, .nav_tabs li.selected a
{
	background: #040D12; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #ffffff;
}

.menu_button_home
{
	width:69px;
	height:40px;
	float:right;
	background-image:url(../images/nav/home_01.jpg);
	background-repeat:no-repeat;
}
.menu_button_home_link
{
	width:69px;
	height:40px;
	display:block;
	background-image:url(../images/nav/home_01.jpg);
	background-repeat:no-repeat;
}
.menu_button_home_link:hover
{
	background-image:url(../images/nav/home_02.jpg);
}
.menu_button_about
{
	width:92px;
	height:40px;
	float:right;
	background-image:url(../images/nav/about_01.jpg);
	background-repeat:no-repeat;
}
.menu_button_about_link
{
	width:92px;
	height:40px;
	display:block;
	background-image:url(../images/nav/about_01.jpg);
	background-repeat:no-repeat;
}
.menu_button_about_link:hover
{
	background-image:url(../images/nav/about_02.jpg);
}
.menu_button_notes
{
	width:126px;
	height:40px;
	float:right;
	background-image:url(../images/nav/notes_01.jpg);
	background-repeat:no-repeat;
}
.menu_button_notes_link{
	width:126px;
	height:40px;
	display:block;
	background-image:url(../images/nav/notes_01.jpg);
	background-repeat:no-repeat;
}
.menu_button_notes_link:hover{
	background-image:url(../images/nav/notes_02.jpg);
}
.menu_button_schedule{
	width:88px;
	height:40px;
	float:right;
	background-image:url(../images/nav/schedule_01.jpg);
	background-repeat:no-repeat;
}
.menu_button_schedule_link{
	width:88px;
	height:40px;
	display:block;
	background-image:url(../images/nav/schedule_01.jpg);
	background-repeat:no-repeat;
}
.menu_button_schedule_link:hover{
	background-image:url(../images/nav/schedule_02.jpg);
}
.menu_button_gallery{
	width:77px;
	height:40px;
	float:right;
	background-image:url(../images/nav/gallery_01.jpg);
	background-repeat:no-repeat;
}
.menu_button_gallery_link{
	width:77px;
	height:40px;
	display:block;
	background-image:url(../images/nav/gallery_01.jpg);
	background-repeat:no-repeat;
}
.menu_button_gallery_link:hover{
	background-image:url(../images/nav/gallery_02.jpg);
}
.menu_button_contact{
	width:104px;
	height:40px;
	float:right;
	background-image:url(../images/nav/contact_01.jpg);
	background-repeat:no-repeat;
}
.menu_button_contact_link{
	width:104px;
	height:40px;
	display:block;
	background-image:url(../images/nav/contact_01.jpg);
	background-repeat:no-repeat;
}
.menu_button_contact_link:hover{
	background-image:url(../images/nav/contact_02.jpg);
}
/* Current Page Rules
------------------------------- */
.menu_button_homec
{
	width:69px;
	height:40px;
	float:right;
	background-image:url(../images/nav/home_02.jpg);
	background-repeat:no-repeat;
}
.menu_button_homec_link
{
	width:69px;
	height:40px;
	display:block;
	background-image:url(../images/nav/home_02.jpg);
	background-repeat:no-repeat;
}
.menu_button_homec_link:hover
{
	background-image:url(../images/nav/home_02.jpg);
}
.menu_button_aboutc
{
	width:92px;
	height:40px;
	float:right;
	background-image:url(../images/nav/about_02.jpg);
	background-repeat:no-repeat;
}
.menu_button_aboutc_link
{
	width:92px;
	height:40px;
	display:block;
	background-image:url(../images/nav/about_02.jpg);
	background-repeat:no-repeat;
}
.menu_button_aboutc_link:hover
{
	background-image:url(../images/nav/about_02.jpg);
}
.menu_button_notesc
{
	width:126px;
	height:40px;
	float:right;
	background-image:url(../images/nav/notes_02.jpg);
	background-repeat:no-repeat;
}
.menu_button_notesc_link{
	width:126px;
	height:40px;
	display:block;
	background-image:url(../images/nav/notes_02.jpg);
	background-repeat:no-repeat;
}
.menu_button_notesc_link:hover{
	background-image:url(../images/nav/notes_02.jpg);
}
.menu_button_schedulec
{
	width:88px;
	height:40px;
	float:right;
	background-image:url(../images/nav/schedule_02.jpg);
	background-repeat:no-repeat;
}
.menu_button_schedule2_link
{
	width:88px;
	height:40px;
	display:block;
	background-image:url(../images/nav/schedule_02.jpg);
	background-repeat:no-repeat;
}
.menu_button_schedulec_link:hover
{
	background-image:url(../images/nav/schedule_02.jpg);
}
.menu_button_galleryc
{
	width:77px;
	height:40px;
	float:right;
	background-image:url(../images/nav/gallery_02.jpg);
	background-repeat:no-repeat;
}
.menu_button_galleryc_link
{
	width:77px;
	height:40px;
	display:block;
	background-image:url(../images/nav/gallery_02.jpg);
	background-repeat:no-repeat;
}
.menu_button_galleryc_link:hover
{
	background-image:url(../images/nav/gallery_02.jpg);
}
.menu_button_contactc
{
	width:104px;
	height:40px;
	float:right;
	background-image:url(../images/nav/contact_02.jpg);
	background-repeat:no-repeat;
}
.menu_button_contactc_link
{
	width:104px;
	height:40px;
	display:block;
	background-image:url(../images/nav/contact_02.jpg);
	background-repeat:no-repeat;
}
.menu_button_contactc_link:hover
{
	background-image:url(../images/nav/contact_02.jpg);
}

/* Image Fade Rules
------------------------------- */
#image_fade_wrapper
{
	width: 100%;
	height: 300px;
	background: #040D12 repeat top center;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#image_fade
{
	width: 900px;
	height: 300px;
	background: url(../images/fade_bg.jpg) no-repeat top center;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
/* Content Rules
------------------------------- */
#content_wrapper
{
	width: 100%;
	overflow: auto;
	padding-top: 20px;
	background: #ffffff repeat top center;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#content
{
	width: 900px;
	height: 400px;
	overflow: auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
/* Left Content Column Rules
------------------------------- */
#column_left
{
	width: 540px;
	height: 360px;
	float: left;
	border: #dddddd 1px solid;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}
#column_left a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #206586;
	text-decoration: none;
	font-style: italic;
}
#column_left a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #040D12;
	text-decoration: none;
	font-style: italic;
}
#column_left span
{
	font-size: 16px;
	font-family: georgia, cambria, times, 'times new roman', serif;
	font-style: italic;
	font-weight: bold;
	color: #ff1b00;
}
.title
{
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: 30px arial, verdana, sans-serif;
	font-weight: 900;
	color: #000000;
	border-bottom: #dddddd 1px solid;
}
.title emp
{
	text-transform: lowercase;
	font-size: 32px;
	font-family: georgia, cambria, times, 'times new roman', serif;
	font-style: italic;
	font-weight: normal;
	color: #ff1b00;
}
/* Right Content Column Rules
------------------------------- */
#column_right
{
	width: 260px;
	height: 360px;
	float: right;
	border: #dddddd 1px solid;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.event_title
{
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: 24px arial, verdana, sans-serif;
	font-weight: 900;
	color: #000000;
	border-bottom: #dddddd 1px solid;
}
.event_title span
{
	text-transform: lowercase;
	font-size: 32px;
	font-family: georgia, cambria, times, 'times new roman', serif;
	font-style: italic;
	font-weight: normal;
	color: #ff1b00;
}
.events
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	list-style-image: url(../images/bullet.jpg);
	line-height: 20px;
}
.events a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #206586;
	text-decoration: none;
}
.events a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.events li
{
	list-style-image: url(../images/bullet.jpg);
}
.event_border
{
	width: 260px;
	height: 5px;
	border-bottom: #dddddd 1px solid;
}
/* Footer Rules
------------------------------- */
#footer_wrapper
{
	width: 100%;
	background: #206586 repeat top center;
	padding-top: 25px;
	position: relative;
	text-align: center;
	border-top: 2px solid #040d12;
}

#footer
{
	width: 900px;
	height: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	line-height: 24px;
	margin: 0 auto;
	position: relative;
}
#footer a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #040D12;
	text-decoration: underline;
}

#footer .emp
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
/* Events Calendar Rules
------------------------------- */
table.dbem-calendar-table td
{
	padding: 2px 4px; 
	text-align: center;
}
table.dbem-calendar.table tr.days-names
{
	font-weight: bold;
} 
table.dbem-calendar-table td.eventless-pre, .dbem-calendar td.eventless-post
{
	color: #ccc;
}
table.dbem-calendar-table td.eventful a
{
	font-weight: bold;
	color: #206586;
}
table.dbem-calendar-table td.eventless-today
{
	background-color: #CFCFCF;  
}
table.dbem-calendar-table thead
{
	font-size: 120%;  
	font-weight: bold;  
}