/*****************************************************************************************************************

									Client:	First Baptist Church

									Author: Frederico J Gonzalez JR
									    	http://isuckatweb.com/

									URL:	http://winslowfbc.org



*****************************************************************************************************************/


/*			INDEX   

[	Text Size			]
[	Global Elements		]
[	Index				]
[	Sermons				]
[	STAFF				]
[	Contact				]
[	Events				]


*/
body { 
background-color:#fff;  
background-image:url(../img/bg.jpg); 
background-attachment:scroll; 
background-position:top; 
background-repeat:repeat-x; 
font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; 
}



/**		GLOBAL TAGS		**/

h1 { 
font-size:65px;  
color:#778591;  
}

h2 { 
text-transform:uppercase; 
text-shadow:1px 1px 0px #fff; 
color:#92a0a8; 
line-height:21px;
}

h3 { 
text-transform:uppercase; 
text-shadow:1px 1px 0px #fff; 
color:#92a0a8;
}

strong { 
font-weight:bold;
}

p, li { 
letter-spacing:1.5px; 
}



/**		GLOBAL ELEMENTS		**/

a:visited,a:active.copy, a.copy { color:#778591; text-decoration:none; }
a:hover.copy { color:#000; border-bottom:1px solid #000;}


#lilheader { 
height:125px; 
font-size:25px; 
}


#lilheader h1 { 
font-size:45px; 
padding-top:0px; 
color:#778591;  
}


#lilheader p { 
color:#92a0a8; 
text-shadow:1px 1px 0px #fff; 
text-align:right; 
}

#bigheader p { 
color:#575B5E; 
text-shadow:1px 1px 0px #fff; 
text-align:right; 
}

  /* Menu */
  
  #menu {
	  float: left;
	  height: 50px;
	  margin-bottom: 30px;
	  list-style: none;
  }
  
  #menu li {
	  float: left;
  }
  
  #menu li a{
	  float: left;
	  color: #666;
	  text-decoration:none;
	  padding-left: 15px;
	  padding-right: 15px;
	  height: 36px;
	  padding-top: 14px;
	  min-width: 35px;
	  text-align: center;
  }
  
  #menu li a:hover{
	  background: #D9E3EB;
	  color: #000;
  }
  
  #menu li.current a {
	  background: #CDD6DE;
	  color: #fff;
  }
	  




/**		Index		**/ 

#bigheader { 
height:200px; 
padding-bottom:0px; 
font-size:50px; 
}


#schedule {
	height:180px;
}

#whois {
	height:150px;
}

#home_box { 
border-right:1px dotted #000; 
padding-right:9px; 
margin-right:0; 
}

#2 {
	border:none;
}

.oh-hi{
	font-weight:bold;
}

#sec { margin-bottom:0px;}
#footer	{ 
padding-top:15px;
}



/**		SERMONS		**/

#links a { 
padding-top:5px; padding-bottom:5px; 
}


/**		STAFF		**/
.biowrap {
	margin-bottom:10px;
}

/**		CONTACT		**/

div#contact p, label, legend { 
font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; 
}

div#contact h1 { 
margin: 10px 0 10px; 
font-size: 24px; 
color: #333333; 
}



label { 
display: inline-block; 
float: left; 
height: 26px; 
line-height: 26px; 
width: 155px; 
font-size: 1.5em; 
-webkit-border-radius:5px; 
}

input, textarea, select { 
width: 280px; 
margin: 0; 
padding: 5px; 
color: #666; 
background: #f5f5f5; 
border: 1px solid #ccc; 
margin: 5px 0; 
font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; 
webkit-border-radius:5px; 
}   

input:focus, textarea:focus, select:focus { 
border: 1px solid #999; 
background-color: #fff; 
color:#333; 
}

input.submit { 
width: 85px; 
cursor: pointer; 
border: 1px solid #222; 
background:#333; 
color:#fff; 
}

input.submit:hover { 
background:#444; 
}

input[type="submit"][disabled] { 
background:#888; 
}

fieldset { 
border:1px solid #eee; 
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
}

legend { 
padding:7px 10px; 
font-weight:bold; 
color:#000; 
border:1px solid #eee; 
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
margin-bottom:0 !important; 
margin-bottom:20px; 
}

span.required{ 
font-size: 13px; 
color: #ff0000; 
} 

div#message { 
margin: 10px 0; 
padding: 0; 
}

.error_message { 
display: block; 
height: 22px; 
line-height: 22px; 
background: #FBE3E4 url('../img/error.gif') no-repeat 10px center; 
padding: 3px 10px 3px 35px; 
color:#8a1f11;
border: 1px solid #FBC2C4; 
-webkit-border-radius:5px; 
}

.loader { 
padding: 0 10px; 
}

div#contact #success_page h1 { 
background: url('../img/success.gif') left no-repeat; 
padding-left:22px; 
}

acronym { 
border-bottom:1px dotted #ccc;
}

#contact-sidebar{
border:1px solid #eee; 
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
}

/**		CLASSES		**/

ul#times { list-style-type:none; }