﻿/*
	Theme Name: Albi Homes
	Description: Albi Homes News & Upgrades
	Version: 1.0
	Author: Dan Stephenson
	Author URI: http://www.mosaicstudios.com
*/
*{
	margin:0; 
	padding:0;
}
html, body{
	height:100%;
	min-height:100%;
}
body{
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}
acronym{
	border-bottom:none;
}
a{
	color:#994708;
	outline:none;
}
a:hover{
	text-decoration:none;
}
a:visited{
}
a img{
	border:none;
}
fieldset{
	border:none;
}

div#wrapper{
	margin:0 auto;
	text-align:left;
	width:955px;
}

/* Header */
div#header{
	background-color:#000;
	color:#fff;
	padding-bottom:10px;
	margin-bottom:20px;
}
div#header h1{
	width:744px;
	height:129px;
	margin-left:24px;
	background-image:url('images/header.gif');
	background-repeat:no-repeat;
}
div#header h1 span{
	position:absolute;
	left:-999em;
}
a#logoLink{
	text-decoration:none;
	position:absolute;
	margin-left:24px;
	width:744px;
	height:129px;
}

/* Main Content Area */
div#main{
	float:left;
	width:745px;
	font-size:12px;
}
div#main h2.pageTitle{
	margin-bottom:10px;
}
div.post{
	margin:0 50px 20px 20px; /*TRouBLe*/
}
div.post h2{
	font-size:18px;
	margin-bottom:10px;
}
div.post h2 a{
	color:#994708;
	text-decoration:none;
}
div.post p.date{
	margin-bottom:8px;
}
div.post a.readMore{
	color:#994708;
	text-decoration:none;
}
div.post p{
	margin-bottom:15px;
}

/* Sidebar */
div#sidebar{
	float:left;
	width:210px;
	padding-bottom:15px;
	font-size:11px;
}
div#sidebar a{
	color:#000;
	text-decoration:none;
}
div#sidebar a:hover{
	text-decoration:underline;
}
div.sidebarBlock{
	padding-bottom:15px;
	margin-top:15px;
	border-bottom:1px solid #7d7d7d;
}
div.sidebarBlock:first-of-type, div.sidebarBlock#search-3{
	margin-top:0;
	padding-bottom:0;
	border-bottom:none;
}
div.sidebarBlock:last-of-type, div.sidebarBlock#text-6{
	/*Be the First to Know*/
	border-bottom:none;
}
div.sidebarBlock h3{
	font-size:15px;
	color:#994708;
	margin-bottom:6px;
}
div.sidebarBlock h4{
	color:#7d7d7d;
	font-size:13px;
	margin-bottom:10px;
}
div.sidebarBlock ul, div.sidebarBlock ol{
	list-style-type:none;
}
div.sidebarBlock li{
	margin-bottom:2px;
}

/*Individual Widget Styles*/
form#searchForm{
	/*Search Form*/
	width:210px;
}
form#searchForm input#s{
	width:142px;
}


div#text-4{
}
div#text-4 h3{
	/*About Albi Homes*/
	margin-bottom:0;
}

div#text-5{
	/*Albi Luxury Choices*/
	text-align:center;
}
div#text-5 img{
	display:block;
	margin:0 auto;
	margin-bottom:4px;
}
div#text-5 h4{
	margin-bottom:8px;
}
div#text-5 h4 a{
	color:#7d7d7d;
	text-decoration:none;
}

div.sidebarBlock#text-6 h3.widgetTitle{
	/*Be the First to Know*/
	display:none;
}
div.sidebarBlock#text-6 img#firstToKnow{
	float:left;
}
div.sidebarBlock#text-6 form#subscribeForm div{
	margin-bottom:8px;
}
div.sidebarBlock#text-6 form#subscribeForm label{
	display:block;
}
div.sidebarBlock#text-6 form#subscribeForm input#subscribeSubmit{
	/* Subscribe Button */
	text-align:left;
	margin-top:5px;
	color:#994708;
	font-weight:bold;
	border:none;
	background-color:#fff;
	cursor:pointer;
}

/* Footer */
div#footer{
	clear:both;
	min-height:12px;
	background-color:#000;
	color:#fff;
	font-size:10px;
	padding:8px 0 8px 0; /* t,r,b,l TRouBLe*/
}
div#footer p{
	float:left;
	margin-left:10px;
}
div#footer a{
	color:#fff;
	text-decoration:none;
}
div#footer a:hover{
	text-decoration:underline;
}
div#footer ul#footerNav{
	float:right;
}
div#footer ul#footerNav li{
	float:left;
	list-style-type:none;
	border-right:1px solid #fff;
	padding-right:4px;
	margin-right:4px;
}
div#footer ul#footerNav li:last-of-type, div#footer ul#footerNav li.last {
	border-right:none;
}
