/*   
Theme Name: GoPogy
Author: Teknuvo
Author URI: http://www.teknuvo.com/
Version: 1.0
*/


/*-----------------------------------------------------------------------------
       ALL
-----------------------------------------------------------------------------*/
* {
	outline:none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
		color: #0c6b7c;
}
#page h1{
	font-size: 18px;

	line-height: 2em;
}
body {
	background: #eae1cc url(images/main-bgrd.jpg) repeat-x;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
a, #footer a.almail {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:hover, #footer a.almail:hover {
	text-decoration: underline;
}
.wave {
	background: url(images/headaer-overlay.png) repeat-x left top;
	position: relative;
	z-index:1;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.99em;
	text-align: justify;
}
.clear {
	clear:both;
}
.container {
	padding-top: 0px;
}
#page, .widecolumn, 
#page-home {
	float: left;
	margin-bottom: 0px;
	width:100%;
	background: #FFFFFF url(images/page-content-back.jpg) repeat-x left top;
	
}
.home #page-home{
background: #deece1 url(images/home-boxes-back.jpg) repeat-x;
}
#page-home {
	background: transparent;
}
.widecolumn {
	padding:20px;
	width:920px;
}
.column {
	padding:0;
	margin:0;
}
#maincontent.span-9 {
	width:620px;
}
/*all other pages xcpt blog pages*/
#maincontent, #sidebar {
/*padding: 0 0 20px 0;*/

}
/*all other pages xept blog pages*/
#maincontent {
	padding-right:10px;
}
/* Padding inside columns */
#maincontent .content {
	padding: 25px 0px 20px 20px;
}
#widecontent {width:920px;padding: 25px 0px 20px 20px;}
blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #333333;
}
blockquote p {
	padding: 0 20px 0 30px;
}
hr {
	background: #CCC;
	height: 1px;
}
img {
	margin: 0;
}
p img {
	float: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.nomargin {
	margin: 0;
}
ol {
	margin-left: 35px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.title {
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.black {
	color: #000000;
}
#widecontent-error {
	background: url(images/404.png) no-repeat right bottom;
	padding:25px 0 20px 20px;
	width:930px;
}

/*-----------------------------------------------------------------------------
	BREADCRUMBS not using it at the moment
-----------------------------------------------------------------------------*
#breadcrumb {
	background: url(images/breadcrumb-fish.png) no-repeat left center;
	margin-bottom: 20px;
}
#breadcrumb ul {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
#breadcrumb ul li {
	display: inline;
	padding-right: 12px;
}
#breadcrumb ul li a {
	font-weight: normal;
	font-family: "Trebuchet MS", Georgia, sans-serif, Verdana;
}
/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	clear: both;
	background: url(images/lighthouse.png) no-repeat 36em 9px;
	position: relative;
	
}
.logo {
	height: 175px;
	width: 260px;
	background: url(images/GoPogy-logo.png) no-repeat left top;

	z-index:3;
	position:relative;


}
.parol {
	font-family:Georgia, "Times New Roman", serif;
	font-size:2em;
	font-weight:bold;
	color:#FFFFFF;
	float: left;
	position: absolute;
	left: 11.5em;
	top: 2em;
	width: 500px;
	background: url(images/get-out-and-fish.png) no-repeat left top;
	text-indent:-99999px;
	padding-bottom:47px;
}
/* Easy Slider */
#slide-wraper {
	width:960px;
	height:300px;
/* position:relative;*/

	
	
}
#slider {
	position: absolute;
	top:-20px;
	top:expression('-25px');
	left:-30px;
	width:960px;
	
	overflow:hidden;

	
	
}
#slider ul {
	margin:0;
	padding:0;
	list-style:none;


	


}
#slider li {
	width:960px;
	height:320px;
	overflow:hidden;
	margin: 0;
	padding: 0;
	list-style:none;

}
	#prevBtn
{ 

display:block;
height:28px;
left:900px;
position:absolute;
top:270px;
width:30px;
z-index:1000;
background: url('images/arrow-left.png') no-repeat 0 0;
right:0;
}	
#nextBtn{ 
display:block;
width:30px;
height:28px;
position:absolute;
right:0;
top:270px;
z-index:1000;

