* {
	margin: 0;
	padding: 0;
}

a:link { color: #ff0000; text-decoration: none; }
a:hover { color: #ff0000; text-decoration:underline;}
a:visited { color: #ff0000; text-decoration: none; }

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #E1E2E3 url(/assets/images/background-cowboy.jpg) repeat-y top left;  
}

#home-body { background: #ECEEE1;  }

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#content {
	position: absolute;
	z-index: 9999;
	top: 50px;
	left: 80px;
	margin: 0 auto; width: 830px;
	font-size: 1.3em; 
	 line-height: 160%;
	 text-align:left;
}

#home-content {  text-align:center; font-size: 1.3em; line-height: 160%; margin: 200px auto; width: 630px; }
#home-image { width: 430px; margin-right: 10px; float:left; }

#disclaimer p { line-height: 130%;}

#clients { background: #E1E2E3 url(/assets/images/background-horse.jpg) repeat-y top left; }
#contact { background: #E1E2E3 url(/assets/images/background-one.jpg) repeat-y top left; }

#content p { margin-bottom: 10px; width: 100%; }

#content ul { margin-left: 20px; }


/* default headings ----------------------------------------------- */
h1, h2, h3, h4, h5 h6 { color:#ff0000; font-weight: normal; line-height: 140%; letter-spacing: 0.03em;  }

h1 { font-size: 2.2em; margin-bottom: 5px; color: #ff0000; }
h2 { font-size: 1.1em; margin: 20px 0 15px 0; font-weight: bold; text-transform: uppercase;}
h3 { font-size: 1.1em; margin: 10px 0 0 0; font-weight: bold; text-transform: uppercase;}
h4 { font-size: 1.45em; margin: 8px 0 0 0;}
h5 { font-size: 1.2em; margin: 0 0 5px 0; color:#000;}
h6 { font-size: 1.2em; margin: 0;  line-height: 120%; color: #4E6713; }
h7 { font-size: 0.9em; font-weight:bold; color: #999; margin-top:10px; clear:both; font-family: Arial, Helvetica, sans-serif; text-transform:uppercase; }

.clear { clear:both; }
#logo { float:left; margin-right: 20px; padding: 14px 0; }

small { font-size: 0.9em; color:#666; }

#nav { margin: 0; font-size:1.1em;  line-height: 110%; float:left; text-align:left; letter-spacing: 0.06em; font-family: Arial, Helvetica, sans-serif; border-left: 1px solid #ff0000; padding: 8px 10px;}
#nav ul { list-style-type: none; margin-top:3px; }
#nav li { margin: 0; padding: 2px 3px; }
#nav a { padding: 0 2px;  color:#ff0000; font-weight:bold; text-decoration: none; }
#nav a:visited, a:active { color:#ff0000;}

#footer { font-size: 1em; margin-top: 20px; color: #666; }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#left_column { float:left; width:60%; }
#right_column { float:right; width:25%; }
.clear{ clear:both; }
#right_column .widgettitle { text-transform:uppercase; letter-space:0.5em; margin-top: 30px; font-size:1.05em;  border-bottom:1px solid #ff0000; padding-bottom:2px; }
#right_column ul { list-style:none; margin:0; padding:0; }

.widget_rss li { border-bottom:1px solid #ff0000; padding:3px 0; }
