/*
Theme Name: FindMyHouse
Description: Child Theme for Redman_Dark
Template: redman_dark
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url("/wp-content/themes/redman_dark/style.css");

/* ******************  general  *************** */

#wp-blog #sidebar
{
	margin-left: 570px;
	width: auto; /*298px*/
	background-color: #363636;
	padding-top: 5px;
	text-align: left;
	padding-left: 5px;
}
#wp-blog .narrowcolumn {
	float: left;
	padding: 0 0 10px 10px;
	margin: 0px 0 0;
	width: 545px;
}
#wp-blog .widecolumn {
	width: 850px;
}
#wp-blog #page {
	border: none;
}

#wp-blog #commentform {
	text-align: left;
}

#wp-blog #content {
	padding-top: 0px;
}

#wp-blog .post {
	margin-bottom: 20px;
}

#wp-blog .post .entry {
	background: #E9E9E9 url('/wp-content/themes/clients/findmyhouse/post-bg.png') bottom repeat-x;
	padding: 1em;
	border: 2px solid #908255;
	padding-bottom: 20px;
}
#wp-blog .post .entry, #wp-blog .post .entry p {	
	color: #2E2E2E;
	font-size: 0.9em;
}
#wp-blog .post .entry a {
	color: #910101;
}
#wp-blog .postmetadata {
	background: url('/wp-content/themes/clients/findmyhouse/post-foot-bg.png') top center no-repeat;
	color: #fff;
}
#wp-blog .post h2 {
	font-size: 1.8em;
	line-height: 1.5em;
	margin-top: 10px;
}
#wp-blog .post h2 a {
	color: #CAB574;
}
#wp-blog .post img {
	border: 1px solid #525252;
	padding: 3px;
	background: #fff;
}