/* @override http://test.angusjournal.com/harms09/css/main.css */

/* -------------------------------------
	Design: T. Blumer
	CSS: T. Copeland
	Built: 2009-12-07
	Last Edit: 2009-12-08
	URI: http://www.harmsranch.com
---------------------------------------*/

/* For Firefox and Safari */
@import url("base64_stylesheet.css");

/* @group Layout/Typography */
/* @font-face has been generated by fontsquirrel.com and is based on the work of Paul Irish. */

@font-face {
	font-family: 'GentiumItalic';
	src: url('GenI102.eot');
	src: local('Gentium Italic'), local('Gentium-Italic'), url('GenI102.ttf') format('truetype');
}

@font-face {
	font-family: 'GentiumRegular';
	src: url('GenR102.eot');
	src: local('Gentium Regular'), local('Gentium'), url('GenR102.ttf') format('truetype');
}

@font-face {
	font-family: 'GraublauWebRegular';
	src: url('GraublauWeb.eot');
	src: local('Graublau Web Regular'), local('GraublauWeb-Regular'), url('GraublauWeb.otf') format('opentype');
}
body{
	background-color: #270100;
	font-family: GraublauWebRegular, "Lucida Grande", Lucida, "Gill Sans", sans-serif;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	color: #670600;
	font-weight: normal;
	font-style: normal;
	font-family: GentiumRegular, "Hoefler Text", Garamond, "Adobe Garamond", Georgia, serif;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em,
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i{
	font-family: GentiumItalic, "Hoefler Text", Garamond, "Adobe Garamond", Georgia, serif;
	font-style: italic;
}
p{
	color: #382513;
	font-family: GraublauWebRegular, "Lucida Grande", Lucida, "Gill Sans", sans-serif;
	line-height: 1.6;
}
/* LVHA */
a, a:link{
	color: #345a00;
}
a:visited{
	color: #1a1719;
}
a:hover{
	background-color: #345a00;
	color: #f7f4d6;
	text-decoration: none;
}
a:active{
	
}
sup{ font-size: .75em; color: #670600; }
#container{
	width: 1024px;
	margin: 0 auto;
	background-color: #270100;
}
#header{
	background: url(../images/design/header.jpg) no-repeat;
	height: 212px;
}
#header h1{
	margin-top: 0;
}
#header a{
	display: block;
	height: 130px;
	width: 868px;
	text-decoration: none;
	margin: 0 auto;
}
#header a:hover{
	background-color: transparent;
}
#header i{
	visibility: hidden;
}
#wrapper{
	
}
#nav{
	float: left;
	background: url(../images/design/nav.jpg) no-repeat right top;
	width: 212px;
	font-family: GentiumRegular, "Hoefler Text", Garamond, "Adobe Garamond", Georgia, serif
}
#nav ul{
	list-style: none;
	margin-right: 19px;
	margin-top: 30px;
	text-align: right;
	font-size: 95%;
}
#nav li{
	line-height: 1.2;
}
#nav a{
	color: #000;
	text-decoration: none;
}
#nav a:visited{
	text-decoration: underline;
}
#nav a:hover{
	background-color: #f7f4d6;
	color: #191008;
	padding: 0 3px;
	text-decoration: none;
}
#nav .pg, #nav .uspb{
	display: block;
	float: right;
	margin-right: 20px;
	text-decoration: none;
	width: 100px;
}
#nav .pg{
	background: url(../images/design/pg.jpg) no-repeat;
	height: 61px;
} 
#nav .uspb{
	background: url(../images/design/uspb.jpg) no-repeat;
	height: 45px;
}
#nav .pg:visited, #nav .uspb:visited{
	text-decoration: none;
}
#nav .pg:hover{
	background: transparent url(../images/design/pg-over.jpg) no-repeat;
	padding: 0;
}
#nav .uspb:hover{
	background: transparent url(../images/design/uspb-over.jpg) no-repeat;
	padding: 0;
}
#nav .pg i, #nav .uspb i{
	visibility: hidden;
}
#nav .and{
	font-size: 100%;
}
#nav img{
	float: right;
}
#content{
	background: url(../images/design/content-bg.jpg) repeat-y;
	padding: 1px 10px 10px;
	border-bottom: 1px solid #823d2e;
	float: left;
	width: 740px;
	margin-left: 9px;
}
#content h1{
	clear: left;
}
#content ul{
	list-style: square;
	margin: 0 0 10px 85px;
}
#content p{
	margin-left: 45px;
	width: 645px;
	margin-top: 0;
}
#content img{
	border: none;
}
#content img.gimme-border{
	background-color: #fff;
	padding: .5em .5em 1.5em .5em;
}
#featured{
	float: left;
	width: 100%;
	margin-bottom: 2em;
}
#featured div{
	float: left;
	text-align: center;
	width: 33%;
	height: auto;
}
#featured a{
	text-decoration: none;
}
#footer{
	clear: both;
	margin-left: 211px;
	text-align: center;
	color: #f6e7ba;
}
#footer p, #footer a, #api p, #api a{
	color: #f6e7ba;
}
#contact{
	
}
#api{
	background-color: #270100;
	text-align: right;
	font: .5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */

