/*--------------------------------------------------

	CSS document by 
	Pat Brumfield
	Normalcy.net
	
	-----------------
	
	colors used:
	
	red: #860506
	orange: #E9882A
	yellow: #FABC28
	dark orange: #AD5F02
	light yellow: #FDE4A9
	
--------------------------------------------------*/


/* reset
--------------------------------------------------*/


body,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}

*{
	margin:0;
	padding:0;
}


/* body
--------------------------------------------------*/


body {
  font-family: Helvetica, Arial, sans-serif;
  font-size:75%;
  line-height:1.6em;
  color:#666;
  /*background:#FABC28 url(images/img_header.jpg) repeat-x;*/
	background:#FDE4A9;
}


/* headings
--------------------------------------------------*/


h1 {
  margin:0;
  font-family:Georgia, serif;
  font-size:1.6em;
  font-weight:normal;
  color:#860506;
}


h2 {
	font-family:Georgia, serif;
	font-size:1.3em;
	font-weight:normal;
	color:#E9882A;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:1px solid #FABC28;
}

h3 {
	color:#666;
	font-family:Georgia, serif;
	font-size:1.2em;
	background-color:#FDE4A9;
	border-bottom:1px solid #FABC28;
	/*border-bottom:1px solid #FABC28;*/
	padding-left:4px;
	margin-bottom:4px;
	font-weight:normal;
}

/* links
--------------------------------------------------*/

a {
	text-decoration:none;
}

a img {
	border:none;
}


/* images
--------------------------------------------------*/

img.left {
  float:left;
  display:inline;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}

/* container
--------------------------------------------------*/

#container {
  width:690px;
  margin:0 auto 30px auto;
  padding:0 30px;
  text-align:left;
  background-color:#FFF;
  /*border:3px solid #FABC28;*/
	border:3px solid #E9882A;
  border-top:none;
}

/* header
--------------------------------------------------*/

#header {
  height:118px;
  width:690px;
  margin:0;
  padding:0;
  /*padding:14px 0 0 471px;*/
  background:url(images/header.jpg);
  /*margin:0 0 30px; 0;*/
  display:block;
}

#header_img{
	/*display:block;*/
	height:118px;
	width:208px;
	background:url(images/header_img.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin:0 11px 0 471px;
}

#header_img img{
	margin:0;
	padding:0;
}

/* main
--------------------------------------------------*/

#main {
	width:690px;
	margin:30px 0 0 0;
}

/* navigation
--------------------------------------------------*/


#nav {
	width:219px;
	/*display:inline;*/
	border: 0;
	padding: 0;
	background:#FABC28 url(images/nav_bg2.jpg) repeat-y;
	float: right;
	font-size:0.9em;
	overflow:visible;

}

#nav ul {
	padding: 5px 0 0 0;
	margin: 0;
	line-height: 1.6em;
	border-bottom:1px solid #FFF;
	list-style:none;
	background: #FFF url(images/nav_bg2.jpg) repeat-y;
}

/* Hide from IE-Mac \*/

html>body #nav ul {
	padding: 15px 0 0 0;
	margin: 0;
	line-height: 1.6em;
	border-bottom:1px solid #FFF;
	list-style:none;
	background: #FFF url(images/nav_bg2.jpg) repeat-y;
}

/* end hide */

#nav li {
	margin:0;
	padding:0;
	/*display:block;*/
}

#nav li a {
	display: block;
	height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;
    font-size: 0.9em;
	border-top: 1px solid #FFF;
	padding: 3px 12px 1px 12px;
	margin:0;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	
}

#nav li a:hover {
	background-color: #860506;
	color: #fff;
	text-decoration: underline;
}

#nav li a.active, #nav li a.active:hover {
	color: #fff;
	background-color: #860506;
	cursor: default;
	font-weight: bold;
}

#nav_top {
	height:10px;
	background:url(images/nav_top2.jpg) no-repeat;
	margin:0;
	padding:0;
}

