/*
Theme Name:Fishing
Theme URI: http://www.nichesinabox.com 
Description: A WordPress theme by Niches in a Box.
Author: Nichesinabox.com
Author URI: http://www.nichesinabox.com
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size-adjust:none;
	font-stretch:expanded;
	font-variant:normal;
	font-style:normal;
	background-color: #16325c;
	background-image:url(images/BODY.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	color: #666666;
	text-align: center;
	}

#page {
	background-color: #FFFFFF;
	background-image:url(images/PAGE.jpg);
	text-align: left;
	}
	
#headerimage01 {
	background-image:url(images/HEADERIMAGE01.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	} 
	
#headerimage02 {
	background-image:url(images/HEADERIMAGE02.jpg);
	background-repeat:no-repeat;
	background-color:#319587;
	} 
	
#headerimage03 {
	background-image:url(images/HEADERIMAGE03.jpg);
	background-repeat:no-repeat;
	background-color:#319587;
	} 
	
#content {
	font-size: 1.175em;
	}

.postmetadata, .altdata {
	border-top: 1px solid #bbcfc9;
	}

.altdata {
	background-image:url(images/ALT.jpg);
	background-repeat:repeat-x;
	}
	
.more {
	background-image:url(images/MORE.jpg);
	background-repeat:no-repeat;
        background-position: right center;
	font-size: 1.3em;
	}
	
.more:hover {
	background-image:url(images/MOREHOVER.jpg);
	background-repeat:no-repeat;
        background-position: right center;
	font-size: 1.3em;
	}
	
.entry p {
	font-size: 1.05em;
	line-height: 1.4em;
	}
	
small, #footer {
	font-size: 0.9em;
	line-height: 1.35em;
	}

#footer {
	background-image:url(images/FOOTER.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	}

h1, h2, h3, #sidebar h2,#leftmid h2, #headernavbar, .more, h2, h3, #sidebar h2, #headernavbar ul li{
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	}

h1 {
	font-size: 2.75em;
        text-transform: uppercase;
	}

.description, .font {
	font-size: 1.2em;
	}

h2, h2.pagetitle {
	font-size: 2.0em;
	}

#sidebar h2, #leftmid h2 {
	font-size: 1.45em;
	}

#sidebar h3 {
	font-size: 1.1em;
	}

h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

.description, .font a, .font a:hover, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #leftmid h2 {
	text-decoration: none;
	color: #254367;
	}
	
small,.nocomments, strike, .postmetadata, #footer, blockquote {
	color: #254367;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

#leftmid h2 {
	text-align: left;
	}

#sidebar h2 {
	background-image:url(images/SIDEBARH2.jpg);
	background-repeat:repeat-x;
	background-color:#254367;
	text-align: left;
	color: #FFFFFF;
	}

#sidebar h2:hover {
	background-image:url(images/SIDEBARH2HOVER.jpg);
	background-repeat:repeat-x;
	background-color:#44948a;
	text-align: left;
	color: #FFFFFF;
	}

#sidebar h3 {
	text-align: right;
	}
	
.commentlist li {
	font-size: 1.0em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#sidebar a, #sidebar h3 a {
        color: #007360;
	text-decoration: none;
	}
	
#sidebar a:hover, #sidebar h3 a:hover {
        color: #16325c;
	text-decoration: underline;
	}

#sidebar a img {                
         border: 1px solid #ccded9;
	}

a, h2 a:hover, h3 a:hover {
	color: #008071;
	text-decoration: none;
	}

a:hover {
	color: #254367;
	text-decoration: none;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px 0px 20px 0px;
	padding: 0px; 
	}

#page {
	margin: 0px auto 20px auto;
	padding: 0px;
	width: 770px;
	}

#header	{ 
	margin: 0px; 
	padding: 0px;
	height: 285px; 
	width: 100%; 
	}
	
#headerimage01 { 
	margin: 0px; 
	padding: 10px 0px 0px 0px;
	height: 80px; 
	width: 100%; 
	}
	
#headerimage02  { 
	margin: 0px; 
	padding: 0px;
	height: 100px; 
	width: 100%; 
	}
	
#headerimage03 { 
	margin: 0px; 
	padding: 0px;
	height: 85px; 
	width: 100%; 
	}

.description, .font {
	text-align: left;
        margin:0px;
	padding: 5px 35px 0px 35px;
	}

.narrowcolumn {
	padding: 0px 0px 20px 35px;
	margin: 0px 0px 0px 0px;
	width: 315px;
	text-align:left;
        float: left;
	}

.postmetadata {
	text-align:right;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	clear: left;
	}

.more {
	text-align:right;
	padding: 8px 25px 8px 0px;
	margin: 0px;
	}
	
.widecolumn {
	padding: 0px 0px 20px 35px;
	margin: 0px 0px 0px 0px;
	width: 485px;
	text-align:left;
        float: left;
	}
	
.post {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align:justify;
	}

.entry {
	margin: 0px;
	padding: 0px;
	}

#footer {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0px;
	padding: 15px 35px 22px 35px;
	text-align:left;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding: 0px 25px 0px 50px;
	margin: 0px;
	text-align: left;
	}

h2 {
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align:left; 
	}

h2.posttitle {
	margin: 0px;
        padding: 0px 0px 7px 0px;
	}

#sidebar h2, #leftmid h2 {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	}

#sidebar h3 {
	padding: 5px 0px 0px 0px;
	margin: -10px 15px 20px 15px;
	}

h3 {
	padding: 0px;
	margin: 30px 0px 10px 0px;
	text-align:left;
	}

h3.comments {
	margin: 20px 0px 0px 0px;
        padding: 10px 0px 10px 43px;
	background-image:url(images/HCOMM.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	}
	

/* End Headers */