/* @group Pretty Forms */

form{
	margin: 0 0 1em;
	padding: 0;
}

label{
	color: #235353;
}

input, textarea{
	color: #235353;
	background: #fee3ad;
	border: 1px solid #235353;
	margin: 0;
	padding: 0;
}
.submit{
	padding-bottom: 1em;
	margin: 0;
}
.submit input{
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset{
	border: 1px solid #235353;
}
fieldset p{
	padding-left: 20px;
}
legend{
	background: #235353;
	padding: 2px 6px;
	color: #fff;
}

/* @end */

/* @group Misc. classes/ EPDs / Peds  */
.and{
	font: 125% Harrington, "Eccentric std", GentiumRegular, Palatino, Georgia, serif;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.col, #featured .col{
	float: left;
	width: 50%
}
.small{
	font-size: .75em;
}
.PedAnmName{
	font: 3em GentiumItalic, "Hoefler Text", Garamond, "Adobe Garamond", Georgia, serif;
}
.PedCalvedRow{
	font-family: Gentium;
	font-weight: bold;
}
.PedS, .PedD{
	background-color: #ffffcd;
}

.PedPGS, .PedPGD, .PedMGS, .PedMGD
{
	margin-left:35px;
}

.PedTable
{
	padding:10px;
}

.PedTable td
{
	padding: 0px 20px 10px 0px;
}

.EPDProdTable, .EPDMatTable, .EPDCarcTable, .EPDValueTable, .DamProdAvgTable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
	width:400px;
}
.EPDProdTable td, .EPDMatTable td, .EPDCarcTable td, .EPDValueTable td, .DamProdAvgTable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
.EPDProdHeaderProd, .EPDMatHeader, .EPDCarcHeader, .EPDValueHeader, .DamProdAvgHead {
	background-color: #450e0e;
	color: #ffffcd;
}
.EPDProdSubHeader, .EPDMatSubHeader, .EPDCarcSubHeader, .EPDValueSubHeader, .DamProdAvgSubHead{
	background-color: #630;
	color: #f6e7ba;
}
.EPDProdDataRow, .EPDMatDataRow, .EPDCarcDataRow, .EPDValueDataRow, .DamProdAvgData{
	color: #000;
}
.EPDAcc
{
	padding-left:15px;
}

.EPDAsOfDt
{
	font-size: 12px;
}

table.salelist {
	font: x-small;
}
table.salelist b { color: white; font-size: x-small }
td.listheader { color: white; font-weight: bold; background-color: #d38547; }
#salebulls { width: auto; overflow: auto;}
#list {
	border-bottom: 1px solid #512527;
	border-left: 1px solid #512527;
}
#list th{
	background-color: #b15404;
	color: white;
	font-size: x-small;
	border-top: 1px solid #512527;
	border-right: 1px solid #512527;
	padding: 3px;
}
#list td {
	font-size: x-small;
	border-top: 1px solid #512527;
	border-right: 1px solid #512527;
	padding: 3px;
}

.sale-table{
	border-bottom: 1px solid #512527;
	border-left: 1px solid #512527;
	margin-bottom: 1em;
	background-color: #fefaee;
	text-align: center;
	font-family: "Helvetica Neue", Arial, sans-serif;
}
.sale-table th{
	padding: 2px;
	font-size: 11px;
	background-color: #b15404;
	color: #fefaee;
	border-top: 1px solid #512527;
	border-right: 1px solid #512527;
	padding: 2px;
}
.sale-table tr:hover{
	background-color: #FF9900;
}
.sale-table td{
	border-top: 1px solid #512527;
	border-right: 1px solid #512527;
	padding: 2px;
	font-size: 10px;
}
.sale-table .odd{
	background-color: #ecd4b8;
}
.sale-table .left-align{
	text-align: left;
}

/* @end */