#nav_top p {
	font-size:0.9em;
	line-height:1.6em;
	color:#860506;
	font-weight:bold;
	padding: 6px 0 0 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif, sans;
	/*background:url(images/nav_bg.jpg) repeat-y;*/
}

#nav_bottom {
	height:10px;
	display:block;
	background:#FFF;
	background-image:url(images/nav_bottom2.jpg);
	/*background-position:bottom;*/
	background-repeat:no-repeat;
}

/* home
--------------------------------------------------*/

#home_content {
	float:left;
	display:inline;
	width:441px;
}


#home_content a, #home_content a:visited {
	color: #860506;
	background-color:#FDE4A9;
	padding:3px;
}

#home_content a:hover {
	display:inline;
	background-color: #FABC28;
	padding:3px;
	text-decoration:underline;
}

#home_content h1 {
	margin:5px 0 5px 0;
	/*display:none;*/
}

#home_content p {
	color:#666;
	line-height:1.6em;
}

/* youth page
--------------------------------------------------*/

#youth_content{
	float:left;
	display:inline;
	width:441px;
}

#youth_content span a, #youth_content span a:visited {
	color: #860506;
	background-color:#FDE4A9;
	padding:3px;
}

#youth_content span a:hover {
	display:inline;
	background-color: #FABC28;
	padding:3px;
	text-decoration:underline;
}

#youth_content h1 {
	margin:0 0 5px 0;
	display:block;
}

#youth_content p {
	color:#666;
	line-height:1.4em;
}

.youth_program{
	width:441;
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #E9882A;
}

.youth_program img{
	padding-bottom:5px;
}

.little_ones img{
	float:left;
	clear:left;
	display:inline;
	padding-right:10px;
}

.little_ones p{
	float:left;
	display:inline;
	margin-top:15px;
}

/* main content
--------------------- */

#main_content{
	float:left;
	display:inline;
	width:441px;
}

#main_content a, #main_content a:visited{
	color: #860506;
	background-color:#FDE4A9;
	padding:3px;
}

#main_content a:hover {
	display:inline;
	background-color: #FABC28;
	padding:3px;
	text-decoration:underline;
}

#main_content h1 {
	margin:0 0 5px 0;
	display:block;
}

#main_content p {
	color:#666;
	line-height:1.4em;
}

/* weekdays
--------------------------------------------------*/

.weekday_event{
	display:inline;
	background-color:#FDE4A9;
	margin-bottom:15px;
	margin-top:3px;
}

.weekday_time{
	font-size:0.8em;
	display:inline;
	float:left;
	background: url(images/clock.png) no-repeat;
	background-position: center left;
	margin-left:5px;
	padding:0 8px 0 21px;
	border-right:1px solid #FFF;
}

.weekday_email{
	font-size:0.8em;
	display:inline;
	float:left;
	background: url(images/mail.png) no-repeat;
	background-position: center left;
	padding:0 6px 0 21px;
	margin-left:8px;
}

.weekday_date{
	font-size:0.8em;
	display:inline;
	float:left;
	background: url(images/calendar.png) no-repeat;
	background-position: center left;
	margin-left:5px;
	padding:0 8px 0 21px;
	border-right:1px solid #FFF;
}

.weekday_file{
	font-size:0.8em;
	display:inline;
	float:left;
	background: url(images/cd.png) no-repeat;
	background-position: center left;
	padding:0 6px 0 21px;
	margin-left:8px;
}

.weekday_etc{
	font-size:0.8em;
	display:inline;
	float:left;
	padding:0 8px;
	border-left:1px solid #FFF;
}

/* minisries
--------------------------------------------------*/

#ministries_content {
	float: left;
	display: inline;
	width: 441px;
}

#ministries_content h1{
	border-bottom: 1px solid #860506;
	padding-bottom: 3px;
}

#ministries_content h2{
	border-bottom: none;
	margin: 13px 0 0 0;
	padding: 0 0 3px 0;
}

