/*
Theme Name: Erin Underwood
Theme URI: http://www.gloderworks.com/
Description: The Erin Underwood WordPress Theme.
Version: 1.0
Author: GloDerWorks
Author URI: http://www.gloderworks.com/
*/

div.post, .postmetadata { clear: left;}
.postmetadata {
	clear: left;
	font-size: 11px;
	border: 1px solid #c0c0c0;
	color: #999999;
	background-color:rgba(237,237,237,0.4);
	padding: 3px;
}
div.navigation {margin-top: 10px; overflow: auto;}
div.post {margin-bottom: 30px;}

img.centered {display: block; margin-left: auto; margin-right: auto;}
img.alignright {padding: 4px; margin: 0 0 2px 7px; display: inline;}
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline;}
.alignright {float: right;}
.alignleft {float: left}

#sidebar {float: right; width: 165px; padding-bottom: 10px; padding-top: 20px;}
#sidebar ul {margin: 0; padding: 0;}
#sidebar li {margin: 0; padding: 0; list-style-type: none;}
#sidebar a {text-decoration: none; padding: 4px 4px 3px 4px; font-size: 11px; display: block; border-bottom: 0;}
* html #sidebar ul {height: 1%;}
* html #sidebar li {height: 1%;}
* html #sidebar a {
	text-decoration: none;
	color: #000;
	padding: 4px 4px 3px 4px;
	font-size: 11px;
	display: block;
}
#sidebar li a:hover {
	background-color: #ee9739;
	color: #ffffff;
}
#sidebar li.widget_tag_cloud a {display: inline; padding: 1px;}
#sidebar h2 {
	font-size: 16px;
	font-weight: normal;
}
* html #sidebar h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}
*+html #sidebar h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}

input#s {color: #c0c0c0; margin-bottom: 2px;}
#searchsubmit {margin: 2px 3px 0 3px; border: 1px solid #000000; background-color: #c0c0c0;}
strong.search-excerpt { background-color: #ffff00; }

textarea#comment {width: 100%;}

#content {padding-bottom: 10px;}
#blogcontent { margin-right: 175px; padding: 5px;}
#blogcontent h2 {border-bottom: 1px solid #2c1a06; }
#blogcontent h2 a {text-decoration: none; color: #000000;}
#blogcontent h2 a:hover {color: #ee9739; }

p.postmetadata, p.postmetadata a {color: #999999;}
p.postmetadata a:hover {color: #000000;}

small, li.comment p {line-height: normal;}

select {width: 165px;}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

li.comment {
	border: 1px solid #2c1a06;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 5px;
}

.even {
	background-color: #ffffff;
}

.odd {
	background-color: #c0c0c0;
}

.bypostauthor {
	background-color: #666666;
	color: #ffffff;
}

span.says {
	display: none;
}