/*
********************
WebSite: OKFC
Name: style.css
Type: css
Version: 1.0
Author: FireDart
Main layout by: FireDart
Valid: CSS level 2.1
********************
*/

/*
************************************************************
General Site Info
************************************************************
*/
/*
********************
Body
********************
*/
body {
	background: #002534;
	color: #42423d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}
/*
********************
No image border
********************
*/
a img {
	border: 0px;
}
.simg {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
	zoom: 1;
	filter:
		progid:DXImageTransform.Microsoft.DropShadow(color=#969696, offx=1, offy=1)
		progid:DXImageTransform.Microsoft.DropShadow(color=#C2C2C2, offx=1, offy=1)
		progid:DXImageTransform.Microsoft.DropShadow(color=#EFEFEF, offx=1, offy=1);
	background: #fff;
	padding: 10px;
	margin: 13px;
}


/*
********************
HR
********************
*/
hr {
	height: 0;
	clear: both;
	border: solid #555;
	border-width: 1px 0 0;
}


/*
********************
Normal, standard links
********************
*/
a:link {
	color: #666666;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	outline: none;
}
a:hover, a:active {
	color: #104e8b;
	text-decoration: none;
	outline: none;
}


/*
********************
Links
********************
*/a.links  {	font-family: Arial, Helvetica, sans-serif;	font-size: 15px;	color: #666666;	text-decoration: underline;}
a.links:hover  {	font-family: Arial, Helvetica, sans-serif;	font-size: 15px;	color: #002534;	text-decoration: none;}


/*
********************
Headers
********************
*/
h1  {
	font-family : "Palatino Linotype";
	font-size : 24px;
	line-height : .5em;
	font-weight : bolder;
	color : #104e8b;
}
h2 {
	font-family : "Palatino Linotype";
	font-size : 18px;
	line-height : .5em;
	color : #000000;
	font-weight : bold;
}
h3 {
	font-family : "Palatino Linotype";
	font-size : 14px;
	line-height : .5em;
}
h4 {
	font-family : "Palatino Linotype";
	font-size : 10px;
	font-weight : normal;
	color : #999999;
}
h5 {
	font-family : "Palatino Linotype";
	font-size : 8px;
	font-weight : normal;
	color : #999999;
}
h6 {
	font-family : "Palatino Linotype";
	font-size : 6px;
	font-weight : normal;
	color : #999999;
}


/*
********************
Other Headers
********************
*/
p  {   color : #333333;   font-size : 12px;   font-family : Arial, Helvetica, sans-serif;}
address {	font-size: 12px;	font-style: italic;}
body, td, th  {   font-family : Verdana, Arial, Helvetica, sans-serif;   font-size : 12px;   color : #333333;}
blockquote {   font-family : "Palatino Linotype";   font-size : 12px;   line-height : 1em;} 


/*
********************
Font Face
********************
*/
@font-face {
	font-family: 'TitilliumText14L400wt';
	src: url('../fonts/TitilliumText400wt-webfont.eot');
	src: local('☺'), url('../fonts/TitilliumText400wt-webfont.woff') format('woff'), url('../fonts/TitilliumText400wt-webfont.ttf') format('truetype'), url('../fonts/TitilliumText400wt-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
********************
Clearer
********************
*/
.clearer {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	width: auto;
}


/*
********************
Li Reset
********************
*/
li, dd {  
	margin-left: 20px;  
}


/*
********************
Conditional-CSS
********************
*/
/*
********************
Quote Tag
********************
*/
blockquote {
	display: block;
	padding: 0 15px;
	width: 580px;
}
blockquote:before, blockquote:after {
	color: #b30000;
	display: block;
	font-size: 700%;
	width: 50px;
}
blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}
blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -70px;
	margin-left: 600px;
}


/*
********************
style text
********************
*/
.style1 {
	font-style: italic;
}
.style2 {
	font-style: italic;
}
.style3 {
	color: #ff0000;
	font-weight: bold;
	font-size: 18px;
}
.style4 {
	color: #ff0000;
}
.style6 {
	color: #ff0000;
	font-size: 18px;
}


/*
************************************************************
All Layout Info
************************************************************
*/
/*
********************
Content
********************
*/
.content { 
	margin: 0px; 
	padding: 5px;
}


/*
********************
Rounded Corner
********************
*/
.troundedcorner {
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-khtml-border-radius: 5px 0px 0px 5px;
}
.broundedcorner {
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-khtml-border-radius: 0px 5px 5px 0px;
}
.roundedcorner {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}


/*
********************
Header Wrapper, Body Wrapper, Footer Wrapper
********************
*/
#headerwrapper {
	background: #ffffff;
	margin: 0px auto;
	box-shadow: -5px 4px 5px #0A3B4F;
	-moz-box-shadow: -5px 4px 5px #0A3B4F;
	-webkit-box-shadow: -5px 5px 5px #0A3B4F;
	position: relative;
	z-index: 3;
}
#bodywrapper {
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;	width: 960px;
	display: block;
	z-index: 1;
}
#footerwrapper {
	background: #ffffff;
	margin: 0px auto;
	box-shadow: -5px -5px 5px #0A3B4F;
	-moz-box-shadow: -5px -5px 5px #0A3B4F;
	-webkit-box-shadow: -5px -5px 5px #0A3B4F;
	z-index: 2;
}
/*
************************************************************
All Header Info
************************************************************
*/
#header {
	background: #ffffff;
	border: none;
	height: auto;
	margin: 0px auto;	
	padding: 0;
	position: relative;
	width: 960px;
}


/*
********************
Logo & Slogan
********************
*/
#logo {
	color: #42423d;
	float: left;
	font-size: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	width: 300px;
}
#logo h1 {
	color: #b30000;
	font-family: "Georgia, serif";
	font-size: 40px;
	font-weight: bolder;
	line-height: .2em;
}
#slogan {
	color: #42423d;
	float: right;	
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	margin-top: 12px;
	padding-top: 5px;	
	padding-right: 5px;
	text-align: center;
	width: 565px;
}
#foruminfo {
	background: #002534;
	color: #ffffff;
	float: right;
	width: 565px;
	text-align: center;
	padding: 5px;
}


