/* @override http://www.highgrovestud.com.au/css/default.css */

/* 
Title:     Highgrove Stud master styles for screen media
Author:    Kalon Edser, http//www.kalonedser.com/
Updated:   5 July 2011
*/

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #FFFFFF;
	background: #E5DFD3;
	}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #A9946D;
	}
a:hover {
	color: #BFAE91;
	text-decoration: underline;
	}
	
/* page structure
---------------------------------------------------------- */

#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background: #000000;
	}
#main-body {
	/*width: 702px;*/
	margin: 0 24px;
	/*overflow: hidden;*/
	}
#content {
	float: right;
	width:570px;
	margin-bottom: 15px;
	}
	
#inner-content {
	padding: 10px 0 0 0;
	margin-bottom: 10px;
	}
	
p {
	padding-left: 0;
	margin-left: 0;
	color: #F5F5F5;
	font-size: small;
	}



/* header
---------------------------------------------------------- */
#header {
	position: relative;
	height: 110px;
	width: 100%;
	background: #FFFFFF url(../img/header-bg.jpg) no-repeat top left;
	}
#logo {
	padding: 25px 0 30px 25px;
	/*padding: 40px 0 30px 24px;*/
	background: url(../img/GTG-logo.gif) no-repeat top right;
	overflow: hidden;
	}
	
#logo img  {
	display: block;
	width: 0;
	}
#logo span {
	float: left;
	display: block;
	width: 410px;
	height: 35px;
	background: url(../img/logo.gif) no-repeat;
	}
#logo a  {
	border-style: none;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 100;
	}
	

/* navigation
---------------------------------------------------------- */

#tabs {
	position: absolute;
	bottom: 0px;
	right: 21px;
	margin: 0;
	padding: 0;
	width: 354px;
	height: 25px;
	list-style: none;
	background: #FFFFFF;
	overflow: hidden;
	}
	
#nav {
	position: relative;
	margin: 0;
	padding: 0 21px;
	width: 708px;
	height: 25px;
	list-style: none;
	background: #A9936C;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	z-index: 1000;
	}

#nav li, #tabs li {
	float: left;
	position: relative;
	margin: 0 3px;
	padding: 0;
	width: 112px;
	height: 25px;
	z-index: 100;
	}

#nav a, #tabs a {
	float: left;
	margin: 0;
	padding: 0;
	width: 112px;
	line-height: 25px;
	text-indent: -999em;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
	}

#nav a:hover, #tabs a:hover { background-position: 50% -25px; } /*, #nav .highlight a*/ 

#tabs .selected a { background-position: 50% -25px; }
#nav .selected a { background-position: 50% -50px; }
#nav .selected a:hover { background-position: 50% -75px; } /*#nav .selected.highlight a*/


#n-default a { background-image: url(../img/nav/n-home.gif); }
#n-contact a { background-image: url(../img/nav/n-contact.gif); }
#n-gallery a { background-image: url(../img/nav/n-gallery.gif); }

#n-about a { background-image: url(../img/nav/n-about.png); }
#n-broodmares a { background-image: url(../img/nav/n-broodmares.png); }
#n-foals a { background-image: url(../img/nav/n-foals.png); }
#n-sales a { background-image: url(../img/nav/n-sales.png); }
#n-news a { background-image: url(../img/nav/n-news.png); }
#n-yearlings a { background-image: url(../img/nav/n-yearlings.png); }

/* @group Dropdown menus */

#nav li ul {
	display: none;
	position: absolute; 
	top: 25px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 112px;
	font-size: 11px;
	list-style: none;
	overflow: hidden;
	z-index: 100;

	box-shadow: 1px 4px 10px #000000;
	-webkit-box-shadow: 1px 4px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 4px 10px rgba(0,0,0,.5);
	}
	
#nav li:hover ul, #nav li.over ul { display: block; }
	
#nav li li {
	margin: 0;
	width: 112px;
	height: auto!important;
	text-align: center;
	border-top: 2px solid #FFFFFF;
	overflow: hidden;
	}
	
#nav ul a {
	display: block;
	padding: 6px 10px;
	width: 92px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background: #A9936C;
	text-indent: 0;
	}
	
#nav li ul, #nav li a.last {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	}

#nav ul li.selected a { font-weight: bold; }
#nav ul a:hover { background: #bfae91!important; } 


/* @end */
	
