/*
* SightWorks Wordpress CSS Framework
* Copyright (c) 2009 SightWorks, inc.
*/

/* Formatting
----------------------------------*/

html, body {
    height: 100%;
}
body {
    background: #cccc99 /*url(images/bg.png) top repeat-x*/;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 0.75em;
    text-align: center;
}
h1, h2, h3, h4, p {
	padding: 0px;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 2em;
	color: #990000;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
}
h3 {
	font-size: 1.17em;
	font-weight: bold;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
div, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input, textarea {
	padding: 0.2em;
	font-size: 0.92em;
    border: 1px solid #333;
}

/* Structure
----------------------------------*/

#container {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    border-right: 5px solid #999966;
    border-left: 5px solid #999966;
    background: #fff;
}
#header {
    width: 980px;
    height: 225px;
    z-index: 1;
}
#content {
    position: relative;
    padding-right: 20px;
    z-index: 2;
    font-size: 1.17em;
}
#contentInnerWrap {
    padding: 50px;
    margin-right: 232px;
}
#sidebar {
    float: right;
    width: 231px;
    position: relative;
    top: -5px;
    min-height: 500px;
    z-index: 3;
    font-size: 0.86em;
}
#sidebar #sidebarBg {
    position: absolute;
    top: 0px;
    left: 0px;
}
#sidebar #sidebarInnerWrap {
    padding: 5px 18px 30px 13px;
    position: relative;
    z-index: 4;
}
#sidebar #sidebarInnerWrap ul {
    margin: 0px;
    padding: 0px;
}
#sidebar #sidebarInnerWrap ul li {
    margin: 0px;
    padding: 20px 10px;
    background: url(images/divider.png) bottom center no-repeat;
    list-style-type: none;
}
#sidebar .widget .widgettitle {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.17em;
    color: #000;
}
#sidebar #sidebarInnerWrap ul li ul {
    padding: 0 0 10px 0;
}
#sidebar #sidebarInnerWrap ul li li {
    background-image: none;
    padding: 0px;
    font-weight: normal;
}
#sidebar #sidebarInnerWrap ul li li a {
    background: url(images/sidebar_link_bg.gif) left center no-repeat;
    padding: 0 0 0 10px;
    font-weight: bold;
}
#footer {
    text-align: center;
    padding: 10px;
    font-size: 0.86em;
    color: #666666;
    font-weight: bold;
}

/* Houses
----------------------------------*/

.house {
    margin: 0 0 20px 0;
}
.house h3 {
    color: #300;
    font-size: 1.33em;
    margin: 0 0 5px 0;
    font-weight: bold;
    font-style: normal;
}
.house .image {
    padding: 2px;
    border: 1px solid #000;
    background: #fff;
    margin: 0 0 5px 0;
}
.house .info {
    margin: 0 0 10px 0;
}

/* Misc
----------------------------------*/

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    line-height: 0px;
    height: 0px;
    visibility: hidden;
}
.submit {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    font-size: 0.75em;
    border: 1px solid #000;
    text-align: center;
    padding: 0.2em 1em;
}