body {
	background:#176961 url(http://www.hoodoofishing.com/images/body_background.jpg) repeat-x
}

html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	font: 12px/1.2em Tahoma, Arial, 'Arial MT', Helvetica, sans-serif;
	line-height: 1.5em;
	color:#999;
}

a img{
	border:none}
a {
	color:#066
}
a:hover {
	color:#C60
}

#header h1 span { color:#963 } 							/* tagline color */

.search-area .textbox, #searchform .textbox { 			/* SEARCH TEXTBOX */
	color:#963; 										/* text color */
	border:1px solid #F2F6F8;								/* border color */
	background:#FFF }									/* background color */

.widecolumn { background:#F2F6F8 }						/* Should be same as above */

.post .date { color:#963 }								/* Date number color */
.post .date .top { color:#963 }							/* Date month color */

.post h2 { border-bottom:1px solid #963 }			/* Post bottom border color */
.post h2 a { color:#963 }							/* Post title link color */
.post h2 a:hover { color:#555 }							/* Post title link hover color */

.full h2 { color:#963 }								/* Post page - title color */
	
.full .postmetadata {
	background:#963;									/* Meta data background color */
	border-top:1px solid #963}						/* Meta data top border color */

h2.pagetitle {

	color:#963;
}										/* Page - title text color */

blockquote p { bcolor:#963}							/* Blockquote text color */
		
h3 { color:#999 }									/* H3 title text color */
	
ul.commentlist li {
	background:#f6f2ed url(http://www.hoodoofishing.com/images/comment_background.jpg) no-repeat }	/* Comment background color */
			
ul.commentlist .rightside { border-left:1px solid #A5C3D3 }		/* Comment line seperator color */
		



/* ----------------------------------------------------------------- */
/* END COLOR CHANGES ----------------------------------------------- */
/* fonts */
	
h1 {
	font:24px Georgia, Times, serif;
	font-weight: normal;
	padding: 0;
	line-height: 26px;
}	
h2 {
	font:18px Georgia, Times, serif;
	font-weight: normal;
}	


/* DEFAULT WORDPRESS CSS FOR IMAGES */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.imageLeft {
   float: left;
   border: 1px solid #000;
   margin: 0px 19px 10px 0px;
   
}

.imageRight {
   float: right;
   border: 1px solid #000;
   margin: 0px 0px 10px 10px;

}
.imageRight img {


}

   
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

p.fineprint {
	font-size:12px;
	color:#1A2364;
	line-height: 16px;
}


/* Main Styles ----------------------------------------------------- */
/* ----------------------------------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color: #333;
}
	
a:active, a:focus { outline:none }
.clear { clear:both; font-size:1px; display:block }

#content {
	width:1000px;
	margin:0 auto;
	background-image:url(http://www.hoodoofishing.com/images/main_content_background.jpg);
	background-color:#FFF;
}
#content {

}	
a { text-decoration:underline }	
a:hover { text-decoration:none }
	
/* Header ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */
	
#header {
	width:1000px;
	height:103px;
	position:relative;
	background:url(http://www.hoodoofishing.com/images/header_background.jpg) no-repeat
}
	
	#header h1 {
	position:absolute;
	top:0px;
	left:2px;
	width:600px;
	height:103px;
	margin:0;
	padding:0;
	font-size:1px
}
		
		#header h1 a {
	display:block;
	width:175px;
	height:103px;
	text-indent:-2000px;
	background:url(http://www.hoodoofishing.com/images/logo.jpg) no-repeat
}
			
		#header h1 span {
	font-size:16px;
	font-weight:normal;
	position:absolute;
	bottom:-20px;
	left:2px
}
			
	#header .search-area {
		display:block;
		margin:0; padding:0;
		width:400px;
		text-align:right;
		position:absolute;
		right:20px;
		top:44px }
		
		.search-area p, #searchform p {
			margin:0; padding:0;
			display:inline }
		
		.search-area form, #searchform form {
			margin:0; padding:0 }
		
		.search-area .textbox, #searchform .textbox {
			padding:5px;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif }
		
		.search-area .button, #searchform .button {
			border:none;
			padding:0; margin:0;
			position:relative;
			top:0px;
			background:url(http://www.hoodoofishing.com/images/button_search.jpg) no-repeat;
			width:30px;
			height:26px }
			
		.search-area .button, #searchform .button:hover {
			background:url(http://www.hoodoofishing.com/images/button_search_over.jpg) no-repeat;
			}

/* Navigation ------------------------------------------------------ */
/* ----------------------------------------------------------------- */
#nav ul li a {											/* NAVIGATION */
	color:#099;											/* text color */
	border-right:1px solid #000 }					/* link seperator color (the little line) */
	
#nav ul li a:hover {
	background:#000 url(http://www.hoodoofishing.com/images/hnav_hover.jpg) repeat-x;									/* hover background color */
	color:#CCC;
	background-color:#000;
	}													/* text hover color */

#nav li:hover ul,
#nav li.over ul { background:#6D889B }					/* dropdown rollover background color */
#nav ul ul li a:hover { background:#B2C5D3 }			/* dropdown link rollover color */

#nav {

	width:1000px;
	height:26px;
	background:url(http://www.hoodoofishing.com/images/hnav_background.jpg) no-repeat;
	margin:0;
	padding:0;
	overflow: hidden;
}
	
	#nav ul {
		list-style:none;
		margin:0; padding:0;
		height:26px }

	#nav ul#navigationRight {
		width:400px;
		float:right;}
		
	#nav ul#navigationLeft {
		width:400px;
		float:left;}			
		
	#nav ul#navigationRight li {
		position:relative;
		display:block;
		float:right;
		height:26px;
		margin:0;
		padding:0 }
		
	#nav ul#navigationLeft li {
		position:relative;
		display:block;
		float:left;
		height:26px;
		margin:0;
		padding:0 }		
		
		#nav ul li a {
			text-decoration:none;
			display:block;
			margin-top:0px;
			padding:3px 16px 3px 16px; 
			font-size:12px;
			font-weight:bold;
			 }
			
		#nav ul li a:hover { text-decoration:none }
			
		#nav ul ul {
			display: none;
			width:200px;
			height:auto;
			position:absolute;
			top:26px;
			left:0 }
			
			#nav li > ul {
				top: auto;
				left: auto }
			
			#nav li:hover ul, #nav li.over ul { z-index:2000px; display: block; width:200px; height:auto; top:26px; left:0 }
			
			#nav ul ul li {
				height:auto;
				display:block;
				float:none;
				margin:0; padding:0 }
				
				#nav ul ul li a {
					font-size:10px;
					height:auto;
					padding:8px 10px;
					border:none }
