body{
	background-image: url(images/design/background-body.jpg);
	background-repeat:repeat-x;
	background-color: #955313;
	font-family: 'Calluna-Regular','Times New Roman';
	letter-spacing: normal;
}
hr{
	height:20px;
	visibility:hidden;
	padding: 0px;
	margin: 0px;
}
a{	
	text-decoration: none;
	color:#FFF;
}
h1,h2,h3,h4 {
	font-size: 16px;
	color: #433117;
	text-transform:uppercase;
	margin-bottom: .8em;
	font-family: 'GnuolaneRegular-1','GnuolaneRegular-2',Arial,sans-serif;
}

h4 {
	font-size: 26px;
	text-transform:capitalize;
}
img{
	margin-bottom: -5px;
}
.right{
	text-align: right;
}
/*------------Wrapper---------------*/
div.wrap{
	width: 100%; 
	background-image:url(images/design/background-wrap.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position: top center;
	min-height: 720px;
}
/*------------Wrapper---------------*/

/*------------Header---------------*/
.header {
	background-image: url('images/design/header-logo.jpg');
	background-repeat: no-repeat;
	height: 120px;
	min-height: 120px;
	display: block;
}
.phone {
	background-image: url('images/design/header-facebook.jpg');
	background-repeat: no-repeat;
	height: 120px;
	min-height: 120px;
	display: block;
}
/*------------Header---------------*/

/*------------Navigation---------------*/
.navigation {
	min-height: 60px;
	font-size: 16px;	
	font-family: 'GnuolaneRegular-1','GnuolaneRegular-2',Arial,sans-serif;
	color: #FFFFFF;
	text-transform:uppercase;
}
.navigation div {
	height: 60px;
	line-height: 60px;
}
.navigation div ul{
	padding: 0px;
	margin: 0px;
}
.navigation div ul li {
	border-style: outset;
	list-style-type:none;
	display: inline;
	padding-left: 13px;
}
.navigation div ul li:after{
	padding-left: 8px;
	content:" ";
}
.navigation div ul li.last:after{
	content:"";
}
.navigation div ul li a {
	color: #FFF;
}
.navigation div ul li a:hover, .navigation div ul li a:active, .navigation div form a:hover {
	color: #b6a37b;
}
.navigation form {
	margin: 20px 0 0 0;
}
.navigation input {
	width: 110px;
	height: 22px;
	line-height: 22px;
	border: 0px;
	background-image:url(images/design/header-search-background.jpg);
	background-repeat: no-repeat;
	font-family: 'Calluna-Regular','Times New Roman';
	color: #433117;
	margin: 0px 10px 0px 20px;
	padding: 0px;
	font-size: 10px;
	top: -5px;
}
.navigation div.last span{
	padding-left: 30px;
}
/*------------Navigation---------------*/

/*------------side menu---------------*/
.sidebar {
	font-family: 'GnuolaneRegular-1','GnuolaneRegular-2',Arial,sans-serif;
	color:#FFFFFF;
	font-size: 16px;
	text-transform:uppercase;
}
.sidebar ul.top {
	width: 240px;
	background-color: #2e2818;
	margin: 0;
	padding: 20px 0 0 0;
	min-height: 425px;
	background-repeat: repeat-y;
}
.sidebar ul.top li {
	list-style: none;
	list-style-position: inside;
	padding: 10px 0 10px 0px;
	margin: 0 0 0 40px;
	float: left;
	width: 160px;
	border-bottom: 1px solid #595142;
}
.sidebar ul.top li.last {
	border-bottom: none;
}
.sidebar ul.top li a {
	display:block;
	background:url(images/design/sidebar/arrow-white.jpg) no-repeat;
	background-position:right;
}

.sidebar ul.top li a:hover {
	color: #b6a37b;
}

.sidebar ul.button_1,.sidebar ul.button_2,.sidebar ul.button_3,.sidebar ul.button_4  {
	margin: 0;
	padding: 0;
}
.sidebar ul.button_1 li, .sidebar ul.button_2 li,.sidebar ul.button_3 li,.sidebar ul.button_4 li {
	list-style: none;
	list-style-position: outside;
	background-repeat: no-repeat;
	margin: 0;
	line-height: 1em;
	height: 1em;
	vertical-align:middle;
	padding-left: 40px;
	cursor:pointer;
	width: 200px;
}
.sidebar ul.button_1 li a:hover,.sidebar ul.button_2 li a:hover,.sidebar ul.button_3 li a:hover,.sidebar ul.button_4 li a:hover {
	color: #FFF;
}
.sidebar ul.button_1 li {
	background-image: url('images/design/sidebar/button_1.jpg');
	min-height: 60px;
	line-height: 60px;
	vertical-align: middle;
}
.sidebar ul.double li {
	min-height: 48px;
	vertical-align:top;
	line-height:normal;
	padding-top: 12px;
}
.sidebar ul.button_1 li:hover, .sidebar ul.button_1_double li:hover {
	background-position: right;
}
.sidebar ul.button_2 li {
	background-image: url('images/design/sidebar/button_2.jpg');
	min-height: 178px;
	padding-top: 22px;
}
.sidebar ul.button_2 li:hover {
	background-position:right;
}
.sidebar ul.button_3 li {
	background-image: url('images/design/sidebar/button_3.jpg');
	min-height: 178px;
	padding-top: 22px;
}
.sidebar ul.button_3 li:hover {
	background-position:right;
}
.sidebar ul.button_4 li {
	background-image: url('images/design/sidebar/button_4.jpg');
	min-height: 178px;
	padding-top: 22px;
}
.sidebar ul.button_4 li:hover {
	background-position:right;
}
div.side_bottom {
	background-image: url('images/design/sidebar/bottom.jpg');
	min-height: 20px;
	width: 240px;
}
/*------------Content---------------*/
.content a{
	text-decoration: underline;
}
.content div.top{
	background-image: url('images/design/content/top.jpg');
	min-height: 20px;
}
.content div.shadow{
	background-image: url('images/design/content/top-shadow.jpg');
	min-height: 20px;
}
.content div.middle{
	font-family: Georgia, 'Times New Roman', Serif;
	font-size: 13.5px;
	color: #372a17;
	background-image: url('images/design/content/middle.jpg');
	background-repeat:repeat-y;
	line-height: 19px;
}

.content p {
	text-align:justify;
	word-spacing:1px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 .content div.middle{
	 font-family:	'Georgia';
 }
}

.content div.middle a{
	color: #372a17;
}
.content div.bottom{
	background-image: url('images/design/content/bottom.jpg');
	min-height: 60px;
}
/*------------Content---------------*/

/*------------footer---------------*/
.footer_1 {
	font-size: 11px;	
	font-family: 'Trebuchet MS', 'Times New Roman', Serif;
	color: #FFF;
	text-transform:uppercase;
}

.footer_1 a:hover {
	color: #FFF;
}
.footer_1 div ul{
	padding: 0px;
	margin: 0px;
}
.footer_1 div ul li {
	border-style: outset;
	list-style-type:none;
	display: inline;
	padding-right: 7px;
}
.footer_1 div ul li:after{
	padding-left: 8px;
	content:"|";
}
.footer_1 div ul li.last:after{
	content:"";
}

div.footer{
	background-color: #372711;
	min-height: 120px;
}

.footer_2 {
	font-size: 11px;	
	font-family: "Trebuchet MS", 'Times New Roman', Serif;
	color: #FFFFFF;
	text-transform:uppercase;
}

.footer_2 span {
	margin: 0 15px;
}
.footer_2 span.first {
	margin-left: 0;
}
/*------------footer---------------*/

/*-----------Page specific styling-*/

/*------------Home---------------*/
div.promo {
	background-image: url('images/design/home/promo-background.jpg');
	background-repeat: no-repeat;
	height: 380px;
	min-height: 360px;
	position: relative;
}
div.promo div.image{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px 0px 0px 20px;
	width: 870px; 
	height: 360px;
}
div.promo div.image div.slide { 
	position:absolute; 
}
div.promo div.image div.slide img { 
	width: 830px; 
	height: 320px;
}
div.promo div.image div.slide p { 
	display: none;
}
div.promo div.bar{
	position: absolute;
	top: 300px;
	left: 20px;
	height: 40px;
	width: 830px;
}
div.promo div.bar div.description {
	background-color: #2f2818;
	opacity:0.85;filter:alpha(opacity=85);
	float: left;
	width: 660px;
	height: 40px;
}
div.promo div.bar div.description div {
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	vertical-align:middle;
	margin-left: 20px;
}
div.promo div.bar div.book{
	background-image:url(images/design/home/book.jpg);  
	cursor:pointer;
	background-color: #2f2818;
	opacity:0.85;filter:alpha(opacity=85);
	float: left;
	width: 170px;
	height: 40px;
}
div.promo div.bar div.book:hover{
	background-position:right;
}
div.promo div.bar div.book h2{
	font-family: 'Calluna-Regular','Times New Roman';
	color: #FFFFFF;
	font-size: 18px;	
	text-transform:capitalize;
	margin: 0;
	padding: 7px 0 0 10px;
}
.promo .description {
	font-family: Georgia, 'Times New Roman', Serif; word-spacing:1px;
}
div.promo div.bar div.book h2 a{
	text-decoration: none;
}
ul#fish{
	margin: 0;
	width: 590px;
	height: 140px;
	list-style-type: none;
}
ul#fish li{
	display: block;
	width: 135px; 
	height: 140px;
	background-repeat: no-repeat;
	padding: 0px 11px 0 0px;
	cursor:pointer;
	float:left;
	
}
ul#fish li span{
	display: block;
	padding: 10px 0 0 10px;
}
ul#fish li a, ul#fish li a:hover {
	font-family: 'GnuolaneRegular-1','GnuolaneRegular-2',Arial,sans-serif;
	text-transform:uppercase;
	font-size: 16px;
	color:#FFF;
	letter-spacing: 1px;
	line-height: 19px;
}
#pike{ 
	background-image:url(images/design/home/pike.jpg);  
	background-position: top left;
	background-repeat: no-repeat;
}
#pike:hover{
	background-position:bottom left;
}
#trout{ 
	background-image:url(images/design/home/trout.jpg); 
}
#trout:hover{
	background-position:bottom left;
}
#grayling{
	background-image:url(images/design/home/grayling.jpg);
}	
#grayling:hover{
	background-position:bottom left;
}		
#whitefish{ 
	background-image:url(images/design/home/whitefish.jpg); 
}
#whitefish:hover{
	background-position:bottom left;
}
/*------------Home---------------*/

