* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/back.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B985F;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */


h1, h2, h3 {
	margin-bottom: 15px;
	/*text-transform: lowercase;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CEEA70;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
}

h3 {
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	background: url(images/img05.gif) no-repeat 1em 0;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #CEEA70;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #8B985F;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/*Top Bar */

#topbar {
	width: 910px;
	margin: 0 auto;
	padding: 0 25px 0 25px;	
	background: #34160C;
	text-align:right;
	color: #FFF;
    padding-top:4px;
    padding-bottom:4px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
}

#topbar a {
    color: #FFF;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
}


/* Header */

#header {
	width: 910px;
	height: 265px;
	margin: 0 auto;
	padding: 0 25px 0 25px;
	background: #34160C url(images/MountainMavericksHome7.jpg) no-repeat center top;
	
}

#header h1 {
	margin: 0;
	padding: 200px 0 0 40px;
	letter-spacing: -2px;
	font-size: 40px;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #CAF368;
}

#header a {
	text-decoration: none;
}


/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding: 0 25px;
	background: #34160C url(images/img02.gif) repeat-y center top;

}

#navcontainer {

	margin: 0 auto;
	padding: 3px 5px;
	background: #48482E url(images/primaryback.png1) repeat-x left center;
	width:910px;
	border-bottom:1px solid #240F08;
	border-right:20px solid #34160C;
	border-left:20px solid #34160C;
	font-size: 12px;
}


#navcontainer ul
{
padding: 0;
margin: 0;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
list-style-type: none;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;

}

#navcontainer ul li a:hover
{
background-color: #242512;
color: #fff;
}


#subnavcontainer {

	margin: 0px  auto;
	padding: 3px 5px;
	width:910px;
	background: #34160C url(images/subback.png1) repeat-x left center;
	border-bottom:1px solid #240F08;
	border-right:20px solid #34160C;
	border-left:20px solid #34160C;
	font-size: 12px;
}


#subnavcontainer ul
{
padding: 0;
margin: 0;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
list-style-type: none;

}

#subnavcontainer ul li { display: inline; }

#subnavcontainer ul li a
{
padding: 0.2em 1em;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#subnavcontainer ul li a:hover
{
background-color: #242512;
color: #fff;
}



#selected{
   background-color: red;
   text-decoration:underline;
    
}

/* Content */

#content {
	float: left;
	width: 670px;
	padding: 5px 0 0 5px;

}

.post {
	width: 620px;
	padding: 20px 0 0 20px;

}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
	/*background: url(images/img06.gif) no-repeat right center;*/
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding: 5px 5px 0 0;
}

.box {
	width: 239px;
	padding-left: 1px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(images/img09.gif) repeat-x;
	font-size: 18px;
}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #8B985F;
}

.box p {
	margin: 0;
	line-height: normal;
}

.box a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
}

/* Footer */

#footer {
	width: 910px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
	background: #34160C url(images/img12.gif) no-repeat center top;
}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
	color: #565736;
}

#footer a {
	color: #565736;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}

/* right images */

.rightimg {
	
	margin:0;
	padding:0 0 2px 0;
	border:0;
}
