/* Start of CMSMS style sheet 'test' */
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #f7f0e3 url(uploads/images/grass_bg.jpg) repeat-x bottom fixed;
	font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #333; 
	text-align: center;
	margin: 0 0 0px 0;

}

#anco {width: 350px;}


/* links */
a, a:visited {	
	color: #6B9316;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #6B9316;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3, h4 {
	font-family: Arial;
	color: #444;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #88ac0b;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
                color: #455f0e;
                margin:5px 0 5px -20px;
}
h4 {
	font-size: 250%;	
	font-weight: bold;
	color: #444;
    margin-left:15px;
}
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 #d1d4cb;
	padding: 3px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
   border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(uploads/Outdoors/quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #976957;
}

#details {
font-size:80%;
color:#666666;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 1px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(uploads/Outdoors/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;
        margin-left:100px;
	/*border: 1px solid #f1f1f1; 
	background-color: #fff;*/ 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #999;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #999;
	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(uploads/Outdoors/nav.jpg) repeat-x 0 0;
	border: 1px solid #88AD0C;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
div#wrap {
	position: relative;
	background: #ffffff;
	width: 900px;
	margin: 10px auto 10px auto;
	text-align: left;
        height:auto;
        clear:both;
        padding-top:10px;
        border:1px solid #b8c69a;
        
        
}

div#header-photo {
	clear: both;
	background: #ffffff;
        margin:15px 15px 0 15px;
        height:91px;
	width: 870px;
	background-image: url('uploads/images/banner.jpg');
	background-repeat:no-repeat;
}
 
div#banner{
        margin:0 15px 0 15px;
        position:relative;
}




div#content-wrap {
	position: relative;
	clear: both;
        display:block;
        margin:10px 15px 0 15px;
        	
}


div#main {
   margin : 0 15px 0 15px;
   /*min-height: 400px;*/


 
}


div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 275px;  /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
margin-left:-15px;
padding-left:15px;

   
   
   
}

/* if sidebar doesnt include menu but content add class="hascontent" */
   div#sidebar.hascontent {
   padding: 0 1%;
   max-height:100%;
   width: 265px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
   
}
div.hr { height: 1px; margin: 5px 5px 15px 0; border-bottom: 0px dotted #999999; }

div.left49 { float: left; width: 49%;}

div.right49 { float: right; width: 49%; text-align: right; }

#main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #6B9316; 
	letter-spacing: -1px;	
	text-transform: none;
        background: #fff; /*url(uploads/Outdoors/content-bg.jpg) repeat-x;*/

}
#main h2 a {
	color: #6B9316; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(uploads/Outdoors/bullet.gif);
}

/* Sidebar */	
		
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;	
	color: #899B0D; 			
}
#sidebar ul.sidemenu {
	text-align: center;
	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: #895F30; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* footer */
#footer-wrap {
	clear: both;
	width: 870px;
	font-size: 95%;	
	text-align: left;
	padding: 10px 0 0 0;
	padding-left:0px;	
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;

}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #455f0e;  
	margin: 0;
	padding: 0 10px; 

	text-transform: uppercase;
	font-weight: bold;
}

#footer-columns {
	color: #333;
	margin: 0; 
	padding: 0;	
	/*width: 870px;*/
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;
        display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
	font-color:#333;
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: auto; 
	width: 865px;
	padding: 15px 20px 0 15px;
	text-align: center;
        border-top:0px solid #517701;
   
background-image: url('uploads/images/footer_bg.jpg');
background-position:top;
background-repeat:repeat-x;
        
}
#footer-credits  a {
	color: #6B9316;
}


#footer-credits {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 870px;
	padding: 15px 0 0 0;
	text-align: center;
        
}
#footer-bottom  a {
	color: #6B9316;
}

#footer-bottom  img {
	border:0;
}



/* 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; }

/**** Broswer Fix ****/
.gecko div#header-photo { margin-top:100px: }
.gecko div#wrap { padding-top:3px; }

.webkit div#wrap { padding-top:3px; }
.opera div#wrap { padding-top:3px; }
.gecko div#wrap { padding-top:3px; }


/* End of 'test' */

/* Start of CMSMS style sheet 'test - menu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 0px;
    font-size: 11px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden; background-color: #436a27; */ 
   
   background-position: top right ;
   background-image:url(uploads/images/background01.png);
   border-bottom: 0px solid #C0C0C0;
   width: 870px;
   margin:auto;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 166px; 
  
}




/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none;
   margin-left:-15px;
}

.ie7 #primary-nav ul { margin:35px 0 0 -90px;}

#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}

	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}



/***** Styling the basic apperance of the menu elements *****/

#primary-nav a { 
   display: block; 
   margin: 0px;
   /*margin-bottom: 0px;*/  
   padding: 5px 10px; 
   text-decoration: none;
   font-size: 11px;
}


#primary-nav li a { 
   color:#FFFFFF;
   height:35px;
   line-height:36px;
   margin-left:25px;
   margin-right:25px;
   padding: 0;
   text-align:center;
   text-decoration:none;
   width:auto;
   font-size:12px;
}

.gecko #primary-nav li a { font-weight:none;}

#primary-nav li li a { 
   background:#4e7004;
   border-bottom:2px solid #78b000;
   text-align:left;
   padding: 0 0 0 5px;
   color:#FFFFFF;
   display:block;
   height:30px;
   line-height:30px;
   text-align:left;
   text-decoration:none;
   width:160px; 
   font-weight: normal;
   font-size:10px;

   
   
}

#primary-nav li li li a { 
   background:#6A6A6A;
   
   
}

	
#primary-nav li li a:hover {
   background-color:#3c530a; /* Color 1 */
   color:#ffffff;
   background-position: center right; 
   background-repeat: no-repeat;  
}


#primary-nav li, #primary-nav li.menuparent { 
   background-color: transparent; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color:transparent; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow-right-active.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
   
}




/* Styling the apperance of menu items on hover */

#primary-nav li:hover{ 
   background-color: transparent; 
    
}

#primary-nav ul li.menuh, 
#primary-nav ul li.menuparenth, 
#primary-nav ul li.menuactiveh { 
 
   
}
   
}

}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}



/* End of 'test - menu' */