/*------------Secondary---------------*/
div.content img {
	/*margin: 0 15px 5px 15px;*/
}

div.secondary div.image{
	background-image:url(images/design/secondary/image-background.jpg);  
	width: 590px;
	height: 220px;
}
div.secondary div.image img{
	margin: 20px 0 0 22px;
	width: 547px;
	height: 160px;
}
div.content div.head{
	background-image:url(images/design/secondary/head.jpg);  
	height: 60px;
}

div.content div.head h1{
	font-size: 18px;	
	font-family: 'Calluna-Regular','Times New Roman';
	color: #FFFFFF;
	text-transform:uppercase;
	padding-left: 40px;
	height: 60px;
	line-height: 60px;
	vertical-align:middle;
	letter-spacing: 1px;
}
div.content div.book{
	background-image:url(images/design/secondary/book.jpg);  
	height: 60px;
	cursor:pointer;
}
div.content div.book:hover{
	background-position:right;
}
div.content div.book h2{
	font-family: 'Calluna-Regular','Times New Roman';
	color: #FFFFFF;
	font-size: 18px;	
	text-transform:capitalize;
	margin: 0;
	padding: 9px 0 0 10px;
}
div.content div.book h2 a{
	text-decoration: none;
}
div.content div.book h3{
	font-family: 'Calluna-Regular','Times New Roman';
	color: #FFFFFF;
	font-size: 11px;	
	text-transform:lowercase;
	margin: 0;
	padding: 0 0 0 10px;
}
div.content div.book h3 a{
	text-decoration: none;
}
/*------------Secondary---------------*/

