/*  
Theme Name: She Saves
Author: Leia Scofield

*/

html, body {
	margin: 0em;
	padding: 0em;
	font-size: 94%;
	text-align:center;
	background: rgb(34,34,34); /* dark gray */
	color: rgb(34,34,34); /* dark gray */
	}
	
/* This sets the font-types */
body, h1, h2, h3, h4, h5, h6, td, p, li, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	}

img { /* This turns off borders around images */
	border: 0;
	}

/* Ordinary paragraphs and list-items */
p, ul, ol {
	margin: 0em;
	padding: 0em;
	margin-bottom: 1.2em;
	font-size: 1.0em;
	}

ul li {
	font-size: 1.0em;
	margin-bottom:0.4em;
	}

/* General font sizing -- for IE */
input, textarea, select, td, th {
	font-size: 1.0em;
	}

/* General link colors */
a, a:visited, a:active {
	color: rgb(60,136,162); /* deep aqua */
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

acronym, abbr {
	border-bottom: 1px dotted black;
	cursor: help;
	}

sup {
	font-size: 0.9em;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}	

	
hr { /* For Internet Explorer */
	clear:both;
	height: 1px;
	color: rgb(213,213,213); /* light grey */
	border: none;
	margin-bottom:1.0em;
	}

html>body hr { /* For Gecko-based browsers */
	clear:both;
	height: 1px;
	background-color: rgb(213,213,213); /* light grey */
	border: none;
	margin-bottom:1.0em;
	}

html>body hr { /* For Opera and Gecko-based browsers */
	clear:both;
	height: 1px;
	background-color: rgb(213,213,213); /* light grey */
	border: 0px solid rgb(213,213,213); /* light grey */
	margin-bottom:1.0em;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}	

.hidden {
	display:none;
	}	
		
.error {
	color: rgb(255,0,0); /* red */
	}
	

/* ================================ Headers ================================ */

/*
 	h1 - logo 
	h2 - page/section titles
	h3 - subtitles
*/

h1 {
	margin:0.5em 0 0 10px;  padding:0;
	position:relative;
	width:236px; height:60px;
	overflow:hidden;
	}
	
h1 span {
	display:block;
	position:absolute; left:0; top:0; z-index:1;
	width:236px; height:60px;
	margin:0; padding:0;
	background:url(images/logo.jpg) top left no-repeat;
	}
	
h2 {
	font-size: 2.0em;
	letter-spacing:-1px;
	font-weight:normal;
	margin: 0;	
	color: rgb(47,162,68); /* green */
	}

h2 a, h2 a:visited, h2 a:active {
	color: rgb(47,162,68); /* green */
	}

h3 {
	font-size:1.1em;
	margin-bottom:0.5em;
	}
	
h4 {
	font-size:1.0em;
	margin-bottom:0.2em;
	}
	
h4 em {
	font-style:normal;
	font-weight:normal;
	}		
	
/* ================================ Layout Containers ================================ */	

div#page {
	width:988px;
	margin: 12px auto 10px auto;
	text-align:left;
	position:relative;
	background:rgb(255,255,255);
	}
		
div#container {
	width:100%;
	margin: 0;
	position:relative;
	}
	
/* ================================ Header ================================ */

div#header {
	position:relative;
	clear:both;
	}
	
div#header form {
	position:absolute;
	top:10px;
	right:10px;
	}	
	
/* ================================ Content ================================ */

div#content {
	margin:0 0 0 0;
	background: rgb(147, 147, 147) url(images/hero.jpg) top left no-repeat;
	padding-left:280px;
	padding-top:35px;
	padding-right:10px;
	padding-bottom:10px;
	min-height:455px;
	}	
	
*html div#content {
	height:455px;
	}	
	
div#content div.post {
	border: 1px solid rgb(60,136,162); /* deep aqua */
	background: rgb(255,255,255);
	padding:10px; 
	}	
	
