/* -------------------------------
	Design: GATHH
	CSS: T. Copeland
	Built: 2010-03-25
	Last Edit: 2010-04-07 tc
	URI: http://www.tammyscowdogs.com
 -------------------------------*/
/* @group Layout */
/* @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 */
body{
	background-color: #bf6b33;
}
#container{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #8a3519;
	border-bottom: 1px solid #8a3519;
	border-right: 1px solid #8a3519;
	background: url(../images/design/repeat_bg.jpg) repeat-y;
	height: 100%;
	float: none;
}
#header{
	background-color: #eee;
	height: 205px;
	width: 960px;
	/*background image override can be found in each template's style sheet */
	background-image: url(../images/design/header_welcome.jpg);
}
#header h1{
	padding: 20px 0 0 35px;
}
#header a{
	display: block;
	width: 332px;
	height: 185px;
	text-decoration: none;
}
#header h1 a i{
	visibility: hidden;
}
#wrapper{
	/*min-height: 1045px;*/
	background: url(../images/design/bg.jpg) no-repeat;
}
#nav{
	float: left;
	width: 211px;
	padding: 35px 0;
}
#nav li, #nav a{
	display: block;
}
#thesocial{
	padding-top: 30px;
	padding-left: 85px;
	padding-bottom: 20px;
	background: url(../images/design/facebook.png) no-repeat;
	clear: left;
}
#thesocial li{
	padding-top: 3px;
}
#content{
	padding: 89px 31px 0 0;
	float: left;
}
#main-col{
	float: left;
	width: 444px;
	padding-left: 36px;
	margin-right: 20px;
}
#short-col{
	float: left;
	width: 218px;
}
#wide-col{
	float: left;
	width: 695px;
	margin-left: 21px;
	clear: both;
}
#footer{
	clear: both;
	padding-top: 2em;
	padding-bottom: 1em;
	padding-left: 246px;
}
#credits{
	clear: both;
	padding-top: .5em;
}
/* @end */

/* @group Typography */
body{
	color: #65271e;
	font-family: "Times New Roman", Times, serif;
}
h1{
	margin-bottom: .2em;
	font-size: 3em;
}
h2{
	color: #bc5428;
	font: 2em Impact, sans-serif;
	letter-spacing: 1px;
	margin-bottom: .2em;
}
h3{
	font-size: 1.4em;
	letter-spacing: 1px;
	color: #68413c;
	margin-bottom: 1.2em;
	line-height: 1.1em;
}
h4{
	font: 1.05em Impact, sans-serif;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
h5{
	color: #bc5428;
	font-style: italic;
	font-weight: normal;
}
h6{
	color: #bc5428;
	font: 1.05em Impact, sans-serif;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
p{
	font-size: .8em;
	margin-bottom: 1em;
	margin-top: .5em;
	line-height: 1.4em;
}
/* LVHA */
a, :link{
	
}
a:visited{
	
}
a:hover{
	
}
a:active{
	
}
sup{
	vertical-align: top;
	font-size: x-small;
	color: #bc5428;
}
blockquote{
	text-align: justify;
}
blockquote p{
	margin-bottom: .5em;
}
#thesocial a{
	color: #311001;
	font-family: Impact, sans-serif;
	text-decoration: none;
}
#thesocial a:visited, #thesocial a:hover{
	text-decoration: underline;
}
#thesocial a:hover{
	color: #eee;
	text-shadow: #311001 1px 1px 5px;
}
/* image treatments */
#content img{
	border: 2px solid #fff;
}
#content img.no-border{
	border: none;
}
#content a img{
	border: 2px solid #bc5428;
}
#content a:visited img{
	border-color: #311001;
}
#content a:hover img{
	border-color: #fff;
}
#content a:active img{
	border-color: #333;
}
/* Unordered list text appearance */
#content ul.text{
	color: #311001;
	list-style-image: url(../images/design/orange-bullet-tiny.png);
	margin-left: 1.4em;
	font: 1em Impact, sans-serif;
}

#content ul.text li{
	line-height: 1em;
	margin-bottom: 1.4em;
}
#content ul.text ul li{
	list-style: none;
	margin-left: 1.2em;
	font: 1em "Times New Roman", Times, serif;
}

/* 3 column layout in wide content template */
/* Save styled links
#wide-col ul.col li a{
	font: 1.05em Impact, sans-serif;
	color: #311001;
	text-decoration: none;
}
#wide-col ul.col li a:visited,
#wide-col ul.col li a:hover{
	text-decoration: underline;
}
#wide-col ul.col li a:active{
	color: #bc5428;
}
*/
#wide-col ul.col li{
	float: left;
	list-style: none;
	margin-left: 16px;
	font: 1.05em Impact, sans-serif;
}
#wide-col ul.col ul li{
	margin-bottom: 1.2em;
}
#wide-col ul.col ul li,
#wide-col ul.col ul ul{
	margin-left: 0;
}
#wide-col ul.col li li li{
	list-style-image: url(../images/design/orange-bullet-tiny.png);
	clear: left;
	margin-left: 1.2em;
	margin-bottom: .5em;
}

/* 2 column layout in original content area */

#content .col2 li{
	float: left;
	list-style: none;
	width: 222px;
}
#content .col2 ul{
	margin: 0;
}

#main-col ul.col2 li ul li{
	color: #52211d;
	display: block;
	font: .9em Impact, sans-serif;
	text-align: center;
	margin: 0 0 1.2em;
}

#footer{
	font: .8em Impact, sans-serif;
	letter-spacing: 1px;
}
#footer div{
	display: inline;
}
.org, .fn, .street-address, .locality{
	padding-left: 8px;
	background: url(../images/design/orange-bullet-tiny.png) no-repeat left center;
}
.postal-code{

}
#credits{
	text-align: center;
	font: .75em "Lucida Grande", Lucida, Verdana, sans-serif;
}
#credits a{
	color: #fff;
}
/* @group EPDs/Peds/misc */
.cutline, #wide-col .col li li.cutline{
	font: .9em Impact, sans-serif;
	text-align: center;
	display: block;
	width: 100%;
	color: #52211d;
	margin-bottom: .5em;
}
.signed{
	display: block;
	margin-left: 2em;
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.2em;
	margin-bottom: 2em;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.center{
	text-align: center;
	margin: 0 auto;
}
.highlight{
	font-weight: bold;
	color: #bc5428;
}
.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 th, #epdtable td{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
}

.epdhead{
	text-align: center;
	color: #fff;
	background-color: #5b6b90;
	font: bold .7em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	vertical-align: bottom;
}

.epdsubhead{
	color: #fff;
	font: .7em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #b07148;
	vertical-align: bottom;
}

.epddata{
	font: .7em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
}

/* @end */

/* @group Pretty Forms */

form{
	margin: 0 0 1em;
	padding: 0;
}

label{
	
}

input, textarea{
	margin: 0;
	padding: 0;
}
.submit{
	padding-bottom: 1em;
	margin: 0;
}
.submit input{
	color: #000;
	padding: 5px;
	font-size: 12px;
}

fieldset{

}
fieldset p{
	padding-left: 20px;
}
legend{
	padding: 2px 6px;
}

/* @end */

/* @end */