/*
********************
Navigation
********************
*/
#navigation {	background: #002534;	height: 33px;	position: relative;		width: 100%;	margin-top: 0px;	filter:alpha(Opacity=80); /*modify to change the shade solidity/opacity, same as below*/	opacity:0.8; /*firefox 1.5 opacity*/	-moz-opacity:0.8; /*mozilla opacity*/	-khtml-opacity:0.8; /*opacity*/}#navigation #inner {	height: 40px;	margin: 0px auto;	padding: 0px;	width: 960px;}#navigation #inner ul {	list-style: none;	margin: 0px;	padding: 0px;	position: absolute;	z-index: 100;}#navigation #inner ul li {	float: left;	font-size: 14px;	font-weight: bold;	margin: 9px 8px;}#navigation #inner ul li a {	color: #ffffff;	text-decoration: none;}#navigation #inner ul li a:selected {	color: #666666;	height: 20px;	left: 0px;	top: 5px;padding: 1px;	border-radius: 5px;	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	-khtml-border-radius: 5px;}#navigation #inner ul li a:hover {	color: #666666;	height: 20px;	left: 0px;	top: 5px;	border-radius: 5px;	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	-khtml-border-radius: 5px;}


/*
************************************************************
All Body Wrapper and SideBar Info
************************************************************
*/
#bodywrapper #bodycontent {	background: #ffffff;	margin: 0px; 	padding: 5px;	box-shadow: 5px 0px 5px #0A3B4F, -5px 0px 5px #0A3B4F;	-moz-box-shadow: 5px 0px 5px#0A3B4F, -5px 0px 5px #0A3B4F;	-webkit-box-shadow: 5px 0px 5px #0F3D4F, -5px 0px 5px #0F3D4F;}
/*********************2 column layout*********************/#container {	width: 100%;}#container #main-wrapper {	display: inline;	float: left;	width: 620px;}#container #sidebar-wrapper {	float: right;	width: 320px;}#container #content {	background: #ffffff;	width: 620px;	margin: 0px auto;	padding: 5px;}#container #sidebar-content {	background: #ffffff;	padding: 5px;}/*********************************************************************************HP layout*********************************************************************************/#hpcolwrapper {   width: 940px;   margin: 0px auto 0px auto;}#hpcolwrapperleft {   float: left;   margin-right: 5px;   width: 250px;}#hpcolwrapperright {   float: right;   width: 685px;}.hpcolboxleft {   margin: 5px;   border: 2px solid #002534;   -moz-border-radius:5px;   -webkit-border-radius:5px;   border-radius: 5px;}.hpcolbox {   margin: 5px;   border: 2px solid #002534;   -moz-border-radius:5px;   -webkit-border-radius:5px;   border-radius: 5px;}.hpcolwrapperlefthr {	height: 2px;	width: 150px;	margin: 0px auto;	padding: 3px 0px 3px 0px;}/*************************************************************All Footer Info*************************************************************//*********************Footer*********************/#footer {	width: 960px;	margin: 0px auto;	margin-bottom: 0px;}#footer #about {	float: left;	width: 315px;	padding-right: 5px;}#footer #team {	float: left;	width: 320px;	padding-right: 5px;}#footer #team  .footerteamavatar {	float: left;	vertical-align: top;	margin-right: 5px;	width: 65px;}#footer #contact {	float: left;	width: 315px;}/*********************Ajax Search*********************/fieldset {	border: none;}#ajaxSearch_input {	border: 1px solid #cccccc;	font-size: 13px;	font-weight: bold;	line-height: 1.2;	padding: 5px;	color: #777;	font-family: Arial, sans-serif;	outline: none;	display: inline;	height: 13px;	width: 230px;	margin-top: 10px;	border-radius: 5px;	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	-khtml-border-radius: 5px;}#ajaxSearch_submit {}/*********************New News Blog Date*********************//*Use this html code for showing blog post*//*<div class="nndate"><div class="nnmonth">Month</div><div class="nnday">Day</div><div class="nnyear">Year</div></div>*/.nndate {   height: 30px;   width: 30px;   font-size: 10px;   color: #ffffff;   padding: 0px;   margin: 0px;   text-align:center;   float: left;}.nnmonth {   background: #b30000;   font-size: 10px;   color: #ffffff;   padding: 0px;   margin: 0px;   text-align:center; }.nnday {   background: #000000;   font-size: 10px;   color: #ffffff;   padding: 0px;   margin: 0px;   text-align:center; }.nnyear {   background: #000000;   font-size: 10px;   color: #ffffff;   padding: 0px;   margin: 0px;   text-align:center; }/*************************************************************Home Page CSS*************************************************************//*********************2 column layout*********************/#leftcolumn {   float: left;   width: 540px;   margin-right: 0px;   margin: 0px auto;}#rightcolumn {   float: right;   width: 390px;   margin-right: 10px;}




