/*
Design by 3plains Interactive
http:/www.ultimatehuntingnetwork.com
*/

	*{
		margin: 0;
		padding: 0;
	}*
	

/* General
---------------------------------------------*/

body {
	margin-top: 20px;
	background: #95908c url(../img/site-bg.jpg);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: .84em;
	color: #000;
}

	h1 {
		font-size: 2.0em;
		font-weight: bold;
		margin: 0 0 .2em 0;
	}
	
	h2 {
		font-size: 1.5em;
		line-height: 1.4em;
		border-bottom: 1px solid #eee;
		margin: 0 0 .4em 0;
	}
	
	h3 {
		font-size: 1.2em;
		line-height: 1.4em;
		margin: 0 0 .7em 0;
	}
	
	h4 {
		float: right;
		font-size: 3em;
		line-height: 1.4em;
		margin: 0 0 .7em 2em;
	}
	
	h5 {
		font-size: .95em;
		line-height: 1.2em;
		margin: 1.2em 0 .4em 0;
	}
	
	p  {
		line-height: 1.2em;
		margin: .2em 0 1.6em 0;
	}

	em {
		color: #fff;
		border-bottom: 1px solid #fff;
		cursor: pointer;
	}

	a {
		color: #000;
	}

	a:hover {
		color: #000;
		text-decoration: none;
	}

	img {
		border: 0;
	}
	
	ul {
		font-size: .95em;
		font-style: normal;
		font-weight: none;
		line-height: 1.5em;
		text-indent: 0em;
		list-style-position: outside;
		list-style-type: disc;
		padding: 0 0 0 2.8em;
		margin: 0 0 1.4em 0;
	}



/* Header Promoline
---------------------------------------------*/

#header-promoline {
	width: 980px;
	height: 35px;
	margin: 0 auto;
	background: url(../img/bkgd-promoline.jpg) no-repeat left top;
	color: #fff;
}

#header-promoline a {
	font-weight: bold;
	color: #fff;
}

.header-promoline-left {
	float: left;
	width: 454px;
	margin: 12px 0 0 16px;
	color: #fff;
}

.header-promoline-right {
	float: right;
	width: 454px;
	text-align: right;
	color: #fff;
	margin: 12px 16px 0 0;
}
	
	
	
/* Header
---------------------------------------------*/

#header {
	width: 980px;
	height: 72px;
	margin: 0 auto;
	background: #fff url(../img/bkgd-header.jpg) no-repeat left top;
}

/* Left
---------------------------------------------*/

.header-left {
	float: left;
	width: 364px;
}
	
/* Logo
---------------------------------------------*/

#logo {
	float: left;
}

#logo h3 {
	display: block;
	width: 290px;
	height: 55px;
	font-size: 2.0em;
	text-indent: -9999px;
	background: url(../img/logo.gif) repeat-x;
	margin: 16px 0 0 36px;
}

/* Middle
---------------------------------------------*/

.header-middle {
	float: left;
	width: 184px;
	margin: 10px 8px 0 12px;
	}


/* Right
---------------------------------------------*/

.header-right {
	float: left;
	width: 344px;
	margin: 5px 8px 0 50px;
	}



/* Welcome 
---------------------------------------------*/

#welcome {
	width: 980px;
	height: 18px;
	margin: 0 auto;
	background: url(../img/bkgd-welcome.jpg) no-repeat left top;
}
	
.welcome-name {
	float: right;
	margin: 3px 28px 0 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	}
	
.welcome-name a {
	color: #000;
	text-decoration: none;
}

.welcome-name a:hover {
	color: #000;
	text-decoration: none;
}
	
	
/* Navigation and Login
---------------------------------------------*/

#navigation {
	width: 980px;
	height: 26px;
	margin: 0 auto;
	background: #fff url(../img/bkgd-main-nav.jpg) repeat-x left top;
}
	
.menu {
	float: left;
	width: 800px;
}



/* Main Navigation
---------------------------------------------*/

#main-navigation {
	width: 800px;
	margin: 0 auto;
}

#main-navigation ul {
	margin: 0;
	padding: 5px 0 0 5px;
	list-style: none;
	line-height: normal;
}

#main-navigation li {
	float: left;
}

#main-navigation a {
	padding: 5px 8px;
	margin-right: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