.navigation { width:100%; font-size:10px; margin:0 }	
.navigation .alignleft { display:block; float:left; width:49% }
.navigation .alignright { display:block; float:right; width:49%; text-align:right }
/* Navigation2 ------------------------------------------------------ */
/* ----------------------------------------------------------------- */
#nav2 ul li a {											/* NAVIGATION */
	color:#999;										/* text color */
	/*border-right:1px solid #600 				 link seperator color (the little line) */
	}	
#nav2 ul li a:hover {
	/*background:#600 url('http://www.hoodoofishing.com/images/hnav2_hover.jpg') repeat-x;*/									/* hover background color */
	color:#C90;
	/*background-color:#600; */
	}													/* text hover color */

#nav2 li:hover ul,
#nav2 li.over ul { background:#6D889B }					/* dropdown rollover background color */
#nav2 ul ul li a:hover { background:#B2C5D3 }			/* dropdown link rollover color */

#nav2 {
	width:1000px;
	height:18px;
	background:url(http://www.hoodoofishing.com/images/hnav2_background.jpg) no-repeat;
	margin:0;
	padding:0;
	overflow: hidden;
}
	
	#nav2 p {
		color:#999;	
		margin:0;
		width:135px;
		height:18px;
		float:left;
		font-size:12px;
		font-weight:bold;
		padding:0 10px 0 30px;
		top: 18px;}
		
		#nav2 p a{
		color:#000;	
		text-decoration:none}
		
	#nav2 ul {
		float:left;
		list-style:none;
		margin:0; padding:0;
		width:825px;
		height:18px }
		
	#nav2 ul li {
		position:relative;
		display:block;
		float:left;
		height:18px;
		margin:0;
		padding:0 }
		
		#nav2 ul li a {
			text-decoration:none;
			display:block;
			margin-top:0px;
			padding:0px 20px 0px 20px; 
			font-size:10px;
			font-weight:bold;
			 }
			
		#nav2 ul li a:hover { text-decoration:none }
			
		#nav2 ul ul {
			display: none;
			width:200px;
			height:auto;
			position:absolute;
			top:18px;
			left:0 }
			
			#nav2 li > ul {
				top: auto;
				left: auto }
			
			#nav2 li:hover ul, #nav li.over ul { z-index:2000px; display: block; width:200px; height:auto; top:18px; left:0 }
			
			#nav2 ul ul li {
				height:auto;
				display:block;
				float:none;
				margin:0; padding:0 }
				
				#nav2 ul ul li a {
					font-size:10px;
					height:auto;
					padding:1px 10px;
					border:none }
