/*
Theme Name: Olive
Theme URI: http://blog.flyready.com/themes/
Description: Olive theme based on Sandbox.
Version: 1.0
Author: Remex
Author URI: http://blog.flyready.com
*/

/* Basics and Typography */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #d9edbd;
	color: #142d08;
	font: 12px Georgia, serif, Arial, Verdana, sans-serif;
	line-height: 1.6em;
	text-align: left;
}
a {
	color: #699626;
	text-decoration: none;
}
a:hover {
	color: #142d08;
}
a img, .post a img, img {
	border: none;
	text-decoration: none;
}
blockquote {
	background: #f5f5e0;
	border-top: 3px solid #dcdc93;
	color: #666;
	margin: 10px 0 10px 20px;
	padding: 3px 0 3px 10px;
}
blockquote:hover {
	background: #f7fedc;
	border-top: 3px solid #e6fc92;
}
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 #999;
	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: #e9f5d1;
	font-family: courier;
	font-size: 0.7em;
	font-style: normal;
	line-height: 1.7em;
	margin: 10px 0;
	padding: 15px;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 800px;
}
	/* Header Styles */
	#header {
		margin: 25px 0;
	}
	#header h1 {
		display: inline;
		font-size: 2.3em;
	}
	#header h1 a {
		color: #fe6601;
	}
	#header h1 a:hover {
		color: #1ba6b2;
	}
	#header div#blog-description {
		color: #333;
		display: inline;
		font-size: 12px;
		margin: 0 10px;
	}
div#access div.skip-link,div#nav-above,li#pages {
	display: none;
}
	/* Menu Styles */
	div#menu {
		clear: both;
		margin: 20px 0;
		text-align: left;
		text-transform: uppercase;
	}
	div#menu ul {
		font-size: 1em;
	}
	div#menu ul li {
		display: inline;
	}
	div#menu a {
		background: #a9d767;
		border-bottom: 1px solid #86c032;
		border-right: 1px solid #86c032;
		border-top: 2px solid #cbe8a3;
		color: #316e14;
		padding: 6px 15px;
	}
	div#menu a:hover {
		background: #bfe18f;
		border-top: 2px solid #d3ebb1;
		color: #edfbe7;
		padding: 5px 15px 6px 15px;
	}
	div#menu ul li.current_page_item a {
		color: #edfbe7;
	}

/* Content Styles */

div#container {
	float: left;
	margin: 0 -200px 0 0;
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
}
div#content {
	background: #f9fcf5;
	border-bottom: 4px solid #86c032;
	border-top: 4px solid #86c032;
	color: #142d08;
	margin: 0 200px 0 0;
	padding: 20px;
}
.entry-title {
	display: inline;
	font-family: Georgia, serif;
	font-size: 20px;
	padding: 3px 0;
}
.entry-title a {
	color: #b79639;
}
.entry-title a:hover {
	color: #9bbb38;
}
div.entry-date {
	background: #e1ffab;
	color: #7a7a7a;
	display: inline;
	font-size: 10px;
	margin-left: 5px;
	padding: 2px 5px;
	text-transform: uppercase;
}
div.post {
	margin-bottom: 20px;
}
div.entry-content {
	margin: 10px 0;
}
div.entry-content a {
	border-bottom: 1px dotted #c5a344;
}
div.entry-content a:hover {
	border-bottom: 1px dotted #142d08;
}
div.entry-content p {
	margin: 10px 0;
}
div.entry-content h3,div.entry-content h4,div.entry-content h5 {
	font-family: Georgia, serif;
}
div.entry-content h3 {
	font-size: 16px;
}
div.entry-content h4 {
	font-size: 14px;
}
div.entry-content h5 {
	font-size: 12px;
}
div.entry-content img {
	border: 4px solid #efe6cc;
	padding: 1px;
}
div.entry-content a:hover img {
	border: 4px solid #e9dcb9;
}
div.entry-content ol {
	line-height: 24px;
	list-style: square;
	margin: -0.3em 0 0 1em;
}
div.entry-content ul {
	line-height: 24px;
	list-style: square;
	margin: -0.3em 0 0 1em;
}
div.entry-content ul li {
	list-style: square;
	margin: -0.3em 0 0 1em;
}
div.entry-content li {
	line-height: 24px;
	list-style: square;
	margin: -0.3em 0 0 1em;
}
div.entry-content ul ul {
	list-style: circle;
	margin-top: 0;
}
div.entry-content ul ul ul {
	list-style: disc;
}
div.entry-content div.page-link {
	font-size: 0.9em;
	margin: 1em 0;
	padding: 4px;
	text-align: center;
	word-spacing: 0.3em;
}
div#content div#nav-below {
	font-size: 1.2em;
	height: 2em;
	margin-top: 1em;
	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;
}
body.home div.hentry div.entry-meta {
	border-top: 1px solid #86c032;
	font-size: 0.9em;
	padding: 0 5px;
	text-align: center;
	word-spacing: 0.2em;
}
body.single div.hentry div.entry-meta {
	background: #d9edbd;
	border: 1px dotted #86c032;
	font-size: 0.9em;
	padding: 3px 5px;
	text-align: center;
	word-spacing: 0.2em;
}

/* Sidebar Styles */

