/* -------------------------------------
	Author: Thuy Copeland
	Built: 2010-06-04
	Last Edit: 2008-06-26
	URI: http://www.illinoisangus.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 */
#container{
	float: left;
	width: 50em;
}
#header{
	height: 70px;
	width: 630px;
}
#wrapper{
	background-color: #800;

	float: left;
	margin-top: 1em;
	width: 100%;
}
#nav{
	float: left;
	background-color: #800;
	width: 120px;
	padding: 10px;
}
#nav a{
	color: white;
	display: block;
	width: 74px;
	font: bold .75em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	padding: .5em;
	border: 4px outset #9d0008;
	margin: 0 auto .25em;
	text-shadow: #2d0102 2px 1px 1px;
}
#nav a:visited{
	text-shadow: none;
	border: 4px outset #9f9f9f;
}
#nav a:hover{
	border-color: #c04040;
	text-shadow: none;
}
#nav a:active{
	border: 4px inset #9d0008;
}
#content{
	background-color: white;
	min-height: 560px;
	margin-left: 140px;
	padding: 1px 1px 1px 1em;
}
#footer{
	border-top: 1px dotted #800;
	clear: both;
	width: auto;
	margin-left: 140px;
	text-align: center;
	background-color: white;
	padding-left: 20px;
}
#footer li{
	display: inline;
}
#api{
	font: .5em "Lucida Grande", Lucida, Verdana, sans-serif;
}
#api p{
	margin-bottom: 0;
}

.salebook_block{
	display: block;
	height: 150px;
	padding: 10px 0 0;
}

/* @end */
/* @group Typography */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
h2{
	
}
h3{
	
}
h4, h5, h6{
	font-size: 1em;
}
p{
	font-size: .75em;
	line-height: 1.4;
	margin-bottom: .75em;
}
table{
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-size: .75em;
	margin-bottom: 1em;
}
th, td{
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 3px;
}
th{
	background-color: #eee;
}
/* LVHA */
a, a:link{
	color: #800;
}
a:visited{
	color: gray;
}
a:hover{
	color: green;
}
a:active{
	color: red;
}
img{
	border: 1px solid gray;
	padding: 3px;
}
#header a{
	color: #800;
	display: block;
	text-decoration: none;
	width: 100%;
	font: bold 2em "Courier New", Courier, mono;
	padding-left: 120px;
	padding-top: .5em;
	padding-bottom: .5em;
	background: url(../images/design/logo.png) no-repeat left center;
	margin: 10px 0 10px 20px;
}
#header i{
	font-style: normal;
}

#content h1{
	font-size: 2em;
	color: #333;
}

#content ul, #content ol{
	margin-left: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	font-size: .75em;
}
#content ul li{
	list-style-type: square;
}
#content ol li{
	list-style-type: decimal;
}

#footer li{
	font-size: .75em;
}
/* @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 EPDs/Peds/misc */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.center{
	margin: 0 auto;
	text-align: center;
}
.clear{
	clear: both;
}
.cutline{
	font-size: .625em;
	width: 400px;
}
.embed{
	margin: 1em auto;
	text-align: center;
}
img.no-border{
	border: 0 none;
	padding: 0;
}
.listing {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rightmargin{
	float: left;
	margin-right: 3em;
}
/* @end */

/* @group AJAX Members List */
#memnav{
	border: 1px solid black;
	border-bottom: 1px solid white;
	width: 608px;
}
#memnav td{
	font-size: 1em;
	font-weight: bold;
	padding: 3px;
	border: 0 none;
}
#memnav a{
text-decoration: none;
padding: 2px;
}
#memnav a:visited{
	color: gray;
}
#memnav a:hover{
background-color: #800;
color: #fff;
}
#member {
	border: 1px solid black;
	width: 608px;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 1em;
}
#member p{
	line-height: 1.2;
	margin: 0 0 .75em;
}
#member p:first-line{
font-weight: bold;
}
/* @end */

