/*
Theme Name: Early Morning
Theme URI: http://shinelocker.com/wordpress-themes/
Description: This theme is based on <a href="http://www.plaintxt.org/th<div id="primary" class="sidebar">emes/sandbox/">Sandbox</a>, by <a href="http://shinelocker.com/">Shinelocker</a>.
Version: 1.0
Author: Shinelocker
Author URI: http://shinelocker.com/
*/
/*
Added by azalea
*/
.gravatar{
	border: 1px solid #999;
	margin: 5px 2px 2px 4px;
	padding: 4px 2px 2px 4px;
	background-color: white;
}
.navmenu {
	list-style: none;
	margin-right: 10px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.navmenu li {
	float:left;
	margin-left: 10px;
	color: #c1dd89;
	background: #ecf6d1;
/*	border-top: 5px solid #c1dd89;
	font-size: 16px;
	font-weight: lighter;
	height: 20px;
	margin-bottom: 10px;
	padding: 6px 10px;
*/
}

/* Basics and Typography */


* {
	margin: 0;
	padding: 0;
}
body {
	background: #f5fbea;
	color: #444;
	font-family: Verdana, Helvetica, Georgia, Arial, sans-serif;
	font-size: 12px;
        text-align: center;
}
a:link, a:visited {
	color: #FA9747;
	text-decoration: none;
}
a:hover, a:active {
	color: #444;
	text-decoration: underline;
}
a img, .post a img, img {
	border: none;
	text-decoration: none;
}
blockquote {
        background: #f7fedc;
	border-top: 3px solid #e6fc92;
	color: #666;
	margin: 10px 0 10px 20px;
	padding: 3px 3px 3px 10px;
}
blockquote:hover {
	background: #f1f6fc;
	border-top: 3px solid #bdd3eb;
}
blockquote blockquote {
	background: #dde9f8;
}
code {
	color: #6b8d20;
	font-family: Monaco, monospace;
	text-align: left;
}
code:hover {
	background: #f7fedc;
}
code strong {
	color: #4e6200;
}
abbr, acronym, .popup {
	border-bottom: 1px dotted #FA9747;;
	cursor: help;
	font-style: normal;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
strike, del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
address {
	font-style: normal;
	margin: 0;
	padding: 0;
}
del,ins {
	background: #f1f6fc;
	border-bottom: 1px dotted #bdd3eb;
	color: #345;
}
ins {
	cursor: help;
	font-style: italic;
	text-decoration: none;
}
pre {
	background: #f2f9e3;
	font-family: courier, monospace;
	font-size: 1em;
	font-style: normal;
	line-height: 1.7em;
	margin: 10px 0;
	padding: 15px;
}

/* Layout */

div#wrapper {
        min-width: 1000px; 
	margin: 0 auto;
	text-align: left;
	width: 90%;
}
	/* Header Styles */
	#header {
	text-align: left;
	margin-top: 30px;
	margin-right: 18px;
	margin-bottom: 20px;
	margin-left: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	}
	#header h1 {
		font-size: 16pt;
		font-weight: lighter;
		display: inline;
                
	}
	#header h1 a {
		color:#000000 ;
		text-decoration: none;
	}
	#header h1 a:hover {
		color: #FA9747;
	}
	#header div#blog-description {
		font-size: 14px;
		margin: 0 20px;
	}
div#access div.skip-link {
	font-size: 0.9em;
	font-variant: small-caps;
	position: absolute;
	right: 30px;
	top: 10px;
}
div#access div.skip-link a {
	color: #33a43f;
}
div#nav-above,li#pages {
	display: none;
}
	/* Menu Styles */
	div#menu {
		background: #e6f5e3;
		margin: 0 18px 10px 18px;
		text-align: left;
	}
	div#menu ul {
		font-size: 1em;
	}
	div#menu ul li {
		list-style: none;
	}
	div#menu a {
		color: #33a43f;
		padding: 7px 25px;
		text-decoration: none;
		display: block;
		border-bottom: 1px solid #a6e3ac;
	}
	div#menu a:hover {
		background: #a6e3ac;
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	div#menu ul li.current_page_item a {
		background: #b9e9be;
	}
	div#menu ul li.current_page_item a:hover {
		background: #a6e3ac;
	}