/*
********************
Home Page
********************
*/
#hpleft {
	border-right: 1px solid #104E8B;
	float: left;
	padding: 0px 10px 0px 0px;
	width: 240px;
}
#hpright {
	float: right;
	width: 690px;
}
.hpbox {
	background: #ffffff;
	paddding: 5px;
	margin: 0px 5px 10px 0px;
	width: 100%;
}
.hpbox .hpboxtitle {
	background: #ffffff;
	width: 100%;
}
.hpbox .hpboxtitle h2 {
	border-bottom: 1px solid #104E8B;
	color: #104E8B;
	font-size: 24px;
	text-align: left;
	line-height: 1.2em;
}
.hpbox .hpboxtitle h2 img {
	vertical-align: bottom;
	padding-right: 5px;
}
.hpbox.centertext {
	text-align: center;
}


/*
************************************************************
New Member Info
************************************************************
*/
/*
********************
Q and A
********************
*/
.qa {
	clear: both;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 100%;
}
.qa h2 {
	border-bottom: 1px solid #104E8B;
	color: #000000;
	font-family: inherit;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.qa .answer {
	border-left: 1px solid #104E8B;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 20px;
}
.qa .answer img {
	float: right;
}


/*
************************************************************
Weather Info
************************************************************
*/
/*
********************
Weather Tabs
********************
*/
#weatherwrapper {
	width: 940px;
	margin: 0px auto;
}
#weatherwrapper h1 {
	float: left;
	color: #444;
	font: 40px/68px 'TitilliumText14L400wt', Arial, sans-serif;
	letter-spacing: 0;
	line-height: .1em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#weatherwrapper ul {
	float: right;
	list-style: none;
	margin: 20px 0px 10px 0px;;
	padding: 5px 0px 5px 0px;
}
#weatherwrapper ul li {
	float: left;
	margin: 0px 0px 0px 10px;
}
#weatherwrapper ul li a {
	background: #ffffff;
	background: -moz-linear-gradient(center top , #ffffff, #efefef) repeat scroll 0 0 #f6f6f6;
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), to(#efefef));
	color: #111111;
	border: 1px solid #cccccc;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 6px;
	vertical-align: middle;
}
#weatherwrapper ul li a:hover {
	box-shadow: 0 0 2px #999999;
	-moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
}
#weatherwrapper #weather-content {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px;
}
#weatherwrapper #weather-content h3 {
	border-bottom: 1px solid #cccccc;
	font-family: "Palatino Linotype";
	font-size: 16px;
	line-height: 0em;
	padding: 0px 0px 10px 0px;
}


/*
************************************************************
Other Div's Page Info
************************************************************
*/
/*
********************
Div 230px
********************
*/
#wrapper_two_hundred_thirty {
	width: 230px;
	padding: 1px;
	margin: 0px auto 0px auto;
	height: auto;
	text-align: left;
	border: 0px solid #ddd;
}
#container_two_hundred_thirty {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-attachment: scroll;
	background-image: url(back.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 1%;
	width: auto;
}
#center_two_hundred_thirty {
	background-color: #ffffff;
	margin: 0px;
	width: 230px;
	padding: 0px;
}


