/*
Theme Name: Accent Homes
Description: Accent Homes theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
*/


@font-face {
    font-family: 'GillSansLightRegular';
    src: url('http://www.accenthomesinc.com/font/gill____-webfont.eot');
    src: url('http://www.accenthomesinc.com/font/gill____-webfont.eot?iefix') format('eot'),
         url('http://www.accenthomesinc.com/font/gill____-webfont.woff') format('woff'),
         url('http://www.accenthomesinc.com/font/gill____-webfont.ttf') format('truetype'),
         url('http://www.accenthomesinc.com/font/gill____-webfont.svg#webfontwU9QPaPn') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Begin Typography & Colors */
body { font-family: Arial, Helvetica, sans-serif; color: #241704; text-align: center; background-image: url(http://74.53.104.210/%7Eaccentho/images/bg.jpg); background-repeat: repeat-x; background-color: #3F2A0D; 	}

#page {
	background-color: #bfaa95;
	text-align: left;
	border: 1px solid #e0b16d;
	margin-top: 10px;
	margin-bottom: 10px;
	}











.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}




















.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}




#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: #bfaa95;
	padding: 0;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	}

#header {
	height: 126px;
	width: 960px;
	}
.narrowcolumn {
	float: left;
	width: 698px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	padding: 0px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post { margin-top: 0px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; 
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 10px;
	clear: both;
	background-color: #f8f3ee;
	border: 1px solid #241704;
	font-size: 10px;
	line-height: 12px;
	margin: 10px;
	}


/* End Structure */



/*	Begin Headers */
h1 {
	font-size: 30px;
	line-height: 36px;
	color: #914d1c;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
h1.pagetitle { font-size: 30px; line-height: 36px; color: #2B1C05; margin-top: 20px; margin-bottom: 15px; font-weight: normal; margin-left: 15px; }
h2, h3, h4, h5, h6 { font-weight: normal; color: #914d1c;}

h3 { font-size: 20px; line-height: 24px; color: #342309; }

h2 { border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #914d1c; padding-bottom: 5px; font-size: 20px; line-height: 24px; text-decoration: none; font-weight: normal;}

h2 a:link, h2 a:visited, h2 a:active{ text-decoration: none; font-weight: normal; color: #914d1c;}

h2 a:hover {color: #342309; text-decoration: none; font-weight: normal;}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.entry ul li {
		list-style-type: square;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}










ol li {
	list-style: decimal outside;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin-left: 700px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote { margin-top: 10px; margin-right: 35px; margin-bottom: 10px; margin-left: 50px; border: 1px solid #914D1C; color: #241704; background-color: #E5D8CC; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* top navigation */
#topnavigation {
	background-image: url(http://www.accenthomesinc.com/images/nav-bg.jpg);
	height: 35px;
	width: 960px;
	font-size: 16px;
	color: #e0b16d;
	font-family: Garamond, Georgia, "Times New Roman";
	font-weight: bold;
}


#topnavigation ul {
	padding: 0px;
	height: 32px;
	line-height: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topnavigation ul li {
	list-style-position: outside;
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
#topnavigation ul li a:link {
	color: #E0B16D;
	text-decoration: none;
}
#topnavigation ul li a:visited {
	color: #E0B16D;
	text-decoration: none;
}
#topnavigation ul li a:hover {
	color: #EFE7DE;
	text-decoration: none;
}
#topnavigation ul li a:active {
	color: #E0B16D;
	text-decoration: none;
}
#maincontent {
	background-color: #f8f3ee;
	border: 1px solid #241704;
	margin: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 18px;
}
#maincontentlistings {
	background-color: #f8f3ee;
	border: 1px solid #241704;
	margin: 10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 18px;
}
#maincontentdwellings { background-color: #fff; border: 1px solid #241704; margin: 10px; padding-top: 15px; padding-right: 15px; padding-bottom: 15px; padding-left: 15px; font-size: 16px; line-height: 20px; font-family: "GillSansLightRegular", Arial, verdana; color:#231F20; font-weight:normal;}
#maincontentdwellings h1 { font-size: 20px; line-height: 24px; font-family: "GillSansLightRegular", Arial, verdana; color:#231F20}
#maincontenthomes { background-color: #f8f3ee; border: 1px solid #241704; font-size: 14px; line-height: 18px; padding: 15px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; }
#maincontent a:link, #maincontent a:visited, #maincontent a:active {
	font-weight: bold;
	color: #914d1c;
}
#maincontent a:hover {
	font-weight: bold;
	color: #241704;
}


#addresssection {
	float: left;
	width: 300px;
	text-align: left;
}
#areaserved {
	margin-left: 270px;
		text-align: left;
}


