/*
Theme Name: Stevensst
Theme URI: http://www.stevensst.com/
Description: Stevensst Blog Theme
Author: Stevensst
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

.post {
	width: 600px; 
}

.post h2 a {
	color: #306E87;
	text-decoration: none;
}

.post h2 {
	margin: 0;
	padding: 0;
}

.post small {
	color: gray;
}

.sidebar {
	
}

.sidebar ul {
	list-style-type: none;
	background-color: #e6e6e6;
	-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;

-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
	padding-top: 10px;
	margin: 0;
	padding-bottom: 10px;
}

.sidebar li {

}

.sidebar li li {
	padding: 0;
	margin: 0 0 0 2px;
}
.sidebar h3 {
	font-size: 18px;
	color: #306E87;
}

.sidebar a {
	text-decoration: none;
}

.blog-divider {
	height: 1px;
	width: 600px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #429abe;
}

button {
	background-color: silver; 
}

.comment {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 15px;
	width: 600px;
	position: relative;
	clear: both;
	overflow: hidden; 
}

.comment-meta {
	width: 480px;
	float: right;
	border: 1px solid #cbcdcd;
	padding: 10px;
	background-color: #e6e6e6;
	margin-bottom: 15px; 
}

.comment-link {
	font-size: 10px;
	font-variant: normal;
	text-transform: uppercase; 
}

li.comment img {
	float: left; 
}

a { 
	border-bottom: 1px dotted #004967;
	text-decoration: none;
	color: #004967; 
}

a:hover { 
	border: none; 
}

h1 a { 
	border: none !important;
	margin-bottom: 0; 
}

h2 a { 
	border: none !important;
	margin-bottom: 0; 
}

.post h1 {
	margin-bottom: 10px; 
}

.imagelink { 
	border:  none;	 
} 
