/* @override http://test.angusjournal.com/ab/css/main.css */

/* -------------------------------------
	Design: T. Blumer
	CSS: T. Copeland
	Built: 2010-01-21
	Last Edit: 2010-03-30
	URI: http://www.abcattle.com
---------------------------------------*/
/* @group Reset */
/* Eric Meyer's CSS Reset, modified 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, hr, 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,
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;
}
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: "" "";
}
/* @end */
/* @group Layout */

body{
	background: url(../images/design/bg.jpg) repeat;
}
object{
	margin-bottom: 10px;
}
hr{	border: 0 none;
	border-bottom: 1px solid #dbcfbd;
	margin-top: .5em;
	margin-bottom: .5em;
}
#wrap{
	background: url(../images/design/r-floral.png) no-repeat right bottom;
	width: 100%;
	float: left;
}
#container{
	width: 800px;
}
#header{
	height: 97px;
	background: url(../images/design/header.jpg) no-repeat left top;
}
#header h1{
	height: 97px;
	float: left;
}
#header h1 a{
	display: block;
	width: 370px;
	height: 73px;
	text-decoration: none;
}
#header h1 a i{
	visibility: hidden;
}
#contact #hcard-Sawyer{
	background: url(../images/design/book.png) no-repeat center top;
}
#wrapper{
	float: left;
	width: 800px;
	background: url(../images/design/bg2.png) repeat-y;
}
#nav{
	background: url(../images/design/nav.jpg) no-repeat left top;
	height: 340px;
	width: 127px;
	float: left;
	margin-right: -25px;
	clear: both;
	padding: 10px 0 0 71px;
}
#content{
	float: left;
	margin-bottom: -50px;
/* Nasty hack for IE7 */
	*margin-bottom: 0px;
/* end hack */
	width: 550px;
}
#footer{
	background: url(../images/design/footer.png) no-repeat left top;
	clear: both;
	padding-bottom: 10px;
	height: 100px;
}
#footer ul{
	padding-top: 50px;
}
#footer li{
	display: inline;
	padding-right: 3px;
}
#api{
	
}

/* @end */

/* @group Typography */
body, p{
	font: 14px/1.4 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
p{
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4f0507;
}
h1{font-size: 160%;}
h2{font-size: 150%;}
h3{font-size: 130%;}
h4{font-size: 120%;}
h5{font-size: 110%;}
h6{font-size: 100%;}
/* LVHA */
a, :link{
	color: #470;
}
a:visited{
	color: #4f104b;
}
a:hover{
	background-color: #f6e7ba;
	text-decoration: none;
	color: #1c1d22;
}
a:active{
	background-color: #fff0a5;
	color: #000;
}
#header a:hover, #header a:active{
	background-color: transparent;
}
#contact{
	margin-left: 100px;
	float: left;
	width: 280px;
	padding-top: 10px;
	color: #fff;
	font-size: 11px;
}
#hcard-Sawyer a{
	color: #fff;
	display: block;
	width: 150px;
}
#nav a{
	display: block;
	width: 100px;
	padding-left: 7px;
	margin-bottom: 3px;
}
#nav a:visited{
	color: #000;
}
#nav a:hover{
	background-image: url(../images/design/nav-over.jpg);
	color: #fff;
}
#nav a:active{
	background-color: transparent;
	background-image: none;
	color: #000;
}
#content{
	
}
#footer, #api p{
	text-align: center;
	font-size: 90%;
}
/* @end */

/* @group Peds/EPDs */
.ped_name{
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.ped_calved{
	font-style: italic;
}

.ped_sirename{
	background-color: #b8d3e5;
}

.ped_damname{
	
}

.ped_pedbody{
	
}
.epd_all{
	border-bottom: 1px solid #000;
	float: left;
	font-size: small;
	margin: 0 auto;
	width: 275px;
}
#epdtable{
	border-left: 1px solid #000;
}

#epdtable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	text-align: center;
}

.epdhead{
	background-color: #b69851;
	text-transform: uppercase;
	font-weight: bold;
	color: #382513;
}

.epdsubhead{
	background-color: #d6c7b1;
}

.epddata{

}

/* @end */

/* @group Misc. Classes */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.center{
	margin: 0 auto;
	text-align: center;
}
.clear{
	clear: both;
}
.new{
	background: url(../images/design/new.png) no-repeat right center;
	padding-right: 20px;
}
.and{
	font-family: Harrington, Palatino, Georgia, Times, serif;
}
.col{
	float: left;
	margin-right: 1%;
	width: 48%;
}
/* @end */