background-position: 0 0;
background: url('images/arrow-right.png') no-repeat 0 0;
}	
													
	#prevBtn a
{
	
	display: block;
	position: absolute;
	width: 28px;
	height: 28px;
	text-indent:-99999px;

	
}
#nextBtn a{
	position: absolute;
	width: 28px;
	height: 28px;

	text-indent:-99999px;

}
		

/* numeric controls *

	ol#controls {
	margin:0;
	padding:0;

	height:20px;
	position:absolute;
	top: 270px;
	right:0;
}
ol#controls li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
}
ol#controls li a {
	float:left;
	height:20px;
	line-height:20px;
	background:#DAF3F8;
	color:#555;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a {
	background:#5DC9E1;
	color:#fff;
}
ol#controls li a:focus {
	outline:none;
}
/*-----------------------------------------------------------------------------
	SEARCH
-----------------------------------------------------------------------------*/
#search {
	position: absolute;
    right: 12px;
	top: 180px;
	 z-index: 999;
}
.home #search {
    
    top: 305px;
   
}

#search #s {
/*	padding: 3px 0 4px 25px;
	background: transparent url(images/search-main.png) no-repeat;
	color: #666666;
	width:140px;
	border-style: none;
	font-size: 11px; */
	  -moz-border-radius: 5px 5px 5px 5px;
	  -webkit-border-radius: 5px;

    background: none repeat scroll 0 0 #393939 !important;
    border: 1px solid #111111;
    color: #CCCCCC;
    
    font-size: 12px;
    margin: 0 3px 0 0;
    padding: 4px;
    width: 210px;
}
#search #s:hover, #searchform-large #L:hover {
	
}
.search-excerpt {
	margin: 0;
}
#Search_submit, #searchform-large-B {
	/*width: 25px;
	height: 22px;
	text-indent: -99999px;
	cursor: pointer;
	background: url(images/btn_search.gif) no-repeat;
	border-style: none;  */

}
#Search_submit {
	/*position: absolute;
	top: 0px;
	right: 0px; */
	   -moz-border-radius: 5px 5px 5px 5px;
	   -webkit-border-radius: 5px;

    background: none repeat scroll 0 0 #1A1A1A;
    border: 1px solid #111111;
    color: #CCCCCC;
    font-size: 12px;
    margin: 0;
    padding: 3px 5px;
}
#searchform-large {
	height: 34px;
	width: 465px;
}
#searchform-large #L {
	padding: 10px 0 10px 12px;
	background: transparent url(images/search-large.png) no-repeat;
	color: #666666;
	width:463px;
	border-style: none;
	font-size: 14px;
}
#searchform-large-B {
	height: 38px;
	width: 53px;
	left: 645px;
	top: 404px;
	position: absolute;
}
#FNE-top .span-7 #searchform-large-B {
	top:256px;
	left:32em;
}
#browse-button {
	background: url(images/search-blue-sprice-button.png) 0 0;
	height: 37px;
	width: 120px;
	text-indent: -9999px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	float: right;
}
#browse-button:hover {
	background: url(images/search-blue-sprice-button.png) no-repeat 0px -38px;
}
/*-----------------------------------------------------------------------------
	FORM
-----------------------------------------------------------------------------*/

#footer .span-5 #newsletterform .span-4 form input {
	background: url(images/form-field.jpg) repeat-x;
	border: 1px solid #9a9898;
	font-size: 11px;
	color: #666666;
	padding: 3px;
}
#footer .span-5 #newsletterform #submit-button {
	background: url(images/submit-button.png) no-repeat left center;
	text-indent:-9999px;
	display: block;
	height:30px;
	width:80px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
cursor:pointer;
}
/*-----------------------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------------------*/