.brownheading {


	line-height: 35px;
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 18px;
	color: #e0b16d;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
/* start here box */ 
.starthere {border: 1px solid #241704;	background-image: url(http://www.accenthomesinc.com/images/start-here-bg.jpg);}
.starthere a:link, .contactinfoside a:link,  .starthere a:visited, .contactinfoside a:visited, starthere a:active, .contactinfoside a:active {	font-weight: bold;	color: #241704;}
.starthere a:hover, .contactinfoside a:hover {	font-weight: bold;	color: #241704;	text-decoration: underline;}

/* contact info box */ 
.contactinfoside {	border: 1px solid #241704;	background-image: url(http://www.accenthomesinc.com/images/contact-side-bg.jpg);}



/* generic side box */ 
.sidebox {
	background-color: #f8f3ee;
	border: 1px solid #241704;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sideboxcontent {
	padding: 10px;
}
.sideboxwhite {
	background-color: #fff;
	border: 1px solid #241704;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* top side box - model homes */ 
.sideboxtop {
	background-color: #dccdbf;
	border: 1px solid #241704;

	margin-bottom: 10px;
}

/* social networking */
.sn {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* contact form */
#contactform{
	background-color: #e5d8cc;
	border: 1px solid #241704;
	margin: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 14px;
	line-height: 18px;
	background-image: url(http://www.accenthomesinc.com/images/contact-form-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}
#flashholder {
	margin-bottom: 15px;
}

#flash {
	float: left;
	height: 282px;
	width: 382px;

}
#newsection {
	margin-left: 395px;
	background-color: #e5d8cc;
	height: 280px;
	border: 1px solid #221505;
	background-image: url(http://www.accenthomesinc.com/images/box-header-bg.jpg);
	background-repeat: repeat-x;
}
#newsection #creditfooter { display: none; visibility: visible; }
#newsection  ul {
	padding: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#newsection li {
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	line-height: 15px;
}
.clearsmall { clear: both; height: 5px; }
.lottable{ font-size: 11px; background-color: #FFF; border: 1px solid #231605; }
.tr0 { background-color: #e0d9d2; }
.tr1 { background-color: #d9cdc0; }
.lottable tr td { padding: 2px; }
#homenav ul li { display: inline; padding: 3px; margin-top: 0px; margin-right: 2px; margin-bottom: 0px; margin-left: 0px; }
#homenav { padding: 0px; margin-top: 20px; margin-right: 0px; margin-bottom: 0px; margin-left: 25px; }
#homenav ul { padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 2px; margin-left: 0px; }
#content #homenav ul li a:link { font-size: 13px; color: #F8F3EE; font-weight: bold; background-color: #2B1C05; text-decoration: none; padding-top: 3px; padding-right: 6px; padding-bottom: 3px; padding-left: 6px; }
#content #homenav ul li a:visited { font-size: 13px; color: #F8F3EE; font-weight: bold; background-color: #2B1C05; text-decoration: none; padding-top: 3px; padding-right: 6px; padding-bottom: 3px; padding-left: 6px; }
#content #homenav ul li a:hover { font-size: 13px; color: #201404; font-weight: bold; background-color: #E1B26E; text-decoration: none; padding-top: 3px; padding-right: 6px; padding-bottom: 3px; padding-left: 6px; }
#content #homenav ul li a:active { font-size: 13px; color: #F8F3EE; font-weight: bold; background-color: #2B1C05; text-decoration: none; padding-top: 3px; padding-right: 6px; padding-bottom: 3px; padding-left: 6px; }
body.mceContentBody, body.tinyMCEPopup {
  background-color:#f8f3ee !important;
  background-image: none;
  text-align: left;
}
.featuredthumbs ul { margin: 0px; padding: 0px; }
.featuredthumbs ul li { display: inline; list-style-type: none; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding: 0px; }
.featuredthumbs p { font-size: 11px; line-height:15px; margin-top: 0px; margin-right: 2px; margin-bottom: 8px; margin-left: 2px; }
.thumbborder { border: 1px solid #231605; }
.listingthumb { float: left; width: 185px; }
.listingcontent { margin-left: 190px; }
.clearlistings { clear: both; height: 1px; }

