/* CSS Document */

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
}

img { border: 0px; }

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0.5em 0;
}

h1 { 
	font-size: 1.6em;
	color: #061962;
	font-weight: normal;
}

h2 { 
	font-size: 1.4em;
	color: #666;
	font-weight: normal;
}

h3 { 
	font-size: 1.2em;
	color: #061962;
	font-weight: normal;
}

a, a:link, a:visited, a:hover, a:active {
	color: #061962;
}
a:hover { text-decoration:none; }

form { margin: 0; padding: 0; }

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	margin-top: 10px;
}

#box-top {
	background-image: url('/images/box-top.gif');
	background-repeat: no-repeat;
	background-position: top center;
	height: 15px;
	margin: 0;
	padding: 0;
}
#box-middle {
	background-image: url('/images/box-middle.gif');
	background-repeat: repeat-y;
	background-position: center;
	padding: 0 18px;
	width: 734px;
	margin: 0;
	font-size: 0.75em;
	position: relative;
}
#box-bottom {
	background-image: url('/images/box-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 15px;
	margin: 0;
	padding: 0;
}

* html #box-middle, * html #box-bottom {
	margin-top: -7px;
}

#breadcrumbs, #top-links {
	font-size: 0.8em;
	color: #999999;
	margin-bottom: 3px;
}

#breadcrumbs a, #top-links a, #footer a {
	color: #999;
	text-decoration: none;
}
#breadcrumbs a:hover, #top-links a:hover, #footer a:hover {
	text-decoration: underline;
}

#breadcrumbs {
	position: absolute;
	top: 0px;
}
#top-links {
	float: right;
}

#header { 
	clear: both;
	height: 220px;
}

#nav-panel {
	float: left;
	width: 363px;
	background-color: #fff;
	height: 220px;
	position: relative;
	background-image: url('/images/nav-panel-bg.gif');
	background-repeat: no-repeat;
}
#photo-panel {
	float: left;
	width: 363px;
	background-color:#fff;
	margin-left: 8px;
	height: 220px;
}
#logo { margin-top: 18px; }


#navigation {
	position: absolute;
	bottom: 46px;
}
#navigation ul {
	margin: 0 0 0 4px;
	padding: 0;
}
#navigation ul li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}
#navigation ul li a {
	display: block;
	padding: 10px 6px;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul li a:hover {
	text-decoration: underline;
}

#content {
	clear: both;
	background-color: #fff;
	color: #333;
	line-height: 2em;

}
#main-column {
	float: left;
	width: 516px;
	padding: 0 10px;
	background-color:#fff;
}
#main-column-wide {
	padding: 0 10px;
	background-color: #fff;
	width: 714px;
}

#side-column {
	float: left;
	width: 190px;
	margin-left: 8px;
	background-color: #fff;
}

.photos img {
	margin-bottom: 8px;
}

.horse { 
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	position: relative;
}	
.horse .name {
	width: 100%;
}
.horse .name h3 {
	background-color: #061962;
	color: #fff;
}
.horse .name h3 a {
	color: #fff;
	width: 516px;
	display: block;
	text-decoration: none;
	background-color: #061962;
}
.horse .name h3 a:hover {
	background-color: #384781;
}
.horse .thumb { float: left; width: 105px; height: 105px; }
.horse .info { float: left; width: 411px; padding-bottom: 15px; }
.horse .notes { font-size: 0.8em; color: #666; }
.horse .more { position: absolute; right: 5px; bottom: 5px; }


.horse-box a {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 10px;
	display: block;
	text-decoration: none; 
}
.horse-box a:hover {
	background-color: #ccc;
	border: 1px solid #aaa;
}
.group {
	border-bottom: 10px solid #ccc;
	margin-bottom: 10px;
}

#footer {
	clear:both;
	padding: 10px 0;
	font-size: 0.8em;
	color: #999999;
}

#footer-bar {
	height: 30px;
	background-image: url('/images/footer-bar.gif');
	background-repeat: repeat-x;
}

/******** GALLERY *********/

#gallery {
  height: auto;
  overflow:visible;
  margin: 0 auto;
  width: 700px;
}

#gallery .thumb {
	padding: 5px;
	background-color:#e5e5e5;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
#gallery .thumb a {
	width: 160px;
	height: 120px;
	overflow: hidden;
	display: block;
}

#gallery .thumb:hover {
	background-color:#000066;
}

/**********************/

.float-left { float: left; }
.float-right { float: right; }

#error {
	background-color: #FFCACA;
	border: 1px dashed #FF0000;
	padding: 3px 10px;
}

.highlight { font-size: 0.9em; color: #009900; }