/*
Theme Name: Growing Hope
Theme URI: http://www.growinghopetogether.com/
Description: The theme for growinghopetogether
Version: 1 
Author: Linda Poppleton
Author URI: http://yoursite.com/
Tags: your, custom, tags, here
*/
/*----------------------------------------------------------------------------------------------------------------------------------
Growing Hope Together
Elastic Style Sheet with Sticky Footer
By Erin Smith (eas78), 12/30/09
------------------------------------------------------------------------------------------------------------------------------------ */

body  {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color:#996633;
	color: #000000;
}
#container { 
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #fff7de;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	text-align: left;
} 

/*----- Header------------------------------------------------------------------------------------------------------- */
#header {
	position:relative;
	background:#fff7de;
	padding:0;
	margin:0;
	height: 14em;
}
#header img {
	border:none;
}
#skipnav {
	position: absolute;
	top: -1000em;
	left: -1000em;
}
#navigation {
	margin: 0em auto auto 0;
	width:100%;
	background:#004200;
	border-bottom: #996633 .5em solid;
	float:left;
	clear:right;
}	
#navigation ul {
	float: left;
	margin: 0;
	padding: .3em 0 0 0;
	border:0;
	list-style-type: none;
}	
#navigation li {
	margin: 0 .4em;
	padding: 0 0 .25em .75em;
	float: left;
	background: none;
}	
#navigation a {
	float: left;
	border: none;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: .3em .75em 0 0;
	margin:0;
	text-decoration: none;
}

#navigation li:hover, #navigation li.sfhover, #navigation li.active, #navigation #current {
	background: url(../../../../images/lt.gif) left top no-repeat #996633;
}
#navigation li:hover a, #navigation li.sfhover a, #navigation li.active a, #navigation ul li#current a {
	color: #ffffff;
	background:url(../../../../images/lt.gif) right top no-repeat;
}

/* ----------Rounded Corners for Page Frame -----------------------------------------------------------------------------------*/
.xtop, .xbottom {
	display:block; 
	background:transparent; 
}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7, .xb8 {
	display:block; 
	overflow:hidden;
}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {
	height:1px;
}
.xb2, .xb3, .xb4, .xb5, .xb6, .xb7, .xb8 {
	background:#fff7de;  /* change this for color of main part of box */
	border-left:1px solid #003366;
	border-right:1px solid #003366;
}
.xb1 {
	margin:0 10px; 
	background:#003366;
}
.xb2 {
	margin:0 8px;
	border-width:0 2px;
}
	
.xb3 {
	margin:0 6px;
	border-width:0 2px;
}
.xb4 {
	margin:0 5px;
}
.xb5 {
	margin:0 4px; 
}
.xb6 {
	margin:0 3px;
	height:2px; 
}	
.xb7 {
	margin:0 2px;
	height:2px; 
}
.xb8 {
	height:2px; 
	margin:0 1px;
}

/*----- MainContent and Styles--------------------------------------------------------------------------------------- */
#mainContent {
  	margin: 10px; /* the left margin will look best if you match the padding amount to the header and footer. */
	padding:0 .5em;
	clear:both;
} 
#mainContent p {
	font-size:.9em;	
}
.a:hover {
	color:#FF0000;
	background:#333333;
}
p {
	margin:.1em 0 .5em 0;
}
h3 {
	padding:0;
	margin:.5em 0 .1em 0;
	color:#003366;
}
h4{
	color:#008400;
	margin:.2em 0;
	padding:0;
}
h5 {
	padding:0;
	margin:0;
	color:#996633;
}
.bg {
	background:#deefc6;
	margin:0 0 .5em .2em;
}
.indentsm {
	font-size:.5em;
	margin-left:1.5em;
}
#mainContent a{
	color:#0063FF;
}
#mainContent ul {
	font-size:.85em;
}
#mainContent ul li {
	padding:.2em 0;
}


/* Miscellaneous classes for reuse */
.quote {
	font-style:italic; 
	margin:0;
	background-color: #CCCCCC;
	padding: 0;
	font-size: .7em;
	height:auto;
	width:auto;
	display:block;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* -------------------3 Columns -------------------------------------------------------- */
.lcol {
	float:left;
	width:31%;
	padding:.5em;
	margin: .5em auto;
	display:inline-block;
}

/* -------------------Rounded Corners for box w/i page ---------------------------------- */

.xba1, .xba2, .xba3, .xba4 {
	display:block; 
	overflow:hidden;
	}
.xba1, .xba2, .xba3 {
	height:1px;
	}
.xba2, .xba3, .xba4 {
	background:#399bfa;  /* change this for color of main part of box */
	border-left:1px solid #0a0545;
	border-right:1px solid #0a0545;
	}
.xba1 {
	margin:0 5px; 
	background:#0a0545;
	}
.xba2 {
	margin:0 3px;
	border-width:0 2px;
	}
.xba3 {
	margin:0 2px;
	}
.xba4 {
	height:2px; 
	margin:0 1px;
}
.boxcontent {
	border-left:1px solid #0a0545;
	border-right:1px solid #0a0545;
	background:#399bfa; /*change this for color of main part of box */
	color: #0a0545;
	font-size:.7em;
	padding:0 .5em;
	text-align:center;
}

/*----- Footer------------------------------------------------------------------------------------------------------- */
#footer {
	text-align:center;
	color:#000000;
	background-color:#; 
	height:1em; 
	padding:.5em 0 0 0;
	border-top:2px solid #;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the 
	possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would 
	have, without the margin collapse issue */
	background-color:#;
	font-size: .7em;
}
#footer a {color:#000000;}

/* Begin Content */
#content
{
	width: 600px;

	}
/* Begin Sidebar */
#sidebar
{
	float:right;
	padding: 20px 0 10px 0;
	width: 200px;
		background:#deefc6;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */
#content {
	font-size: 1em;
	}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
.widecolumn .entry p {
	font-size: 1.05em;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
.entry p a:visited {
	color: #b85b5a;
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