/* Content Styles */

.entry-title {
	clear: both;
}
div#container {
	float: left;
	width: 675px;
}
div#content {
/*	margin: 20px 440px 0 18px; */
	width: 675px;
	text-align: left;
	margin: 20px 0 0 18px;
}
div#content div#nav-below {
	font-size: 1.2em;
	height: 2em;
	margin: 1em 0;
	padding: 0 0.2em;
}
div#content div#nav-below div,body.single div#content div#nav-above div {
	display: inline;
	padding: 0 0.1em;
	width: 48%;
}
div#content div#nav-below div.nav-next,body.single div#content div#nav-above div.nav-next {
	float: right;
	text-align: right;
}
div#content div#nav-below div.nav-previous,body.single div#content div#nav-above div.nav-previous {

	float: left;
}
div.post {

	margin-bottom: 30px;
}
.entry-title {
	background: #ecf6d1;
	border-top: 5px solid #c1dd89;

	color: #c1dd89;
	font-size: 16px;

	font-weight: lighter;
	height: 20px;
	padding: 6px 10px;
}
.entry-title a:link, .entry-title a:visited {
	color: #2c86a9;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:active {
	color: #2c86a9;
}
body.archive .entry-title {
	border-top: 3px solid #c1dd89;
	padding: 3px 10px;

}
div.page .entry-title {
	background: #ecf6d1;

	border-top: 5px solid #c1dd89;
	color: #444;
	font-size: 16px;
	font-weight: lighter;
	padding: 6px 10px;
	text-transform: uppercase;
}
body.single .entry-title {
	color: #444;
}
div.hentry div.entry-date {
	color: #FA9747;
	font-size: 0.9em;
	padding: 2px 2px 0 0;
	margin-top:-19px;
	text-transform: uppercase;
	text-align: right;
}
div.entry-content {
	clear: both;
	font-size: 14px;
	line-height: 22px;
	margin: 20px 5px;
}
div.entry-content h3 {
	font-size: 16px;
}
div.entry-content h4 {
	font-size: 14px;
}
div.entry-content h5 {
	font-size: 12px;
}
div.entry-content p {
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
div.entry-content img {
	border: none;
	padding: 1px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
div.entry-content a:hover img {
	border: none;
}
div.entry-content ol {
	line-height: 24px;
	list-style: none;
	margin: -0.3em 0 0 1em;
}
div.entry-content ul {
	line-height: 24px;
	list-style: none;
	margin: -0.3em 0 0 1em;
}
div.entry-content ul li {
	list-style: none;
	margin: -0.3em 0 0 1em;
}
div.entry-content li {
	line-height: 24px;
	list-style: none;
	margin: -0.3em 0 0 1em;
}
div.entry-content ul ul {
	list-style: none;
	margin-top: 0;
}
div.entry-content ul ul ul {
	list-style: none;
}
div.entry-content div.page-link {
	font-size: 0.9em;
	margin: 1em 0;
	padding: 4px;
	text-align: center;
	word-spacing: 0.3em;
}
div.hentry div.entry-meta {
	border-top: 1px solid #c1dd89;
	font-size: 1em;
	padding: 8px 10px;
	text-align: center;
}
div.hentry div.entry-meta:hover {
	background: #ecf6d1;
}
body.single div.hentry div.entry-meta {
	background: #ecf6d1;
	border-bottom: 2px solid #c1dd89;
	font-size: 1em;
	padding: 8px 10px;
	text-align: left;
	word-spacing: 0.2em;
}
body.archive div.hentry div.entry-meta {
	background: none;
	border: none;
	padding: 0;
	text-align: left;
}
/* Sidebar Styles */

div.sidebar {
	float: left;
/*	margin: 0 404px 20px 0; */
	margin: 0 0 20px auto;
	overflow: hidden;
	padding-bottom: 10px;
	text-align: left;
	line-height: 18px;
}
div.sidebar li {
	list-style: none;
}
div.sidebar ul li ul li {
	margin: 8px 0;
}
div.sidebar ul li ul ul li {
	padding: 0;
}
div#primary {
	color: #2c86a9;
/* 	margin: 20px 0 20px -422px; */
	margin: 20px -20px 20px 30px;
	_margin-left: 10px;
	width: 202px;
}
div#primary h3 {
	background: #ecf6d1;
	border-top: 5px solid #c1dd89;
	font-size: 16px;
	font-weight: lighter;
	height: 20px;
	margin-bottom: 10px;
	padding: 6px 10px;
}
div#primary ul li ul li a {
	border-bottom: 1px solid #c1dd89;
	color: #2c86a9;
	display: block;
	_height: 15px;
	padding: 4px 5px;
	text-decoration: none;
}
div#primary ul li ul li a:hover {
	background: #ecf6d1;
}
div#secondary {
	color: #2c86a9;
