/* Main Style Sheet for Sport Horse Breeding GB(NW)*/
/* Author - John Bridge - Read Web Design*/

/* Globals */

body {
	background: #dbdce3;
	margin: 0px;
	padding: 0px;
	font: normal 62.5%/1.25em "Trebuchet MS", Arial;
	color: #000000;
}
#stallionsList table {
	padding-top: 5px;
	padding-bottom: 5px;
}
hr  {
	border: 0;
	height: 1px;
	color: #B2396D;
	background-color: #B2396D;
}


* {
	margin: 0px;
	padding: 0px;
}
/*h1, h2, h3, h4, h5, h6, p, {
	margin: 0px;
	padding: 0px;
}*/
image {
	margin: 0px;
	padding: 0px;
}
#mainWrapper {
	background: #FFFFFF;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #363c63;
	border-left: 1px solid #363c63;
	height: 100%;
	max-width: 1600px;
	min-width: 550px;
	width:expression(document.body.clientWidth < 620? "610px" : document.body.clientWidth > 1600? "1600px" : "80%"); /* max-width, min width hack for IE6 */
}
#topBorder {
	background: url(../images/sh_topborderBgd.jpg);
	height: 20px;
}
#mastHead {
	height: 110px;
	background: #FFFFFF url(../images/sh_mastHeadImage1.jpg) no-repeat right top;
	margin: 0px;
	padding: 0px;
}
#mastHeadLeft {
	background: url(../images/sh_mastHeadLogo.jpg) no-repeat left top;
	height: 110px;
	float: left;
	width: 296px;
	margin: 0px;
	padding: 0px;
}

/* End of Globals */

/* Main Navigation */

#mainNav {
	background: #b2396d url(../images/sh_mainNavbgd.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#mainNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 24px;
	display: block;
	font-size: 125%;
	font-weight: bold;
}
#mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainNav li {
	background: url(../images/sh_navSeperator.jpg) no-repeat right center;
	margin: 0px;
	padding: 0px;
	float: left;
}
#mainNav a:hover, #mainNav a:focus, #mainNav a:active {
	background: #393c63;
}

/* End of Main Navigation*/

/* Left Side Bar */

#leftSideBar {
	width: 20%;
	float: left;
	background: #ffffff;
	padding-top: 20px;
}
#sectionNav {
	margin: 0px 10px;
}
#sectionNav ul {
	margin: 0px;
	padding: 0px;
	background: #393c63;
}
#sectionNav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
}
#sectionNav a {
	color: #DEDEE5;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	font-size: 125%;
}
#sectionNav a:hover, #sectionNav a:focus, #sectionNav a:active,
#currentPage a, #currentPage a:hover, #currentPage a:focus, #currentPage a:active {
	background: #b2396d;
}
#required {
	padding-top: 40px;
	padding-left: 5px;
}

/* End of Left Side Bar*/

/* Content Area */

#contentArea {
	width: 80%;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contentArea h3 {
	font-size: 110%;
	color: #393C63;
	padding-bottom: 1.5em;
}
#siteLatest {
	width: 60%;
	float: left;
}
#siteNews {
	border-right: 1px solid #393C63;
	border-bottom: 1px solid #393C63;
	border-left: 1px solid #393C63;
	margin: 0px;
/*	font-size: 125%; */
	padding: 5px;
	background-color: #DeDeE5;
}

#siteBoxTop {
	background: #393C63 url(../images/sh_latestnewscornerleft.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
}
#readNews p {
	background: #DBDCE3;
	padding: 1.5em 5px;
}
#readNews {
	border: 1px solid #393C63;
	padding: 10px;
}

#siteBoxTop h3 {
	background: url(../images/sh_latestnewscornerlright.jpg) no-repeat right top;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 125%;
	color: #dedee5;
}
#handhLatest {
	float: right;
	width: 36%;
	padding-right: 10px;
}
#handhFeed {
	float: left;
	width: 45%;
	padding-left: 10px;
}
#bbcFeed {
	float: right;
	width: 45%;
	padding-right: 20px;
}


#handhNews {
	border-right: 1px solid #B2396D;
	border-bottom: 1px solid #B2396D;
	border-left: 1px solid #B2396D;
	margin: 0px;
/*	font-size: 1.25em; */
/*	line-height: 1.25em; */
	padding: 5px;
	background: #dedee5;
}
#bbcVideo {
	margin: 0px;
	border-right: 1px solid #393C63;
	border-bottom: 1px solid #393C63;
	border-left: 1px solid #393C63;
	padding: 5px;
	background: #DEDEE5;
}

#handhBoxTop {
	background: #B2396D url(../images/sh_handhcornerleft.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
}
#handhBoxTop h3 {
	background: url(../images/sh_handhcornerlright.jpg) no-repeat right top;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 1.25em;
	color: #dedee5;
}

/* End of Main Content */

/* Footer */

#footer {
	background: #393c63;
	height: 3em;
	font-weight: bold;
	clear: both;
}
#footer p {
	text-align: center;
	margin: 0px;
	padding: 8px;
	color: #dedee5;
}

/* End of Footer */

/* Send Suggestions */

#suggestions {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#suggestions label {
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 1em;
	padding-top: 1em;
}
#suggestions span {
	width: 20%;
	text-align: right;
	float: left;
	color: #393C63;
	padding-bottom: 0.5em;
	padding-right: 10px;
	padding-top: 0.5em;
	font-size: 120%;
	font-weight: bold;
}
#suggestions textarea {
	width:60%;
}
#suggestions form div input {
	background: #393C63;
	border-top: 2px double #C66E94;
	border-right: 2px double #B84878;
	border-bottom: 2px double #B84878;
	border-left: 2px double #B84878;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0.5em;
	font-size: 100%;
	font-weight: bold;
}
#suggestions form div {
	margin-top: 1.5em;
	text-align: center;
}