/* side navigation
-----------------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 112px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}

#sidenav {
	float: left;
	position: relative;
	width: 112px;
	height: 290px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
	
#about #sidenav,
#contact #sidenav,
#gallery #sidenav {	
	background: url(../img/sections/section-about.jpg);
	}
#broodmares #sidenav {	
	background: url(../img/sections/section-broodmares.jpg);
	}
#foals #sidenav {	
	background: url(../img/sections/section-foals.jpg);
	}
#sales #sidenav {	
	background: url(../img/sections/section-sales.jpg);
	}
#news #sidenav, #archive #sidenav {	
	background: url(../img/sections/section-news.jpg);
	}
#yearlings #sidenav {	
	background: url(../img/sections/section-yearlings.jpg);
	}	
	
#sidenav ul {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;	
	list-style: none;
	text-align: center;
	}
	
#sidenav ul li {
	padding: 0;
	margin: 1px 0 0 0;
	background: url(../img/opacity_60.png);
	}			
	
#sidenav a {
	display: block;
	font-size: 10px;
	font-weight: normal;
	width: 112px;
	min-height: 2em;
	padding: .2em 0;
	color: #000000;
	text-decoration: none;
	}
	
#sidenav a:hover {
	background: url(../img/opacity_60.png);
	}
	
#sidenav a.selected {
	background: url(../img/opacity_60.png);
	}
	
#sidenav ul.count-1 {
	display: none;
	}
	
	
#sidebar #searchform {
	width: 112px;
	float: left;
	}
	
#sidebar #searchform input#livesearch {
	width: 95%;
	}


/* content
---------------------------------------------------------- */	

#home #main-body {
	margin: 0 0 0 24px;
	}

.section-images {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	
.section-images li {
	float: left;
	height: 290px;
	width: 112px;
	margin: 0 6px 0 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}
	
h1, h2, h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #A9946D;
	letter-spacing: .35em;
	}
	
h1 {
	font-size: medium;
	}
	
h2 {
	margin: 1.75em 0 .5em 0;
	font-size: small;
	}

h3 a {
	font-weight: normal;
	}	
	
h4 {
	font-size: small;
	color: #A9946D;
	}

/*body#news .article, #section-intro, #recent-articles {
	padding: 5px 10px;
	background: transparent url(../img/article-top.png) top left no-repeat;
	}*/

.article p {

	}

.article p strong {
	padding-top: 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #A9946D;
	}
	
#sales .article p, #foals .article p {
	clear: both;
	}
	
.article p img {
	border: 1px #FFFFFF solid;
	}
	
.article h1 {
	margin-bottom: .3em;
	}
	
.posted {
	color: #999999;
	margin: 0;
	padding: 0 0 .5em 0;
	}
	
.note {
	font-style: italic;
	padding-top: 1em;
	/*font-size: 90%;*/
	text-align: left;
	color: #999999;
	}
		
.posted a {
	font-weight: normal;
	}
	
.plink {
	text-transform: uppercase;
	margin: .5em 0 3em 0;
	padding: 0 0 4px 0;
	border-bottom: 1px #554A37 dotted;
	font-size: 90%;
	}
.plink a, .posted a, .note a {
	color: #7F6F52;
	}
.plink a:hover, .posted a:hover, .note a:hover {
	color: #BFAE91;
	}
	
#section-intro p {
	/*display: none;*/
	}
	
#article-sublinks {
	padding-bottom: 15px;
	margin: 20px 0 30px 0;
	}	

#recent-articles {
	margin-bottom: 20px;
	}

#recent-articles h4, #article-sublinks h4 {
	margin-bottom: .3em;
	padding: 0;
	}
#recent-articles p, #article-sublinks p {
	margin: 0 0 .3em 0;
	padding: 0;
	}
	
table {
	clear: both;
	width: 100%;
	font-size: 90%;
	text-align: center;
	border: 1px #A9946D solid;
	border-collapse: collapse;
	}
td {
	border-bottom: 1px #A9946D solid;
	}
td, th {
	padding: 5px 2px;
	border-right: 1px #554A37 dotted;
	}
th {
	text-transform: uppercase;
	letter-spacing: .15em;	
	color: #FFFFFF;
	background: #A9946D;
	border-bottom: 1px #A9946D solid;
	}

table.sale-results {
	margin: 1.5em 0;
	}
	
table.sale-results td {
	text-align: left;
	padding: 5px 10px;
	}
	
table.sale-results th {
	padding: 5px 10px;
	text-align: left;
	}
	