#footer {
	font-size: 0.9em;
	margin: 0 auto;
	background: #000000;
	padding: 15px 15px 0px;
	width: 930px;
	text-align:left;
	float: left;
}
#footer .span-8 {
	/*float:left;
	width:560px;
	padding-right: 10px; */
	 overflow: auto;
}
#footer .span-5 {
margin-top:12px;
	/*float:right;*/
}
#footer ul {
	margin:0;
	padding:0 0 30px;
}
#footer ul li {
	display:block;
	float:left;
}
#footer ul li a {
	font-weight: bold;
	text-transform: uppercase;
	display:block;
	text-decoration: none;
	float:left;
	color:#a59470;
	background: url(images/footer-divider.jpg) no-repeat right center;
	padding-right: 8px;
	padding-left: 8px;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li.page_item.page-item-51 a {
	padding-left: 0px;
}
#footer ul li.page_item.page-item-101 a {
	background: ;
}
#footer p {
	color:#979697;
	padding-left:8px;
}
#footer .span-5 p, #footer .span-5 h3 {

	padding-left:0px;
}
#footer a {
	color:#a59470;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
}
#footer h3 {
	color: #a59470;
	text-transform: uppercase;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding-left:8px;
}
#footer h4 {
	color: #FFFFFF;
	font-size: 18px;
	/*padding-bottom: 12px;*/




}

.container .span-16 {
	width:960px;
	background: url(images/footer-close.png) no-repeat left bottom;
	padding-top:8px;
	padding-bottom:9px;
	float: left;
	text-align: center;
	position:relative;
	color: #666666;
	height: 18px;
}
a.back-to-top-button {
	background: url(images/back-to-top-buttom.png) no-repeat center top;
	text-indent: -9999px;
	position:absolute;
	left:10px;
	width:94px;
	height:18px;
}
/*-----------------------------------------------------------------------------
    Sidebars
-----------------------------------------------------------------------------*/
#sidebar.span-3, #sidebar-info {
    width:300px;
    padding-bottom: 30px;
	float:right;
	padding-right:10px;
	margin-top:20px; /*new*/
}
#sidebar h2, #sidebar .widget{
	background:url(images/sidebar-red.png) no-repeat left top; 
    padding-left: 10px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px; 
}
#sidebar .widget.WPFishingNewEngland4_Widget h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
}
#sidebar ul  {
	padding: 0px;
	margin-top: 30px;
}
#sidebar .widget ul {
	margin:0 0 15px;
	padding-top: 12px;
}
#sidebar ul li {
    display: block;
    line-height: 2em;   
}
#sidebar .widget ul li {border:none;}
#sidebar ul li a, #sidebar .widget ul li a {
    color: #666666;
    text-decoration: none;
    background:  url(images/sidebar-arrow.png) no-repeat left 10px;
    padding-left: 12px;
    border:none;
    font-weight: normal;
display:block; 
   
}
#sidebar ul li a:hover, #sidebar .widget ul li a:hover {
	color: #CC0000;
}
#sidebar ul li ul, #sidebar .widget ul li ul {
    padding: 0px 0px 0px 5px;
    background:  ;
    border:none;
    margin: 0;
   
}

.feedlink, .trackbacklink {
    padding: 2px;
    font-size:10px;
}
/* Hide search from sidebar */
#sidebar #search, #sidebar-info #search {
    display: none;
}
#search-2.widget_search {
    display: block;
	
	
}
#search-2 #search {
display:block;
top:0;
position: relative;
}


/*-----------------------------------------------------------------------------
	SIDEBAR INFO
-----------------------------------------------------------------------------*/
#sidebar-info .widget {
	background:url(images/sidebar-top-g.png) no-repeat left top; 
	background:url(images/sidebar-red.png) no-repeat left top;
	margin-bottom: 15px;
	color: #FFFFFF;
	font: bold 12px/2.4em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-left: 10px;
}
#sidebar-info .WPFishingCalendar_Widget, 
#sidebar-info .WPFishingCalendarbyLocation_Widget
{
    	background:url(images/sidebar-top-g.png) no-repeat left top; 
}

