#sidebar {
	float:right;
}

#sidebar .inside {
	background:#E0E6F2;
	padding:10px;
	padding-top:0px;
	width:240px;
}

#sidebar ul li {
	list-style:none;
	padding-bottom:15px;
}

#sidebar ul li:last-child {
	padding-bottom: 0px;
}

#sidebar ul li ul li {
	padding:2px 0px;
	font-size:11px;

	background:url('../../images/navi/raquo.png') left center no-repeat;
	padding-left:10px;
}

#sidebar ul li ul li a {
	color:#666666;
}

#sidebar ul li ul li a:hover {
	color:#000000;
}

#sidebar ul li h2 {
	color:#0b163e;
	font-family:"Times New Roman","Times",serif;
}

#sidebar table.box {
	margin:-8px -8px 16px;
}

#sidebar .inside table.ds {
	margin:-8px;
	margin-right:0px;
}

#sidebar .newestlistings table.ds img {
	border-width:2px;
}

.narrowcolumn {
	width:620px;
	float:left;
}

#content, #sidebar .weare {
	margin-top:10px;
}

.post h2 {
	font-family:"Times New Roman","Times",serif;
	color:#0b163e;
	
	font-size:24px;
	font-weight: normal;
}

.post small {
	font-size:11px;
	color:#666;
}

.post .entry {
	padding-top:5px;
	line-height:15px;
}

.post .entry h3 {
	margin:10px 0px;
	font-size:16px;
}

.post p {
	margin:0px 0px 10px;
    width: 620px;
}

.post ol, .post ul {
	margin-left:45px;
}

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

.postmetadata {
	border-top:dotted 1px #354ba0;
	padding:5px;
	padding-left:0px;
	margin-top:15px;
	
	width:620px;
}

.box .row {
	position:relative;
}

.box .row .overlay a {
	position: absolute;
	top:-9px;
	left:-5px;
	
	width:104%;
	height:98%;
}

.box.newestlistings {
	width:240px;
    height:auto;
}

.box.newestlistings .propertyinfo {
	width:170px;
}

.box.newestlistings .propertyinfo p.description {
	width:170px;
}

.box.newestlistings .row {
	padding-bottom:6px;
}

.box.newestlistings .row .overlay a {
	position: absolute;
	top:-8px;
	left:-5px;
	
	width:104%;
	height:110%;
}

.box .row .overlay a:hover {
	background:url('../../images/property/solid_highlight.png') #040e2d center no-repeat;
	opacity:0.45;
}

textarea#comment {
	width:598px;
	margin-top:2px;
	margin-bottom:3px;
}