/*
Theme Name: East Coast Hydro
Theme URI: http://www.eastcoasthydro.com
Description: Theme for East Coast Hydro's blog.
Version: 1.0
Author: Joshua Campbell
Author URI: joshlcampbell@hotmail.com
*/

body {
	background: black;
	color: white;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 75%;
	line-height: 1.5;
}

a {
	color: #A3FF00;
	text-decoration: underline;
}

a:hover {
	color: #00CCFF;
	text-decoration: none;
}

img {
	border: 0;
}

img.feedicon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.page-title {
	text-align: center;
}

.center {
	text-align: center;
}

#header {
	background: url("images/header_bg.png") repeat-x;
	height: 252px;
}

#header_logo {
	background: url("images/header.png") no-repeat;
	width: 990px;
	height: 252px;
	margin: 0 auto;
}

#footer {
	background: url("images/footer_bg.png") repeat;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 75%;
	color: #AAAAAA;
}

#middle {
	width: 990px;
	margin: 0 auto;
	border-width: 0;
	border-spacing: 0;
	border-style: none;
	border-collapse: separate;
}

#middle td {
	border-width: 0;
	padding: 0;
	border-style: none;
	-moz-border-radius: 0;
}

#main {
	width: 772px;
}

#main_content {
	margin: 0px 10px 20px 0px;
}

#sidebar {
	background: url("images/side_bg.png") repeat bottom left;
	width: 202px;
}

#searchinput {
	width: 156px;
	color: #666666;
}

#sidebar_bottom {
	height: 19px;
	background: url("images/side_bg_bottom.png") repeat-x;
}

#sidebar_content {
	padding: 0px 20px 0px 20px;
}

#sidebar h2 {
	font-size: 125%;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0;
}

#sidebar ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#sidebar ul li {
	margin-top: 20px;
}

#sidebar ul li li {
	margin: 0;
}

#gap-left {
	width: 10px;
}

#gap-right {
	width: 6px;
}

.post {
	margin-bottom: 40px;
}

.post-title {
	background: url("images/title_tile.png") repeat-x;
	padding: 0px 10px 0px 10px;
	height: 30px;
	vertical-align: middle;
}

.post-title a {
	color: white;
	text-decoration: none;
}

.post-entry, .post-meta {
	padding-left: 10px;
}

.post-title a:hover {
	color: #A3FF00;
	text-decoration: underline;
}

.post-meta {
	color: #AAAAAA;
	font-size: 75%;
}

.commentlink {
	font-size: 150%;
}

table.navigation {
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-style: none;
	border-collapse: separate;
}

table.navigation td {
	border-width: 0;
	padding: 0;
	border-style: none;
	-moz-border-radius: 0;
}

td.alignleft {
	text-align: left;
}

td.alignright {
	text-align: right;
}

div.comment-entry {
	margin-top: 20px;
}

table.commentlist {
	width: 100%;
	border-width: 0;
	border-spacing: 0;
	border-style: none;
	border-collapse: separate;
}

table.commentlist td {
	border-width: 0;
	padding: 0;
	border-style: none;
	-moz-border-radius: 0;
}

.commentvgap {
	background: #CCCCCC;
	height: 1px;
	margin: 20px 0px 20px 0px;
}

img.avatar {
	padding: 3px; border:1px solid #eee;
}

textarea#comment {
	width: 95%;
}

.commentlist h4 {
	margin: 0;
}