/*------------Blog---------------*/
div.blog h2 a{
	font-family: 'GnuolaneRegular-1','GnuolaneRegular-2',Arial,sans-serif;
	font-size: 26px;	
	color: #433117;
	text-decoration:none;
	text-transform:capitalize;
}
div.blog img{
	border: 10px #FFF solid;
}
div.details{
	padding-top: 52px;
}
div.details .date{
	font-size: 13.5px;
	padding-bottom: 60px;
}
div.details .comment a{
	font-family: 'GnuolaneRegular-1','GnuolaneRegular-2',Arial,sans-serif;
	font-size: 16px;
	text-transform:uppercase;
	color: #893f00;
}
/*------------Blog---------------*/

/*------------Galleries---------------*/
div.galleries img{
	border: 7px solid #FFF;
	margin: 0 0 0 0;
}
div.galleries h2 a{
	color: #893f00; 
	text-decoration:underline;	
}
div.galleries h2 a:hover{
	color: #433117;
	text-decoration:underline;	
}
/*------------Galleries---------------*/

/*------------Gallery---------------*/
div.gallery {
	font-size: 16px;
	font-family: 'GnuolaneRegular-1','GnuolaneRegular-2',Arial,sans-serif;
	color: #9b6c35;
	text-transform:uppercase;
	text-decoration:underline;
}
.content div.gallery a{
	color: #893f00;
}
.content div.gallery a:hover{
	color: #6d2d00;
}

/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

#img_gallery{ width:590px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:590px;
	overflow:hidden;
	height:442px;
	text-align:center; /* January 2010 */
}
/* #fullimg img{ width:590px; } */ /* January 2010 */
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:570px;
	padding:10px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:0px 2px;
	width: 550px;
	float:left;
	height:100px;
	position: relative;
}