#sidebar-info h2{
	color: #FFFFFF;
	font: bold 12px/2.2em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#sidebar-info ul, #sidebar-info .widget ul.fne-list, #sidebar-info .widget ul.fne-list li {
	margin: 4px 0 0;
	padding:0;
	background: ;
	list-style: none;

}
#sidebar-info ul.fne-list {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	
}
#sidebar-info ul.fne-list li a{
	margin:0;
	
	padding-left: 10px;
}
#sidebar-info ul.fne-list ul li a{
	
	background: ;
}
#sidebar-info ul li {
	display: block;

	line-height: 2em;
}
#sidebar-info ul li a {
	text-decoration: none;
	background:  url(images/sidebar-arrow.png) no-repeat 10px center;
	border:none;
	font-weight: normal;
	/*padding-left: 20px;*/
	display: block;
}
#sidebar-info ul li ul li a {
	padding-left: 12px;
	display: block;
	background: url(images/sidebar-arrow.png) no-repeat left 9px;
	color:#666;
}
#sidebar-info ul li ul li a:hover {
	
	color:#cc0000;
}

#sidebar-info a#active-main {
	font-weight: bold;
	background: #ededed;
}
#sidebar-info a#active-main:hover {
	color: #EA0707;
}
#sidebar-info a#active-main-sub {
	font-style: italic;
	font-weight: bold;
	background: ;
}
#sidebar-info ul#menu-locations li.current-menu-item a {
	color: #000;
}

/*-------------------------------------------------------------------------
		SIDEBAR PRODUCTS
	-------------------------------------------------------------------------*/

#sidebar-products { width:300px; margin-top:20px; float:right; margin-right:10px;}
#sidebar-products .widget {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#sidebar-products ul {margin:0; padding:0;}
#sidebar-products ul li {margin-top:10px; margin-bottom:10px;  }
#sidebar-products #categorisation_group_1 {
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar-products ul.wpsc_categories li {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ededed;
	margin: 0;
}
#sidebar-products ul.wpsc_categories li a {
	font-size: 12px;
	font-weight: normal;
	background: url(images/sidebar-arrow.png) no-repeat left center;
	display: block;
	padding-left: 12px;
}
#sidebar-products ul.wpsc_categories li ul {
	margin: 0px 0px 0px 10px;
}
#sidebar-products ul.wpsc_categories li ul li {
	border-style: none;
	margin: 0;
	padding: 0;
}
#sidebar-products ul.wpsc_categories li ul li a {
	background-image:none;
	font-size: 11px;
	padding-top:5px;
}

/*-------------------------------------------------------------------------
		BLOG PAGES
	-------------------------------------------------------------------------*/

h2.pagetitle {
	border-bottom: 1px solid #D5D0D0;
	margin-bottom: 20px;
}

.post h2 a {
	color: #000033;
	text-decoration: none;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;

	
}
.post .small {
	font-size: 11px;
	font-style: italic;
}
.post {
	margin-bottom: 25px;
}

.content .post ul li {
	padding:5px;
	list-style:disc inside;
	
}

