/*
Site: Wester Slope Reining Horse Association
Author: Christian Ross
Author URI: http://www.thinairmediasolutions.com  
June 11, 2009 
*/


/* ---- Reset CSS ---- */

* {margin:0;padding:0;}

html, body, img {
	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; }

html { overflow-x: auto; overflow-y: auto; }

body { line-height: 1; }
p { margin:0; padding:0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
em { font-style: italic; }
strong { font-weight: bold; }

.clear:after { content: "."; display: block; height: 0;	font-size: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */ 
.image { display: block; font-size: 0; text-indent: -9999px; outline: none; }


/*  WSRHA - CSS  */
/*  Layout  */


body {
	margin-top: 0px;
	background: #4C130C url(../images/bg1.jpg) 0 0 fixed;
	font: 16px/20px "Times New Roman", Times, Georgia, serif;
	color:#000;
	text-align:left;
}

#container 		{ width:960px; margin:0 auto; }
#header			{ height:278px; width:960px; background:url(../images/header1.png) 0 0 no-repeat; }
  #nav		 	{ width:230px; padding: 60px 0 0 70px; }
#content 		{ background:url(../images/content-bg.png) 0 0 repeat-y; }
  #main-content { background:url(../images/horses-bg.png) 0 0 no-repeat; padding: 35px 60px 20px; min-height:310px; }
#content-bottom { background:url(../images/content-bottom.png) 0 0 no-repeat; height:10px; }


#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background: url(../images/bg-bottom.jpg) 0 0 repeat-x;
}

  
/*  Styles  */

a:link    { color: #4C130C; font-weight: bold; text-decoration: none; } 
a:visited { color: #4C130C; font-weight: bold; text-decoration: none; }
a:hover   { color: #000; 	font-weight: bold; text-decoration: underline; }
a:active  { color: #4C130C; font-weight: bold; text-decoration: none; }

a.completesite:link    { color: #fff; text-decoration: none; font-weight:normal; }
a.completesite:visited { color: #fff; text-decoration: none; font-weight:normal; }
a.completesite:hover   { color: #222; text-decoration: none; font-weight:normal; }
a.completesite:active  { color: #fff; text-decoration: none; font-weight:normal; }

.mainNav 		  { font-size: 17px; font-weight: bold; line-height:16px; }
a.mainNav:link	  { text-decoration:none; color:#FFF; font-weight:bold; }
a.mainNav:active  { text-decoration:none; color:#FFF; font-weight:bold; }
a.mainNav:visited { text-decoration:none; color:#FFF; font-weight:bold; }
a.mainNav:hover   { text-decoration:none; color:#CCC; font-weight:bold; }


h1.completesite { margin:0 0 20px 0; font: 30px/34px bold; color: #4C130C; }
h2.completesite { margin: 0 0 10px 0; font: 26px/30px bold; color:#4C130C; }
h3.completesite { margin: 10px 0 10px 0; font: 22px/24px bold; padding:0; color:#4C130C; }
h4.completesite { font: 14px/18px; padding:0; color:#000; }

p.completesite { padding: 0 0 20px 0; line-height: 20px; }

.completesite { font-size: 16px; color:#000; line-height:20px; }
.pipe { font-size:9px; color:#999; padding:0 10px; }


ul { padding: 0; margin: 0; }
li { padding: 0; margin: 0 0 0 20px; border:0; }

ol { padding: 0; margin: 0 0 0 20px; }

ul.featured { padding: 20px 0 0 0; }
li.featured { padding: 0; margin:12px 0; list-style:none; }


td { vertical-align:top; }
