/*
Theme Name: fly-fishing
Theme URI: http://themes.floridakeysnews.info
Description: Get More Free Wordpress Themes By Visiting <a href="http://www.amazingwordpressthemes.com">Wordpress Themes</a>
Version: 1.0
Author: Deeogee
Author URI: http://themes.floridakeysnews.info
*/
/* -------------------------------------
#standards
------------------------------------- */

html 
{ 
	/* force scrollbars */
	min-height:100%; 
	margin-bottom:1px; 
}

body 
{
    font:80% Trebuchet MS;
	padding:0;
	margin: .5;
	color:#ffffff;
	background:url('images/bgimagenew.gif') repeat;
	background:color:#5A1318; 
}



{
	/*line-height:1.5em;
	text-align:justify;
	margin-top:0;
	margin-bottom:10px;*/
	margin:0;
	padding:5px 0 5px 0;
}


greylink
{
	color:#413839;
	text-decoration:none;

}


a
{
	color:#544E4F;
	text-decoration:none;
	font-weight:bold;
}

a:hover 
{
	color:#5A1318;
	text-decoration:underline;
	font-weight:bold;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:0px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;
 font-size:11px;text-decoration:none; 
 color:white;
 width:138px;
 height:30px;
 border:1px solid #000;
 border-width:1px 1px 1px 1px;
 background:blue;
 padding-left:10px;
 *padding-right:3px;
 line-height:29px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:blue url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:red url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:red url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:blue;}
/* style the third level hover */
.menu ul ul ul a:hover {background:red;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;
 position:absolute;
 height:0;top:31px;
 left:0; width:149px;
 border-top:1px solid #000;}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:blue;
 color:white; height:auto; line-height:1em;
 padding:5px 10px; width:128px;
 border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:white; background:red;}
.menu :hover > a, .menu ul ul :hover > a {color:white;background:red;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: blue;
  background: white;
  border-left: 1px solid black;
}

.menu .current_page_item a {
  color: blue;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: blue;
}

.menu ul .current_page_item ul a:hover {
  background: red;
  color: white;
}

.menu .current_page_item a:hover {
  background: red;
  color:white;
}



h1 
{
    font-size:3em;
	margin:0;
	padding:0;
	font-weight:normal;

}
    
h2 
{
    font-size:1.2em;
	margin:0;
	padding:0;
color:#000000;
}
    
h3 
{
    font-size:1.15em;
	margin:0;
	padding:0;
}

h4 
{
    font-size:1em;
	margin:0;
	padding:0;
}

form
{
	padding:0;
	margin:0;
}

.clear 
{
    clear:both;
	padding:0;
	margin:0;
}

.alignleft
{
	float:left;
}

.alignright
{
	float:right;
}

.credits

{

	color:#cccccc;
	text-decoration:none;
 font-size:.8em;
valign: center;
font-weight : normal;
}

a.credits		{ color: #cccccc; text-decoration: none;}
a.credits:hover { color: #cccccc; text-decoration: underline;}


.linetable {
	border-style: solid; 
	border-width: 1px;
	border-color: #999999;
	background-color: #ffffff;
	}

/* -------------------------------------
#page
------------------------------------- */

#page
{
	width:800px;
	margin:0 auto;
/*	background:url('images/bodyGrad.jpg') repeat-y; */
	padding:0px 0 0px 0;
}

.pagetitle
{
	margin:0 0 10px 0;
	padding:7px 7px 2px 7px;
	background:url('images/pagetitle2.jpg') no-repeat;
	font-weight:normal;
	color:#000000;
	height:27px;
}


/* -------------------------------------
#navigation
------------------------------------- */

/*#navigation
{
	margin:0;
	padding:0;
}

#navigation a
{

	text-decoration:none;
	font-weight:bold;

}

#navigation a:hover 
{

}
.tabNavigation
{
	margin:0;
	padding:0;
	line-height:30px;
	float:right;
	margin-top:7px;
}

.tabNavigation li 
{
	line-height:30px;
	margin:0;
	list-style:none;
	float:left;
	margin:0 20px 0 0;
	position:relative;
	
}

.tabNavigation li a
{
	line-height:30px;
	display:block;
	height:25px;
	width:80px;
	margin:0;
	background:url('images/tab.gif') no-repeat;
	color:#000000 !important;
	text-align:center;
}

.tabNavigation li a:hover
{

	color:#5A1318 !important;
	text-decoration:underline;
}

*/	

/* -------------------------------------
#header
------------------------------------- */

#header
{
	background:url('images/top.jpg') no-repeat bottom;
	width:800px;
	height:270px;
	margin-bottom:10px;	
}

#header a, #header a:hover
{
	/*color:#fff;*/
	text-decoration:none;
}

#headerTitle
{


}


#headerTitle h1
{
	float:left;
	clear:both;
	position:relative;
	top:33px;
	left:20px;

 font-size:25px;
}

#headerTitle h1 a
{
	color:#ffffff !important;
	font-weight:normal !important;
}

.description
{
	float:right;
	clear:right;
	position:relative;
	top:140px;
	left:-20px;
	color:#fff;


}

/*#headerSidebox
{
	width:185px;
	height:100px;
	padding:10px 5px 10px 10px;
	color:#fff;
	background:url('images/trans_bg.png');
}

*/

#search
{
	float:left;
	margin:0;
}

#sidebar #search
{

}

#s
{
	font:1em Trebuchet MS, Arial, Verdana,  Helvetica, sans-serif;
	margin:0;
	border:none;
	color:#021f2d;
	background:#fff;
	width:154px;
	padding:3px;
	margin-top:10px;
	margin-bottom:10px;
}


#sidebar #s
{
	font:1em Trebuchet MS, Arial, Verdana,  Helvetica, sans-serif;
	margin:0;
	border:none;
	color:#021f2d;
	background:#fff;
	width:154px;
	padding:3px;
	margin-top:10px;
	margin-bottom:10px;
}

#searchsubmit
{
	font-family:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color:#021f2d;
	border:none;
	font-weight:bold;
	text-align:right;
	float:left;
	background:transparent;
}

/*#sidebar #searchsubmit
{
	font-family:Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	background:transparent;
	border:none;
	float:right;
	font-weight:bold;
	text-align:right;
	padding:0;
	margin:4px 10px 4px 0;
}*/

/* -------------------------------------
#middle
------------------------------------- */

#middle
{

/*	background:url('images/bottom.jpg') center bottom no-repeat; */

	width:760px;
	margin:0 auto;
	padding:10px;
	color: #ffffff;
}

/* -------------------------------------
#content
------------------------------------- */

#content
{
	clear:both;
	float:left;
	width:540px;
	color: #000000;
}

#content .navigation
{
	padding:5px 15px 5px 15px;
	height:30px;
	line-height:30px;

}

.small
{
	padding:5px;
	line-height:1.5em;
}

/* -------------------------------------
.post
------------------------------------- */

.searchresults .post
{
	margin-bottom:20px;
}
.post
{
	background:#fff;
	padding:5px;
}

.post .metadata
{
	width:488px;
	padding:5px;
	margin-left:10px;
	border:1px solid #eaeaea;
	background:#eee;
}

.postfooter
{
/*	background:#fff; */
	width:530px;
height:100px;
	padding:5px;
	margin-bottom:15px;
	background:url('images/postfooter.jpg') repeat-x;
}

.postfooter a
{
}

.postfooter a:hover
{
}

.entry
{
	padding:5px 5px 5px 0px;
	margin:0;
}

.title
{

}

.title h2
{
	margin:0;
	padding:7px 7px 2px 7px;
	background:url('images/pagetitle.jpg') no-repeat;
	font-weight:normal;
	display:block;
	height:27px;
	color:#000000;
}

.title h2 a
{
	color:#6D323E;
	font-weight:heavy;
	display:block;
	width:530px;
}

.post .small

{
	font-weight:bold;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

.metadata
{
	background:#fff;
	padding:5px;
	width:530px;
	margin:0 auto;
}


/* -------------------------------------
#sidebar
------------------------------------- */

#sidebar
{
	float:right;
	color:#000;
	width:190px;
}

#sidebar h2
{
	margin:0;
	padding:7px 10px 2px 7px;
	background:url('images/bgimage2.gif') repeat;
	display:block;
	width:190px;
	height:27px;
	color:#ffffff;
	font-weight:heavy;

}
#sidebar h2 a
{
	font-weight:normal;
	color:#000000;

}

#sidebar a
{

}

#sidebar ul, #sidebar ul ol 
{
	margin: 0;
	padding: 0;
	
}

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

#sidebar ul li, #sidebar ol li 
{
	margin: 0;
	padding: 0;
}

#sidebar ul li p, #sidebar ol li p
{
	margin: 0;
	padding: 5px;	
}

#sidebar ul p, #sidebar ul select 
{
	margin: 0;
	padding: 0;
}

#sidebar ul ul, #sidebar ul ol 
{
	margin: 0;
	padding: 0;
	background:#fff;
	margin-bottom:10px;
}

#sidebar ul ul li a
{
	margin: 0;
	padding: 0px 5px 0px 5px;

}

#sidebar ul ul li a:hover
{
	margin: 0;
	padding: 0px 5px 0px 5px;

}

#sidebar ul ul ul, #sidebar ul ol 
{
	margin: 0;
	padding: 0;
}

ol li, #sidebar ul ol li 
{
	list-style: decimal outside;
	margin: 0;
	padding: 0;
}

#sidebar ul ul li, #sidebar ul ol li
{
	margin: 0;
	padding:0;
	border-bottom:1px solid #fff;

}

#sidebar ul li h2, #sidebar ol li h2
{
list-style:none;
}

#rssBox
{
	text-align:right;
	float:right;
	margin-right:102px;
	margin-top:-28px;
}

#rssBox a
{
	line-height:30px;
	padding:4px 5px 0px 5px;
	color:#fff !important;
	text-decoration:none;
	font-style:italic;
}

#rssBox a:hover
{
	color:#ffc !important;
}


#sidebar #calendar_wrap
{
	width:210px;
	background:#fff;
	padding-bottom:7px;
	margin-bottom:10px;
}

#sidebar #calendar_wrap table
{
	width:180px;
	margin:0 auto;
}

#sidebar .textwidget
{
	background:#fff;
	padding:7px 10px 10px 10px;
	margin-bottom:10px;
}

#sidebar .recentcomments
{
	padding:10px;
}

#sidebar .recentcomments a
{
}

#sidebar .recentcomments a:hover
{
}

#sidebar .widget_search
{
	width:190px;
	padding:10px;
	background:#fff url('images/searchheader.jpg') no-repeat top !important;
	padding-top:46px;
	float:none;
	margin-bottom:10px;
}


input
{/*
	border:1px solid black;*/
	background:#eaeaea;
	height:20px;
	color:#000;
	font-weight:normal;
	margin-top:2px;
}

#s
{
	border:1px solid black !important;
	height:17px !important;
	width:182px !important;
	color:#000;
	font:1em trebuchet ms, verdana, arial;
	background:#fff;
}

/* -------------------------------------
.noPostsFound
------------------------------------- */

.noPostsFound h2
{
}

/* -------------------------------------
comments
------------------------------------- */


.commentbox
{
	background:#fff;
}

.commentbox h2
{
	margin:0;
	padding:7px 7px 2px 7px;
	background:url('images/pagetitle.jpg') no-repeat bottom;
	font-weight:normal;
	display:block;
	height:27px;
	border-top:10px solid #eaeaea;
	color:#000000;
}

.commentbox p
{

	padding:10px 20px 10px 20px;
	border:1px solid #000000;
}

#respond
{

	
}


textarea
{
	width:490px;
	height:140px;
	font:1em Trebuchet MS, Arial, Verdana,  Helvetica, sans-serif;
	border:1px solid #000000;
	padding:4px;
	background:#fff;
	margin:0 20px 0 20px;
}

#submit
{
	font:1em Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	background:none;
	border:1px solid #000000;
	padding:3px 0 2px 0;
	float:right;
	text-align:right;
	margin-bottom:10px;
}

/* -------------------------------------
#footer
------------------------------------- */

#footer
{

	background:url('images/top.gif') no-repeat;
	width:790px;
	height:275px;
	text-align:center;
	padding:5px;
	margin:0 auto;




}

#footer a
{


}

blockquote
{
	margin-left:10px;
	margin-right:-5px;
	padding:10px;
	border:1px solid #fff;
	background:#eaeaea;
}

blockquote blockquote
{
	margin-right:10px;
	background:#fff;
}


