/* @override http://gracebiblesouderton.org/church/wp-content/themes/gbc2/style.css */

/*  
Theme Name: Grace Bible Souderton
Theme URI: http://www.gracebiblesouderton.org
Description: Custom Theme designed by Todd Hiestand
Version: 2.0
Author: Todd Hiestand
Author URI: http://www.toddhiestand.com
*/


/* NORMALIZE Cross browser rendering inconsistencies 
-----------------------------------------------------------------*/

html, body, form, fieldset{ 
margin: 0; padding: 0; font: 14px/150% Helvetica; }

h2, h3, h4, h5, h6, p, pre, ol, dl, address{ 
margin: .7em 0;padding: 0; line-height:133%;}

h1 {
line-height:133%; margin: 0; font-size:1.8em; text-decoration:none; color:#333;}

h2 {
line-height:133%; margin: .5em 0 .5em 0; font-size:1.5em; text-decoration:none; color:#333;}

li, dd { margin-left: 1em; }


form label{ cursor: pointer; }

fieldset{ border: none; }

input, select, textarea{ }

hr {border-top: 1px solid #006633;width: 100%;height: 1px;}

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

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

p.callout { 
background-color: #fff;
font-size: 1.5em;
font-weight: normal;
width: 150px;
float: right;
text-align: right;
border-top: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
padding: 1em;}

#bread {
font-size:.8em;
}

.clear {
clear: both;
padding: 10px 0 10px 0;
}


/* End Normalization */

body {
color:#333;
font-family: Helvetica, sans-serif;
font-size: 1em;
line-height: 143%;
text-align: left;
text-decoration: none;
margin:0;padding:0;
background:#BFD7AC;
}

#container {
width: 780px;
margin: 0 auto;
padding:0;
position: relative;
color: #333;
line-height: 120%;
border:1px solid #666;
}

#container:after {
	content: "."; display: block;height: 0; 
	clear: both; visibility: hidden;
}

#header{
background: url(images/header.jpg);
background-repeat: no-repeat;
background-position: top center;
width: 780px;
height: 177px;
padding: 0;
margin:0;
float:left;
}

#content {
width: 780px;
margin:0;
padding:0;
float: left;
overflow:hidden;
background:#fff;
}

#left {
	width: 360px;
	float: left;
	margin:0;
	padding:20px 0 20px 20px;
}

#right {
	width: 360px;
	float:left;
	margin:0 0 0 20px;
	padding:0px 20px 20px 0;
}

.leftsection {
	margin: 15px 0;
	float: left;
}

.post {
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 0 0 25px 0;
}

#welcome {
	width: 320px;
	margin:0; 
	padding: 15px;
	float: left;
	background: #ccc;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

ul#images {
	width: 350px;
	margin:20px 0 ;
	padding:15px 0px;
	float:left;
	list-style: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

ul#images li {
	display: inline;
	margin: 0;padding: 0;
}

ul#images li img {
	margin: 3px;
	padding: 0;
}

ul#images li a {
	float: left;
}

#times {
width: 370px;
margin:0;padding:0;
float:left;
}

#footer {
	float: left;
width: 760px;
margin:0;padding:10px;
font-size:.9em;
background-image:url(images/bg-blk.png);
background-repeat:repeat;
color:#FFFFFF;
}

#footer a { 
color:#FFFFFF;
}

#footer a:hover { 
color:#FFFFFF;
}

#pagecontent {
width: 740px;
float:left;
margin:0;
padding: 20px;
}

#sidebar {
width: 200px;
float:left;
margin:0;padding:20px;
}

img.noborder {
margin:0;
padding:0;
border:none;
}


img {
	margin: 0 20px 20px 0;
	border: 1px solid #ccc;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



/* @group NAV */

/*** ESSENTIAL STYLES ***/

.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.menu {
	line-height:	1.0;
}

.menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}

.menu ul li {
	width:			100%;
}

.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.menu li {
	float:			left;
	position:		relative;
}

.menu a {
	display:		block;
	position:		relative;
}

.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			2.56em; /* match top ul list item height */
	z-index:		99;
}

ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}

ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			13.3em; /* match ul width */
	top:			0;
}

ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}

ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/

.menu {
	float:	left;
	margin:	0px 0;
	padding: 0 0px;
	width: 780px;
	background: url(images/bg-blk.png) repeat;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
}

.menu a {
	padding: .75em 1em;
	text-decoration:none;
}

.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}

.menu a:hover {
	color: #fff;
}

.menu li {
	background: url(images/bg-blk.png) repeat;
}

.menu li li {
	background: #666;
	text-transform: none;
}

.menu li li li {
		background: url(images/bg-blk.png) repeat;
}
.menu li li li {
		background: url(images/bg-blk.png) repeat;
}
.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active {
		background:#333;
	outline:		0;
		color: #fff;
}

.menu li li:hover, .menu li li.sfHover,
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background:#333;	outline:		0;
	color: #fff;
}

/*** arrows **/

.menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	
}

ul.menu li.current_page_ancestor, ul.menu li.current_page_item  {
		background: #333;
		color: #fff;
}


/* @end */


