/*
Theme Name: Green Hornet
Theme URI: http://www.egracecreative.com/green-hornet
Description: a lean, clean, and (dark) green theme.
Author: Brandon Cox
Author URI: http://www.egracecreative.com
*/

/* universals */

body { 
	background: #efefef url(images/page-bg.jpg) repeat-x top; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #777;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3, h4, h5, h6, h7 {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

ul, li {
	margin: 0px;
}

h1, h2, h3 {
	font-family: Lucida Sans, Lucida "Grande", Trebuchet MS;
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
	color: #363;
}

h2 {
	font-size: 1.35em;
	color: #c90;
}

h3 {
	font-size: 1.15em;
}

a {
	color: #333;
}

a:hover {
	color: #777;
}

a img {
	border: 0px;
}

.small {
	font-size: .88em;
}

/* layout and div-specific styling */
	
#container {
	width: 770px;
	padding: 0px;
	margin: 10px auto;
}

#header {
	float: left;
	width: 750px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	height: 93px;
	display: inline;
	background: url(images/header-bg.jpg) no-repeat bottom;
}

.logo {
	float: left;
	display: inline;
	padding-left: 10px;
}

.logo h1 {
	font-size: 2.2em;
	color: #fc0;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 1.2em;
}

.logo h1 a {
	color: #f90;
	text-decoration: none;
}

.logo h1 a:hover {
	color: #ccc;
}

.logo h2 {
	font-size: 1em;
	color: #fff;
	margin-bottom: 0px;
}

.nav {
	float: right;
	display: inline;
	margin: 20px 5px 0px 10px;
	background: url(images/nav-line.jpg) no-repeat right;
	height: 50px;
	padding: 0px;
	color: #efefef;
	font-family: Lucida Sans, Lucida "Grande", Trebuchet MS;
        font-size: 1.1em;
}

.nav ul {
	margin: 0px;
	padding: 0px;
}

.nav li {
	height: 25px;
	float: left;
	list-style: none;
	list-style-type: none;
	padding: 25px 15px 0px 15px;
	margin: 0px;
	background: url(images/nav-line.jpg) no-repeat left;
}

.nav li a {
	color: #efefef;
	text-decoration: none;
}

.nav li a:hover {
	color: #f90;
}

#wrapper {
	float: left;
	width: 770px;
	margin: 0px;
	padding: 0px;
	display: inline;
	background: url(images/wrapper-bg.jpg) repeat-y;
	min-height: 200px;
}

#content {
	float: left;
	width: 480px;
	display: inline;
	margin: 20px 14px 20px 20px;
	padding: 0px;
}

#content h1 a {
	text-decoration: none;
}

#content ul {
	margin-bottom: 15px;
	padding-left: 15px;
}

#content li {
	list-style-type: square;
	padding-left: 15px;
	line-height: 1.5em;
}

#content img {
	margin: 0px 15px 15px 0px;
	padding: 5px;
	border: 1px solid #ddd;
}

#content img.right {
	float: right;
	clear: right;
	display: inline;
	margin: 0px 0px 15px 15px;
	padding: 5px;
	border: 1px solid #ddd;
}

#content .post {
	border-bottom: 1px #ddd solid;
	margin-bottom: 15px;
}

#content .postmeta {
        font-size: 90%;
        padding: 5px;
        background: #efefef;
        border: #ccc dashed solid;
        margin-bottom: 12px;
}

#content .postmeta h4 {
        margin-bottom: 0px;
        font-weight: normal;
}

#content .feedburner {
        font-size: 90%;
}

.comments {
	font-size: 90%;
}

#sidebar {
	float: right;
	width: 220px;
	display: inline;
	margin: 20px 20px 20px 0px;
	padding-left: 15px;	
	padding-bottom: 15px;
	border-left: 1px solid #ddd;
	min-height: 160px;
}

#sidebar ul {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
}

#sidebar ul li {
	line-height: 1.1em;
	font-size: .92em;
	margin: 3px 0px 3px 0px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #ddd;
}

#sidebar ul li a {
	text-decoration: none;
	color: #330;
}

#sidebar ul li a:hover {
	color: #777;
}

#sidebar p {
	font-size: .92em;
}

#wp-calendar {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

#footer {
	float: left;
        font-size: 80%;
	width: 740px;
	margin: 0px 0px 15px 0px;
	padding: 20px 15px;
	text-align: center;
	background: url(images/footertop-bg.jpg) top no-repeat;
}

#footer ul {
	margin: 0px 10px 10px 10px;
	padding: 0px;
	clear: both;
	text-align: center;
}

#footer li {
	display: inline;
	padding: 0px 7px;
	list-style: none;
	list-style-type: none;
}