/* Begin Images */
p img {
	padding: 0px;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0px 0px 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0px 0px 0px 30px;
	} 

html>body .entry li {
	margin: 7px 0px 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0px 0px 0px 35px;
	margin: 0px;
	}

.entry ol li {
	margin: 0px;
	padding: 0px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 7px 10px 15px 10px;
	list-style-type: none;
	list-style-image: none;
	}
	
#leftmid ul ol #leftmid ul {
	margin: 0px;
	padding: 15px 5px 15px 5px;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul li , #leftmid ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 3px 0px 3px 0px;
	}
	
#sidebar leftmid ul , #leftmid ul select {
	margin: 5px 0px 8px 0px;
	}

#sidebar ul ul , #leftmid ul ul, #sidebar ul ol , #leftmid ul ol {
	margin: 3px 0px 3px 0px;
	}

#sidebar ul ul ul , #leftmid ul ul ul, #sidebar ul ol, #leftmid ul ol {
	margin: 0px;
	}

ol li, #sidebar ul ol li , #leftmid ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li , #leftmid ul ul li, #sidebar ul ol li , #leftmid ul ol li {
	margin: 3px 0px 3px 0px;
	padding: 0;
	}
#sidebar p, #leftmid p  {
	padding: 8px 10px 8px 10px;
        text-align: justify;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px; 
	text-align: left;
	}

#searchform #s {
	width: 120px;
	padding: 2px 3px 2px 3px;
	text-align: left;
	}

#searchsubmit {
	margin: 1px 0px 1px 0px;
	padding: 2px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0px;
	float: left;
	padding: 4px 0px 4px 0px;
	}
	
#searchform #s, #commentform input,#commentform textarea {
	background-color:#FFFFFF; 
	border: 1px solid #1b877d;
        color: #16325c;
	font-size: 1.0em;
	font-family: Verdana, Arial, Sans-Serif;
	}
	
#searchform #s {
        color: #455b7d;
	}

#commentform input,#commentform textarea {
        color: #16325c;
	}
	
#searchsubmit, #commentform #submit  {
	background-image:url(images/FORM.jpg);
	background-repeat:repeat-x;
	background-color:#374f6c;
	background-position:right center;
	border: 1px solid #1b877d;
	color: #FFFFFF;
	font-size: 1.0em;
	font-family: Verdana, Arial, Sans-Serif;
	}

/* End Form Elements */



/* Begin Comments*/
.alt, .altdata {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	}

.commentlist {
	padding: 0px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0px 3px 0px;
	padding: 5px 10px 3px 10px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 5px;
	}

#commentform p {
	margin: 5px 0px 5px 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	border-bottom: 1px dashed silver;
	margin: 5px 0px 5px 0px;
        paddind: 0px 0px 15px 0px;
	display: block;
	}
/* End Comments */



/* Begin Sidebars */
#sidebar {
	font-size: 1.175em;
	background-color:#bacfc8;
	color: #16325c;
	padding: 0px;
	margin: -10px 36px 0px 10px;
	width: 183px;
	text-align: left;
	float: right;
	}
	
#sidebar form {
	margin: 15px 10px 15px 15px;
	padding:  0px;
	text-align: left;
        }
	
#leftmid {
	color: #666666;
	font-size: 1.145em;
	padding: 0px;
	margin: 10px 0px 0px 10px;
	width: 160px;
	text-align: left;
	float: right;
	}

#sidebar a img, #leftmid a img {
	padding: 3px;
	margin: 3px;
	}
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed silver;
	}

blockquote {
	margin: 15px 65px 15px 30px;
	padding-left: 39px;
	background-image:url(images/QUOTES.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}

blockquote cite {
	margin: 5px 0px 0px;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	}
/* End Various Tags & Classes*/