/*	margin: 20px 0px 20px -220px; */
	margin: 20px 0 20px 30px;
	_margin-left: 10px;
	width: 190px;
}
div#secondary h3 {
	background: #ecf6d1;
	border-top: 5px solid #c1dd89;
	font-size: 16px;
	font-weight: lighter;
	height: 20px;
	margin-bottom: 10px;
	padding: 6px 10px;
}
div#secondary ul li ul li a {
	border-bottom: 1px solid #c1dd89;
	color: #2c86a9;
	display: block;
	_height: 15px;
	padding: 4px 5px;
	text-decoration: none;
}
div#secondary ul li ul li a:hover {
	background: #ecf6d1;
}
div.sidebar ul li#search form {
	margin: 10px 0 20px 8px;
}
div.sidebar ul li#search form input#s {
	background: #fcf8d6;
	border: 1px solid #fae299;
	font-size: 12px;
	margin: 0 5px;
	padding: 1px 2px;
	width: 110px;
}
div.sidebar ul li#search form input#searchsubmit {
	background: #FCBF7D;
	border: 1px solid #FA964C;
	color: #fff;
	font: 0.9em Verdana;
	height: 20px;
	margin-top: 10px;
	padding: 0 6px;

	cursor: pointer;
}



/* Comments Styles */

div#comments {
	clear: both;
}
div#comments p {
	margin: 10px 0;

}


