/********************************************
   AUTHOR:  			Erwin Aligam/John Chivvis 
   TEMPLATE NAME:		Outdoor/Ranch
   TEMPLATE CODE: 	S-0020-A
   VERSION:          1.0a          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #f7f0e3 url(/img/bg.jpg) repeat;
	font: 90%/1.6em Georgia, "Times New Roman", Times, serif;
	color: #332c2c; 
	text-align: center;
	margin: 0 0 50px 0;
}

/* links */
a, a:visited {	
	color: #5f0101;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #5f0101;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #593e1f;
}

h1 {
	font-size: 210%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 170%;
	color: #593e1f;
}
h3 {
	font-size: 130%;	
	font-weight: normal;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */


img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
img.nav-prev, img.nav-next, img.nav-overlay {
    background-color: transparent;
	} 


img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 15px;  
   border: 1px solid #F4F3EC; 
	background: #d3c8bb url(/img/bg.jpg) repeat;  
	font:1.1em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #ffffff;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(/img/nav.jpg) repeat-x;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}
tr {
	height: 32px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f1f1f1; 
	background-color: #f5f5f5; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(/img/nav.jpg) repeat-x 0 0;
	border: 1px solid #88AD0C;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	background: #fff;
	width: 900px;	
	margin: 50px auto 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	background: #fff repeat-x;
	clear: both;
	float: left;	
	width: 870px;	
	padding: 0; 			
	margin-left: 15px;	
	display: inline;
	border-top: 5px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	
}
#header {
	position: relative;
	background: #fff;
	width: 870px;	
	height: 100px;	
	padding: 0;	
	margin: 0px auto;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #332c2c;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 22px; left: 20px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #593e1f;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 25px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 25px; right: 10px;	
	color: #5b4a29;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
}
#header #header-links a {	
	color: #5f0101;
	text-decoration: none;	
	padding: 0 2px;
	
}
#header #header-links a:hover {
	color: #5f0101;		
    text-decoration: underline;	
	}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;	
	height:206px; 
	width: 870px;
	padding: 0;	
	margin: 0px auto;
}
#header-photo img {
	background-color: clear;
	border: none;
	margin: 0; padding: 0;
} 

/* Navigation */

#nav {
	clear: both;
	font-size: 90%;
	font-style:normal;
	margin: 0 15px;
	padding: 0px;		
	height: 40px;
	background: #5f0101;
	width: 870px;
}

#nav ul { /* all lists */
	float: left;
	color: #FFF;
	background: #5f0101;
	padding: 5px 0 0 20px;
	margin: 0 15px 0 0;
	list-style: none;
}

#nav a {
	color: #FFF;
	padding: 5px;
	display: block;
	width: 11em;
}

#nav a:hover {
	color: #FFF;
	padding: 5px;
	display: block;
	width: 11em;
	text-decoration:underline;
}


#nav li { /* all list items */
	color: #FFF;
	background: #5f0101;
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #5f0101;
	padding: 0px;
	margin:0px;
	width: 11em;
	z-index:10;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 11em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* Main Column */
#main {
	float: left;
	width: 550px;
	padding: 15px 0 0 0; margin: 0 0 0 10px;
	display: inline;	
}
#main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 2.3em Georgia, "Times New Roman", Times, serif;
	color: #593e1f; 
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #593e1f; 
	text-decoration: none;	
}

#main h2 a:hover {
	color:#593e1f; 
	text-decoration: underline;	
}
#main ul li {
	list-style-image: url(/img/bullet.gif);
}

/* Sidebar */	
#sidebar {
	color: #332c2c;
	background: #d3c8bb; 
	float: right;
	width: 280px;
	padding: 25px 0 0 0; margin: 0;		
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	color: #593e1f; 			
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #5f0101; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #5f0101;	
	text-decoration:underline;
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

#facebookTab {
    padding: 5px 0 5px 15px;
	}

#sideBarLinks {
	background: #d3c8bb;
	margin: 10px;
    border: 1px solid #dcdcdc;
	padding: 5px;
}

#cdgra {
  margin: 0px 40px 0px 15px;
  padding: 5px 15px;
  background: #fff;
  font-size: 11px;
  line-height:normal;
  }

#dra {
   padding: 0px;
   }
   
#dra img {
	background: #d3c8bb;
   border: 0px;
	padding: 5px 15px;
} 

#cvd {
   font-size:9px;
   font-weight:normal;
   padding: 5px 15px;
   }
   
#cvd p, #cvd a {
   line-height:normal;
   height:auto;
   padding-top: 10px;
   }

/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;		
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #332c2c;	
	margin: 0 auto; 
	width: 870px;
	padding: 15px 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color: #5f0101;
}

#footer-bottom a:hover {
	color: #5f0101;	
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #EAE7DB;
	background: #FAFAE7;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }



