/*
Theme Name: Barefoot Christian Church
Description: WordPress theme designed by Josh Weston, developed by Dan Nixon
Version: 0.1
Author: Josh Weston & Dan Nixon
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
/* end reset */
body {
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	background:#7f888d;
	color:#282828;
}
html>body {
	font-size:12px;
}
p, ul, ol, dl, pre {
	font-size:1em;
	line-height:1.5em;
	margin:1.5em 0;
}
li{
	margin:0.25em 0;
}
h1, h2, h3{
	text-transform:uppercase;
	font-weight:bold;
}
h2 {
	line-height:1em;
	font-size:1.5714em;
	margin:0 0 1em 0;
}
h3 {
	line-height:1em;
	font-size:1.2em;
	margin:0 0 1em 0;
}
h4{
	margin:1em 0;
}

a:link, a:visited{
	color:#158cca;
	text-decoration:none;
}
a:hover, a:active{
	border-bottom:1px solid;
}

/* LAYOUT - MAIN SECTIONS
*********************************************************************************/
#masthead, #content, #footer{
	width:100%;
}
.page_width{
	width:950px;
	margin:0 auto;
}
#masthead{
	background:url(images/header-bg-tile.gif) repeat-x 50% 0;
	height:188px;
}
#content{
	background:url(images/content-bg-tile.jpg) repeat 50% 0;
	float:left;
}
#content .page_width{
	background:url(images/2-col-bg-tile.png) repeat-y 0 0;
}
#main_content{
	width:462px;
	float:left;
	font-size:1.1667em;
	padding:1.5em 40px;
}
#related_content{
	width:339px;
	padding:105px 12px 0;
	margin-left:560px;
	position:relative;
}
#footer{
	background:url(images/footer-grad-tile.jpg) repeat-x 50% 0;
	height:200px;
	padding-top:19px;
	clear:both;
}

/* MASTHEAD
*********************************************************************************/
#masthead .page_width{
	background:url(images/header-logo-bg.jpg) no-repeat 0 0;
	height:181px;
	position:relative;
}
#masthead a:hover, #masthead a:active{
	border-style:none;
}
#masthead h1{
	position:absolute;
	top:20px;
	left:120px;
}
#masthead h1 a{
	display:block;
	text-indent:-1000em;
	overflow:hidden;
	width:300px;
	height:100px;
}
#masthead ul, #masthead li{
	margin:0 0 0 1px;
	height:22px;
}
#masthead ul{
	position:absolute;
	top:149px;
	width:100%;
}
#masthead li{
	display:inline;
}
#masthead li a{
	display:block;
	float:left;
	height:22px;
	padding-top:10px;
	text-align:center;
	color:#282828;
}
#community_groups a{
	width:149px;
	background:url(images/header-tab-large.gif) no-repeat 0 0;
}
#sundays a, #barefoot a{
	width:82px;
	background:url(images/header-tab-small.gif) no-repeat 0 0;
}

/* MAIN CONTENT
*********************************************************************************/
.commentlist .alt{
	border-bottom:1px dotted;
	border-top:1px dotted;
}
#commentform textarea{
	width:100%;
}

/* RELATED CONTENT
*********************************************************************************/
#related_content form{
	width:363px;
	height:156px;
	position:absolute;
	top:-51px;
	left:0;
	background:url(images/sidebar-top.png) no-repeat 0 0;
}
#related_content form input{
	border-style:none;
	background:transparent;
	width:175px;
	line-height:20px;
	margin:82px 0 0 55px;
	font:10px Arial, Helvetica, sans-serif;
}
#related_content h3, #related_content #news{
	padding-left:12px;
	padding-right:12px;
}
#news{
}
#news li{
	border-bottom:1px dotted #ddd;
}
#sections{
	background:#c0dbe6 url(images/sidebar-sections-bg-tile.jpg) repeat-x 50% 0;
	margin-bottom:0;
	padding:1em;
	height:8em;
}
#sections li{
	display:block;
	width:50%;
	float:left;
}
#sections li a{
	color:#282828;
}

/* FOOTER
*********************************************************************************/
#footer li{
	width:30%;
	float:left;
	padding-right:3%;
}
#footer li li{
	float:none;
	width:100%;
	padding-right:0;
}
#footer a{
	color:#f0f0f0;
}

/* EVENTS / HOME PAGE
*********************************************************************************/
#eventspage #content .page_width{
	background-image:none;
}
#eventspage #related_content{
	background:url(images/sidebar-bg-tile.png) repeat-y 0 0;
}
#eventspage #main_content{
	background:url(images/promo-bg.png) no-repeat left bottom;
	margin-bottom:2em;
	position:relative;
}
#eventspage #main_content h2{
	border-bottom:4px solid #158cca;
}
.eventimage{
	display:block;
	padding:5px;
	border:1px solid #999;
	background-color:#fff;
	margin-bottom:40px;
}
.ui-tabs-hide{
	display:none;
}
#events_nav{
	position:absolute;
	top:267px;
	right:39px;
	font-size:0.7em;
}
#events_nav li{
	float:left;
	background:url(images/tab-left.gif) no-repeat left bottom;
	margin:0;
	padding:0 0 0 14px;
}
#events_nav a {
	float:left;
	display:block;
	background:url(images/tab-right.gif) no-repeat right bottom;
	padding:0 14px 0 0;
	line-height:28px;
	color:#282828;
}
#events_nav a:hover{
	border-style:none;
}

/* This is CSS for the first and second time visitors, located in the following files 
on the root directory:  survey1.html, survey2.html  */


/*#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {

	float: right;
}
*/
label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
}