.entry a.more-link {
	display:block;
	clear:both;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	background: #F4F4F4;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}
/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------
.navigation, .navigation a {
	color: #AAA;
}
	.entry #nav .content {
	padding: 0;
	margin: auto;
}
.entry #nav {
	margin-bottom: 15px;
	background: #FFF;
}
.entry #nav li a {
	color: #FFF;
	border-right: 1px solid #AAA;
	background: #666;
}
.entry #nav li.last a {
	border-right: none;
}
.entry #nav li a:hover {
	background: #333;
	color: #FFF;
}*/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
        display:block;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 10px 5px 11px;
	margin: 0;
}


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li {
	padding: 8px 15px;
}
.comments-alt {
	background: #EEE;
}
/*-----------------------------------------
		INDEX PAGE
-----------------------------------------------*/
.span-14.home {
	float: left;
	background: #000000;
	padding-top: 10px;
	width: 950px;
	padding-right: 10px;
}
.span-3.home-img {
	width: 230px;
}
.span-7.home-search {
	width: 710px;
	padding-left: 10px;
}
.span-7.home-search p {
	color: #FFFFFF;
	display: block;
	width: 500px;
	font-size: 11px;
}
.span-7.home-search .prepend-1.alignleft.title {
	padding-left: 20px;
	padding-right: 20px;
}
#home-boxes, #home-boxes-banners {
	background: #deece1 url(images/home-boxes-back.jpg) repeat-x;
	float: left;
	width: 958px;
	border-right: 1px solid #c5d4c2;
	border-left: 1px solid #c5d4c2;
	padding-top:15px;
}
#home-boxes-banners {
	border-style: none;
	background: transparent ;
	clear: both;
	float: left;
	padding-bottom: 30px;
	padding-top:15px;
}
#close-home-boxes {
	height: 30px;
	background: transparent url(images/home-boxes-bottom.png) no-repeat left top;
	float: left;
	width: 960px;
}
#home-boxes h2, 
#home-boxes-banners h2, 
#home-boxes-banners a, 
#FNE-top h2,
#home-boxes .span-4 h2 a,
h2.blog a {
	color: #000033;
	text-transform: uppercase;
	padding-bottom: 10px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
#home-boxes .middle-box h2{
	background: url(images/home-product-img.png) no-repeat right top;
	height:50px;

}
#FNE-top h2 {
	padding-top:15px;



	
}
#home-boxes-banners h2, 
#home-boxes-banners a {
	color: #593216;
}
#home-boxes .span-4, 
#home-boxes .span-5, 
#home-boxes-banners .span-3, 
#home-boxes-banners .span-6, 
#home-boxes-banners .span-4 {
	padding: 0px 15px 0px;

}

#home-boxes .span-4 {
	background: url(images/home-box-separator.jpg) no-repeat right 2.5em;
}

#home-boxes-banners .span-4 {
	width:275px;
	text-align: center;
	padding-top: 8px;
}
#home-boxes-banners .span-5 {
}
.span-4.middle-box #shop-green-button, .span-4.middle-box .paypal-img {margin-left:30px;}
#shop-green-button {
	height: 38px;
	width: 189px;
	background: url(images/shop-green-button.png) no-repeat 0px 0px;
	text-indent: -9999px;
	display:block;
}
#shop-green-button:hover {
	background: url(images/shop-green-button.png) no-repeat 0px -38px;
}
ul.lates-blogs {
	display:block;
	margin: 0px 0px 4px;
	background: url(images/home-latest-list-back.png) repeat;
	/*clear: both;*/
	
	padding:4px;
	float:left;
}
ul.lates-blogs li {
	font-size:11px;
	display: block;
	text-align: justify;
	padding-right: 5px;
}
ul.lates-blogs li.post-content { line-height:14px; }
ul.lates-blogs li a {
	color: #000033;
}
ul.lates-blogs li a.alignright {
	color: #CC0000;
}
ul.lates-blogs li.img {
	float: left;
	padding:0;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
}
ul.lates-blogs li.img img {width:85px; height:85px;}

ul.lates-blogs li.post-date {
	font-size:10px;
	font-weight:bold;
	color: #336666;
	padding-bottom:11px;
}
.span-5.blog {background: url(images/blog-icon.png) no-repeat right top; width:345px;}
#home-boxes-banners .span-4.charters {

	width: 260px;
	margin-left:20px;
}
/*-----------------------------------------
	SPECIES PAGE
-----------------------------------------------*/
#FNE-top {
    float:left;
    padding: 0px 18px 15px 17px;
    background:#a59470 url(images/fishing-map.jpg) no-repeat 50em bottom;
}

