/*
Theme Name: Learned On Women
Theme URI: http://learnedonwomen.com/
Description: Wordpress theme for Learned On Women.
Author: Drew Myler
Author URI: http://evolvingpage.com/

*/



/* SHELL */

/* ------- globals ------- */


* {
	margin: 0;
	padding: 0;
	}

body {
	background: #d4d4ae url(images/bg_body.gif) left top repeat;
	text-align: center;
	font: 62.5% "lucida grande", verdana, sans-serif;
	color: #000;
	}

	
ul, dl, ol, li, p, blockquote {
	padding: 0;
	margin: 0 0 1.6em;
	}

ul {
	margin-left: 1em;
	list-style: none;
	}
	
/*ul ul {
	margin-top: 1em;
	}*/
	
ol {
	margin-left: 2em;
	}
	
blockquote {
	font-weight: normal;
	}
	
cite {
	clear: both;
	font-style: normal;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
	color: #e3572f;
	}
		
h1, h2, h3 {
	font-size: 1.36em;
	margin-bottom: 1.1em;
	}
	
h3 {
	}
	
a {
	text-decoration: none;
	color: #0096d0;
	outline: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: #72aed9;
	}
	
#nav a:visited {
	color: #0096d0;
	}

h1, h2 a, h2 a:visited, h3 a, h3 a:visited, #nav li.here a, #nav p.here a {
	color: #e3572f;
	}
	
#nav a.rss, #nav li.here a.rss { 
	padding: 1px 0 1px 17px;
	background: url(images/rss.gif) left center no-repeat;
	color: #0096d0;
	}
	
#nav li span { 
	padding-left: 10px;
	border-left: 1px solid #ccc;
	}

	
a img {
	border: 0;
	}
		
.alignright, .alignleft {
	float: right;
	margin: 0 0 8px 8px;
	position: relative;
	}
	
.alignleft {
	float: left;
	margin: 2px 8px 8px 0;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 1.25em;
	text-align: center;
	}
	
/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.c\learfix:after { line-height: 0; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#skipto {
	display: none;
	}


/* ------- layout ------- */

#wrap {
	margin: 20px auto;
	padding: 0 0 10px;
	width: 780px;
	text-align: left;
	background: #fff;
	position: relative;
	}
	
.career-ads {
	margin: 20px auto 0;
	background: none;
	text-align: center;
	width: 730px;
	}
	
#content .career-ads {
	margin-bottom: 20px;
	width: auto;
	}

#tagline {
	background: #ccf0fd;
	}
	
#tagline h2 {
	line-height: 25px;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 15px;
	color: #646568;
	}
	
#masthead {
	text-align: center;
	margin-bottom: 38px;
	}

#content {
	padding: 0 20px 10px;
	background: url(images/bg_content.gif) 530px 0 repeat-y;
	}
	
#nav {
	font-size: 1em;
	line-height: 1.8em;
	width: 110px;
	float: left;
	margin-right: 12px;
	}

#maincol {
	font-size: 1.1em;
	line-height: 1.6em;
	width: 350px;
	float: left;
	}

#sidebar {
	font-size: 1em;
	line-height: 1.5em;
	color: #646568;
	width: 204px;
	float: right;
	margin: 0 16px 0 0;
	padding: 0;
	display: inline; /* IE6 double margin bug */
	}
	
#footer {
	clear: both;
	margin: 0 15px;
	padding: 10px 0 0 128px;
	font-size: .9em;
	}
	
img#wpstats{display:none}
	
/* ------- specifics ------- */

/* Nav */

#nav ul, #nav p {
	line-height: 1.8em;
	margin: 0 0 1.8em;
	}

#nav li {
	margin: 0;
	}
	
#nav .quote {
	padding: 1px 0 3px;
	border-top: 1px dashed #8fddfa;
	border-bottom: 1px dashed #8fddfa;
	margin-bottom: 1.8em;
	}	
	
#searchform {
	}

#searchform #s, .input {
	width: 98px;
	padding: 2px;
	margin-bottom: 5px;
	color: #646568;
	font-size: 1em;
	}
	
.input {
	width: 166px;
	}
	
#cse-search-box .input {
	width: 98px;
	}

#searchsubmit, .submit {
	font-size: 1em;
	margin-bottom: 5px;
	}
	
#cse-search-box .submit {
	margin-bottom: 0;
	}

select {
	width: 166px;
	}

		
/* Main Column */

.more-link {
	margin-bottom: 1.6em;
	}
	
#maincol ul {
	list-style: disc;
	}
	
.postmetadata {
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
	color: #888;
	}
	
h2 span, h3 span {
	font-size: .8em;
	color: #888;
	padding: 0 5px 0 0;
	position: relative;
	top: -1px;
	}
	
.flashmovie {
	margin-bottom: 15px;
	}

/* Side Column */

#sidebar ul {
	margin: 0;
	}

#sidebar h2 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 0 1.1em 0;
}
		
#sidebar li {
	height: 1%;
	}
	
#sidebar li li {
	margin-bottom: .8em;
	}
	
#sidebar li.widget {
	margin-bottom: 2.4em;
	}
	
.amm {
	margin-bottom: 15px;
	}
	
.amm img {
	float: left;
	margin: 0;
	}
	
.amm h4, .amm p {
	margin: 0 0 2px 69px;
	}
	
#sid3bar .amm p {
	font-weight: normal;
	}
		
.amm h4 {
	font-weight: bold;
	}
	
.sustainable {
	position: relative;
	margin-bottom: 12px;
	}
	
.sustainable img {
	position: absolute;
	top: 0;
	left: 0;
	}
	
#wrap .sustainable h2, .sustainable p {
	margin: 0 0 2px 69px;
	}

#sidebar p#twitter {
	padding-left: 26px;
	background: url(images/ico-twitter.gif) left top no-repeat;
	line-height: 20px;
	font-weight: bold;
	}
	
/*#sidebar p.bdr {
	margin-bottom: 3em;
	} */

/* Comment Styles */

#maincol ol.commentlist {
	margin-left: 0;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}


