﻿/* CSS layout */
* {
	padding: 0;
	margin: 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #7d6559;
}
ul {
	list-style-image: url('../images/bullets/horseshoe.gif');
	padding-left: 2em;
	font-weight: 500;
}
li {
	text-align: left;
	font-size: 16px;
	color: #785A36;
	font-weight: 500;
}
a:visited {
	color: blue;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: blue;
}
.divider_image {
	height: 27px;
	background-image: url('../images/wire.gif');
	background-repeat: no-repeat;
	clear: both;
}
#content {
	margin: auto;
	width: 1200px;
}
#masthead {
	background-image: url('../images/site/01_header.jpg');
	background-repeat: no-repeat;
	height: 251px;
}
#top_nav {
	height: 85px;
	max-height: 85px;
}
#top_nav img {
	border: 0px;
	float: left;
}
#container {
	background-image: url('../images/site/02_site_background.jpg');
	background-repeat: repeat-y;
}
#page_content {
	margin: auto;
	width: 800px;
}
/****************************************************************************/
/* Gallery Definitions */
/****************************************************************************/
.gallerycontainer {
	margin: auto;
	position: relative;
	text-align: left;
	background-color: #FFF;
}
.thumbnail > img {
	border: none;
	padding: 5px;
	width: 50px;
	height: 50px;
}
.thumbnail:hover {
	background-color: transparent;
}
.thumbnail:hover img {
	background-color: #D9E8FF;
}
.thumbnail span {
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border-top: 2px solid gray;
	border-left: 2px solid gray;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img {
	/*CSS for enlarged image*/
	border: none;
	padding: 2px;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=225, Strength=20);*/
}
.thumbnail:hover span {
	/*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 270px; /*position where enlarged image should offset horizontally */;
	z-index: 50;
}
/****************************************************************************/
/* MENU DEFINITIONS */
/****************************************************************************/
#menu {
	position: relative;
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
	background-color: #2B1500;
	color: white;
	height: 22px;
}
#menu ul {
	padding: 4px;
}
#menu li {
	display: inline;
	padding: 14px;
	font-size: 14px;
	font-weight: bold;
}
#menu a {
	text-decoration: none;
	background-color: #2B1500;
	color: #ffffff;
}
#menu a:hover {
	background-color: #2B1500;
	color: #C0C0C0;
	text-decoration: underline;
}
/****************************************************************************/
/* Horse Page Pictures and Pedigree */
/****************************************************************************/
.category_pageheader {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
}
.horse_name {
	color: #000000;
	font-family: "Bernard MT Condensed", sans-serif;
	text-align: center;
	font-size: 20pt;
}
.horse_description {
	font-family: "Bernard MT Condensed", sans-serif;
	text-align: center;
	font-size: 14pt;
}
.horse_comment {
	padding: 8px;
	text-align: center;
	margin-left: 20px;
	margin-right: 40px;
	font-weight: 500;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	color: #785A36;
}
.horse_sign {
	background-position: center;
	background-image: url('../images/sign_template.jpg');
	background-repeat: no-repeat;
	height: 91px;
	color: #FFFFFF;
	font-family: "Mesquite Std", sans-serif;
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
.horse_sign span {
	display: block;
	margin-top: 26px;
}
img.pedigree_img {
	padding: 5px;
	width: 247px;
	height: auto;
}
img.large_img {
	border: 8px double #2B1500;
	width: 450px;
}
table.pedigree_tbl {
	text-align: center;
	width: 790px;
	font-size: 12pt;
	border: medium #7A685B ridge;
	font-weight: 500;
	border-collapse: collapse;
	color: #7A685B;
	font-family: "Franklin Gothic Medium";
}
table.pedigree_tbl td {
	width: 25%;
	border: 1px #7A685B solid;
}
table.pedigree_smtxt_tbl {
	text-align: center;
	width: 790px;
	font-size: 12pt;
	border: thick #7A685B ridge;
	font-weight: 500;
	border-collapse: collapse;
	color: #7A685B;
	font-family: "Franklin Gothic Medium";
}
table.pedigree_smtxt_tbl td {
	width: 25%;
	border: 1px #7A685B solid;
}
table.pedigree_tbl_strait {
	text-align: center;
	width: 790px;
	font-size: 12pt;
	border: thick #7A685B ridge;
	font-weight: 500;
	border-collapse: collapse;
	color: #7A685B;
	font-family: "Franklin Gothic Medium";
}
table.pedigree_tbl_strait td {
	width: 25%;
	border: 1px #7A685B solid;
}
/****************************************************************************/
/* About Us Page
/****************************************************************************/
#writeup {
	text-indent: 2em;
}
#writeup p {
	font-size: 16px;
	padding: 10px;
	line-height: 1.5em;
}
#writeup h1 {
	text-align: left;
	font-size: 36px;
	font-family: "Times New Roman", serif;
	background-color: #FFFFFF;
	color: black;
}
#writeup ul {
	list-style: none;
	list-style-image: none;
}
#writeup img {
	padding: 4px;
	background: #FFFFFF;
	border: 2px #000000 solid;
	margin: 20px;
}
/****************************************************************************/
/* News Definitions */
/****************************************************************************/
#news {
	text-align: left;
	width: 800px;
}
#news p {
	color: #785A36;
	font-size: 14px;
	text-indent: 10px;
}
#news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
	font-weight: bold;
}
#news h4 {
	font-family: Garamond, "Times New Roman";
	font-size: x-large;
	text-align: left;
}
#news h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: right;
}
#news_left {
	width: 295px;
	float: left;
	padding-right: 5px;
}
#news_center {
	width: 240px;
	padding-left: 5px;
	padding-right: 5px;
}
#news_left_center {
	width: 560px;
	float: left;
}
#news_right {
	width: 225px;
	float: right;
	padding-left: 5px;
}
#news_clinic {
	clear: both;
}
/****************************************************************************/
/* Footer Definitions */
/****************************************************************************/
#footer {
	border-top: 2px #7c6557;
	border-bottom: 2px #7c6557;
	color: #7c6557;
	text-align: center;
	font-family: "Arial Narrow", sans-serif;
	font-size: 16px;
	padding: 4px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #996633;
}
#copyright {
	text-align: center;
	font-size: 85%;
}
/* In (x)html css floated element need to have a width declared.
#siteMenu a {
	border: 0px;
	text-decoration: none;
	float: left;
}
*/
/****************************************************************************/
/* Image Scroller*/
/****************************************************************************/
#marqueecontainer {
	position: relative;
	background-color: white;
	overflow: hidden;
	border: 1px solid #31547d;
	height: auto;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: repeat-x;
}
#marqueecontainer img {
	position: absolute;
	left: 0px;
	border: 0px;
	height: 200px;
	width: auto;
}
.thumbnail_gallery {
	background-color: #000;
}
/****************************************************************************/
/* Managed Views */
/****************************************************************************/
.horse_entry {
	width: 100%;
	background-color: white;
	border: medium #000000 solid;
	margin-top: 0px;
	margin-bottom: 2px;
}
.horse_entry th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}
.horse_entry table {
	width: 100%;
}
.horse_entry div {
}
.admImgGallery {
	background-color: white;
	border: medium #EBD7C2 solid;
}
.admImgGallery img {
	border: none;
	padding: 5px;
	width: 50px;
	height: 50px;
}
/****************************************************************************/
/* Managed Views: Horse Entry Form */
/****************************************************************************/
.txtBoxes {
	margin: 0 20px 0 20px;
}
.txtBoxes table {
	width: 100%;
}
.txtBoxes table th {
	text-align: left;
	font-size: 10px;
	color: #7D6559;
}
.txtBoxes table td {
	text-align: left;
	font-size: 12px;
}
.frmHorseEntry {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.formHorseEntry h2 {
	margin: 0px;
	padding: 0px;
}
.frmHorseEntry input, select {
	width: 150px;
	color: #614E45;
	background: #E7D1AD;
	border-left: 2px solid #725C52;
	border-top: 2px solid #725C52;
	border-right: 1px solid #725C52;
	border-bottom: 1px solid #725C52;
	text-align: left;
	padding: 1px;
	font-size: 14px;
}
.frmHorseEntry textarea {
	color: #614E45;
	background: #E7D1AD;
	border-left: 2px solid #725C52;
	border-top: 2px solid #725C52;
	border-right: 1px solid #725C52;
	border-bottom: 1px solid #725C52;
	padding: 1px;
	font-size: 12px;
}
.frmHorseEntry button {
	background-color: #7D6559;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.desc {
	margin: 0 20px 0 20px;
	text-align: left;
}
.desc label {
	text-align: left;
}
.desc textarea {
	padding: 0px;
	text-align: left;
	font-size: 14px;
}
.clear {
	clear: both;
}
.mask {
	width: 100%;
	height: 100%;
	background-color: black;
	position: fixed;
	z-index: 9000;
	top: 0px;
	left: 0px;
	text-align: center;
}
.popupWindow {
	background-color: #C0C0C0;
	background: url('../site_images/parchment.gif') no-repeat;
	z-index: 9999;
	width: 614px;
	height: 472px;
	padding: 4px;
}
.closeBox {
	width: 100%;
	height: 10px;
	text-align: right;
}
#adminMenu {
	background-color: white;
	border: medium #DCC8AD outset;
	height: 50px;
	margin: 0px;
	padding: 4px;
}
/****************************************************************************/
/* Iframe Styles */
/****************************************************************************/
iframe {
	border-width: 0px;
	height: 60px;
	width: 400px;
	vertical-align: top;
}
iframe.hidden {
	visibility: hidden;
	width: 0px;
	height: 0px;
}
/****************************************************************************/
/* Admin Page */
/****************************************************************************/
#adminPage {
	height: 400px;
}
