@charset "utf-8";
body  {
	font: 100% Myriad Pro, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image: url(../../images/background.jpg);
	background-repeat: repeat;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-bottom: thin double #980123;
	font-size: 24px;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #f36c22;
}
#sidebar2 h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-variant: small-caps;
	font-style: italic;
	border-bottom: 3px solid #930831;
}

.thrColFixHdr #container {
	width: 1024px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../../images/wrapper.gif);
} 
.twoColFixLtHdr #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: #402111;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 2px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 12px 15px 25px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 p {
	font-size: 12px;
	font-family: "Bookman Old Style";
	font-weight: normal;
}

.thrColFixHdr #mainContent {
	margin: 0px 230px 0px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 25px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	background-image: url(../../images/left_footer.gif);
	height: 123px;


} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 10px;
	font-family: "Myriad Pro";
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#footer a:visited {
	font-style: italic;
	color: #999999;
	text-decoration: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent a:link {
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#mainContent a:visited {
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
#sidebar2 a:link {
	font-style: italic;
	font-weight: bold;
	color: #f36c22;
	text-decoration: none;
}
#sidebar2 a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#sidebar2 a:visited {
	font-style: normal;
	font-weight: normal;
	color: #00457c;
	text-decoration: none;
}
#sidebar2 h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: medium groove #9A002B;
}

/*styles for photo gallery */
#pictureWrapper {
	width: 350px;
	float: right;
	text-align: center;
	font-weight: bold;
	margin: 10px 5px 10px 0;
	}
#pictureWrapper p {
	margin: 0;
	padding: 250px 0px 0px 0px;
	}
#mainpic {
	float: right;
	}
#mainpic img {
	margin: -8px 8px 8px -8px;
	}
#thumbnails {
	min-height: 345px;
	}
#sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	border-bottom: medium solid #98012e;
}
.twoColFixLtHdr #container #sidebar1 #sidebar1_content a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1_content a:hover {
	text-decoration: underline;
}
#sidebar1_content a:visited {
	font-style: italic;
	font-weight: normal;
	color: #CCCCCC;
}


#thumbnails img {
	margin: 0px 2px;
	border: none;
}
#pageNav {
	width: 310px;
	}
#horseName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #f36c22;
	border-bottom: 2px solid #f36c22;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
	color: #f36c22;
}
#leftcolumn {
	width: 425px;
}
#rightcolumn {
	float: right;
	width: 350px;
}
