@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
		color: #4b4942;
		background: #404639 url(../images/bg_patterns.gif);
		margin-bottom: 30px;
	}
	a{text-decoration: none;color: #00cc33;}
	a:hover{color: #bb800f;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	

/* =LAYOUT - the main layout styles */
	/* for the rounded top */
	#containertop{
		position: absolute;
		width: 902px;
		margin: -10px auto 0 auto;
		height: 10px;
		
		/* font-size:0.1em;*/
		background:url(../images/container_top.png) left bottom no-repeat;
	}
	/** html #containertop{behavior: url(stylesheets/iepngfix.htc);}  to correct transparent png in IE */
	
	/* container */
	#container{
		width: 902px;
		margin: 44px auto 0 auto;
		background: #171A0F url(../images/bg_container.png);
		padding-bottom:10px;
	}

/* =HEADER */
	/* Logo and Site Title */
	.sitetitle{
		font-size: 2.4em;
		text-transform: uppercase;
	
		background: url(../images/logo.gif) 2% 40% no-repeat;	
		padding-left:52px;
		padding-top:20px;
		height:40px;
		}
	
	.sitetitle a, .sitetitle a:hover{
		margin:10px 10px 10px 18px ;
		width: 180px; /*was 300*/
		color: #7b8266;
	}
	.sitetitle span { /*added for freelance tag*/
	font-size: 0.6em;
		height:30px;		
		padding-top:10px;
		padding-left:10px;
	}

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		background: #363B28 url(../images/nav_bg.gif) 0 0 repeat-x;
		height: 37px;
		width: 861px;
		margin: 10px auto 20px auto;
	}
	#navigation{
		float: left;
		padding-left:7px;
		height: 37px;
		background: url(../images/navigation_left.gif) left top no-repeat;
	}
	#navigation li{
		float: left;
	}
	#navigation li a{
		padding: 7px 10px 0 10px;
		height: 30px;
		float: left;
		/* font-family: "Trebuchet MS";*/
		font-size: 1.45em;

		letter-spacing:0.05em;
		color: #b1b3ab;
	}
	#navigation li a:hover{
		color: #82865b;
		background: #394030 url(../images/nav_hover_bg.gif) 0 0 repeat-x;
	}
	/* search */
	#search_wrapper{
		float: right;
		height: 30px;
		padding:7px 10px 0 0;
		background: url(../images/navigation_right.gif) right top no-repeat;
	}
	.search{
		background: #696D5F;
		border: 1px solid #212417;
		width: 160px;
		height: 18px;
		padding: 3px 2px 0 3px;
		color: #474A40;
	}
/* =MAIN IMAGE */
	#main_image{
		width:860px;
		position: relative;
		margin: 0 auto;
	}
	/* frame: the small rounded image in the corner picture (top,right,bottom,left) */
	#frame_image_top,#frame_image_bottom{
		position: absolute;
		width: 860px;
		height: 7px;
		font-size:0.1em;
		top:0;left:0;
		background: url(../images/frame_image_top.png) top no-repeat;
	}
	#frame_image_bottom{
		bottom:0;top:auto;
		background: url(../images/frame_image_bottom.png) bottom no-repeat;
	}
	* html #frame_image_top,* html #frame_image_bottom{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */

#pubbanner {
	
}

/* =CONTENT */

#content {
 padding:20px;
 margin:20px;

}

#content p {
	color:#f5f5f5;
	line-height: 1.2em;
	font: 1.5em  Arial, Tahoma, Verdana,Helvetica, sans-serif;
	padding-bottom: 15px;
}

#content h2 {
	font-size:2.2em;
	color:#669966;
	padding:0px 0px 10px 0px;
	margin-left:-5px;
}
#content h3 {
	font-size:1.6em;
	color:white;
	padding:0px 0px 15px 0px;
	margin-left:-5px;
	margin-top:-5px;
}
#content ul {
	padding-left:40px;
	padding-bottom:20px;
}
#content li{
		font: 1.5em  Arial, Tahoma, Verdana,Helvetica, sans-serif;
		line-height:1.5em;
		list-style: circle;
		color:white;
}

/* =BANNER */
	#banner_wrapper{
		width: 874px;
		overflow: hidden;
		padding:30px 0 0 28px;
	}
	.banner{
		float: left;
		width: 245px;
		float: left;
		background: #353C2C url(../images/banner_bg.gif) left repeat-y;
		margin-right:54px;
		padding-bottom:6px;
		position: relative;
	}
	.image_wrapper{text-align: center;}
	.banner img{border: 3px solid #181B0F;}
	.banner_last{margin-right:0;}
	.banner h2{
		height: 38px;
		background: url(../images/banner_top.gif) left no-repeat;
		font:1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #7c7c58;
		padding: 15px 0 0 17px;
	}
	/* for the rounded bottom */
	.image_wrapper span{
		position: absolute;
		width: 245px;
		height: 6px;
		font-size:.1em;
		left:0;bottom:-1px;
		background: #353C2C url(../images/banner_bottom.gif) bottom no-repeat;
	}
	

	
/* =FOOTER */
	#footer_wrapper{
		width: 871px;
		padding-left:31px;
		padding-bottom:25px;
		margin: 0 auto;
		text-transform:uppercase;
		font-size: 1.2em;
		background: url(../images/footer_left.png) 0 0 no-repeat;
	}
	#footer{
		position: relative;
		width: 840px;
		height: 67px;
		background: #313B24 url(../images/footer_bg.png) 0 bottom repeat-x;
	}
	#footer .logo{
		padding: 36px 0 0 40px;
		
		width: 300px;
		float: left;
		background: url(../images/wclogo.gif) left bottom no-repeat;
	}
	#footer .logo span{
		position: absolute;
		display: block;
		right:-31px;
		top:0;
		width: 31px;
		height: 67px;
		background: url(../images/footer_right.png) right bottom no-repeat;
	}
	
	#footer .logo a
	{
		color:#2F3922;
	}
		
	* html #footer .logo span, * html #footer_wrapper{behavior: url(stylesheets/iepngfix.htc);}
	#footer ul{
		padding-top: 34px;
		padding-right: 5px;
		float: right;
	}
	#footer ul li{
		float: left;
		padding-left:10px;
	}
	#footer a{
		color: #7B8266;
	}
	#footer li a:hover{
		color: #AFBB4F;
	}
	
/* FLYFISHING */

.imageholderleft {
float:left;
width: 270px;
padding:10px;
margin:5px;
border:1px solid black;
background-color:#343925;
}	

.imageholderright{
float:right;
width: 270px;
padding:10px;
margin:5px;
border:1px solid black;
background-color:#343925;
}

/* WRITING */

#leftcol{
padding-left:20px;
	width:45%;
	float:left;
}

#rightcol {
padding-left:20px;
width:45%;
float:right;	
}

.writingitem {
	padding:3px;
	margin:5px 5px 0px 5px;
	background: #2C3820;
	border: 2px solid #434a2b;
}

.writingitem p{
	margin-bottom:3px;
}

.entrytitle{
font-variant: small-caps;
font-size:1.5em;
color:white;
line-height: 15px;
margin:3px;
}


.entrybody {
		margin-bottom:1px;

}
.entryextended {
float:right;
	margin:-18px 0 0 0;
	padding:1px;
}

#articlelist {
	padding:3px;
}

.copyright {
	font-size: 0.5em;
	color:#7b8266;

}