div#content div.postmetadata {
	font-size:0.8em;
	clear:both;
	}	
	
div#content div.postmetadata p {
	margin-bottom:0;
	}	
	
div.navigation a {
	color: rgb(255,255,255); /* white */
	font-weight:bold;
	}	
	
div#content div.postmetadata div.navigation {
	font-size:1.1em;
	margin-top:0.5em;
	padding-top:0.5em;
	border-top:1px solid rgb(240,240,240); /* super light grey */
	}	
	
div#content div.postmetadata div.navigation a {	
	color: rgb(60,136,162); /* deep aqua */
	font-weight:normal;
	}
	
div#content div.entry img {
	float:right;
	margin-left:10px;
	}	
	
div#content ol, div#content ul {
	margin-left:25px;
	}	
	
div#content ol li, div#content ul li {
	margin-bottom:1.0em;
	}		
	
div#content div#adspace {
	text-align:center;
	}	
	
/* ================================ Info ================================ */

div#info {
	position:relative;
	padding:0;
	margin-top:0;
	background:url(images/bg-info.jpg) repeat-x;
	padding-bottom:1.0em;
	width:100%;
	}
	
div#info:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

div#info {display: inline-block;}  /* for IE/Mac */
	
	
div#info div#details {
	float:left;
	background:rgb(255,255,255); /* white */
	border:1px solid rgb(60,136,162); /* deep aqua */
	width:640px;
	margin-left:10px;
	margin-right:20px;
	position:relative;
	}	
	
*html div#info div#details {
	margin-left:5px;
	margin-right:15px;
	}	
	
div#info div#col1 {
	width:260px;
	margin:10px;
	float:left;
	}	
	
div#info div#col2 {
	margin:10px 15px 10px 0;
	width:340px;
	font-size:0.8em;
	float:left;	
	}	
	
div#info div#ad {
	width:300px;
	margin:0 0 0 3px;
	padding:0;		
	float:left;
	}	
	
div#info ul {
	list-style-type:none;
	}		
	
div#info div#col2 ul li {
	display:inline;
	margin-right:5px;
	padding-right:5px;
	line-height:1.5em;
	border-right:1px solid rgb(240,240,240); /* super light grey */
	}			
	
	
div#info h2 {
	font-size:1.3em;
	letter-spacing:0;
	margin-bottom:0.3em;
	}	
	
/* ================================ Footer ================================ */

div#footer {
	clear:both;
	margin-bottom:2.0em;
	padding:1.0em;
	font-size:0.8em;
	text-align:center;
	}	

/* ================================ Misc ================================ */		

div#error {
	clear:both;
	font-size:1.5em;
	text-align:center;
	background: #FFFF33;
	color:#000000;
	}

form#wpcf label {
	width:25%;
	float:left;
	clear:left;
	margin-bottom:0.5em;
	}
	
form#wpcf input {
	width:50%;
	float:left;
	margin:0;
	margin-bottom:0.5em;
	text-align:left;
	}	
	
form#wpcf input#contactsubmit {
	width:auto;
	margin-left:25%;
	clear:both;
	float:none;
	display:block;
	}	
	
form#wpcf textarea {
	width:50%;
	float:left;
	margin-top:-1.3em;
	margin-bottom:0.5em;
	}		
	
/* 	===================================== Network ===================================== */	
	
div#network {
	height:2.0em;
	border-bottom:1px solid rgb(140,140,140); /* grey */
	background:black;
	color: rgb(255,255,255); /* white */
	text-align:center;
	margin-bottom:-1.2em;
	padding-top:0.5em;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
div#network strong {
	float:left;
	margin-left:2.0em;
	}	
	
div#network a {
	color: rgb(157,228,249); /* light aqua */
	}	
	
div#network strong a {
	color: #ffffff;
	}			
	
div#network ul {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	}
	
div#network ul li {
	float:left;
	text-transform:uppercase;
	margin-left:1.0em;	
	margin-right:1.0em;
	}		