/*  
Theme Name: Best Home Mortgages
Theme URI: http://www.best-home-mortgage-uk.co.uk/
Description: Theme for the Best Hom Mortgages website.
Version: 1.0
Author: A Wareham
Author URI: http://www.tricyclemdia.com/
*/


/* Theme-specific layout */
body {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	background: #363C3F;
}

#header-container {
	background: url('images/header-bg.jpg') repeat-x top left;
}

#container {
	background: #FFFFFF;
}

#footer-container {
	background: #363C3F url('images/footer-bg.gif') repeat-x;
}

#header {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	height: 170px;
}

#header span {	
	display: none;
}

#header-logo {
	border: none;
	float: left;
	margin-left: 38px;
}

#header-tel {
	float: right;
}

#menu {
	clear: both;
	text-align: center;
	height: 31px;
}

#menu ul {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: auto;
	/* The following rules allow cross-browser support of inline-block */
	/*display:-moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;*/
}
#menu[id] ul {
	padding: 0px 0px 0px 40px;
}

#menu ul li {
	float: left;
	width: 151px;
	list-style-type: none;
	padding: 0px;
	margin: 0px 2px;
}

#menu ul li a {
	display: block;
	background: url('images/menu-tab.gif') no-repeat;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	padding: 9px 0px 0px 0px;
	height: 22px;
}

#menu ul li a:hover {
	background-image: url('images/menu-tab-on.gif');
}

#menu ul li a img {
	border: none;
	vertical-align: top;
}

#mid-container {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	height: 1px;
	padding-bottom: 20px;
}
#mid-container[id] {
	height: auto;
	overflow: hidden;
}

#col-right {
	float: left;
	width: 250px;
}

#main {
	float: left;
	padding: 10px 10px 10px 40px;
	width: 700px;
}

#main.fullwidth {
	width: 920px !important;
	padding: 10px 40px !important;
}

#slot-action {
}

#footer {
	width: 1000px;
	margin: 0px auto;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	padding: 1px 0px;
}

#footer p {
	margin: 10px 0px;
	padding: 0px;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}


/* Wordpress elements */
.post {
	border-bottom: #999999 2px dotted;
	margin: 20px 0px;
}

.post h2,
.post h3 {
	margin: 5px 0px;
	padding: 0px;
}

.post h2 a,
.post h3 a {
	color: #CB3439;
}

.post small {
	color: #999999;
	font-size: 0.70em;
}

.post .entry p {
	font-size: 0.80em;
}

.post .postmetadata {
	font-size: 0.70em;
	color: #999999;
}


#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#sidebar ul li {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px;
}


.widget {
	border-bottom: #CCCCCC 1px dotted;
	margin: 20px 0px;
	padding: 10px 0px;
	width: 190px;
}

.widget h2 {
	font-size: 0.80em;
	margin: 5px 0px;
}

.widget ul li {
	font-size: 0.70em;
}

#calendar_wrap {
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap table caption {
	background: #F0F0F0;
	padding: 2px;
	font-size: 0.80em;
}

#wp-calendar td {
	font-size: 0.80em;
}