/*
Theme Name: Doma Group
Theme URI: http://swelldesign.com.au/
Description: The Doma Group theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: microformats, black
*/

/**
SECTIONS
All sections are prefixed with an =
--------
RESET		- resets any of the browser's preconceived ideas of what an element should look like.
STRUCTURE	- structural elements
NAVIGATION	- Navigation elements
FORMS		- Form elements
CONTENT		- inline elements and other content
MISC		- anything else
*/

@charset "UTF-8";
@import url("fonts.css");

/**
*=RESET
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/**
*=STRUCTURE
*/
body {
	background: #0E0E0E url(images/background.jpg) repeat-x left top;
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #666;
}

#wrapper {
	width: 920px;
	padding: 0px 0px 10px;
	margin: 25px auto 0 auto;
}

#footer 
{
	padding: 5px 0px 0px;
	margin-top: 5px;
	border-top: 1px solid #A39081;
	clear: both;
	width: 900px;
}

#footer dl
{
	display: block;
	float: left;
	padding-top: 5px;
	font-size: 9px;
}

#footer dt, #footer dd
{
	display: inline;
	margin-right: 3px;
}

#footer dd
{
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #666;
	padding-left: 3px;
}

#content
{
	overflow: hidden;
}

#content .tinyColumn,
#content .smallColumn,
#content .largeColumn
{
	display: block;
	position: relative;
	float: left;
	/*
	padding-bottom: 2040px;
	margin-bottom: -2000px;
	*/
	padding-bottom: 40px;
}

#content .tinyColumn
{
	margin-right: 20px;
	padding-right: 0px;
	width: 130px;
}

#content .smallColumn
{
	margin-right: 20px;
	padding-right: 0px;
	width: 280px;
}

#content .largeColumn
{
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	width: 600px;
	overflow: none;
}

#content .framed
{
	border-color: #58595B #333 #333 #333;
	border-style: solid;
	border-width: 5px 0 1px 0;
	padding-bottom: 5px;
	margin-bottom: 40px;
}

#content .propertyDescription,
#content .propertyStats
{
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#content .propertyDescription
{
	width: 430px;
	clear: left;
}

#content .propertyStats
{
	width: 150px;
	clear: right;
	padding-left: 20px;
}


/**
*=NAVIGATION
*/
#header .nav
{
	color: #B3A596;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#header .nav  ul
{
	display: block;
	position: relative;
	list-style: none;
	font-family: 'QuicksandBook', Arial, sans-serif;
	line-height: 11px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	overflow: auto;
}

#header .nav li
{
	display: block;
	position: relative;
	width: 130px;
	padding: 0px 20px 40px 0px;
	margin: 0px;
	float: left;
}

#header .nav a
{
	border-top: 1px solid #A39081;
	padding: 5px 0px 0px;
	float: left;
	color: #C5B4A9;
	width: 130px;
	margin: 0px;
}

#header .nav a:hover
{
	border-top: 1px solid #d9c900;
	color: #d9c900;
}

#header .nav a:active
{
	border-top: 1px solid #FFF;
	color: #FFF;
}

#header .nav .current-menu-item a,
#header .nav .current_page_parent a,
#header .nav .current-page-ancestor a
{
	color: #D9C900;
	border-top-color: #D9C900;
}

.tinyColumn .nav,
.tinyColumn .nav ul
{
	list-style-type:none;
	margin: 0;
}

.tinyColumn .nav
{
	padding: 7px 0 0 0;
}

.tinyColumn .nav ul
{
	padding: 0;
}

.tinyColumn .nav li
{
	margin: 0;
	padding: 0;
}

.tinyColumn .nav li a
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #BAACA0;
	padding: 0px 5px 5px 0px;
	margin: 0px;
}

.tinyColumn .nav li.selected a
{
	color: #D9C900;
}

.tinyColumn .nav-property > li.selected a
{
	color: #BAACA0;
}

.tinyColumn .nav li a:hover
{
	color: #D9BF06;
}

.tinyColumn .nav li.selected ul li a,
.tinyColumn .nav li ul li a
{
	color: #666;
	margin-left: 10px;
}

.tinyColumn .nav li ul li a:hover,
.tinyColumn .nav li ul li.selected a
{
	color: #D9C900;
}

#footer .nav
{
	display: block;
	float: right;
	padding-top: 5px;
	font-size: 9px;
}

#footer .nav li
{
	display: inline;
	margin: 0 3px 0 0;

	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #666;
	padding: 0 0 0 5px;
}

#footer .nav li.first
{
	border-style: none;
}

/**
*=FORMS
* Note that DLs are used to house checkbox / radio lists
*/

fieldset
{
	display: block;
	position: relative;
	width: 445px;
	margin: 0;
	padding-top: 8px;
}

fieldset br
{
	display: none;
}

label,
fieldset dt,
fieldset dd
{
	display: block;
	position: relative;
	float: left;
	margin: 0 2px 0 0;
}

label.small,
fieldset dt.small,
fieldset dd.small
{
	width: 108px;
}

label.medium,
fieldset dt.medium,
fieldset dd.medium
{
	width: 218px;
}

label.large,
fieldset dt.large,
fieldset dd.large
{
	width: 440px;
}

label input,
label textarea
{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #DBCA1B;
	font: normal normal normal 11px/normal Helvetica, Arial, sans-serif;
	padding: 3px;
}

dd input,
dd span
{
	width: auto !important;
	display: inline;
}

fieldset .small input,
fieldset .small textarea,
fieldset .small select
{
	width: 100px;
}

fieldset .medium input,
fieldset .medium textarea,
fieldset .medium select
{
	width: 210px;
}

fieldset .large input,
fieldset .large textarea,
fieldset .large select
{
	width: 431px;
}

fieldset .large textarea
{
	height: 65px;
}

label input.focus,
label textarea.focus
{
	background-color: #DBCA1B;
}

label strong,
fieldset dd, fieldset dt
{
	display: block;
	font-weight: normal;
	padding: 6px 0 2px 0;
	margin: 0;
}

fieldset dl
{
	padding-top: 8px;
	overflow: auto;
	clear: both;
}

/**
*=CONTENT
*/
p {
	padding-bottom: 5px;
	padding-top: 5px;
}

ul  {
	list-style: square;
	color: #666;
	display: block;
	font: 10px/16px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

li   {
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px;
}

h1 {
	font: 11px 'QuicksandBook', Arial, sans-serif;
	color: #d9c900;
	margin: 0px;
	padding: 5px 0px 15px;
	text-transform: uppercase;
}

h2 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0px;
	padding: 0px 0px 15px;
	text-transform: uppercase;
}

h3 {
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #CCC;
	clear: both;
	text-transform: capitalize;
	padding-top: 5px;
}

h4 {
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #CCC;
	margin: 0px 0px -5px;
	padding: -10px -10px 10px;
	text-transform: uppercase;
}

h5 {
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #CCC;
	padding-top: 15px;
	margin: 0px;
}

h6 {
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #CCC;
	margin-right: 0px;
	margin-bottom: -6px;
	margin-left: 0px;
}

a {
	color: #B3A596;
	text-decoration: none;
}

a:hover {
	color: #d9c900;
}

hr
{
	display: block;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
	height: 0;
}

img.alignright
{
	float: right;
	margin: 0 0 20px 20px;
}

img.alignleft
{
	float: right;
	margin: 0 20px 20px 0;
}

#header #site-title
{
	margin: 0;
	padding: 6px 0 0 0;
}

#header #site-title a
{
	display: block;
	position: relative;
	height: 50px;
	width: 350px;
	margin: 0 0 25px 0;
	background: transparent url(images/logo.png) no-repeat top left;
	
	overflow: hidden;
	font-size: 1px;
	text-indent: -9000em;
}

#mainImage
{
	display: block;
	position: relative;
	width: 900px;
	margin-bottom: 10px;
}

.page-template-secondarynav-php #mainImage
{
	width: 600px;
	height: 350px;
}

#mainImage .caption
{
	display: block;
	position: absolute;
	top: 3px;
	right: 25px;
	text-align: right;
}

#mainImage .caption strong {
	display: block;
	position: relative;
	float: right;
	clear: both;
	margin: -3px 0 0 0px;
	padding: 3px 5px;
	color: #FFF;
	font: italic 12px/13px Georgia, "Times New Roman", Times, serif;
	background: #000;
	text-transform: none;
	
}
#mainImage .caption span {
	display: block;
	position: relative;
	float: right;
	clear: both;
	margin: 0px;
	padding: 1px 5px;
	color: #666;
	font: 9px/13px Arial, Helvetica, sans-serif;
	background: #000;
	text-transform: uppercase;
}