.navigation2 { width:100%; font-size:10px; margin:0 }	
.navigation2 .alignleft { display:block; float:left; width:49% }
.navigation2 .alignright { display:block; float:right; width:49%; text-align:right }
/* Main Content ---------------------------------------------------- */
/* ----------------------------------------------------------------- */

#main-content {
	width:825px;
	margin: 0;
	overflow: hidden;
}
#pageHeader {
	float:right;
	}	

.narrowcolumn { width:825px; float:right; }

.contentPadding {
	padding:10px 20px 20px 20px;
}
.introContentPadding {
	padding:0px 20px 60px 20px;
}

.post { clear:both;}

.post .date {
	display:block;
	float:left;
	position:relative;
	width:46px;
	height:30px;
	padding:18px 0 0 0;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background:url(http://www.hoodoofishing.com/images/date_background.jpg) no-repeat;
	margin:4px 10px 0 0 }
	
	.post .date .top {
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
		text-align:center;
		display:block;
		width:46px;
		position:absolute;
		top:1px; left:0 }

.post h2 {
	width:720px;
	float:right;
	margin:0 0 7px 0;
	padding:0 0 5px 0
}
	
.post h2 a { text-decoration:none }
.post h2 a:hover { text-decoration:none }

.entry {
	clear:both;
}
.entry p { line-height:21px; font-size:14px; margin:0 0 25px 0 }

.full h2 {
	font-weight:bold;
	border:none;
	margin:0 0 15px 0 ;
	padding:0 ;
	width:auto ;
	float:none }
	
.post .postmetadata {
	float:right;
	width:720px;
	font-size:12px;
	font-style:italic;
	padding:0;
	margin:0 0 15px 0 }
	
.full .postmetadata {
	float:none;
	width:auto;
	line-height:18px;
	font-size:12px;
	font-style:italic;
	padding:10px;
	margin:0 0 15px 0 }
	
	.post .postmetadata .category {
		display:block;
		width:323px;
		float:left; }
	
	.post .postmetadata .comments {
		display:block;
		width:200px;
		text-align:right;
		float:right; }

h2.pagetitle {

	margin:0 0 20px 0;
	padding:3px 10px 3px 10px;
	letter-spacing:-1px }
		


blockquote {
	display:block;
	padding:0 60px 0 60px;
	margin:0;
	background:url(http://www.hoodoofishing.com/images/quotes_left.jpg) 30px 0 no-repeat }
	
	blockquote p {
		margin:0;
		padding:0;
		font-style:italic;
		background:url(http://www.hoodoofishing.com/images/quotes_right.jpg) bottom right no-repeat }
		
h3 {
	font-size:16px;
	font-weight:bold }
		
ul.commentlist {
	list-style:none;
	width:742px;
	margin:0;
	padding:0 }
	
	ul.commentlist li {
		display:block;
		width:742px;
		margin:0 0 15px 0 }
		
		ul.commentlist li div {
			display:block;
			padding:15px 15px 15px 26px;
			margin:0;
			width:701px;
			background:url(http://www.hoodoofishing.com/images/comment_background_bottom.jpg) bottom no-repeat }
			
ul.commentlist .leftside { display:block; width:211px; float:left }
ul.commentlist .rightside { display:block; width:489px; float:right }
ul.commentlist img { float:left; margin:0 10px 0 0 }
ul.commentlist cite { font-size:16px; font-weight:bold; font-style:normal; position:relative; top:-2px }
ul.commentlist small { font-size:11px; font-weight:normal; font-style:italic; display:block }
ul.commentlist p { margin:0; padding:0 0 0 15px; line-height:20px; font-size:12px }

#commentform { margin:0; padding:0 }
#commentform p { margin:0 0 15px 0; padding:0 }
#commentform .textarea {
	width:600px }
	
/* contact form --------------------------------------------------------- */
/* ----------------------------------------------------------------- */

.formCommentBox{
	width: 780px;
	height: 200px;

}

.formTextBox{
	width: 400px;

}

/* PriceChart --------------------------------------------------------- */
/* ----------------------------------------------------------------- */
#priceChart{
	list-style:none;
	position:relative;
	padding:0px 40px 40px 40px;
	}
#priceChart ul ul{
	padding:0px 40px 20px 0px;
	}

.priceChartColumn{
	float:left;
	list-style:none;
	
	}
.priceChartColumn li h3{
	padding:0px ;
	
	}
.productOptions{
	padding:0px 0px 20px 20px;
	margin:-20px 0px 0px 0px;
	float:left;
	}	
	
.listRows{
	list-style:none;
	}
.listRows li{
	clear:both;
	}
/* vertical list --------------------------------------------------------- */
/* ----------------------------------------------------------------- */	

	.vertList{
	float:left;
	padding:20px;
	display: block;
	width: 740px;
		}
/* Sidebar --------------------------------------------------------- */
/* ----------------------------------------------------------------- */
.subNavHeader{
	height: 45px;
	line-height: 14px;
	font-size:18px;
	margin:0 0px 0px 0;
	text-indent:-2000px;
	padding:5px 0px 5px 0px;
	
	}
#sidebar {
	float:left;
	width:175px;
	padding:0px 0px 0px 0px;
	overflow: hidden;
	background-image:url(http://www.hoodoofishing.com/images/main_content_background.jpg) repeat-y;
}
#sidebar h1 {
	font:16px Verdana, san-serif;
	color:#666;
	padding:0 10px 0 20px
	}							 
#sidebar h2 {
	font:14px Verdana, san-serif;
	color:#666;
	padding:0 10px 0 20px
	}	
		


	#sidebar ul {
		list-style:none;
		margin:0; padding:0 }
		
	#sidebar ul li h2 {
		padding:0;
		width:175px;
		line-height: 12px;
		margin:0 0 0px 0;
		border-bottom: 1px solid #999;
		border-top: 1px solid #FFF;
		font:12px Verdana, san-serif;
		font-weight: normal;
		color:#666;
		}
	#sidebar ul li h2 a {
		color:#666;
		}

		
	#sidebar p {
		padding:20px;
		line-height: 14px;
		margin:0 0 0px 0 }

	#sidebar ul li a {
        background:url(http://www.hoodoofishing.com/images/vnav_button.jpg) repeat-y;
		display:block;
		padding:5px 5px 5px 20px;
		text-decoration:none;
		margin:0;
		
		}		
	#sidebar ul li a:hover {
		color:#036;
		background:url(http://www.hoodoofishing.com/images/vnav_button_over.jpg) repeat-y;

		}		