div#primary {
	background: #82ba30;
	border-left: 1px solid #699626;
	border-top: 4px solid #73a42a;
	float: right;
	margin: 50px 20px 0 0;
	overflow: hidden;
	width: 179px;
}
div#secondary {
	background: #82ba30;
	border-bottom: 4px solid #73a42a;
	border-left: 1px solid #699626;
	clear: right;
	float: right;
	margin: 0 20px 20px 0;
	overflow: hidden;
	padding-bottom: 10px;
	width: 179px;
}
div.sidebar h3{
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-size: 15px;
	margin: 8px;
	padding: 5px 0;
}
div.sidebar a {
	color: #d9edbd;
	padding: 3px 8px;
}
div.sidebar a:hover{
	color: #fff;
	padding: 3px 15px;
}
div.sidebar li {
	list-style: none;
}
div.sidebar ul li ul li {
	margin: 6px 0;
	padding: 0 5px;
}
div.sidebar ul li ul ul li {
	padding: 0 10px;
}
div.sidebar ul li#search form {
	margin-left: 8px;
}
div.sidebar ul li#search form input#s {
	background: #edf8eb;
	border: 1px solid #699626;
	font-size: 12px;
	margin: 0 5px;
	padding: 1px 2px;
	width: 90px;
}
div.sidebar ul li#search form input#searchsubmit {
	background: #699626;
	border: 1px solid #85bf30;
	border-right-color: #3e5917;
	border-bottom-color: #3e5917;
	color: #fff;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	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: 1em;
}
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: 2px solid #b9e9be;
	color: #737373;
}
div#comments-list ol blockquote:hover {
	background: #f7fedc;
	border-top: 2px solid #e6fc92;
}
div#comments-list ol li {
	border-top: 1px dotted #77aa2b;
	margin: 25px 0;
	padding: 10px;
}
div#comments-list ol li a {
	border-bottom: 1px dotted #c5a344;
}
div#comments-list ol li a:hover {
	border-bottom: 1px dotted #142d08;
}
div#comments-list ol li .comment-author {
	display: inline;
	font-weight: bold;
	padding-bottom: 3px;
}
div#comments-list ol li .comment-author a {
	color: #c5a344;
}
div#comments-list ol li .comment-author a:hover {
	color: #142d08;
}
div#comments-list ol li .comment-meta {
	color: #6e6e6e;
	display: inline;
	font-size: 0.8em;
	margin-left: 5px;
	padding: 3px 0 10px;
}
div#comments-list ol li.bypostauthor {
	background: #e9f5d1;
}
div#trackbacks-list ol {
	font-size: 0.8em;
	margin: 20px 0;
	padding: 0 20px;
}
div#trackbacks-list ol li {
	margin: 10px 0;
}
div#trackbacks-list ol li div.comment-author {
	border-bottom: 1px solid #77aa2b;
}
div#respond {
	background: #86c032;
	border: 1px solid #73a42a;
	color: #fff;
	margin-bottom: 25px;
	padding: 20px;
	width: 400px;
}
div#respond a {
	color: #2d4010;
}
div#respond a:hover {
	color: #a6d660;
}
div#respond h3 {
	margin-bottom: 20px;
}
div#respond .formcontainer {
	margin-bottom: 25px;
}
div#respond form#commentform textarea {
	background: #edf8eb;
	border: 1px solid #147d86;
	font-size: 12px;
	height: 120px;
	padding: 3px 4px;
	width: 380px;
}
div#respond form#commentform input {
	background: #edf8eb;
	border: 1px solid #147d86;
	font-size: 12px;
	height: 15px;
	padding: 3px 4px;
	width: 200px;
}
div#respond form#commentform input#submit {
	background: #147d86;
	border: 1px solid #1ebbc8;
	border-right-color: #0e5359;
	border-bottom-color: #0e5359;
	color: #fff;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	height: 26px;
	margin: 15px 0 0 180px;
	width: 200px;
	cursor: pointer;
}
form#commentform div.form-label {
	margin: 5px 0;
}

/* Footer Styles */

div#footer {
	background: #77a92c;
	color: #86c032;
	line-height: 3em;
	margin-left: 5px;
	text-align: center;
	width: 590px;
}
div#footer a{
	color: #fff;
}
div#footer a:hover{
	color: #cce7a4;
}

/* Pages & Etc */

div.page h3 {
	font-family: Georgia, serif;
	font-size: 15px;
	padding: 3px 0;
}
.page-title {
	font-family: Georgia, serif;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 3px 0;
}
.page-title span{
	border-bottom: 1px dotted #142d08;
	color: #699626;
}
body.four04 div.post #searchform input#s,#noresults-searchform input#noresults-s {
	background: #edf8eb;
	border: 1px solid #699626;
	font-size: 12px;
	margin-right: 10px;
	padding: 3px 5px;
	width: 70%;
}
body.four04 div.post #searchform input#searchsubmit,#noresults-searchform input#noresults-searchsubmit {
	background: #82ba30;
	border: 1px solid #9bd14c;
	border-right-color: #577d20;
	border-bottom-color: #577d20;
	color: #fff;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	height: 23px;
	padding: 0 15px;
	cursor: pointer;
}
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: square;
	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: square;
	margin: 8px;
}
div#calendar_wrap {
	color: #d9edbd;
	padding-left: 30px;
}
div#calendar_wrap a {
	padding: 0 5px;
}