/*
Theme Name: Brock Smeaton Custom
Theme URI: http://www.brocksmeaton.com/real-estate-blog/
Description: Custom theme developed for Brock Smeaton. 
Version: 1.0
Author: Jeff Kee
Author URI: http://www.synchronous.ca/

	
Most of the CSS is sourced from the main CSS from the website. 
The rest of this is wordpress specific. 	
*/


#blog_content {
width:560px;
float:left;
display:block;
}

.post {
	width:560px;
	float:left;
	margin-bottom:50px;
	border-bottom:1px solid #666;
}

.entry {
	width:560px;
	float:left;
	margin-bottom:20px;
}

#comment {
	width:500px;
	float:left;
	border:1px solid #b3834d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	color:#666;
}

#sidebar {
width:210px !important;
overflow:hidden;
float:right;
margin-left:7px;
padding:0px;
}

#sidebar ul {
width:210px;
margin-left:0px;
padding:0px;
list-style:none;
}

#sidebar ul li {
margin-bottom:20px;
padding:0px;
text-align:left;
}

#sidebar ul li h2 {
	font-size:14px;
	font-weight:bold;
	border-bottom:2px solid #b3834d;
	margin:0px 0px 2px 0px;
	padding:0px 2px 2px 2px;
}

#sidebar ul li ul li {
margin-bottom:3px;
padding:0px 2px 2px 2px;
border-bottom:1px dotted #666;
}

#sidebar ul li ul li:hover {
	background-color:#eee;
}