/*
Theme Name: The Brick House
Theme URI: http://www.the-brick-house.com/
Description: The Brick House wordpress theme.
Version: 1.0
Author URI: http://www.fadeagency.com/
*/

/* Global Reset */

* {
	padding:0;
	margin:0;
}
/* Global Styles */

.postmetadata {
	margin: 0 0 30px 0;
	padding: 0;
}
.entry {
	clear: both;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
img.alignright {
	float:right;
	margin:0 0 1em 1em
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
p {
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
}
li {
	margin: 0;
	list-style-type:none;

}
ol {
	margin: 0;
	list-style-type:none;
	clear: both;
}
:link {
	color: #b19a72;
	text-decoration: none;
}
:visited {
	color: 743100;
	text-decoration: none;
}
a:active {
	color: #b19a72;
}
a:hover {
	color: #D3C011;
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.date {
	margin: 0;
	padding: 0px;
	color: #000;
	font-family: normal "HelveticA", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	font-weight: normal;
	margin-bottom: 20px;
}
.date-results {
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	font-family: normal "Helvetica", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
        clear: both;
        float: left;
}
.comment-date {
	margin: 0;
	padding: 0;
	color: #707070;
	font-family: normal "Helvetica", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	clear: both;
}
.comment-link {
	padding: 0;
	margin: 10px 0 30px 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h1, h1 :link, hentry, h1 :visited {
	color: #743100;
	letter-spacing:1px;
	font: normal 14px "helvetica", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 10px 10px 0px;
	margin: 0;
	text-decoration: bold;
	clear: both;
}
h1 a:hover {
	color: #D3C011;
}
h2, h2 :link, hentry, h2 :visited {
	color: #743100;
	letter-spacing:1px;
	font: normal 13px "Helvetica", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px 10px 10px 0px;
	margin: 0;
	text-decoration: bold;
	float: left;
	clear: both;
}
h2 a:hover {
	color: #E2CF61;
}
.widgettitle {
	clear: both;
	margin: 20px 0 10px 0;
}
/* Layout */

#container {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-y;
	overflow:auto;
        
}
#header {
	height: 180px;
	background-image: url(images/logo-brick-house.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1080px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#menu {
	height: 27px;
	text-align: right;
	float: left;
	margin-top: 135px;
}
#content {
	width: 720px;
	text-align: left;
	float: left;
	padding: 0;
	margin: 20px 0 20px 0;
}
#content-wrapper {
	width: 1080px;
	text-align: left;
}
#sidebar {
	width: 300px;
	float: right;
	text-align: left;
	padding: ;
	margin: 20px 0px 20px 0px;

}
#footer {
	background-image: url(images/logo-footer.jpg);
	background-repeat: no-repeat;
	height: 82px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
/* Menu */

.menu {
	list-style:none;
}
.menu li {
	display:inline;
	padding: 0;
	margin: 0;
}
.menu li a {
	height: 27px;
	float: left;
	margin: 0;
}
.menu li a span {
	display: none;
}
li.home a {
	width:63px;
	background-image: url(images/menu-home.jpg);
	background-repeat: no-repeat;
}
li.home a:hover {
	background-position: 0px -27px;
}
li.home a.active {
	background-position: 0px -54px;
}
li.tour a {
	width:60px;
	background-image: url(images/menu-tour.jpg);
	background-repeat: no-repeat;
}
li.tour a:hover {
	background-position: 0px -27px;
}
li.tour a.active {
	background-position: 0px -54px;
}
li.diy a {
	width:47px;
	background-image: url(images/menu-diy.jpg);
	background-repeat: no-repeat;
}
li.diy a:hover {
	background-position: 0px -27px;
}
li.diy a.active {
	background-position: 0px -54px;
}
li.faq a {
	width:53px;
	background-image: url(images/menu-faq.jpg);
	background-repeat: no-repeat;
}
li.faq a:hover {
	background-position: 0px -27px;
}
li.faq a.active {
	background-position: 0px -54px;
}
li.contact a {
	width:87px;
	background-image: url(images/menu-contact.jpg);
	background-repeat: no-repeat;
}
li.contact a:hover {
	background-position: 0px -27px;
}
li.contact a.active {
	background-position: 0px -54px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
html .clearfix {
	height: 1%;
}




ul.blogroll {
	clear: both;
}
/* trackbacks & comments */
#respond {
	float:right;
}
#trackbacks, #comments {
	margin-left:0;
	padding-left:0;
}
#trackbacks > li, #comments > li {
	list-style-type:none;
	margin-left:0;
	margin-bottom:1.5em;
	padding-left:0;
}
#comments > li {
	min-height:58px;
}
.gravatar {
	border:1px solid #222;
	float:left;
	height:40px;
	margin:0 1.32em 1.32em 0;
	width:40px;
}
#comments li .comment-text {
	margin-left:60px;
}
/* form basics */
legend {
	margin:0 0 0 0 !important;
}
input, textarea {
	font-family:inherit;
	font-size:inherit;
}
input, textarea {
	background-color:#fff;
	border: 1px solid #000;
	color:#222;
	padding:0.25em;
	clear: both;
}
textarea {
	padding:0.75em;
	width:380px !important;
}
.button-go {
	border: 0;
}
.highlight {
background-color: #f1f1f1;
border: solid 1px #e9e9e9;
margin: 0;
padding: 0;
}
.odd {
background-color: #fbfbfb;
border: solid 1px #e9e9e9;
margin: 0;
padding: 0;
}
.even {
background-color: #fbfbfb;
border: solid 1px #e9e9e9;
margin: 0;
padding: 0;
}
.comment-meta {
padding: 20px;
}
.comment-author, .comment-author :link {
        text-transform: uppercase;
	color: #434343;
	letter-spacing:-1px;
	font: bold 11px "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.comment-date {
        text-transform: uppercase;
	color: #000;
	letter-spacing:-1px;
	font: 11px "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.comment-text p {
margin: 0 20px 20px -40px;
padding: 0;
}

/* PageNavi Navigation */

#pagenavi {
margin: 20px 0 20px 0;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #5f5f5f;
	color: #FFFFFF;
	background-color: #888888;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #5f5f5f;
	color: #FFFFFF;
	background-color: #5f5f5f;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #5f5f5f;
	color: #FFFFFF;
	background-color: #5f5f5f;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #5f5f5f;
	color: #FFFFFF;
	background-color: #5f5f5f;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #FFFFFF;
	border: 1px solid #5f5f5f;
	background-color: #5f5f5f;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #5f5f5f;
	color: #5f5f5f;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #5f5f5f;
	color: #FFFFFF;
	background-color: #5f5f5f;
}