/*  
Theme Name: Sparsely Green
Theme URI: http://www.heraghty.net/resources/
Description: Sparsely Green can be used under the <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Sharealike Licence 3.0</a>. You must retain a link to <a href="http://www.heraghty.net">Heraghty Web Design</a> in the footer.
Version: 1.0
Author: Michael Heraghty
Author URI: http://www.mediajunk.com/
*/

/* cross-browser hacks */
.clear:after{
content:'.';
display:block;
height:0;
font-size:0;
clear:both;
visibility:hidden;}

.clear{display:inline-block;}
 \
.clear{display:block;}
 
/* normal styles */
body {
	margin: 0;
	text-align: center;
	color: #333;
	background: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #606917;
}
a:hover {
	color: #000;
	text-decoration: none;
}

div#header {
	background: #C9DB2C url('images/header_background.gif') repeat-x bottom;
	width: 100%;
	height: 100px;
}

div.inner {
	width: 840px;
	margin: auto;
	text-align: left;
	padding: 15px 0;
}
div#header h1 {
	font-family: Georgia;
	font-weight: bold;
	font-size: 290%;
	float: left;
	letter-spacing: -1px;
	margin-top: 10px;
}
div#header h1 a {
	text-decoration: none;
	color: #000;
}
div#header h1 a:hover {
	color: #fff;
}

div#navbar {
	background: #000;
	width: 100%;
}

div#navbar div.inner {
	padding: 10px 0;
}

ul#mainmenu{
	margin: 0; 
	padding: 0;
	width: 840px;
	margin: auto;
	list-style: none;
}
ul#mainmenu li {
	display: inline;
 }
 
ul#mainmenu li:before {
	content: " | ";
	font-size: 16px;
	font-weight: bold;
	color: #909E1B;
}

ul#mainmenu li#first:before {
	content: "";
}

ul#mainmenu li a{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px;
	color: #C9DB2C;
}

ul#mainmenu li#first a{
	padding-left: 0;
}

ul#mainmenu li a:hover, ul#mainmenu li.current_page_item a{
	color: #fff;
}

div#pagetitle h3{
	color: #A0522D;
	border-bottom: 1px solid #A0522D;
}

ul#utilitymenu {
	float: right;
	margin-top: 5px;
	text-align: right;
	color: #fff;
}
ul#utilitymenu li {
	display: inline;
}
ul#utilitymenu li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
ul#utilitymenu li.active a {
	color: #D7E463;
}
ul#utilitymenu li a:hover {
	color: #000;
	text-decoration: underline;
}

input#s {
	width: 220px;
}
ul#sidebar input#s {
	width: 100px;
}
div#wrapper {
	text-align: left;
	width: 840px;
	padding: 20px 0;
	margin: auto;
	background: #fff url('images/wrapper.gif') repeat-y right;
	background-position: -80px 0px;
}
div#content {
	width: 500px;
	float: left;
	padding: 0 30px 0 0;
}
ul#sidebar {
	display: block;
	width: 240px;
	float: left;
	padding: 10px 0 0 30px;
	font-size: 13px;
	list-style: none;
}
ul#sidebar h2 {
	font-size: 20px;
}
ul#sidebar li {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
ul#sidebar li.if{
	border-bottom: none;
}
ul#sidebar li ul li {
	font-size: 13px!important;
	font-weight: bold;
	margin: 0;
	border: none;
	list-style: none;
}
ul#sidebar li ul li a{
	color: #A0522D;
}

ul#sidebar li ul li a:hover{
	color: #000;
}
	
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #000;
}
h2 {
	font-size: 30px;
	margin: 0 0 8px!important;
	letter-spacing: -1px;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #000;
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	margin: 0 0 8px;
}
div.post h3 {
	margin: 0 0 2px;
}
h4 {
	font-size: 16px;
}
div.post-title {
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #444;
	font-size: 14px;
}
div.post-title h3 a {
	color: #606917;
	text-decoration: none;
	border-bottom: 1px solid #444;
}
div.post-title h3 a:hover {
	color: #444;
	border-bottom: none;
}
p {
	margin: 0 0 20px;
	font-size: 13px;
	line-height: 20px;
}
p img {
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 13px;
}
div.post-content ol {
	list-style: decimal;
}

blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px dotted #ccc;
}
div.post-navigation{
	font-weight: bold;
}

div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #E3EC94 url('images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer {
	clear: both;
	background: #000;
	padding: 25px 10px 15px;
	display: block;
	margin: auto;
	text-align: center;
}
div#footer p {
	font-size: 12px;
	margin: 0 0 5px 20px;
	color: #777;
}
div#footer a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #777;
}
div#footer a:hover {
	color: #FFFFAA;
	border-bottom: 1px solid #FFFFAA;
}