/* end Send Suggestions */

/* Parent Org Link */

#parentorg {
	padding-top: 35px;
	padding-left: 10px;
}
#parentorg a {
	font-size: 1.25em;
	font-weight: bold;
}

/* end Parent Org Link */

/* Classes*/

.hideleft {
	margin-left: -9000px;
	position: absolute;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.required {
	padding-bottom: 10px;
}
.sitenewsdate {
	font: bold 110% "Trebuchet MS", Arial;
	color: #3a3c63;
}
.sitenewsheadline {
	font: bold 110% "Trebuchet MS", Arial;
}
.sitenewsimage {
	padding: 3px 0px 12px;
}
.errormessage {
	color: #FF0000;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
fieldset {
	border: 1px solid #393C63;
}
legend {
	color: #393C63;
	font-size: 140%;
	font-weight: bold;
}
input {
	border: 1px solid #393C63;
}
textarea {
	border: 1px solid #393C63;
}
.rssdate {
	font: bold 110% "Trebuchet MS", Arial;
	color: #B2396D;
}
.rsstitle {
	font: bold 120% "Trebuchet MS", Arial;
	color: #000000;
}
#bodyText p {
	text-align: justify;
	padding-bottom: 1.5em;
}
#bodyText {
	font-size: 130%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.25em;
	width: 80%;
}
#bodyText h3 {
	font-size: 110%;
	color: #393C63;
	padding-bottom: 1.5em;
}
#bodyText a {
	color: #b2396d;
	text-decoration: none;
}
#bodyText a:hover, #sectionNav a:focus, #sectionNav a:active {
	text-decoration: underline;
}#bodytext ul {
}
#bodyText li {
	padding-bottom: 1.75em;
	list-style: disc inside;
}
#bodyText ol li {
	list-style: decimal inside;
	padding-top: 5px;
	padding-bottom: 5px;
}

#bodyText  td {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	font-weight: bold;
	color: #393C63;
	padding-left: 0.75em;
}
#bodyText table {
	border: 1px solid #393C63;
}
caption {
	font-size: 110%;
	font-weight: bold;
	color: #393C63;
}
.boldemail {
	font-weight: bold;
	color: #B2396D;
}
.tableshade {
	background: #DBDCE3;
}
#photoGallery {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.withBackground {
	background: url(../images/sh_shgblogolarge.gif) no-repeat center center;
}
#stallionsList {
	font-size: 130%;
	color: #393C63;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.2em;
}
.namebold {
	font-weight: bold;
}
.headings {
	font-weight: bold;
	font-size: 90%;
	padding-left: 1em;
}
#bodyText h4 {
	font-size: 100%;
	font-weight: bold;
	color: #b2396d;
	padding-bottom: 1em;
}
#bodyText h5{
	font-size: 90%;
	font-weight: bold;
	color: #3a3c63;
	padding-bottom: 0.6em;
}
#photoArea {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#photoArea h1 {
	font-size: 1.75em;
	font-weight: bold;
	color: #393C63;
	padding-top: 0.5em;
	text-align: center;
}
#slideShow {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/photoback.gif);
	background-repeat: repeat-x;
	height: 467px;
}
.readnewsdate {
	font-size: 90%;
	font-weight: bold;
	color: #393C63;
}
.readnewshead {
	font-size: 90%;
	font-weight: bold;
}
#newsArchive {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.flashwarning {
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	color: #393C63;
}
#showTable {
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#showTable table {
	border: 1px solid #393C63;
	font-size: 120%;
	color: #393C63;
	text-align: left;
	line-height: 1.2em;
}
#showTable td {
	padding: 0.5em 1em;
	font-weight: bold;
}
#showTable th {
	padding-left: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #393C63;
	font-weight: normal;
}
#showTable a {
	color: #b2396d;
	text-decoration: none;
	font-weight: normal;
}
#showTable a:hover{
	text-decoration: underline;
	font-weight: normal;
}
#shgbResults {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#shgbResults table {
	border: 1px solid #393C63;
	font-size: 130%;
	color: #393C63;
}
#shgbResults td {
	border-top: 1px solid #393C63;
	padding: .8em;
	color: #b2396d;
}
#shgbResults th {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: left;
	padding-left: .8em;
}
#shgbResults a {
	color: #b2396d;
	text-decoration: none;
	font-weight: normal;
}
#shgbResults a:hover{
	text-decoration: underline;
	font-weight: normal;
}
#forSaleList {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#forSaleList table {
	font-size: 130%;
	color: #393C63;
	border-top: 1px solid #393C63;
	border-bottom: 1px solid #393C63;
	border-left: 1px solid #393C63;
}
#forSaleList td {
	border-top: 1px solid #393C63;
	padding: .8em;
	color: #393c63;
	text-align: justify;
	border-right: 1px solid #393C63;
}
#forSaleList th {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: left;
	padding-left: .8em;
	border-right: 1px solid #393C63;
}
#newsBanner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #393c63;
	background-repeat: no-repeat;
	width: 600px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 1em;
}
#newsBanner a {
	color: #FFFFFF;
	text-decoration: none;
}
#newsBanner a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.stallions {
	position: relative;
	z-index: 0;
	border-width: 0;
	background: #FFFFFF;
	display: block;
}
.stallions img{
border: 1px solid white;
margin: 0 0 0 0;
}

.stallions:hover{
background-color: transparent;
}

.stallions:hover img{
border: 0;
}

.stallions span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 2px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}
.stallions span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
.stallions:hover span{ /*CSS for enlarged image*/
visibility: visible;
top:-50px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 100;
}
#siteLinks li {
	list-style: none;
	padding-left: 2em;
}
#siteLinks {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