#ministries_content a, #ministries_content a:visited {
	color: #666;
	/*background-color:#FDE4A9;
	padding:3px;*/
}

#ministries_content a:hover, #ministries_content a:active {
	display:inline;
	/*background-color: #FABC28;
	padding:3px;*/
	text-decoration:underline;
}

#ministries_content h2 a:link, #ministries_content h2 a:visited{
	color:#E9882A;
	text-decoration:underline;
}

#ministries_content h2 a:hover, #ministries_content h2 a:active {
	color:#E9882A;
	text-decoration:none;
}

/* about
--------------------------------------------------*/

#about_content{
	float:left;
	display:inline;
	width:441px;
	line-height: 1.6em;
}

#about_content p{
	margin-top: 10px;
}

/* staff
--------------------------------------------------*/

#staff_content{
	float:left;
	display:inline;
	width:441px;
}

#staff_content h1{
	margin-bottom: 5px;
}

.staff{
	float: left;
	display: inline;
	margin: 5px 10px 10px 0;
	width: 100px;
	height: 145px;
}

.staff p{
	margin: 0;
	font-size: 0.9em;
	line-height: 1.1em;
}

.staff img{
	margin-bottom: 5px;
}

/* calendar
--------------------------------------------------*/

#cal_content{
	float: left;
	display: inline;
	width: 686px;
}

#cal_content a, #cal_content a:visited {
	color: #860506;
	background-color:#FDE4A9;
	padding:3px;
}

#cal_content a:hover {
	display:inline;
	background-color: #FABC28;
	padding:3px;
	text-decoration:underline;
}



/* footer
--------------------------------------------------*/

#footer {
  clear:both;
  height:56px;
  margin:0;
  padding:30px 0 0 0;
  font-size:0.9em;
  background-color:#FFF;
  background-image:url(images/footer.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}

#footer p {
  	padding:0 0 0 15px;
  	line-height: 1.5em;
  	color:#FFF;
	clear:left;
}

#footer a {
	color:#860506;
}

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

#footer ul {
	padding: 3px 0 0 15px;
	margin: 0;
	line-height: 1.5em;
	width:600px;
	/*border-bottom:1px solid #FFF;
	list-style:none;
	background: #FFF url(images/nav_bg2.jpg) repeat-y;*/
}

/* Hide from IE-Mac \*/

html>body #footer ul {
	padding: 13px 0 0 15px;
	margin: 0;
	line-height: 1.5em;
	/*border-bottom:1px solid #FFF;
	list-style:none;
	background: #FFF url(images/nav_bg2.jpg) repeat-y;*/
}

/* end hide */

#footer li {
	margin:0;
	padding-right:10px;
	display:inline;
	float:left;
}

#footer li a {
	/*display: block;
	height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif, sans;
    font-size: 0.9em;
	border-top: 1px solid #FFF;
	padding: 3px 12px 1px 12px;
	margin:0;*/
	color: #860506;
	text-decoration: none;
	/*cursor: pointer;*/
	
}

#footer li a:hover {
	/*background-color: #860506;*/
	color: #fff;
	text-decoration: underline;
}

/* clearfix
--------------------------------------------------*/

.clearer {
	clear:both;
}

/*original clearfix hack----------------------------------------*/
.clearfix:after {
	content: "."; /*The peroid is the last thinb before the div closes*/
	display: block; /*inline elements doin't respond to the clear property*/
	height: 0; /*Ensure the peroid is not visible*/
	clear: both; /*Make the container clear the peroid*/
	visibility: hidden; /*Further ensures the peroid is not visible*/
}
.clearfix {
	display: inline-block; /*A fix for IE mac*/
}
*html .clearfix { /*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
}
/*--------------*/

/*lightbox clearfix hack --------------------------------------*/
/*.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

/** html .clearfix {*/
	/* Hides from IE-mac \*/
	/* height: 1%;*/
	/* End hide from IE-mac */
}
/*----------------*/