#main-navigation a:hover, #main-navigation .current_page_item a {
	color: #ffcc00;
}

#main-navigation a:hover {
	text-decoration: underline;
}



/* Login
---------------------------------------------*/

.login {
	float: right;
	width: 180px;
}

#main-login {
	width: 180px;
	margin: 0 auto;
}

#main-login ul {
	margin: 0 20px 0 0;
	padding: 5px 0 0 5px;
	list-style: none;
	line-height: normal;
}

#main-login li {
	float: right;
}

#main-login a {
	padding: 2px 8px;
	margin-right: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
}

#main-login a:hover, #main-login .current_page_item a {
	color: #ffcc00;
}

#main-login a:hover {
	text-decoration: underline;
}



/* Sub-Navigation
---------------------------------------------*/

#sub-navigation {
	width: 980px;
	height: 22px;
	margin: 0 auto;
	background: #fff url(../img/bkgd-sub-nav.jpg) no-repeat left top;
}

.sub-menu {
	float: left;
	width: 980px;
	background: #333;
}

#sub-navigation ul {
	margin: 0;
	padding: 2px 0 0 5px;
	list-style: none;
	line-height: normal;
}

#sub-navigation li {
	float: left;
}

#sub-navigation a {
	padding: 5px 12px;
	margin-right: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
}

#sub-navigation a:hover, #sub-navigation .current_page_item a {
	color: #ffcc00;
}

#sub-navigation a:hover {
	text-decoration: underline;
}



/* Page
---------------------------------------------*/

#page {
	width: 980px;
	margin: 0 auto;
	background: #fff;
	padding-top: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}



/* Content
---------------------------------------------*/

#content-container {
	background: inherit;
	}


#content {
	float: left;
	width: 580px;
	margin-left: 12px;
}

.content img {
	float: right;
	margin: 0 0 .2em 1.4em;
}



/* Index News
---------------------------------------------*/
#news {
	margin-bottom: .2em;
}

.secondary-news {
	margin-top: .6em;
	clear: both;
}

.secondary-news h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	border-bottom: none;
	margin: 0 0 .2em 0;
}

#news-photo {
	float: left;
	width: 280px;
	margin: .4em .8em .6em .2em;
	}

#news img {
	float: left;
	padding: 0 .8em .2em 0;
}

#news .state {
	padding: .2em 0 0 0;
	text-transform: none;
	text-align: left;
	font-size: .80em;
}

#news h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	border-bottom: none;
	margin: 0 0 .2em 0;
}

#news .title {
	color: #000;
}

#news .title a {
	color: #000;
}

#news p {
	font-size: .95em;
	line-height: 1.3em;
	letter-spacing: 0em;
	margin: .2em 0 .2em 0;
}

#news .lede {
	text-align: justify;
	font-size: 1em;
}

#news .permalink {
	text-align: justify;
	font-size: .85em;
}



/* Promotions
---------------------------------------------*/

#promotions {
}

#promotions a {
	color: #fff;
}

#promotions a:hover {
	color: #ffcc00;
}

#promotions	h2 {
		font-size: 1.5em;
		line-height: 1.4em;
		border-bottom: 1px solid #eee;
		margin: 0 0 .4em 0;
	}
	
#promotions	h3 {
		font-size: 1em;
		line-height: 1.2em;
		margin: .4em 0 0 .8em;
		color: #fff;
	}
	
#promotions	p {
		font-size: .85em;
		line-height: 1.2em;
		margin: 0 0 .4em 1em;
	}
	


.promotions-left {
	float: left;
	width: 184px;
	height: 80px;
	background: #fff url(../img/bkgd-promo-left.jpg) repeat-x left top;
	margin-right: 10px;
	margin-bottom: 1.4em;
	color: #fff;
}

.promotions-middle {
	float: left;
	width: 192px;
	height: 80px;
	background: #fff url(../img/bkgd-promo-middle.jpg) repeat-x left top;
	margin-bottom: 1.4em;
	color: #fff;
}

.promotions-right {
	float: right;
	width: 184px;
	height: 80px;
	background: #fff url(../img/bkgd-promo-right.jpg) repeat-x left top;
	margin-bottom: 1.4em;
	color: #fff;
}



/* More Headlines
---------------------------------------------*/

#more-headlines {
	clear: both;
}

