﻿/* Import CSS Files */
@import url(/assets/css/reset.css);

@media screen {
	

	body {
		min-height: 900px;
		background-color: #1f1915;
		color: #FFF;
		/*font-family: Arial, Helvetica, sans-serif;*/
		font-family:Verdana, Geneva, sans-serif;
		font-size: 11px;
		line-height: 1.5em;
	}
	
	a
	{
		color: #FFF;	
		text-decoration: none;
	}
	a:hover
	{
		color: #FDDA00;	
		text-decoration: none;
	}
	
	img.photo
	{
		margin: 0 25px 10px;
	}
	
	h2
	{
		padding: 10px 0;
		font-size: 24px;
		font-weight:bold;
		letter-spacing:-.07em;
		line-height:24px;
		margin-top:8px;
		padding-bottom:4px;
	}
	
	p
	{
		margin: 10px 0;
	}
	
	
	hr
	{
		border: 0;
		background: url(/assets/images/rule-striped-grunge.png) repeat-x;
		height:7px;
		margin: 10px 0 25px 0;
	}
	
	hr.contact-rule{
		margin-top:15px;	
	}
	
	#container
	{
		width: 960px;
		position: relative;
		margin: 0px auto;
	}
	
	#header
	{	
		position: relative;
		height: 60px;
		z-index: 2;
	}
	
	#logo
	{
		position: absolute;
		top: 10px;
		left: 10px;
		background: url(/assets/images/logos/stay-on-trails.png) no-repeat;
		width: 154px;
		height: 152px;
	}
	#logo span { display: none; }
	
	/* nav */
	#nav, #search
	{
		float: right;
		margin: 30px 0;
		z-index: 1;
	}
	
	#nav li
	{
		float: left;
	}
	
	#nav li a
	{
		display: block;
		padding: 2px 6px;
		text-transform: uppercase;
	}
	
	#nav li.rss a
	{		
		padding: 2px 6px 2px 0;
	}
	#nav li.rss a img
	{
		margin-top: 3px;
	}
	
	/* search */
	#search
	{
		position: relative;
		margin-left: 20px;
		display: none;
	}
	
	#search label
	{
		display: none;
	}
	
	#txtKeyword
	{
		position: relative;
		border: 0;
		padding: 2px;
		width: 150px;
		top: -5px;
		margin: 0;
	}
	#btnSearch
	{
		
	}
	
	/* content */
	#content
	{
		clear: both;
		min-height: 500px;
		position: relative;	
		z-index: 1;
	}
	
	#content a
	{
		text-decoration: underline;
	}
	
	.content-block
	{
		
	}
	
	/* footer */
	#footer
	{
		text-align: center;
	}
	
	#social-media-nav
	{
		float: right;
		margin-right: 100px;
	}
	#social-media-nav li
	{
		float: left;
	}
	#social-media-nav li a
	{
		display: block;
		padding: 2px 25px 2px 2px;
		text-transform: uppercase;
		margin-left: 15px;
		font-size: 10px;
	}
	li.twitter
	{
		background: url(/assets/images/icons/twitter.png) right no-repeat;
	}
	li.facebook
	{
		background: url(/assets/images/icons/facebook.png) right no-repeat;
	}
	li.delicious
	{
		background: url(/assets/images/icons/delicious.png) right no-repeat;
	}
	li.flickr
	{
		background: url(/assets/images/icons/flickr.png) right no-repeat;
	}
	li.youtube
	{
		background: url(/assets/images/icons/youtube.png) right no-repeat;
	}

	p#tagline
	{
		padding: 10px;
		color: #AAA;
		clear: both;
	}
	#logos
	{		
		clear: both;
	}
	#logos li
	{
		display: inline;
	}
	
	div#idpr-tooltip
	{
		background: transparent url(/assets/images/black_arrow.png) no-repeat scroll 0 0; 
		font-size:11px; 
		height:122px; 
		padding:35px 30px 30px 30px; 
		width:209px; 
		display:none; 
		color:#fff; 
		z-index: 100;
	}
	div#idpr-tooltip img
	{
		float: right;
		margin: 0 40px 0 0;
	}
	
	h1
	{
		height: 41px;
		position: absolute;
		top: -130px;
		right: 0;
	}
	
	h1 span { display: none; }
	
	h1.about
	{
		width: 217px;
		background: url(/assets/images/title-about.png) no-repeat;
	}
	
	h1.contact
	{
		width: 276px;
		background: url(/assets/images/title-contact.png) no-repeat;
	}
	
	h1.blog
	{
		width: 176px;
		background: url(/assets/images/title-blog.png) no-repeat;
	}
	
	h1.hunt
	{
		width: 189px;
		background: url(/assets/images/title-hunt.png) no-repeat;
	}
	
	h1.learn
	{
		width: 220px;
		background: url(/assets/images/title-learn.png) no-repeat;
	}
	
	h1.links
	{
		width: 197px;
		background: url(/assets/images/title-links.png) no-repeat;
	}
	
	h1.tips
	{
		width: 159px;
		background: url(/assets/images/title-tips.png) no-repeat;
	}
	
	h1.wheretoride
	{
		width: 436px;
		background: url(/assets/images/title-wheretoride.png) no-repeat;
	}
	
	h1.traildetails
	{
		width: 436px;
		background: url(/assets/images/title-traildetails.png) no-repeat;
	}
	
	h1.mvum
	{
		/*width: 436px;*/
		width:442px;
		height:78px;
		background: url(/assets/images/title-mvum.png) no-repeat;
	}
	

}


