/*
Theme Name: WordPress Always Wet Fishing
Theme URI: http://www.alwayswetfishing.com/
Description: Wordpress theme based on Always Wet Fishing a Charter Boat out of Easton MD.
Version: 1.6
Author: Erin Pleasanton
Author URI: http://www.internetconnection.net/

	This theme was built by Erin Pleasanton,
	who you will find at www.internetconnection.net


*/



/* Begin Typography & Colors */

html, *html, body { margin-top:0px !important; }

body {
	margin: 0; padding: 0;
	background-image: url(images/headerbg.jpg);
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:center top;
	font-family: Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:14px;
}

h3 {color:#006699;
	margin: 30px 0px 0px 0px;}
.alignright{margin-left:15px;}
.alignleft{margin-right:15px;}

dl {width:800px;margin-left:20px;}
dt {width:230px; clear:right; float:left; margin-bottom:15px; }
input {border:solid 1px #999999;}

p {margin:0px 0px 20px 0px;}

a:link .gallerylink {margin-right:10px;}

#content {float:left;
		clear:right;
		margin: 0px 0px 0px 0px;
		width:700px;
		height:100%;}
#footer {width:1024px;
		}

hr {border: solid 1px #CCCCCC;}
#sidebar {
	float: left;
	clear:right;
	padding:3px;
	margin:10px 10px 0px 15px;
	width:220px;
	height:100%;
	margin:15px 10px 15px 0px;
}
#menu {
	width:150px;
	border:2px solid #6699CC;
}

#menu ul, #menu li {list-style-type: none;

		border:2px solid #6699CC;
	background-color:#6699CC;
	font-size:12pt;
	text-align:center;
	font-color: #FFFFFF;

}
h3 {margin:0px 0px 0px 0px; font-size:14px;}
#categories h2, #archives h2 {text-decoration:none;}
#categories ul, #archives ul {width:150px; }
#categories li, #archives li {width:150px; }

.catarch, .location {border:solid 2px #6699cc;
		width:180px;
		padding:10px;}


 
a img {text-decoration:none;
	border:none;}
#post a:link {text-decoration:none;}
#menu  a:visited, #menu a:link, #menu a:active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
}

#menu  a:hover {	background-color:#ffffff;
	text-align:center;
	color:#6699cc;
}

p input {float:left; margin-left:10px; margin-bottom:10px;}

p form {width:400px;}
.wpcf7-form {background-color:#efefef;
	border:solid 3px #6699cc; width:700px; padding:10px 5px;

}

.wpcf7-form p { width:200px; margin:10px 0px 0px 10px;}

.send {float:right;}


 ul {list-style-type: none;
 }

#menu a{
	display:block;
}

#shell {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

.logo { background: url(/wp-content/themes/WetFishing/images/logo.gif)margin-top:20px;
	margin-top:20px;}

#info {
	font-size:16px;
	color:#ffffff;
	padding-top:20px;
	width:100%;
	background-color:#6699CC;
	border:2px solid #6699CC;
	clear: both;}

#info a:link, #info a:active, #info a:visited {color:#ffffff; text-decoration:underline;}
#info a:hover {color:#114477; text-decoration:underline;}


#menu {
	width:200px;
	border:2px solid #6699CC;
}



a:link, a:visited, a:active {color:#006699;}
a:hover {color:#6699cc;}

ul, li {list-style-type:none;}




/* Begin Structure */


#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

/* End Structure */










/* 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;
	}


#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

ol#comments li p {
	font-size: 100%;
}



.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}
/* End Images */
















