/*  
Website: edgewoodequestrianenterprises.com
Created by: KS Creative, http://kscreative.net
Project Manager: Michaela Kalff
Designer: Laurel Segel
HTML/CSS/JS Author: Mark Martin
*/

/* Style Reset from: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end Style Reset */


/* Universal 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
p, dd {
	font-size:0.9167em;
	line-height:1.4545;
	margin-bottom:1.4545em;
}

h3, dt, li, td {
	font-size:0.9167em;
	line-height:1.4545;
}

h2 {
	font-size:1em;
	line-height:1.2857;
}

h2, h3, dt {
	font-weight:bold;
}

dd {
	border-bottom:2px solid #fff;
	padding-bottom:1.4545em;
}

dl {
	margin-bottom:1.4545em;
}

td {
	width:50%;
	padding-right:3em;
}


/* Containers 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	background:#06193c;
	font-size:75%;
	font-family:Verdana, Arial, sans-serif;
	color:#5c5032;
}

html>body {
	font-size:12px;
}

#wrap {
	width:762px;
	margin:3em auto;
	background:#f9ebbb url(../images/bridle.jpg) 0 100% no-repeat;
	border:1px solid #fff;
}
.splash #wrap { background:#f9ebbb; margin-bottom:4px; }
#skip { padding-bottom:3em; }
#sidebar {
	width:229px;
	float:left;
}

#main {
	width:532px;
	float:right;
	border-left:1px solid #fff;
	padding-bottom:3em;
}

.splash #main {
	position:relative;
}

.min-height { height:475px; }

#flash {
	position:absolute;
	left:-230px;
	top:90px;
}


/* Sidebar-Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#sidebar h1 {
	margin:20px 0 45px 16px;
}

#nav {
	background:#f9ebbb;
	padding-bottom:30px;
}

#nav li a {
/*	overflow:hidden;*/
	display:inline-block;
	display:block;
}

#nav li.current a, #nav a:hover { background:#fff; }
#nav li.current li a 			{ background:transparent; }
#nav li.current li a:hover 		{ background:#fff; }
#nav li li a 					{ padding-left:15px; }
#nav li ul 						{ display:none; }
#nav li.open ul 				{ display:block; }


/* Main-Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content {
	margin:2.9em 2em 2em;
}

h2.lead {
	margin-bottom:1.4545em;
}

p.section-end {
	margin-bottom:2.9em;
}

p.top-link {
	text-align:right;
}

#main ul {
	margin-bottom:1.4545em;
}

#main li ul {
	margin-bottom:1em;
}

#main li {
	line-height:1;
}

#main li li {
	font-size:1em;
	line-height:1.5;
}

#results ul {
    margin-left:1em;
}

#results a {
    text-decoration:none;
    color:#5c5032 !important;
}

#results h4 {
    font-weight:bold;
}

#results h3.blank {
    padding-left:13px;
}

#results h3 a {
    background:url(/images/nav/twirl-closed.gif) 0 2px no-repeat;
    padding-left:13px;
}

img.team-photo {
	float:left;
	margin:0.4545em 2em 1em 0;
	border:2px solid #fff;
}

dd img, a.dd img { /*for-sale, standing-at-stud images*/
	border:2px solid #fff;
	margin:1em 1em 0;
}

/* Links */
dd a:hover img,
dd a:active img,
a.dd:hover img,
a.dd:active img { border-color:#06193c; }

#main a:link 	{ color:#06193c; }
#main a:visited { color:#5c5032; }
#main a:hover,
#main a:active 	{ text-decoration:none; }


/* Utility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#skip {
    width:762px;
    margin:0 auto;
    text-align:right;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display:inline-block; display:block; }