/*#sidebar .archives li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('http://www.hoodoofishing.com/images/calendar_icon.jpg') 0 4px no-repeat }

#sidebar .categories ul li {
	margin:0 0 4px 0;
	display:block;
	height:18px;
	padding:0 0 0 20px;
	background:url('http://www.hoodoofishing.com/images/folder_icon.jpg') 0 4px no-repeat }*/
	
/* Footer ---------------------------------------------------------- */
/* ----------------------------------------------------------------- */

#footer {
	width:980px;
	height:60px;
	margin:0 auto;
	padding:10px;
	background:url(http://www.hoodoofishing.com/images/footer_background.jpg) no-repeat;
	}	
#footer p {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:20px;
	text-align:center;
	color: #CCC;
}
#footer p a{
	color: #6CF;
	text-decoration:none;
}

	/* --------video and slideshow ----------*/
#splash	{
	position:relative;
	width: 1000px;
	background-repeat: repeat-y;
	background-image:url(http://www.hoodoofishing.com/images/page_backdrop.jpg);
	background-position:top center;
	}
#splashImagePosition {
	width: 1000px;
	background-image:url(http://www.hoodoofishing.com/images/page_backdrop.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin: 0 10px;
}
#splashRightContent {
	width: 1000px;
	height: 250px;
	overflow:hidden;
}