.quicktime {
	padding: 10px 0;
	margin: 10px 0;
	}

.zemContactForm,
.zemContactForm fieldset {
	margin: 0;
	padding: 0;
	line-height: 2em;
	}
	
.zemContactForm fieldset {
	border: none;
	}
.zemContactForm legend {
	display: none;
	}

.zemContactForm ul {
	color: #999999;
	list-style-position: inside;
	padding-left: 0;
	}
.zemContactForm p {
	color: #999999;
	}

	
#contact h4 {
	margin-bottom: 0;
	}
#contact p {
	margin-top: .5em;
	margin-bottom: 1em;
	}
	
/* @group Gallery */

.gallery-title {
	border-bottom: 1px #554A37 dotted;
	}

ul.gallery-thumbs {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	overflow: hidden;
	}
	
ul.gallery-thumbs li {
	display: inline;
	float: left;
	padding: 19px 19px;
	margin: 0;
	list-style: none;
	overflow: hidden;
	vertical-align: baseline;
	}
	
ul.gallery-thumbs li img {
	padding: 0;
	margin: 0;
	display: block;
	width: 150px;
	height: 113px;
	overflow: hidden;
	vertical-align: baseline;
	}
	
ul.gallery-thumbs li a {
	display: block;
	border: 1px solid #FFF;
	overflow: hidden;
	vertical-align: baseline;
	}
ul.gallery-thumbs li a:hover,
ul.gallery-thumbs li a:active {
	border-color: #A9946D;
	}

/* @end */
	
	
/* footer
---------------------------------------------------------- */

#footer {
	position: relative;
	clear: both;
	}

#home #footer {
	height: 96px;
	background: #000000;
	}
	
body.main #footer {
	height: 53px;
	border-top: solid 2px #FFFFFF;
	background: #A9946D;
	}	
	
#home #tagline {
	padding: 41px 0 0 103px;
	}
body.main #tagline {
	padding: 20px 0 0 103px;
	}	
	
#tagline a  {
	border-style: none;
	display: block;
	width: 543px;
	}
#tagline img  {
	display: block;
	width: 0;
	}
#tagline span {
	float: left;
	display: block;
	width: 543px;
	height: 14px;
	}
#home #tagline span {	
	background: url(../img/tagline-black.gif) no-repeat;
	}
body.main #tagline span {	
	background: url(../img/tagline-gold.gif) no-repeat;
	}

p#credit {
	width: 750px;
	margin: 0 auto;
	padding: .5em 0;
	font-size: 85%;
	text-align: right;
	}
	
#credit a:link, #credit a:visited {
	font-weight: normal;
	color: #BFAE91;
	}
#credit a:hover, #credit a:active {
	font-weight: normal;
	color: #A9946D;

	}

/* misc.
---------------------------------------------------------- */

a img {
	border: none;
	}
	
img {
	border: 0;
	vertical-align: middle;
	}
	
.fl {
	float: left;
	width: 285px;
	margin: 0 10px 10px 0;
	}
.fr {
	float: right;
	width: 285px;
	margin: 0 0 10px 10px;
	}	

.floatright {
	float: right;
	margin: 4px 0 10px 10px;
	}
	
.floatleft {
	float: left;
	margin: 4px 15px 5px 0;
	}

p.floatleft, p.floatright, p.caption {
	color: #999999;
	font-size: 90%;
	font-style: italic;
	width: 285px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #A9946D;
	}

p.floatleft img, p.floatright img, p.caption img {
	margin-bottom: 5px;
	}	

p.caption {
	width: 100%;
 	}

.article p img.noborder {
	border: none;
	}
	
.article p img.gold-border {
	border: 1px dotted #A9946D;
	}
	
/*#main-body:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }*/

/* @group Search */

#LSResult {
	position: absolute;
	background-color: #fff;
	color: #A9946D;
	width: 350px;
	}

#LSShadow { padding: 5px; }

.LSRow {
	font-size: 90%;
	padding: 5px 5px;
	}

#LSHighlight { background-color: #F2F2F2; }

#LSHeader { padding: 2px 2px 8px; }

.lsDate {
	font-size: 95%;
	display: block;
	color: #000000;
	}

#searchform fieldset {
	border: none;
	padding: 10px 0 0 0;
	margin: 0;
	}

#searchform label {
	padding: 0;
	margin: 0;
	color: #A9946D;
	text-transform: uppercase;
	letter-spacing: .2em;
	}

/* @end */
