/*  
Theme Name: Overland Summers
Theme URI: http://blog.overlandsummers.com
Description: 
Version: 1.0
Author: Morgan Newcomb
Author URI: http://www.unionstreetmedia.com/

*/

h1 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: normal;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: uppercase;          
	color: #002f65;
}


#wp-sidebar a {
	color: white;
}                

#wp-sidebar a:hover {
	text-decoration: underline;
}

#wp-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.avatar {
	width: auto;
	height: auto;
	margin: 8px auto;
	position: relative;
	background: transparent;
}

img.avatar {
	width: 40px !important; 
	height: 40px !important;
}

.avatar img {
	display: inline;
	margin: 0 auto;
}


.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin: 0 10px 10px 0; }
.alignright { float: right; margin: 0 0 10px 10px; }


ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

ol.commentlist img {
	float: left;
	margin: 0 10px 8px 0;
}

ol.commentlist li p {
	clear: both;
}

/* Begin Typography & Colors */
.postmetadata {
	
}

blockquote {
	margin: 10px 0;
	border-left: 10px solid #ccc;
	padding: 0 20px 0 10px 
}
/* End Typography & Colors */

/* Begin Comments*/
li.authorcomment {
	background: #eee;
}
.commentlist cite {
	font-style:normal;
	font-weight: bold;
}
/* End Comments */

/* widget sidebar */
#wp-sidebar {

}
#wp-sidebar ul {
	margin-left: 0px;
}
#wp-sidebar ul ul {
	margin-left: 20px;
	margin-bottom: 1em;
}
li.widget {
	list-style: none;
}
li.widget ul {
	list-style: disc;
}
li.widget ul ul {
	list-style: circle;
}
.post h1{
	clear:both;
}
.navigation .alignleft{
	margin:4px 0;
}
.post .navigation .alignright{
	float:left;
	margin:4px 0;
}
.entrytext{
	margin-top:30px;
}