/*
Colors
main red:   ad2929
dark red:   561414
light red:  e7bfbf
text:       363636
faint line: d6cece

purple:		7a295c
green:		4d991a
yellow:		cc7f1a

Logo fonts:
Aces Plus
Arctic
Augustinian
*/



body{
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0; padding:0;
	text-align: center;
	line-height: 1.5em;
	color: #363636;
}

h1, h2, h3{
	margin: 0;
	padding: 0;
}

.clear
{
    clear: both;
}

#container{
	text-align: center;
}

#header-inner{
	width: 820px;
	margin: 0 auto;
	text-align: center;
}

#navbar, content{
	overflow: auto;
}

#header{
	height: 150px;
	background: #000 url(../gfx/design/banner.jpg) top center no-repeat;
}

#header h1, #header h2, #header h3{
	display: none;
}

.header-content{

}

.logo{
	text-align: left;
}

a{
	text-decoration: none;
	color: #ad2929;
}

a:hover{
	text-decoration: underline;
}

a:visited{
	color: #ad2929;
}

a img{
	border:none;
}

.highlight{
	color: #ad2929;
}

.hidden{
	display: none;
	visibility: hidden;
}

a img{
	border: none;
	margin: 0; padding: 0;
}

#navbar{
	height: 42px;
	background: #ad2929 url(../gfx/design/menu-back.jpg) repeat-x top center;
	margin-bottom: 20px;
}

#navbar ul{
	margin: 0 auto; padding: 0;
	list-style: none;
	text-align: center;
	display: inline;
}

#navbar li{
	display: inline;
	margin: 0;
	overflow: auto;
	border: none;
}

#navbar li.last{
	border: none;
}

#navbar li a{
	padding: 0 0.95em;
	text-transform: lowercase;
	color: white;
	letter-spacing: 0.05em;
	font-size: 20px;
	line-height: 37px;
}

#navbar li a:hover{
	color: #e7bfbf;
	text-decoration: none;
}

#navbar li.active a{
	font-weight: bold;
}



#content{
	text-align: left;
	padding: 0;
	position: relative;
	overflow: auto;
}

#mainContent{
	/*background: url(../gfx/contentmiddle.gif) #fff top left repeat-y;*/
	padding: 0;
	overflow: auto;
	width: 820px;
	margin: 0 auto;
}

#mainContent .front-carousel{
	width: 820px;
	height: 210px;
	overflow: hidden;
	background: #000 url(../gfx/design/frontimg-back.jpg) no-repeat top center;
	padding: 10px 0 0 0;
}


.fi-whats-on, .fi-ministries, .fi-resources{
	height: 300px;
	width: 500px;
	background: #000 url(../gfx/home-flash.jpg) no-repeat top center;
}

.fi-whats-on{
	background: #fff url(../gfx/fi-whats-on.jpg) no-repeat top center;
}

.fi-ministries{
	background: #fff url(../gfx/fi-ministries.jpg) no-repeat top center;
}

.fi-resources{
	background: #fff url(../gfx/fi-resources.jpg) no-repeat top center;
}

.whatson .highlight, .whatson a{
	color: #7a295c;
}

.ministries .highlight, .ministries a{
	color: #4d991a;
}

.resources .highlight, .resources a{
	color: #cc7f1a;
}

.content-group{
	overflow: hidden;
	margin: 0 0 20px 0;
	clear: both;
	float: left;
	width: 820px;
}

.content-with-fade{
	background: url(../gfx/design/backfade.jpg) center top no-repeat;
}

.content-left{
	float: left;
	width: 500px;
}

.content-right{
	float: right;
	width: 290px;
	margin-right: 10px;
}

h4.head, h3.content-head{
	margin: 0;
	padding: 0 20px;
	height: 32px;
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	color: #561414;
}

h4.head-long-dark{
	width: 460px;
	color: #e7bfbf;
	background: #561414 url(../gfx/head-long-dark.jpg) no-repeat top center;
}

h4.head-long-light{
	width: 460px;
	color: #fff;
	background: #ad2929;
}

h3.content-head{
	/*padding-left: 37px;*/
	text-align: left;
	line-height: 32px;
}

