/*
©2010 Jay Hollywood
www.jayhollywood.com.au

Description : Stylesheet

*/

/*---------------------------------------------- GLOBAL SETTINGS */
html {
	height: 100%;
}

body {
	background: #131111 url(../art/mainbg.jpg) top center repeat-y;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em; 
	
}



/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.8em;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 1.6em;
	padding: 0 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

/*-------------------------------------------------- LINK STYLES */

a {
	color: #5a380c;
}

a:hover {
	color: #1a0f01;
}

/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 90%;
	line-height: 1.6em;
	padding: 0 0 0.9em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}

#content li { 
	font-size: 100%;
	line-height: 1.6em;
}

/*-- nested lists --*/

#content ul ul {
	padding: 0 0 0 1.5em;
}

#content ol ol {
	padding: 0 0 0 1.5em;
}

/*------------------------------------------------------ LAYOUT */

#master-container {
	width: 825px;
	position: relative;
	margin: 0 auto -0 auto; /* negative value must be the same height as footer (for stickyness) */ 
}

#wrapper {
	background: url(../art/wrapperbg.jpg) 0px 0px repeat-y;
	position: relative;
	width: 825px;
}

#container {
	background: url(../art/containerbg.jpg) 0px 0px no-repeat;
	position: relative;
	width: 825px;
}

#shadow {
	background: url(../art/shadow.png) 0px 0px no-repeat;
	display: block;
	height: 38px;
	width: 825px;
}

/*------------------------------------------------------ LOGOS */

#logos {
	height: 226px;	
}

a.logo-left {
	display: block;
	position: absolute;
	top: 130px;
	left: 40px;
	width: 320px;
	height: 80px;
	text-indent: -9999px;
	
}

a.logo-right {
	display: block;
	position: absolute;
	top: 30px;
	right: 40px;
	width: 250px;
	height: 180px;
	text-indent: -9999px;
	
}

/*------------------------------------------------------ HOMEPAGE CONTENT */

#content-area {
	background: url(../art/hp-contentimg.jpg) bottom right no-repeat;
	clear: both;
	position: relative;
	width: 100%;
	display: block;
}

#hp-content {
	float:left;
	height:auto;
	margin:30px 0 0 75px;
	padding: 0 0 8px 0;
	width:420px;
	display: inline;
}

#content-area h1 {
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 100%;
}

#content-area p {
	margin: 0 0 0 30px;	
}

/*------------------------------------------------------ INTERNAL CONTENT */

#internal-content-area {
	clear: both;
	position: relative;
	width: 825px;
}

#internal-content {
	float: left;
	height: auto;
	padding: 20px 30px 45px;
	width: 765px;
}

#internal-content-area h1 {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 100%;
}

/*------------------------------------------------------ STALLIONS CONTENT */

#internal-content-area h1.stallions {
	background: url(../art/stallions-h1.jpg) 0px 0px no-repeat;
	height: 139px;
	left: 18px;
	position: relative;
	width: 684px;
}

#internal-content-area img.stallions {
	position: relative;
	display: block;
	left: 115px;
}

#internal-content-area img.stallions-results-image {
	position: relative;
	display: block;
	left: -30px;
	margin: 0 0 30px 0;
}

#internal-content-area img.stallions-breeding {
	position: relative;
	display: block;
	left: 125px;
}

#internal-content-area p.stallions-subheading {
	background: url(../art/stallions-subheading.gif) 0px 0px no-repeat;
	display: block;
	height: 43px;
	left: 125px;
	position: relative;
	text-indent: -9999px;
	top: 10px;
	width: 506px;
}

#internal-content-area img.pedigree {
	left: 0px;
	position: relative;
	top: 20px;
}

.breeding-details {
	position: relative;
	margin-top: 50px;
	margin-left: 130px;
	padding: 0 0 45px 0;
	width: auto;
}

.breeding-info {
	float: left;
	width: 255px;
}

.breeding-details h2.usa {
	background: url(../art/breeding-usa.gif) 0px 0px no-repeat;
	display: block;
	height: 30px;
	margin: 0;
	text-indent: -9999px;
	width: 124px;	
	
}

.breeding-details h2.aus {
	background: url(../art/breeding-aus.gif) 0px 0px no-repeat;
	display: block;
	height: 30px;
	text-indent: -9999px;
	width: 124px;	
}

.breeding-details p {
	padding: 0;	
}

.results-content {
	position: relative;
	top: 20px;
	left: 170px;
	padding: 0 0 45px 0;
}

.results-content h2{
	margin: 15px 0 0 0;
}

.results-content .hr {
	border-top: 2px dotted #000;
	margin: 0 0 15px 0;
	width: 200px;
}

.results-content hr {
	display: none;	
}

/*------------------------------------------------------ BROODMARES CONTENT */

#internal-content-area img.broodmares-table {
	left: 35px;
	position: relative;
	top: 10px;
}

/*------------------------------------------------------ CONTACT US CONTENT */

.column {
	float: left;
	margin: 20px 0 0 20px;
	width: 280px;
	display: inline;
}

.column.left {
	margin: 20px 0 0 120px;
}

.column div {
	margin: 0 0 20px 0;
}

.column p {
	margin: 0;	
	padding: 0;
}



/* TABLES ------------------------------------------------------ TABLES */


table#for-sale {
	border: 1px solid #27100b;
	border-bottom: none;
	border-right: none;
	vertical-align: middle;
	font-size: 12px;
}

table#for-sale p {
	padding: 0;
}

table#for-sale .head th {
	background: #27100b;
	color: #fff7f4;
	text-align: center;
}

table#for-sale th {
	border-right: 1px solid #27100b;
	border-bottom: 1px solid #27100b;
	text-align: left;
	background: #fff;
	padding: 6px;
	font-weight: bold;
}

table#for-sale td {
	border-right: 1px solid #27100b;
	border-bottom: 1px solid #27100b;
	padding: 6px;
	text-align: center;
	background: #ebe9d6;
	line-height: normal;
}

table#for-sale img {
	padding: 0 0 0 5px;
}



/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}

.push {
	height:;	/* make the height of .push the same as #footer (for stickyness) */
}

.sold {
	color: #F00;
}