div#comments h3 {

	font-size: 1.2em;
}
div#comments h3 span {
	font-size: 2em;
	font-weight: 400;
	line-height: 100%;
}
div#comments-list ol {
	list-style: none;
}
div#comments-list ol blockquote {
	background: #e6f5e3;
	border-top: 3px solid #b9e9be;
	color: #737373;
}
div#comments-list ol blockquote:hover {
	background: #f7fedc;
	border-top: 3px solid #e6fc92;
}
div#comments-list ol blockquote blockquote {
	background: #d1edcc;
}
div#comments-list ol li {
	background: #ecf6d1;
	border-top: 4px solid #c1dd89;
	margin: 25px 0;
	padding: 10px;
}
div#comments-list ol li .comment-author {
	font-weight: 800;
}
div#comments-list ol li .comment-author a {
	text-decoration: none;
}
div#comments-list ol li .comment-meta {
	color: #878787;
	font-size: 0.8em;
	padding: 3px 0 10px;
}
div#comments-list ol li.bypostauthor {
	background: #fcf8d6;
	border-top: 4px solid #fae299;
}
div#trackbacks-list ol {
	background: #ecf6d1;
	border-top: 4px solid #b5ddec;
	margin: 20px 0;
	padding: 10px 20px 10px 30px;
}
div#trackbacks-list ol a{
	color: #2c86a9;
	font-weight: 800;
}
div#trackbacks-list ol a:hover{
	color: #444;
}
div#trackbacks-list ol li {
	margin: 10px 0;
}
div#trackbacks-list ol li div.comment-author {
	border-bottom: 1px solid #b5ddec;
}
div#trackbacks-list ol li div.comment-author a {
	text-decoration: none;
}
div#respond {
	margin-bottom: 25px;
}
div#respond h3 {
	margin-bottom: 20px;
}
div#respond .formcontainer {
	margin-bottom: 25px;
	background: #dff2db;
	border-top: 4px solid #afe6b5;
	padding: 20px;
}
div#respond form#commentform textarea {
	background: #fffefe;
	border: 1px solid #afe6b5;
	font-size: 12px;
	height: 120px;
	padding: 3px 4px;
	width: 420px;
}
div#respond form#commentform input {
	background: #fffefe;
	border: 1px solid #afe6b5;
	font-size: 12px;
	height: 15px;
	padding: 3px 4px;
	width: 250px;
}
div#respond form#commentform input#submit {
	background: #7fd788;
	border: 1px solid #39b746;
	color: #fff;
	font: 0.9em Verdana;
	height: 26px;
	margin: 15px 0 0 210px;
	width: 200px;
	cursor: pointer;
}
form#commentform div.form-label {
	margin: 5px 0;
}

/* Footer Styles */

div#footer {
	background: #ecf6d1;
	height: 20px;
	border-bottom: 5px solid #c1dd89;
	line-height: 20px;
	clear: both;
	color: #a6e3ac;
	font-size: 0.9em;
	margin-top: 30px;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 18px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
div#footer a:link, div#footer a:visited {
	color: #a6e3ac;
	text-decoration: none;
}
div#footer a:hover, div#footer a:active {
	color: #33a43f;
}

/* Pages & Etc */

div.page ul#archives-page {
	margin: 0;
}
div.page ul#archives-page li {
	list-style: none;
	margin: 8px 0;
}
div.page ul#archives-page ul li {
	list-style: none;
	margin: 8px;
}
div.page ul#links-page {
	margin: 0;
}
div.page ul#links-page li {
	list-style: none;
	margin: 8px 0;
}
div.page ul#links-page ul li {
	list-style: none;
	margin: 8px;
}
div.page h3 {
	background: #ecf6d1;
	border-top: 3px solid #c1dd89;
	font-size: 15px;
	font-weight: lighter;
	padding: 3px 10px;
}
.wp-post-image {
	float:right;
	padding-right:5px;
	padding-bottom:5px;
}
body.archive h2, body.search h2 {
	background: #e6f5e3;
	border-top: 5px solid #a6e3ac;
	color: #444;
	font-size: 16px;
	font-weight: lighter;
	padding: 6px 10px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
body.archive h2 span,body.search h2 span,body.page h3 span{
	color: #f64d4d;
}
div.entry-content input {
	background: #fff;
	border: 1px solid #c1dd89;
	font-size: 12px;
	margin-top: 10px;
	padding: 3px 5px;
}
body.four04 div.post #searchform input#s,#noresults-searchform input#noresults-s {
	background: #fef9f9;
	border: 1px solid #c1dd89;
	font-size: 12px;
	margin-right: 10px;




	padding: 3px 5px;
	width: 30%;
}
body.four04 div.post #searchform input#searchsubmit,#noresults-searchform input#noresults-searchsubmit {
	background: #f77676;












	border: 1px solid #da2c2c;
	color: #fff;

	font: 0.9em Verdana;
	height: 23px;
	padding: 0 15px;
	cursor: pointer;
}
li#recent-comments {
	line-height: 20px;

}
li#recent-comments ul li {
	border-bottom: 1px solid #fae299;
	color: #FA9747;

	padding: 3px 5px;
	text-decoration: none;
}

#sidebarmain {}