#bar{
	margin-top: 0px;
	min-height: 100px;
	opacity:0.85;filter:alpha(opacity=85);
	background-color:#2f2919;
}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:20px;
	padding-top: 19px;
	vertical-align:middle;
}
#items .thumb{
	width:65px;
	height: 49px; /* January 2010 */
	cursor:pointer;
	margin:0px;
	padding:0px;
	border: 5px solid #FFF;
}
#items .thumb:hover{
	border: 5px solid #93571d;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	min-height: 100px;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	opacity:0.85;filter:alpha(opacity=85);
}
#moveleft{background: url('/wp-content/themes/frontier/images/design/gallery/left.gif');}
#moveright{background: url('/wp-content/themes/frontier/images/design/gallery/right.gif');}
#moveleft:hover, #moveright:hover{opacity:1;filter:alpha(opacity=100);}
/*------------Gallery---------------*/

/*------------sitemap---------------*/
div.sitemap ul{
	list-style:none;
}
div.sitemap li {
	margin: 5px 0px 5px 0px;
}
/*------------sitemap---------------*/

/*------------contact---------------*/
div.contact div.head {
	background: url(images/design/contact/head-background.jpg) no-repeat;
}
div.contact div span input{
	width: 150px;
	height: 20px;
	background: url(images/design/contact/text-background.jpg) no-repeat;
	font-family: 'Calluna-Regular','Times New Roman';
	color: #433117;
	padding: 0;
	margin: 0;
	border: none;
}
div.contact span textarea{
	width: 350px;
	height: 80px;
	background: url(images/design/contact/textarea-background.jpg) no-repeat;
	font-family: 'Calluna-Regular','Times New Roman';
	color: #433117;
	padding: 0;
	margin: 0;
	border: none;
	overflow-y: hidden;
}
div.contact p input{
	background: url(images/design/contact/submit-background.jpg) no-repeat;
	width: 90px;
	height: 40px;
	border: none;
	cursor: pointer;
}
div.contact p input:hover{
	background-position: right;
}
/*------------contact---------------*/

/*------------submit---------------*/
div.submit div.head {
	background: url(images/design/contact/head-background.jpg) no-repeat;
}
div.submit h4 {
	font-size: 16px;
}
div.submit p {
	font-size: 13.5px;
}
#upload{
	background-color: #b09a6b;
	background-image:none;
	color: #372A17;
	font-family: 'Calluna-Regular','Times New Roman';
	font-size: 12px;
}
div.submit div div input{
	width: 350px;
	height: 20px;
	background: url(images/design/submit/text-background.jpg) no-repeat;
	font-family: 'Calluna-Regular','Times New Roman';
	color: #433117;
	padding: 0;
	margin: 0;
	border: none;
}
div.submit div div textarea{
	width: 350px;
	height: 260px;
	background: url(images/design/submit/textarea-background.jpg) no-repeat;
	font-family: 'Calluna-Regular','Times New Roman';
	color: #433117;
	padding: 0;
	margin: 0;
	border: none;
	overflow-y: hidden;
}
#tdomf_upload_inline_submit_1_{
	background: url(images/design/submit/upload-background.jpg) no-repeat;
	width: 90px;
	height: 40px;
	border: none;
	cursor: pointer;
}
#tdomf_upload_inline_submit_1_:hover{
	background-position: right;
}
#tdomf_form1_send{
	background: url(images/design/submit/submit-background.jpg) no-repeat;
	width: 90px;
	height: 40px;
	border: none;
	cursor: pointer;
}
#tdomf_upload_inline_delete_all_1_{
	display: none;
}
#tdomf_form1_send:hover{
	background-position: right;
}
.tdomf_form_message{
	margin: 0;
	padding: 0;
}
div.submit iframe{
	height: 160px;
}
div.submit div.middle{
	min-height: 765px;
}
/*------------submit---------------*/

/*------------All other pages (search, 404)---------------*/
div.index {
	min-height: 765px;
}
#respond input{
	width: 350px;
	height: 20px;
	background: url(images/design/submit/text-background.jpg) no-repeat;
	font-family: 'Calluna-Regular','Times New Roman';
	color: #433117;
	padding: 0;
	margin: 0;
	border: none;
}
#respond textarea{
	background: url(images/design/submit/textarea-background.jpg) no-repeat;
	width: 350px;
	height: 260px;
	font-family: 'Calluna-Regular','Times New Roman';
	color: #433117;
	padding: 0;
	margin: 0;
	border: none;
	overflow-y: hidden;
}
#respond input.submit{
	background: url(images/design/submit/submit-background.jpg) no-repeat;
	width: 90px;
	height: 40px;
	border: none;
	cursor: pointer;
}
#respond input.submit{
	background-position: right;
}
div.book a{
	text-decoration: none;
}
/*------------All other pages (search, 404)---------------*/