.more-headlines-left {
	float: left;
	width: 270px;
	margin: 0 10px 0 10px;
	margin-bottom: .2em;
	border: none;
}

.more-headlines-right {
	float: right;
	width: 270px;
	margin-bottom: .2em;
	border: none;
}

#more-headlines	h2 {
		font-size: 1.5em;
		line-height: 1.4em;
		border-bottom: 1px solid #eee;
		margin: 0 0 .4em 0;
	}

#more-headlines	h3 {
		font-size: 1.2em;
		margin: 0 0 -.2em 0;
	}

#more-headlines ul {
}

#more-headlines li {
		font-size: .95em;
		font-style: normal;
		font-weight: none;
		line-height: 1.3em;
		letter-spacing: 0em;
		text-indent: 0 0 0 0em;
		list-style-position: outside;
		list-style-type: disc;
		padding: .1em 0 0 0;
		margin: .2em 0 0em -1.0em;
}


/* Index Gallery Thumbs
---------------------------------------------*/

#gallery-thumbs {
}

#gallery-thumbs	h2 {
	font-size: 1.5em;
	line-height: 1.4em;
	border-bottom: 1px solid #eee;
	margin: 0 0 .4em 0;
}

#gallery-thumbs img {
	float: left;
	margin: .4em .2em .4em .6em;
}

.gallery-thumbs-left {
	float: left;
	width: 280px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-right: 10px;
	margin-bottom: 1.4em;
}

.gallery-thumbs-right {
	float: right;
	width: 280px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 1.4em;
}



/* Promo Components
---------------------------------------------

.promo {

}

.promo-component {
	float: left;
	width: 170px;
	background: none;
	margin: 0 22px 20px 1px;
	background: #ccc;
}

.promo-component img {
	float: left;
	padding: 0 10px 10px 0;
}

.promo-component .info-title {
	padding: .2em 0 0 0;
	text-transform: none;
	text-align: left;
	font-size: .85em;
	font-weight: bold;
	color: #6f5327;
}

.promo-component h2 {
	font-size: .95em;
	text-transform: none;
	border-bottom: none;
	margin: 0 0 .2em 0;
}

.promo-component .title {
	padding: 2px 0;
	color: #000;
}

.promo-component .title a {
	color: #000;
	font-weight: bold;
}

.promo-component p {
	font-size: 11px;
}

.promo-component .lede {
	padding: 0px;
	text-align: justify;
	font-size: 10px;
} */



/*	Article Photo
---------------------------------------------*/
	#article-photo {
		float: right;
		width: 280px;
		margin: 0 0 .2em 2em;
	}
	
	#article-photo img {
		float: left;
		margin: 0 0 0 0;
	}
	
	.subheadline {
		font-size: 1.2em;
		font-weight: bold;
	}
	
	.author {
		font-size: .85em;
		font-weight: bold;
	}
	
	.author-title {
		font-size: .85em;
	}
	
	.article-source {
		font-size: .85em;
		font-weight: bold;
	}
	
	.date {
		font-size: .8em;
	}
	
	.caption {
		font-size: .85em;
		color: #000;
	}
	
	.photographer {
		font-size: .7em;
		color: #000;
	}
	
	
/*	Article Tools
---------------------------------------------*/
	#article-tools {
		float: right;
		width: 280px;
		margin: 1em 0 1em 2em;
		clear: both;
	}
	
	#article-tools img {
		padding: 0 .4em 0 .4em;
	}
	
	.tools {
		font-size: .85em;
		font-weight: bold;
	}




