/*
-----------------------------------------------
Print Stylesheet

Site: Dancing Tree Farms
Author: aaa-studio.com, Delwin Holeman
Version: 2007.11
----------------------------------------------- */

/* 
ERIC MEYER'S CSS RESET 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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}


/* 
PAGE STYLES --------------------- */ 

body {
	margin: 0 auto;                                 
	background: #fff url(../images/bg.gif) repeat-y top;
	}
	
#container {
	margin: 0 auto;
	font-family: verdana, arial, sans-serif;  
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	width: 806px;
	background-color: #fff;
	}
	
#header {         
	margin: 0 auto;
	height: 148px;
	width: 806px;
	border-top: 6px solid #466b00;
	}
	
#header #logo {
	float: left;
	margin: 12px 0 0 41px;
	}
	
	
#header #header-right {
	float: right;
	margin: 40px 42px 0 0;
	text-align: right;
	color: #000;
	}	
	
#header #header-right p {
	margin: 0 0 6px 0;
	font-size: 12px;
	}
	
#header #header-right p.phone {
	margin: 0 0 6px 0;
	font-size: 11px;
	}
	
#header #header-right .name {
	font-weight: bold;
	}	
	
	
/* 
NAVIGATION --------------------- */

#nav-main {
	display: none;
	}
	
#nav-main ul {
	
	}
	
#nav-main li {
	
	}
	
#home 	   			li#n-home a:link, 			#home li#n-home a:active, 				#home li#n-home a:visited,
#facilities 	   		li#n-facilities a:link, 		#facilities li#n-facilities a:active, 		#facilities li#n-facilities a:visited,
#boarding 	   		li#n-boarding a:link, 		#boarding li#n-boarding a:active, 		#boarding li#n-boarding a:visited,
#stallion 	   		li#n-stallion a:link, 			#stallion li#n-stallion a:active, 			#stallion li#n-stallion a:visited,
#mares				li#n-mares a:link,			#mares li#n-mares a:active,				#mares li#n-mares a:visited,
#sale					li#n-sale a:link,				#sale li#n-sale a:active,					#sale li#n-sale a:visited,
#directions			li#n-directions	 a:link,		#directions	li#n-directions a:active,	#directions	li#n-directions a:visited,
#contact				li#n-contact a:link,			#contact li#n-contact a:active,			#contact li#n-contact a:visited,
#links				li#n-links a:link,				#links li#n-links a:active,					#links li#n-links a:visited {
	
	}

#nav-main a:link, #nav-main a:active, #nav-main a:visited {
	
	}
	
#nav-main a:hover {

	}
	
#home #content {
	float: left;
	padding: 49px 0 0 43px;
	width: 806px;
	height: 390px;
	background: transparent url(../images/photo_home.jpg) no-repeat;
	}
		
#home #content p {
	margin: 0 0 15px 0; 
	width: 450px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	}
	
#home #content .signature {
	font: italic 17px Georgia, Times, serif;
	}
	
#boarding #content {
	float: left;
	width: 806px;
	background: #376600 url(../images/bg_boarding.jpg) no-repeat;
	}
	
#stallion #content {
	float: left;
	width: 806px;
	background: #376600 url(../images/bg_stallion.jpg) no-repeat;
	}
	
#mares #content {
	float: left;
	width: 806px;
	background: #376600 url(../images/bg_mare.jpg) no-repeat;
	}
	
#sale #content {
	float: left;
	width: 806px;
	background: #376600 url(../images/bg_sale.jpg) no-repeat;
	}
	
#directions #content {
	float: left;
	width: 806px;
	background: #376600 url(../images/bg_directions.jpg) no-repeat;
	}
	
#contact #content {
	float: left;
	width: 806px;
	background: #376600 url(../images/bg_contact.jpg) no-repeat;
	}
	
#links #content {
	float: left;
	width: 806px;
	background: #376600 url(../images/bg_links.jpg) no-repeat;
	}
	
#secondary-content {
	float: left;
	width: 806px;
	margin: 0 0 0 43px;
	}
	