h3.head-long{
	width: 460px;
	color: #340c0c;
	background: #fff url(../gfx/content-head-long-light.jpg) no-repeat top right;
}

h4.head-short-dark{
	color: #e7bfbf;
	background: #561414 url(../gfx/head-short-dark.jpg) no-repeat top center;
	width: 250px;
}

h4.head-short-light{
	width: 250px;
	color: #fff;
	background: #ad2929 url(../gfx/head-short-light.jpg) no-repeat top center;
}

.whatson h3.head-long{
	background: #fff url(../gfx/content-head-long-purple.jpg) no-repeat top right;
	color: #fff;
}

.ministries h3.head-long{
	background: #fff url(../gfx/content-head-long-green.jpg) no-repeat top right;
	color: #fff;
}

.resources h3.head-long{
	background: #fff url(../gfx/content-head-long-yellow.jpg) no-repeat top right;
	color: #fff;
}



/***********************RESOURCES************************/
.resources{
	width: 100%;
}

.resources .field-date, .resources .field-speaker, .resources .field-title{
	text-align: left;
}

.resources .field-date{
	width: 100px;
}

.resources .field-speaker{
	width: 140px;
}

.resources .field-title{
	width: 210px;
}

.resources th.field-date, .resources th.field-speaker, .resources th.field-title{
	font-weight: bold;
	font-size: 14px;
}

.resources tr.even{
	background: #e6dfdf;
}


.resources td{
	padding: 0 5px;
}
/**********************RESOURCES END************************/

.content-short{
	padding: 0 10px;
}

#content h1{
	/*border: 1px solid red;*/
	padding: 20px 0 10px 0;
	font-size: 22px;
	border: 1px solid #561414;
	border-width: 0 0 1px 0;
}

.content-text{
	padding: 0 15px;
	margin: 15px 0 0 0;
	line-height: 20px;
}

.content-text ul{
	list-style-image: url(../gfx/bullet.jpg);
	list-style: none;
	margin: 15px;
	padding: 0;
}

.content-text ul li{
	background: url(../gfx/bullet.jpg) 0 6px no-repeat;
	padding: 0 0 0 20px;
}

.content-text .error{
	color: #ad2929;
}

.text-image-left{
	float: left;
	margin: 5px 5px 5px 0;
}