/*	Gallery
---------------------------------------------*/
	#gallery-header {
		background: none;
		float: left;
		width: 582px;
		margin: 0 0 2em 0;
	}

	#gallery-capsule {
		background: none;
		float: left;
		width: 582px;
		margin: 0 0 3em 0;
	}

	#gallery-thumb {
		float: left;
		width: 240px;
		margin: 0 0 0 0;
	}
	
	#gallery-thumb img {
		float: left;
		margin: 0 0 0 0;
	}
	
	#gallery-detail {
		float: left;
		width: 582px;
		margin: 0 0 1em 0;
	}
	
	#gallery-detail h1 {
		font-size: 2.65em;
		line-height: .8em;
		border-bottom: none;
		margin: 0 0 .4em 0;
	}
	
	#gallery-detail h2 {
		font-size: 1.75em;
		line-height: .8em;
		border-bottom: none;
		margin: 0 0 .4em 0;
	}
	
	#gallery-info {
		float: right;
		width: 318px;
		margin: .2em 0 0 0;
	}
	
	#gallery-info h2 {
		font-size: 1.75em;
		line-height: 1.15em;
		border-bottom: none;
		margin: 0 0 .2em 0;
	}
	
	.description {
		font-size: .9em;
		line-height: 1.7em;
		color: #000;
	}
	
	.detail-description {
		font-size: .9em;
		line-height: 1.7em;
		color: #000;
		margin: 0 0 1.6em 0;
	}
	
	.photo-by {
		font-size: .9em;
		line-height: 1.7em;
		color: #000;
	}
	
	.uploaded {
		font-size: .9em;
		line-height: 1.7em;
		color: #000;
	}
	
	.location {
		font-size: .9em;
		line-height: 1.7em;
		color: #000;
	}
	
	.tags {
		font-size: .9em;
		line-height: 1em;
		color: #000;
	}
	
	.tagged {
		font-size: .85em;
		line-height: 2.4em;
		color: #000;
	}
	
	.additional-info {
		font-size: .9em;
		line-height: 1.7em;
		color: #000;
	}
	
	.results {
		font-size: .85em;
		line-height: 2.6em;
		color: #8a8a8a;
	}
	
	#gallery-footer {
		background: none;
		float: left;
		width: 582px;
		margin: 0 0 2em 0;
		padding: 0 0 2em 0;
		text-align: center;
	}
	
	#gallery-footer-nav a {
		font-size: .9em;
		border: #8a8a8a 1px solid;
		margin: 0 2px 0 2px;
		padding: 2px 7px 2px 7px;
		text-decoration: none;
	}
	
	#gallery-footer-nav a:hover {
		background: #e37b00;
		font-size: .9em;
		color: #fff;
		border: #424242 1px solid;
		margin: 0 2px 0 2px;
		padding: 2px 7px 2px 7px;
		text-decoration: none;
	}



/*	Profile
---------------------------------------------*/
	.profile-tagline {
		font-size: 1.2em;
		font-weight: bold;
	}
	
	#profile-info {
		float: left;
		width: 544px;
		border: 1px solid #e0e0e0;
		background: #f4f4f4;
		margin-bottom: 22px;
		padding: 18px;
	}
	
	.profile-map {
		float: right;
		width: 320px;
		height: 242px;
		/*border: 1px solid #e0e0e0;*/
	}
	
	.profile-map-link {
		font-size: .9em;
	}
	
	.profile-title {
		font-size: 1.2em;
		font-weight: bold;
	}
	
	.profile-address {
		font-size: .9em;
	}
	
	.profile-phone {
		font-size: .9em;
	}
	
	.profile-link {
		font-size: .9em;
	}
	
	.profile-offer {
		font-size: .9em;
	}
	
	.profile-point {
		font-size: .85em;
		margin-left: 2px;
	}
	


/*	Directory Listings
---------------------------------------------*/
	.listing-premium {
		width: 558px;
		background: #dbd3c6; /* f4f4f4 */
		border: 1px solid #c3baa9;
		margin-bottom: 8px;
		padding: 12px;
	}
	
	.listing-general {
		width: 558px;
		background: none;
		border: 1px solid #c3baa9;
		margin-bottom: 8px;
		padding: 12px;
	}
	
	.listing-free {
		width: 558px;
		background: none;
		border: 1px solid #dedede;
		margin-bottom: 8px;
		padding: 12px;
	}
	
	.listing-title {
		font-size: 1.1em;
		font-weight: bold;
	}
	
	.listing-tagline {
		font-size: .9em;
		font-weight: bold;
	}
	
	.listing-address {
		font-size: .85em;
		line-height: 1.9em;
	}
	
	.listing-phone {
		font-size: .85em;
		line-height: 1.9em;
	}
	
	.listing-description {
		font-size: .8em;
	}
	
	.listing-links {
		font-size: .85em;
		line-height: 1.9em;
	}
	
	.listing-premium img {
		float: right;
	}



/* Post
---------------------------------------------*/

.post {
}

.post .title {
	padding: 5px 0;
	color: #000;
}

