/*
Theme Name: Walleye Fishing Festival Flushing
Theme URI: http://www.flushingwalleye.com/
Description: The default WordPress theme based for the Walleye Fishing Festival.
Version: 1.0
Author: Justin Pervorse and Jordan Andree | http://noblegiant.com
Author URI: http://badseedworld.com
Tags: wallete fishing festival


*/



/*=======================================================================================

	---> Structure <---

=======================================================================================*/

body {
	font-size: .70em; 
	font-family: Verdana, Arial, Sans-Serif;
	background: #2e2312 url(images/bg.gif);
	color: #4e2106;
	margin: 0;
	padding: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, Times New Roman, Serif;
	color:#ec1e23;
}
	
a, a:active, a:visited {
	color: #4e2106;
	text-decoration:underline;
}

a:hover {
	color: #4e2106;
	text-decoration:none;
}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	}
	

#content {
		padding:20px 40px;
		}
	
/*=======================================================================================

	---> Header and Navigation <---

=======================================================================================*/
#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.7em; z-index:300; width:100%;  font-weight:bold;}
#dropmenu a {display:block; padding:0.25em 1em; }
#dropmenu a:hover {}
#dropmenu li {float:left; position:relative;}
#dropmenu ul {position:absolute;margin:16px 0 0 0px; display:none; width:12em; top:.5em; left:-1px;}
#dropmenu ul a {}
#dropmenu li ul {width:14.1em;}
#dropmenu li ul a {width:12em; height:auto; float:left; background-color:White }
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:10em; margin:0 0 0 0px;top:-.09em;}
	


#header {
	background:transparent url(images/top-bg.jpg);
	margin: 0;
	padding: 0;
	height: 415px;
	width: 900px;
	}
	
#logo {
	width:246px;
	height:118px;
	background:transparent url(images/logo.png);
	position:absolute;
	margin-left:20px;
	margin-top:20px;
	z-index:10;
}

#logo a {
	display:block;
	width:100%;
	height:100%;
}

#headerimg {
	width:800px;
	height:329px;
	background:transparent url(images/top-pic-bg.png);
	margin-left:50px;
	margin-top:30px;
	position:absolute;
	z-index:9;
	

}

#headerimg img {
	margin-top:16px;
	margin-left:17px;
	width:764px;
	height:291px;
}

#navigation {
	background:transparent url(images/nav-bg.png) bottom right no-repeat;
	height:45px;
	margin-top:5px;
	float:right;
	margin-right:70px;
	z-index:8;
	padding-right:20px;
	padding-left:0px;
}

#navigation li {
	list-style:none;
	float:left;
	padding:5px;
}

#navigation a { 
	text-decoration:none;
	text-transform:uppercase;
	padding:6px 2px 2px 8px;
	display:block;
	float:right;
        position:relative;
        top:-7px;
	font-family:Georgia, Times New Roman, Serif;
	font-size:90%;
	}
	
#navigation li a:hover {
	color:#ec1e23;
}
	

/*=======================================================================================

	---> Footer <---

=======================================================================================*/
#footer {
	padding: 0px;
	background-color:#1e1405;
	margin: 0 auto 50px;
	width: 900px;
	clear: both;
	}

#footer p {
	margin: 0px 0px 0px 10px;
	color:white;
	padding: 5px 0px 0px;
	text-align: center;
	}
	
#footer p span { color: #ec1e23; }

.footer-links {
	padding:0px;
	list-style:none;
	text-align:center;
	margin-left:180px;
	
}

.footer-links li a {
	float:left;
	color:white;
	text-align:center;
	padding:0px 10px 10px 0px;
	
}

.captive {
	width:50px;
	height:50px;
	display:block;
	float:right;
	background:transparent url(images/captive.png) center center no-repeat;
	}
	
.entry table {
	margin-top:-20px;
}


.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn{
	width:550px;
	float:left;
	}
	
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	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: 0 0 0 30px;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	padding-left:10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 20px 0;
	width: 250px;
	floaT:right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