#splashLeftContent {
	float: left;
	width: 250px;
}
#slideShow{
	float: right;
	width: 825px;
	height: 375px;
	}
#mp3Player{
	float:right;
	width: 825px;
	height: 20px;
	text-align: right;
	background-image: url(http://www.hoodoofishing.com/images/mp3_backdrop.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}

#videoGallery {
	width: 825px;
	height: 464px;
}
p.footerLink {
	margin: -10px 0 0 0;
	color: #2CB6AB;
	}
p.footerLink a{
	color: #97E8DF;
	text-decoration:none;
	}
 
 

	/* --------ad for three column home page----------*/

#callToActionContainer {
	width : 825px;
	height : 63px;
	overflow : hidden;
	float: right;
	position: relative;

}
ul#callToActionMenu {
	margin : 0;
	padding : 0;
	list-style: none;
}

ul#callToActionMenu a {
	display : block;
	height : 63px;
	text-decoration : none;
}
li#callToActionOne a:hover
{
	background : url(http://www.hoodoofishing.com/images/call_to_action_f2.jpg) no-repeat 0px 0px;
}

li#callToActionTwo a:hover
{
	background : url(http://www.hoodoofishing.com/images/call_to_action_f2.jpg) no-repeat -412px 0px;
}




li#callToActionOne {
	list-style: none;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 412px;
	height : 63px;
	background : url(http://www.hoodoofishing.com/images/call_to_action.jpg) no-repeat 0px 0;

}

li#callToActionTwo
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 412px;
	width : 413px;
	height : 63px;
	background : url(http://www.hoodoofishing.com/images/call_to_action.jpg) no-repeat -412px 0px;
}

/* --------ad for three column home page----------*/

#introAdNavContainer {
	width : 825px;
	height : 200px;
	overflow : hidden;
	float: right;
	position: relative;

}
ul#introAdNavMenu {
	margin : 0;
	padding : 0;
	list-style: none;
}

ul#introAdNavMenu a {
	display : block;
	height : 200px;
	text-decoration : none;
}
li#introAdOne   a:hover
{
	background : url(http://www.hoodoofishing.com/images/intro_ads_f2.jpg) no-repeat 0px 0px;
}

li#introAdTwo a:hover
{
	background : url(http://www.hoodoofishing.com/images/intro_ads_f2.jpg) no-repeat -272px 0px;
}

li#introAdThree a:hover
{
	background : url(http://www.hoodoofishing.com/images/intro_ads_f2.jpg) no-repeat -541px 0px;
}


li#introAdOne {
	list-style: none;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 272px;
	height : 200px;
	background : url(http://www.hoodoofishing.com/images/intro_ads.jpg) no-repeat 0px 0;

}

li#introAdTwo
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 272px;
	width : 269px;
	height : 200px;
	background : url(http://www.hoodoofishing.com/images/intro_ads.jpg) no-repeat -272px 0px;
}

li#introAdThree
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 541px;
	width : 284px;
	height : 200px;
	background : url(http://www.hoodoofishing.com/images/intro_ads.jpg) no-repeat -541px 0px;
}

.introTwoColumn{
	
	margin : 0;
	padding : 0;
	list-style: none;
	float:left;
	}
.introTwoColumn li{
	width:360px;
	margin : 0;
	padding :0px 10px 40px 10px;
	float:left;
	
	}
.introTwoColumn img{
	padding :0px 10px 10px 0px;
	
	}
		
#photoGalleryNav ul li a{										/* NAVIGATION */
	color:#099;	
	border-right:1px solid #CCC;/* text color */
	}					/* link seperator color (the little line) */
	
#photoGalleryNav ul li a:hover {
	background:#FFF;									/* hover background color */
	color:#000;
	
	}													/* text hover color */

#photoGalleryNav {
		float:right;
		width:670px;
}
	
	#photoGalleryNav ul {
		list-style:none;
		margin:0;
		padding:0;
		float:left;
	}
		
	#photoGalleryNav ul li {
		
		display:block;
		float:left;
		margin:0;
		width:80px;
		padding:0;
		}		
		
		#photoGalleryNav ul li a {
			text-decoration:none;
			display:block;
			margin-top:0px;
			padding:0px 6px 0px 6px; 
			font-size:12px;
			line-height:1em;

			 }
			
		#photoGalleryNav ul li a:hover { text-decoration:none }
	