#mainImage .additionalImages
{
	display: none;
}

.news h3 {
	font: 11px 'QuicksandBook', Arial, sans-serif;
	color: #d9c900;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
}

.news dt
{
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #CCC;
	margin: 15px 0px 2px 0px;
	padding: 0;
	text-transform: uppercase;
}

.news dd
{
	display: block;
	position: relative;
	margin: 0 0 0 0;
	padding: 5px 0;
	border-style: solid;
	border-color: #333;
	border-width: 0 0 1px 0;
}

.news dd.selected a
{
	color: #d9c900;
}

.news .newsNav
{
	padding-top: 15px;
	text-transform: uppercase;
}

#content .vcard
{
	margin-top: 5px;
}

#content .vcard dt
{
	font: 10px/16px Arial, Helvetica, sans-serif;
	color: #CCC;
	margin: 0px 0px -5px;
	padding: -10px -10px 10px;
}

.propertyStats h3 {
	font: 11px 'QuicksandBook', Arial, sans-serif;
	color: #d9c900;
	margin: 0px;
	padding: 5px 0px 15px;
	text-transform: uppercase;
}

.propertyStats dt
{
	color: #ccc;
}

.propertyStats dd
{
	padding-bottom: 5px;
}

h2.entry-title
{
	padding: 0;
}

h4.entry-date
{
	margin: 0;
	padding: 0;
}

.entry-content
{
	padding-bottom: 15px;
}

.propertyImages
{
	overflow: hidden;
	margin-bottom: 15px;
}

.propertyImages img
{
	margin: 0;
	padding: 0;
}

.propertyImageProductionLine
{
	display: block;
	position: relative;
	width: 600px;
	height: 300px;
	white-space: nowrap;
	padding-bottom: 2px;
	overflow: hidden;
}

.propertyImageThumbnails,
.propertyImageThumbnails li
{
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

.propertyImageThumbnails
{
	width: 610px;
	overflow: auto;
	margin-top: 0px;
}

.propertyImageThumbnails li
{
	padding: 0 3px 0 0;
	float: left;
}

/**
*=MISC
*/

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.edit-link a
{
	display: block;
	position: fixed;
	top: 0;
	right: 50%;
	margin-right: -450px;
	padding: 5px 20px;
	
	background-color: #666;
	color: #fff;
}

.edit-link a:hover
{
	background-color: #D9C900;
}