.post .title a {
	color: #000;
}

.post h2 {
	font-size: 1.5em;
	line-height: 1.4em;
	border-bottom: none;
	margin: 0 0 .4em 0;
}

.post .meta {
	padding: 2px 10px;
	background: #dbccb0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-transform: none;
	text-align: right;
	font-size: 9px;
}

.post .entry {
	padding: 20px;
	text-align: justify;
}



/* Sidebar
---------------------------------------------*/

#sidebar {
	float: right;
	padding: 0px;
	width: 355px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	color: #000;
}

.sidebar-book-now {
	height: 107px;
	background: #fff url(../img/bkgd-sidebar-book-now.jpg) repeat-x left top;
	color: #000;
	margin-bottom: .4em;
	text-align: right;
	}

.sidebar-orange-include {
	background: #ffa707 url(../img/bkgd-sidebar-orange-top.jpg) repeat-x left top;
	color: #000;
	}
	
.sidebar-orange-include-bottom {
	display: block;
	height: 6px;
	background: url(../img/bkgd-sidebar-orange-bttm.jpg) repeat-x left bottom;
	margin-bottom: 1.2em;
	}
	
.sidebar-tan-include {
	background: #c5b9a4 url(../img/bkgd-sidebar-tan-top.jpg) repeat-x left top;
	color: #000;
	}
	
.sidebar-tan-include-bottom {
	display: block;
	height: 6px;
	background: url(../img/bkgd-sidebar-tan-bttm.jpg) repeat-x left bottom;
	margin-bottom: 1.2em;
	}

#sidebar ul {
	margin: 0;
	padding: 0 1.6em 0 2.2em;
	list-style: disc;
	font-size: .90em;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0 0 1em 3.6em;
	list-style: disc;
}

#sidebar li li {
	padding-left: 0em;
}

#sidebar h2 {
	margin: 0 0 0 0;
	padding: 1em .80em 0 0;
	border-bottom: none;
	font-size: 1.75em;
	font-weight: bold;
	color: #000;
}

#sidebar h3 {
	padding: 0 0 .1em 0;
	font-size: 1.4em;
	margin: 0 0 0 0;
}

#sidebar p {
	margin: 0 0 .80em 0;
	padding: 0 1em 0 0;
	line-height: 120%;
}



/* ----------rail-------------- */
div#rail {
width:320px;
padding:12px;
background:#eeedea;
border:1px solid #cdcbc5;
border-left-color:#cdcbc5;
border-right-color:#cdcbc5;
border-bottom:dddddd;
margin-top: 0px;
margin-bottom:12px;
margin-left:0px;
margin-right:0px;
line-height: 1.2em;
align:top;
}
#rail h3 { margin-top:0;}


/*	Font Adjustments
---------------------------------------------*/
	.page-label {
		font-size: 2em;
		color: #fff;
		font-weight: normal;
		margin: 0 0 .5em;
	}
	
	.small {
		font-size: .80em;
	}
	
	.step-color {
		color: #ff8a00;
	}

	.special-color {
		color: #6f5327;
	}
	
	.warning {
		color: #6f5327;
		font-weight: bold;
		text-decoration: underline;
		
	}



/* Drop Menus
---------------------------------------------*/

form {
	margin: 0 0 0 0;
}

select {
	background: #3a3937;
	color: #fff;
	font-size: .85em;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: .2em 0 0 0;
	padding: .1em .2em .1em .2em;
	font-size: .85em;
	color: #000;
}

.label {
	font-size: .85em;
	margin: 0 0 4px 0;
	color: #fff;
	}
	
.button1 {
	background: #ff7007;
	}
	
	
.button2 {
	background: #6a5b42;
	}
	
select.book {
	background: #fff;
	color: #111;
	font-size: .95em;
	margin: .2em 0 .2em 1em;
	}

input.book {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	margin: .2em 0 .2em 1em;
	}
	
textarea.book {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	margin: .2em 0 .2em 1em;
	}



/* Footer
---------------------------------------------*/

#footer {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: #1a1713 url(../img/bkgd-footer.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#footer p {
	padding-top: 53px;
	margin: 0;
	line-height: normal;
	font-size: .80em;
	text-transform: none;
	text-align: center;
}

#footer a {
	color: #fff;
}

	