ul.top-right-links{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.top-right-links li{
	line-height: 35px;
	margin: 0 5px;
	padding: 5px 0 0 45px;
	border: 1px solid #d6cece;
	border-width: 0 0 1px 0;
	background: url(../gfx/top-link-bullet.jpg) 15px 11px no-repeat;
}

/*********HIDE EMAIL*********/

.dotheemailhide, .dotheemailhideagain{
	display: none;
}

/************************************************88*/

/*
ul.top-right-links li.leadership{background-image: (../gfx/icons/lerdership-icon.jpg);}

ul.top-right-links li.men{background-image: (../gfx/icons/men-icon.jpg);}
ul.top-right-links li.women{background-image: (../gfx/icons/women-icon.jpg);}
ul.top-right-links li.worship{background-image: (../gfx/icons/worship-icon.jpg);}
ul.top-right-links li.welcome{background-image: (../gfx/icons/welcome-icon.jpg);}
ul.top-right-links li.youth{background-image: (../gfx/icons/youth-icon.jpg);}
ul.top-right-links li.children{background-image: (../gfx/icons/children-icon.jpg);}
ul.top-right-links li.multimedia{background-image: (../gfx/icons/multimedia-icon.jpg);}

ul.top-right-links li.sermons{background: url(../gfx/icons/sermons-icon.jpg) 15px 2px no-repeat}
ul.top-right-links li.notes{background: url(../gfx/icons/notes-icon.jpg) 15px 7px no-repeat}
ul.top-right-links li.teaching-guides{background: url(../gfx/icons/teaching-guides-icon.jpg) 15px 13px no-repeat}
ul.top-right-links li.acts{background: url(../gfx/icons/acts-icon.jpg) 15px 12px no-repeat}
*/

ul.top-right-links li.active a{
	color: #ad2929;
}

ul.top-right-links a{
	font-size: 17px;
	color: #363636;
}

.content-right h5{
	font-size: 13px;
	font-weight: bold;
	margin: 15px 5px 0 5px;
	padding: 5px 0 0 30px;
	line-height: 25px;
	border: 1px solid #d6cece;
	border-width: 0 0 1px 0;
	background: url(../gfx/bullet-arrow.jpg) 16px 13px no-repeat;
}

.content-right .right-text{
	margin: 5px 0 0 21px;
	line-height: 20px;
}


/**********Profile*************/

.profile{
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border: 1px solid #d6cece;
	border-width: 0 0 1px 0;
	float: left;
}

.profile .profile-image{
	float: left;
	width: 140px;
	height: auto;
	margin: 0 10px 0 0;
}

.profile .profile-text{
	float: left;
	width: 320px;
}

.profile .profile-text h4{
	font-size: 16px;
	font-weight: normal;
}


/**********CONTACT FORM*************/

.contact-form{
	width: 100%;
}

.contact-form .textbox, .contact-form .textarea{
	width: 328px;
	height: 25px;
	line-height: 20px;
	border: 1px solid #998586;
	margin: 0 0 5px 0;
}

.contact-form .textarea{
	height: 200px;
}

.contact-form .button-submit{
	background: url(../gfx/button-submit.jpg) 0 0 no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
	height: 28px;
	line-height: 20px;
	width: 100px;
	border: none;
	color: #FFF;
	text-align: left;
	border: none;
}

.contact-form .contact-form-field{
	width: 140px;
	vertical-align: top;
	line-height: 25px;
}

.contact-form .contact-form-value{
	
}

.form-error{
	border: 1px solid #efbfbf;
	border-width: 1px 0;
	margin: 10px 0;
}

.veri-code{
	height: 50px;
	background: #340c0c;
	margin: 0 0 5px 0;
	width: 330px;
}



/**********FOOTER*************/
#footer{
	margin-top: 20px;
	color: #696969;
	border-top: 2px solid #561414;
	padding: 5px 0 0 0;
}

.footer-inner{
	margin: 0 auto;
	width: 800px;
	overflow: auto;
}

.footer-right{
	float: right;
	text-align: right;
}

.footer-left{
	float: left;
	text-align: left;
}
.footer-left .logos{
	float: left;
}
.footer-left p{
	float: left;
	margin: 0;
}
/*GOOGLE CALENDAR*/
 
#calendarBox
{
	overflow: hidden;
    width: auto;
	height: 770px;
}
#calendar
{
    background-color: #e4e8f3;
    /*height: 625px;*/
    width: 820px;
	border: #d6cece solid 1px;
	border-width: 1px 0 0 1px;    
}
#calendar .fiverows{
	height: 601px;
}
#calendar .sixrows{
	height: 717px;
}
#calendar .day
{
    background-color:#ffffff;
 }
 

#calendar .day, #calendar .weekend, #calendar .dayspace
 {
    width: 116px;
    height: 115px;
    overflow: auto;
    float:left;  
    border: #d6cece solid 1px;
	border-width: 0 1px 1px 0;
    margin:0px;
    padding:0px;   
}

#calendar .day ul, #calendar .weekend ul
{
    margin: 0px;
    padding: 0px;
}

#calendar .daynamespace
{
	background-color:#273359;
    float:left; 
    width: 110px;
    height: 20px;
    line-height: 20px;
	border-bottom:solid 1px #d6cece;
	border-right:solid 1px #d6cece;
	color:#ffffff;
	padding: 0 0 0 6px;
}
#calendar .even
{
    background-color:#e7bfbf ;
    color:black;
    
}
#calendar .odd
{
    background-color:#f7cfcf;
        /* #b53f3f;*/
   color:black;
    
}
#detail
{
    position:relative;
    left: 150px;
    top:-570px;
    width:400px;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    background-color: #f7cfcf;
    padding: 10px;
}
#detail img
{
    position: relative;
    left:375px;
}

#calendarBox .left
{
    float: left;
}
#calendarBox .right
{
    float: right;
}
#calendarBox .month
{
	text-align:center;
	color:#273359;
	font-size:18pt;
	margin-bottom:10px;
}

/*BORDERS*/


/*BORDERS END*/

