/****--Site wide Styles--****/


body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, address, blockquote, span, img {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	color: #666;
	background-color: #000;
	clear: both;
}
p {
	margin-bottom: 1.2em;
	line-height: 1.5;
	font-family: Centaur, Georgia, "Times New Roman", Times, serif;
}

ul {
	list-style:none;
	margin-bottom: 1.2em;
}

li {
	line-height:1.5
}

h1 {
	margin-bottom: 1em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 3em;
	line-height: 1em;
}
h2 {
	margin-bottom: 1.6em;
}

h3 {
	margin-bottom: 1.2em;
}
h4 {
	margin-bottom: -0.2em;
}

h5 {
}

h6 {
}

a, a:visited {color:#000;}

a:link { 
	text-decoration: none; 
	color: #8B008B;
	}
a:visited { 
	text-decoration: none; 
	color: #2F4F4F;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF1493;
	}
	
/***---Area specific styles***/

#wrapper{
	width: 750px;
	text-align: left;
	position: absolute;
	background-color:#CCC;
	left: 50%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -375px;
	padding: 0px;
}

#pageHeader {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 300px;
}

#mainContent {
	position: relative;
	float: right;
	width: 550px;
	padding-top: 0px;
	padding-right: 2em;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 2em;
	border-bottom-width: 3px;
	border-bottom-color: #333;
}
#wrapper #mainContent .ourHorses .ourHorsesImage a span {
	color: #666;
	text-align: center;
}

#wrapper #mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: d3a61c;
	padding-top: 0.8em;
	margin-bottom: 0.5em;
}


#sideBar {
	width: 150px;
	float:left;
	position: relative;
}

#footer {
	clear:both;
	margin:auto;
	text-align: center;
	border-top-width: 1em;
	float: right;
	width: 550px;
	color: #fed235;
}

#footer li{
	padding-left: 2em;
	padding-right: 2em;
	display: inline;
	list-style-type: none;
}

#footer li a{
	color:#333;
}

#wrapper #sideBar ul li{
	list-style-type: none;
}

#wrapper #sideBar ul li a{
	border: none;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	line-height: 42px;
	height: 50px;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#fed235;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}
#mainContent p {
}

#wrapper #sideBar a {
	
}


#wrapper #sideBar a:link, #wrapper #sideBar a:visited {
	height: 50px;
	width: 150px;
	display: block;
	background:url(images/Background%20Art/navBGa.gif) no-repeat left top;
}

#wrapper #sideBar a:hover, wrapper #sideBar a:active {
	background:url(images/Background%20Art/navBGa.gif) no-repeat left bottom;
	border:none;
	font-size: 18px;
}

#wrapper #pageHeader h1 {
	background-image: url(images/Background%20Art/pictureBanner%20copy.jpg);
	height: 200px;
	width: 750px;
	background-repeat: no-repeat;
}
#wrapper #pageHeader h2 {
	padding-top: 0em;
	background-image: url(images/Background%20Art/Header%20copy.gif);
	width: 750px;
	height: 100px;
	padding-bottom: 0px;
	position: absolute;
	top: 200px;
	margin: 0px;
}
#wrapper #pageHeader h2 span {
	display: none;
}

#wrapper #pageHeader h1 span {
	display: none;
}
#shortSummary {
}

/* gallery styling */

a.gallery, a.gallery:visited {
	display:block;
	display:inline-block;
	color:#000;
	text-decoration:none;
	border:1px solid #000;
	width:75px;
	height:47px;
	float:left;
	margin: 4px;
	z-index: 50;
}

a.slidea {
	background-image: url(images/Background%20Art/foal.jpg);
}

a.slideb {
	background-image: url(images/Background%20Art/holly.jpg);
}

a.slidec {
	background-image: url(images/Background%20Art/pixie.jpg);
}

a.slided {
	background-image: url(images/Background%20Art/wenny.jpg);
}

a.gallery em, a.gallery span {display:none;}

a.gallery:hover {border:1px solid #fff}

#gallerycontainer {
	position:relative;
	width: 425px;
	height: 425px;
	background: d1c8c3;
	border: 1px solid #a49188;
	margin: 1em auto;
}

#gallerycontainer img {
	border:0
}

#gallerycontainer .thumbs {
	position:absolute;
	left:0;
	top:0;
}

#gallerycontainer a.gallery:hover span {
	display:block;
	position:absolute;
	width:402px;
	height:50px;
	top:110px;
	left:5px;
	padding:5px;
	font-style:italic;
	color:#fff;
	z-index:100;
}

#gallerycontainer a.gallery:hover span:first-line {
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
	color:#000
}

#gallerycontainer a.gallery:active,#gallerycontainer a.gallery:focus em {
	display:block;
	position:absolute;
	width: 402px;
	height:250px;
	top:160px;
	left:5px;
	padding:5px;
	color:#000;
	border:1px solid #3d330f;
	z-index:50;
}

#gallerycontainer h1{
	clear:both;
	margin:0;
	padding-top:200px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	font-weight:normal;
	color:#fff;
}

#gallerycontainer h1 em {
	font-size:0.6em;
	color:#000}
	
	#mainConent.sale h1{
		margin:0;
	padding-top:200px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	font-weight:normal;
	color:#fff;
	}
	
	#mainConent.sale h1 em {
	font-size:0.6em;
	color:#000}

.adrs {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: center;
}
#mainContent .ourHorses .ourHorsesImage {
	float: left;
	border-top-width: 2em;
	border-right-width: 2em;
	border-bottom-width: 2em;
	border-left-width: 2em;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.ourHorsesImage {
	float: left;
	margin-right: 1em;
	margin-top: 0.5em;
}
#wrapper #mainContent .breedStandard li {
	font-weight: bold;
}

#wrapper #mainContent .breedStandard li ul li{
	display: inline;
	margin-bottom: 2 em;
	font-weight: normal;
}
#wrapper #mainContent .breedStandard ul {

}


#wrapper #mainContent #shortSummary #preamble .ourHorsesImage {
	float: right;
}
#mainContent .newsItem {
	padding-bottom: 1em;
	margin-top: 1.6em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#mainContent .newsItem h3 {
	margin-bottom: -0.1em;
}
#mainContent .newsItem h4 {
	text-decoration: underline;
	margin-bottom: 0.5em;
}