#FNE-top .span-7 {
	margin-right: 20px;
}
#FNE-top .span-6 {
	width: 435px;
}
#FNE-top h2 {
	text-transform: none;
	color:#FFFFFF;
}
.content.fne-pages {width:95%;}
.content.fne-pages h1, 
.content.fne-pages h2, 
.content.fne-pages h3, 
.content.fne-pages h4, 
.content.fne-pages h5,
.content.fne-pages h6 {
	color: #0c6b7c;
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content.fne-pages  h1{
	font-size:2em;
}
.content.fne-pages h2 {
font-size:1em;

}
.content.fne-pages h2, 
.content.fne-pages h3, 
.content.fne-pages h4, 
.content.fne-pages h5,
.content.fne-pages h6 {
	background: #F3F3F3;
	padding: 3px 5px;
}
.content.fne-pages p {
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
.content.info.alignleft.fne-pages p img  {
	margin: 0px 10px 10px 0px;
	border-style: none;
}
#FNE-top ul#location {
margin: 0px;
padding: 0px;
font-size: 11px;
color: #FFFFFF;
}
#FNE-top ul#location li {
margin: 0px;
padding: 0px;
list-style: decimal inside;
}
#FNE-top ul li a {
color: #FFFFFF;
font-weight: normal;
}
#page #FNE-top ul li a#active {
font-weight: bold;
}
#page #FNE-top {
clear: both;
margin-top: 0px;
padding-left:17px;
}
#species-slider {
clear: both;
margin-top: 20px;
padding-left:0px;
}
.products h2.lookLikeh1 {
	font-size: 18px;
	color: #0c6b7c;
	line-height: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

/*-----------------------------------------
		GALLERY PAGE
-----------------------------------------------*/
#page #gallery-head {
	background: url(images/gallery-head.jpg) no-repeat left top;
	height: 190px;
	width: 100%;
	
}

/*--------------------------------------------------------
                    MY CAROUSEL
--------------------------------------------------------*/
div.jMyCarousel .prev{
    background: url(images/left.png) center center no-repeat;
    width:47px;
    height:61px;
    border:0px;
}

div.jMyCarousel .next{
    background: url(images/right.png) center center no-repeat;
    width:40px;
    height:61px;
    border:0px;
}
div.jMyCarousel{
    float: left;
    width: 460px;
    height: 150px;
}

div.jMyCarousel ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    width: 460px;
}

div.jMyCarousel ul li{
    margin:0px 0px 0px 0px;
    padding:0px;
    float: left;
    display: block;
}

div.jMyCarousel ul li a{ /* in case of link */
    display:block;
    margin:0px;
    padding:0px;
   
}
div.jMyCarousel ul li a img{
    display:block;
    border-style: none;
    margin: 0px;
    padding: 0px;
    height: 80px;
    width: 100px;
	border: 3px solid #a59470;
}
div.jMyCarousel ul li a:hover img{
	border: 3px solid #FFFFFF;
}
.jMyCarousel span {
	display:block;
	float:left;
	font-size:10px;
	margin:0 0 0 3px;
	padding:0;
	text-align:center;
	width:100px;	
	white-space:pre;
}

/*--------------------------------------------------------
                   table
--------------------------------------------------------*/

caption, th, td, .textwidget {color:gray; font-weight:normal;}
#sidebar ul li td a {
	background:#CCCCCC ;
	padding:0.2em 0.4em;
	font-size:100%;
	color: #CC0000;
	font-weight: bold;
}
/*--------------------------------------------------------
                  fishing calendar table
--------------------------------------------------------*/
#sidebar-info table#fish-calendar {
	margin-left:-10px;
	width:300px;
	border:none;
	line-height: normal;
}
table#fish-calendar td.fish-month{
	color: #333333;
	font-weight: bold;
	border-right: none;
	text-align: center;
	font-size: 10px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: #cccc99 ;
}
table#fish-calendar td.fish-option{
	border-bottom: 1px solid #EDEDED;
	background-image:none;
}
table#fish-calendar td.fish-calendar-title {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	border:none;
	
}
table#fish-calendar td {
	border-bottom: 1px solid #EDEDED;
	padding: 2px 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	
}

#sidebar-info table#fish-calendar a, table#fish-calendar td a img  {
	background-image:none;
	font-size:10px;
	text-align:left;
	line-height:normal;
	margin:0;
	padding:0px;
}