#secondary-content p {
	margin: 14px 0 15px 0; 
	font: normal 12px/18px verdana, arial, helvetica, sans-serif;
	color: #555;
	}
	
.align-left {
	display: block;
	float: left;
	padding: 14px 15px 5px 0;
	}
	
.align-right {
	display: block;
	float: right;
	padding: 18px 0 5px 15px;
	}

/*
LINKS --------------------- */

a:link {
	color: #0000FF;
	text-decoration: underline;
	}
	
a:active {
	color: #FF0000;
	text-decoration: underline;
	}
	
a:visited {
	color: #800080;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}

a img {
	border: none;
	}
	

/*
COMMON --------------------- */

img {
	border: none;                            
	}

hr {
	border: 0;
	color: #aaa9a9;
	background-color: #aaa9a9;
	height: 1px;
	margin: 0 0 3px 0;
	}
	

/*
H TAGS --------------------- */
	
h1 {
	margin: 0 0 25px 0;
	width: 400px;
	font: italic 22px/32px Georgia, Times, serif;
	color: #000;
	}
	
#stallion #content h1 {
	margin: 30px 0 0 45px;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: .03em;
	color: #fff;
	}
	
#sale #content h1 {
	margin: 30px 0 0 45px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: .03em;
	color: #fff;
	}
	
#mares #content h1 {
	margin: 30px 0 0 45px;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: .03em;
	color: #fff;
	}
	
h2 {
	margin: 6px 0 0 45px;
	font-weight: bold;
	color: #fff;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: .02em;
	}
	
h3 {
	margin: 10px 0 0 45px;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	}
	
table.lineage h3 {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	}

h4 {
	}
	
h5 {
	}
	
h6 {
	}
	
#contact #content p {
	margin: 10px 0 0 0;
	font-size: 15px;
	color: #555;
	}
	
p.largetext {
	margin: 10px 0 0 0;
	font-size: 15px;
	}
	

/*
LISTS --------------------- */


ol {
	margin: 0 0 15px 35px;
	font: normal 12px/17px verdana, arial, helvetica, sans-serif;
	}

ul#page-bullets {
	margin: 16px 0 12px 12px; 
	font: normal 12px/17px verdana, arial, helvetica, sans-serif;
	color: #fff;
	}

ul#page-bullets li {
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	background: url(../images/bullet.gif) no-repeat 0 4px;
	}
	
ul.no-bullet {
	list-style: none;
	margin: 0 0 1.25em 0; 
	font: normal 12px/17px verdana, arial, helvetica, sans-serif;
	color: #555;
	}
	
ul.no-bullet li {
	margin: 0 0 5px 0; 
	}
	
table.boarding {
	margin: 110px 0 0 0;
	color: #fff;
	}
	
table.boarding td {
	padding: 3px 10px 3px 0;
	border-bottom: 1px solid #909c7a;
	}
	
table.boarding td.noborder {
	border-bottom: none;
	}
	
table.stallion {
	margin: 30px 30px 0 45px;
	color: #fff;
	}
	
table.boarding td {
	padding: 3px 10px 3px 0;
	}
	
table.lineage {
	font-size: 15px;
	margin: 50px 0 0 50px;
	color: #fff;
	}
	
table.contact {
	margin: 80px 0 0 45px;
	height: 428px;
	}
	
table.links {
	margin: 80px 0 0 45px;
	height: 428px;
	}
	
a:link, a:visited, a:active {
	color: #fff;
	}
	
a:hover {
	text-decoration: none;
	}
	
table.contact a:link, table.contact a:visited, table.contact a:active {
	color: #555;
	}
	
	
	
		
/*
FOOTER --------------------- */

	
#footer {
	clear: both;
	width: 806px;
	height: 57px;
	margin: 0 auto;
	text-align: left;
	background: #cfcece;
	}	

#copyright p {
	text-align: center;
	margin: 10px 0 10px 0;
	font-size: 10px;
	color: #aaa;
	}	
	
#copyright a {
	color: #aaa;
	}	
