/*  
Theme Name: ThimblePleasures
Theme URI: http://www.gloderworks.com/
Description: The Thimble Pleasures WordPress Theme.
Version: 1.0
Author: GloDerWorks
Author URI: http://www.gloderworks.com/
*/


#blogcontent {
	margin-right: 200px;
}
#sidebar {
	float: right;
	width: 195px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%;
}
#sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%;
}
#sidebar h2 {
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}
#sidebar li a {
	text-decoration: none;
	display: block;
	padding: 3px 2px;
	border-bottom: 1px solid white;
	color: #1890a1;
}
#sidebar li a:hover {
	text-decoration: none;
/*	color: #97cbfb;
	color: #ffffff;
*/	border-bottom: 1px solid #e1ed6b;
	background-color: #e1ed6b;
}
.postmetadata {
	clear: left;
}