/*
********************
Div 900px
********************
*/#wrapper_content {
	background-color: #ffffff;
	width: 850px;
	padding: 1px;
	margin: 0px auto 0px auto;
	height: auto;
	text-align: left;
	border: 0px solid #ddd;
}
.container_content {
	border: 2px solid #002534;   padding: 0px;   margin: 0px auto 0px auto;   background-attachment: scroll;   background-image: url(back.gif);   background-repeat: repeat-y;   background-position: 0px 0px;   height: 1%;   width: 900px;}#center_content {background-color: #ffffff;margin: 0px;width: 850px;padding: 0px;}/*********************Div 280px*********************/#wrapper_three_hundred_eighty {background-color: #ffffff;width: 380px;padding: 1px;margin: 0px auto 0px auto;height: auto;text-align: left;border: 0px solid #ddd;}#container_three_hundred_eighty {padding: 0px;margin: 0px 0px 0px 0px;background-attachment: scroll;background-image: url(back.gif);background-repeat: repeat-y;background-position: 0px 0px;height: 1%;width: auto;}#center_three_hundred_eighty {background-color: #ffffff;margin: 0px;width: 380px;padding: 0px;}/*********************Div 900px*********************/#wrapper_nine_hundred {width: 900px;padding: 1px;margin: 0px auto 0px auto;height: auto;text-align: left;border: 0px solid #ddd;}#container_nine_hundred {padding: 0px;margin: 0px 0px 0px 0px;background-attachment: scroll;background-image: url(back.gif);background-repeat: repeat-y;background-position: 0px 0px;height: 1%;width: auto;}#map_nine_hundred {background-color: #ffffff;margin: 0px;width: 440px;padding: 0px;margin: 0px 0px 0px 6px;float: left;}#outing_info_nine_hundred {background-color: #ffffff;height: auto;width: 300px;padding: 0px;float: left;margin: 0px 0px 0px 0px;}/*********************Videos*********************/#container_video {padding: 0px;margin: 0px 0px 0px 0px;background-attachment: scroll;background-image: url(back.gif);background-repeat: repeat-y;background-position: 0px 0px;height: 1%;width: auto;}#left_videos {background: #ffffff;width: 450px;float: left;text-align: center;margin: 0px 0px 0px 0px;}#right_videos {float: left;text-align: center;margin: 0px 0px 0px 5px;width: 450px;}#fishing_video {height: auto;width: 200px;padding: 5px;float: left;margin-left: 4px;margin-bottom: 4px;border: 2px solid #002534;}#diy_video {height: auto;width: 200px;padding: 5px;float: left;margin: 0px 0px 0px 5px;margin-bottom: 4px;border: 2px solid #002534;}/*********************Video pages*********************/#video_div {height: auto;width: 425px;padding: 5px;float: left;margin-top: -4px;margin-left: 4px;}#video_info {height: auto;width: 450px;padding: 5px;float: left;margin: 0px 0px 0px 5px;border: 2px solid #002534;}/*********************Video Site*********************/#slogo {   text-align : center;   margin : 0;   width : 320px;   padding : 5px;   float : left;}#sslogan {   text-align : center;   height : auto;   width : 320px;   padding : 5px;   float : left;   font-style : italic;   margin : 0 0 0 6px;}#sforum {   text-align : center;   padding : 5px;   height : auto;   width : 255px;   float : left;   margin : 0 0 0 6px;}


/*
********************
Slider
********************
*/
#loopedcarousel { margin:0 auto; position:relative; clear:both; }
#loopedcarousel .container { height: 130px; width: 100%; overflow:hidden; position:relative;}
#loopedcarousel .container .slides { position:absolute; left:0;}
#loopedcarousel .container .slides a { position:absolute; top: 0px; right: 0px; width: 140px; height: 150px; display:none; text-align:center; }
ul.pagination { list-style:none; padding: 5px 5px 0px 0px; margin: 0 0 10px; }
ul.pagination li  { background: #ffffff; float:left; margin-right: 5px; border: 1px solid #cccccc; font: 12px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; padding: 8px; vertical-align: middle; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
ul.pagination li a { padding:2px 4px; }
ul.pagination li.active { background: #ffffff; background: -moz-linear-gradient(center top , #ffffff, #efefef) repeat scroll 0 0 #f6f6f6; background: -webkit-gradient(linear, left top, left 25, from(#ffffff), to(#efefef)); color: #111111; border: 1px solid #cccccc; font: 12px Verdana, Arial, Helvetica, sans-serif; text-decoration: none; padding: 8px; vertical-align: middle; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
ul.pagination li.active a { background: none; color: #111111; }
#loopedcarousel .container .slides a img { }
#loopedcarousel .previous { position: absolute; margin-top: -75px; margin-left:-15px; }
#loopedcarousel .next { position: absolute; margin-top: -75px; margin-left: 585px }