/*  
Theme Name: Earth Wordpress Theme
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/



/* General */

body {
	margin: 45px 0;
	background: #0e0e0e url("images/background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}


/* Page */

#page {
	margin: 0 auto;
	width: 812px;
	background: url("images/page.gif") repeat-y;
}


/* Search */

#search {
	width: 812px;
	height: 56px;
	background: url("images/search_bg.gif") no-repeat;
	position: relative;
}

#search #searchform {
	position: absolute;
	bottom: 0;
	left: 53px;
	margin: 0;
	padding: 0;
	width: 242px;
	height: 32px;
	background: url("images/search_form.gif") no-repeat;
}

#search #s {
	margin: 8px 0 0 73px;
	width: 109px;
	height: 16px;
	border: none;
	background: transparent;
	font-size: 13px;
}

#search #searchsubmit {
	margin-left: -1px;
	padding: 0;
	width: 49px;
	height: 23px;
	border: none;
	background: transparent;
}


/* Header */

#header {
	width: 812px;
	height: 183px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

#header h1 {
	color: #2264a1;
	font: normal 40px Verdana;
	position: absolute;
	top: 45px;
	left: 45px;
}
	
#header h1 a {
	color: #2264a1;
	text-decoration: none;
}

#header .description {
	color: #ffffff;
	font: bold 13px Verdana;
	position: absolute;
	top: 100px;
	left: 105px;
}


/* Main */

#main {
	margin: 0 auto;
	width: 728px;
	background: url("images/main.gif") repeat-y;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

	/* Main - Menu */
	
	#main #menu {
		height: 32px;
		background: #13395c;
	}
	
	#main #menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 32px;
		float: right;
	}
	
	#main #menu ul li {
		float: left;
		height: 32px;
	}
	
	#main #menu ul li a {
		float: left;
		color: #2264a1;
		padding: 0 30px;
		font: normal 18px/32px Verdana;
		text-decoration: none;
	}
	
	#main #menu ul li a:hover {
		color: #000e1a;
		text-decoration: none;
		background: #2264a1;
	}
	
	/* Main - Sidebar */
	
	#main #sidebar {
		float: left;
		width: 190px;
		text-align: center;
		margin-top: 17px;
		color: #ffffff;
		font: normal 14px Arial;
	}
	
	#main #sidebar a {
		color: #2264a1;
		text-decoration: none;
	}
	
	#main #sidebar a:hover {
		color: #ffffff;
	}
	
	#main #sidebar table {
		margin: 0 auto;
		margin-bottom: 40px;
	}
	
	#main #sidebar table caption {
		text-align: center;
	}
	
	#main #sidebar h3 {
		font: normal 22px Arial;
		color: #89b5de;
		margin-bottom: 20px;
	}
	
	#main #sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		margin-bottom: 40px;
	}
	
	#main #sidebar ul li {
		font: normal 14px Arial;
		margin-bottom: 15px;
	}
	
	#main #sidebar ul li a {
		color: #2264a1;
		text-decoration: none;
	}
	
	#main #sidebar ul li a:hover {
		color: #ffffff;
	}
	
	/* Main - Content */
	
	#main #content {
		float: left;
		margin: 17px 15px 0 15px;
		width: 508px;
	}
	
	#main #content .post {
		font: normal 12px Verdana;
		color: #13395c;
		float: left;
		margin-bottom: 40px;
		width: 508px;
	}
	
	#main #content .post h2 {
		color: #323232;
		font: normal 32px Verdana;
	}
	
	#main #content .post h2 a {
		color: #323232;
		text-decoration: none;
	}
	
	#main #content .post h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry {
		line-height: 19px;
		padding-bottom: 10px;
	}
	
	#main #content .post .entry a {
		color: #89b5de;
		text-decoration: none;
		font-weight: normal;
	}
	
	#main #content .post .entry a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry img {
		margin: 0 5px 5px 0;
		float: left;
	}
	
	#main #content .post .entry .more-link {
		font: bold 13px/20px Arial;
		color: #89b5de;
		float: right;
		margin-top: 5px;
	}
	
	#main #content .post .entry .more-link a {
		color: #89b5de;
		text-decoration: none;
	}
	
	#main #content .post .entry .more-link a:hover {
		text-decoration: underline;
	}
	
	#main #content .post h3 {
		color: #323232;
		font: normal 22px Verdana;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	#main #content .post .comments {
		margin: 0;
	}
	
	#main #content .post .comments ol {
		margin: 10px 0 10px 0;
		padding-left: 20px;
	}
	
	#main #content .post .comments ol li {
		padding: 5px;
		margin-top: 5px;
	}
	
	#main #content .post .comments ol li.alt {
		background: #090909;
	}
	
	#main #content .post .comments ol li cite {
		color: #89b5de;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a {
		color: #89b5de;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .comments ol li .commentmetadata a {
		color: #89b5de;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li .commentmetadata a:hover {
		color: #89b5de;
		text-decoration: underline;
	}
	
	#main #content .post #commentform {
		margin: 0;
	}
	
	#main #content .post #commentform input {
		background: #89b5de;
		border: 0;
		padding: 3px;
		font-size: 13px;
	}
	
	#main #content .post #commentform #comment {
		background: #89b5de;
		border: 0;
		padding: 3px;
		font-size: 13px;
		font-family: Verdana;
	}
	
	#main #content .post #commentform #submit {
		background: #13395c;
		color: #89b5de;
		border: 0;
		padding: 3px;
		font: bold 13px Verdana;
	}
	
	/* Main - Footer */
	
	#main #footer {
		width: 538px;
		height: 26px;
		background: url("images/footer.gif") no-repeat;
		font: normal 11px/26px Verdana;
		color: #89b5de;
		text-align: center;
		padding-left: 190px;
	}
	
	#main #footer a {
		font-weight: bold;
		color: #89b5de;
		text-decoration: none;
	}
	
	#main #footer a:hover {
		text-decoration: underline;
	}


/* Bottom */

#bottom {
	width: 812px;
	height: 40px;
	background: url("images/bottom.gif") no-repeat left bottom;
}
