/* ------------------------------
	Design & CSS: T. Copeland
	Built: 2009-10-02
	Last Edit: 2010-08-19 tc
	URI: http://www.dalebanks.com
--------------------------------*/
/* @group Layout */

body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-color: #e6e8e7;
}
body, p{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}
p{
	font-size: .85em;
}
/* LVHA */
a, a:link{
	color: blue;
}
a:visited{
	color: #502791;
}
a:hover{
	color: #00799b;
}
a:active{
	color: #b64926;
}
#container{
	width: 961px;
	margin: 0 auto;
}
#header{
	height: 259px;
	background: url(../images/design/header.jpg) no-repeat;
}
#header img{
	float: right;
	margin-top: 35px;
	margin-right: 30px;
	border: none;
}
#wrapper{
	background: url(../images/design/top.png) no-repeat;
	float: left;
}
#nav{
	background: #590e59 url(../images/design/nav_end.png) no-repeat 0 bottom;
	float: left;
	width: 150px;
}
#nav ul{
	padding: 10px 0;
	list-style: none;
	background: url(../images/design/top.png) no-repeat 0 top;
	margin: 0;
}
#nav li{
	margin: 1em;
}
#nav a{
	color: white;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1;
}
#nav a:visited, #footer a:visited{
	color: #cdcdcd;
}
#nav a:hover{
	text-decoration: underline;
}
#nav a:active, #footer a:active{
	color: #ffb03b;
}
#content{
	float: left;
	width: 773px;
	background-color: #fff;
	margin: 17px 0 0 6px;
	padding: 1px 16px;
	min-height: 350px;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
}
#content h1{
	margin-top: 0;
}
#content p{
	margin-top: 0;
	color: #343434;
}
#content p:last-child{
	margin-bottom: 0;
}
#content img{
	padding: 3px;
	border: 1px solid #1b6489;
}
#content img.no-border{
	border: none;
}
#content ul{
	margin-top: 0;
	list-style-type: square;
	font-size: .85em;
	color: #343434;
}
#footer{
	clear: both;
	text-align: center;
	background-image: url(../images/design/footer.png);
	height: 76px;
}
#footer p{
	margin: 0;
	font-size: .6em;
	color: #eee;
	padding-top: 35px;
}
#footer a{
	color: white;
}
#api{
	font: .6em "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 EPDs/Peds/misc */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.center{
	text-align: center;
	margin: 0 auto;
}
.cutline{
	font-style: italic;
	font-size: .6em;
}
.banner{
	height: 180px;
	background: url(../images/design/starburst.png) no-repeat;
	padding-top: 75px;
	padding-left: 90px;
	padding-right: 60px;
	width: 100px;
	text-align: center;
	float: right;
	margin-left: 10px;
}
.banner a{
	text-decoration: none;
}
.ped_name{
	
}

.ped_calved{

}

.ped_sirename{
	
}

.ped_damname{
	
}

.ped_pedbody{
	
}

#epdtable{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 1em;
}

#epdtable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.epdhead{
	
}

.epdsubhead{
	
}

.epddata{

}

/* @end */

/* @group GeneStar Table */
#genestar{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#genestar td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
	text-align: center;
}

.gs_head{
	padding: 2px;
	background-color: #0c4c89;
	color: #fff;
	font-weight: bold;
}

.gs_subhead{
	background-color: #bc2d27;
	color: #fff;
}
/* @end */

/* @group AJAX Members List */

#memnav a{
 	font-size: 15px;
	font-weight: bold;
	background-color: #c11676;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	}
	
#memnav a:hover{
	font-size: 15px;
	font-weight: bold;
	background-color: #4ab855;
	color: #fff;
	text-decoration: none;
	padding: 3px;

	}
/* @end */