/*-------------------------------------------------
	UPCOMING EVENTS CALENDAR
     NOTE: SOME css is IN ADMIN PANEL
--------------------------------------------------------*/
.calendar-table {
	border:none;
	background: #FFFFFF url(images/hook-calendar.png) no-repeat 3em top;
}
     .calendar-prev a {
	text-indent: -9999px;
	background: url(images/calendar-prev.png) no-repeat right;
	display:block;
	height:24px;
     }
     .calendar-next a {
	
	background: url(images/calendar-next.png) no-repeat left;
	text-indent: -9999px;
	display:block;
	height:24px;
     }

     .calendar-date-switcher input {
	background: url(images/calendar-go-button.png) no-repeat;
	border-width: 0px;
	border-style: none;

	text-indent: -9999px;
	height: 23px;
	width: 24px;
     }


/*
CONTACT FORM
*/
.alignright #wpcf7-f1-p176-o1{
background-color:#EDEDED;
float:left;
margin:0;
padding:10px;
width:530px;}
.wpcf7-form

	{
	margin:0;
	padding:20px 0 0;
		}
	.wpcf7-form fieldset{
	margin:0;
	padding:0;
	border:none;
	float:left;
	display:inline;
		}		
	.wpcf7-form legend{display:none;}	
	.wpcf7-form p{font-size:10px;
font-weight:bold;
margin:0;
padding:0 0 10px;
width:260px;}	
	.wpcf7-form label{display:block;}	
	.wpcf7-form input{
	width:240px;
	border:1px solid #ddd;
	background:#FFFFFF url(images/form_input.gif) repeat-x;
	padding:4px;
	color: #666666;
	font-size: 11px;
		}		
	.wpcf7-form textarea{
	width:250px;
	border:1px solid #ddd;
	background:#fff url(images/form_input.gif) repeat-x;
	padding:3px;
	overflow:auto;
	height:134px;
	color: #666666;
	float:right;
	font: 11px Verdana, Tahoma, Arial, serif;
		}					
.wpcf7-form #Submit	
{
	width:50px;
	height:30px;
	padding-bottom:10px;
	border:none;
	background:url(images/form_button.png) no-repeat 0 0;
	color:#fff;
	cursor:pointer;
	text-align:center;
	float: right;
	margin-top:10px;
		}				
			
/*--------------------------------------------------
JQUERY CONTACT PAGE 
------------------------------------------------------*/
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;

}
#page ul.sidebar_contact li a,
#page ul.sidebar_contact {
    margin-left: 0;
    padding-left: 0;
}
#page ul.sidebar_contact li{
	background:none;
	margin-bottom:5px;
	font-size: 14px;
}
#page ul.sidebar_contact li a span.ct_page {
    float: right;
    margin-right: 141px;
    margin-top: 2px;
}
#sidebar-info ul.sidebar_contact li a span.ct_page {
    
    margin-right: 160px;
   
}
#page ul.sidebar_contact li a{
  background: none repeat scroll 0 0 transparent;
    
    padding: 0;
}
#page ul.sidebar_contact li a:hover{

}
#page ul.sidebar_contact li.fb a{
background:url(images/facebook_logo_50.png) no-repeat 0 0;
width:50px;
height:50px;
    margin: 10px;
}

.home_post .home_thumbnail{
   float: left;
    margin: 0 10px 10px 0;
    padding: 4px;
}

.home_post h2 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#555;
	text-decoration: none;
}
.home_post a:hover {
	color:#888;
	text-decoration:none;
}
.home_post h2 {
	clear:none;
}

.home_post .post_content {
  
}

.home hr {
 	border-color: #bbb;
    border-style: none none solid;
    border-width: medium medium 1px;
    clear: both;
    margin-bottom: 10px;
    padding: 0;
}

div.footer_link {
float: left;
    padding: 2px 8px;
    width: 216px;
     text-align: center;
}
div.footer_link img{
 	
    max-width: 170px;
	
}

#footer .footer_link h4{
  	color: #A59470;
    font: bold 11px Verdana,Arial,Helvetica,sans-serif;
    height: 27px;
    margin-bottom: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

div#fancy_title table,
div#fancy_title table td {
    border:none !important;
}
