/*
Boat Tune Styles
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 11px Verdana;
	color: #000000;
	background: url(http://www.boattune.com/images/background.gif) repeat-x 0 0;
}
a {
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
.wrapper {
	width: 900px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN main **/
#main .wrapper {
	width: 860px;
	padding: 0 20px;
}
/** END main **/

/** BEGIN header **/
#header {
	height: 155px;
}
	#header ul {
		list-style-type: none;
		height: 38px;
	}
		#header ul li {
			float: left;
			font-weight: bold;
			text-transform: uppercase;
			padding-right: 2px;
			background: url(http://www.boattune.com/images/divider.gif) no-repeat right 0;
		}
		#header ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 11px 15px 12px;
		}
		#header ul li a:hover {
			
		}
	#header h1 {
		float: left;
		padding-top: 5px;
	}
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 315px; height: 104px;
			background: url(http://www.boattune.com/images/logo.png) no-repeat 0 0;
		}
	/**#header .ad468x60 {
		float: right;
		padding: 30px 0 0;
	}**/
/** END header **/



/* <div class="post"... makes this happen
h2.wp-page-header {
	font-size: 2.5em;
	font-weight: normal;
}

*/

ul {
	padding-left: 25px;
}





/** BEGIN featured **/

#featured {
	height: 295px;
}
	#featured {
		position: relative;
		font-size: 1.1em;
	}
	#featured .container {
		width: 860px; height: 240px;
		overflow: hidden;
		position: absolute;
		top: 15px;
	}
		#featured .item {
			clear: both;
		}
		#featured .thumb {
			display: block;
			width: 850px; height: 230px;
			float: left;
			margin: 0 20px 20px 0;
			border: 5px solid #ffffff;
		}
		#featured .date {
			text-transform: uppercase;
			color: #8F8F8F;
			font-size: 0.9em;
		}
		#featured h2 {
			font-size: 2em;
			margin-bottom: 10px;
		}
			#featured h2 a {
				color: #8F8F8F;
				text-decoration: none;
			}
		#featured p {
			margin-bottom: 10px;
			line-height: 1.5em;
		}
		#featured .previous {
			display: block;
			width: 30px; height: 49px;
			text-indent: -9999px;
			outline: none;
			background: url(http://www.boattune.com/images/previous.gif) no-repeat 0 0;
			position: absolute;
			left: 0; top: 100px;
		}
		#featured .next {
			display: block;
			width: 30px; height: 49px;
			text-indent: -9999px;
			outline: none;
			background: url(http://www.boattune.com/images/next.gif) no-repeat 0 0;
			position: absolute;
			right: 0; top: 100px;
		}
/** END featured **/

/** BEGIN content **/
#content {
	width: 490px;
	float: left;
	padding-bottom: 20px;
}

#content-locations {
	width: 420px;
	float: left;
	padding-bottom: 20px;
}

	#content .post {
		margin-bottom: 30px;
	}
		#content .post p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .post .thumb {
			padding: 5px;
			background-color: #EEEEEE;
			border: 1px solid #DDDDDD;
			margin-bottom: 20px;
		}
			#content .post .thumb a {
				display: block;
				width: 477px; height: 217px;
				overflow: hidden;
			}
		#content .post .details {
			color: #9999AB;
			margin-bottom: 20px;
		}
			#content .post .details a {
				text-decoration: none;
			}
		#content .post h2 {
			font-weight: normal;
			font-size: 2.5em;
			margin-bottom: 15px;
		}
			#content .post h2 a {
				text-decoration: none;
				color: #000000;
			}
		#content .post .readmore {
			display: block;
			float: right;
			width: 136px; height: 22px;
			background: url(http://www.boattune.com/images/readmore.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
		}
	#content {
		
	}
	
	
	#content-locations .post {
		margin-bottom: 30px;
	}
		#content-locations .post p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content-locations .post .thumb {
			padding: 5px;
			background-color: #EEEEEE;
			border: 1px solid #DDDDDD;
			margin-bottom: 20px;
		}
			#content-locations .post .thumb a {
				display: block;
				width: 477px; height: 217px;
				overflow: hidden;
			}
		#content-locations .post .details {
			color: #9999AB;
			margin-bottom: 20px;
		}
			#content-locations .post .details a {
				text-decoration: none;
			}
		#content-locations .post h2 {
			font-weight: normal;
			font-size: 2.5em;
			margin-bottom: 15px;
		}
			#content-locations .post h2 a {
				text-decoration: none;
				color: #000000;
			}
		#content-locations .post .readmore {
			display: block;
			float: right;
			width: 136px; height: 22px;
			background: url(http://www.boattune.com/images/readmore.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
		}
	#content-locations {
		
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 330px;
	float: right;
	padding-bottom: 20px;
}

#sidebar-locations {
	width: 400px;
	float: right;
	padding-bottom: 20px;
}

	#sidebar .box {
		clear: both;
		margin-bottom: 20px;
	}
		#sidebar .box .popular {
			list-style-type: none;
			background-color: #ffffff;
			border: 1px solid #DDDDDD;
			padding: 15px 15px 15px;
		}
		
			#sidebar .box .popular li {
				clear: both;
				line-height: 1.5em;
			}
			#sidebar .box .popular li img {
				float: left;
				margin: 0 10px 10px 0;
				padding: 5px;
				border: 1px solid #DDDDDD;
			}
			#sidebar .box .popular li a {
				text-decoration: none;
				color: #000000;
				font-size: 1.2em;
				font-weight: bold;
			}
			#sidebar .box .popular li a:hover {
				color: #005ABB;
			}
			#sidebar .box .popular li p {
				padding-top: 5px;
			}
		#sidebar .box h2 {
			font-size: 1.2em;
			text-transform: uppercase;
			padding: 6px 10px;
			background-color: #EEEEEE;
			border: 1px solid #DDDDDD;
			margin-bottom: 10px;
		}
		#sidebar .box .content {
			background-color: #EEEEEE;
			border: 1px solid #DDDDDD;
			padding: 5px;
		}
		#sidebar .box .tags {
			padding: 10px;
			background-color: #ffffff;
			border: 1px solid #DDDDDD;
		}
			#sidebar .box .tags a {
				text-decoration: none;
			}
			#sidebar .box .tags a:hover {
				color: #4083CC;
			}
		#sidebar .box .video {
			background-color: #ffffff;
			border: 1px solid #DDDDDD;
			padding: 20px;
		}
		#sidebar .box .flickr {
			background-color: #ffffff;
			border: 1px solid #DDDDDD;
			padding: 10px;
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 5px;
			}
		#sidebar .box .subscribe {
			background-color: #ffffff;
			border: 1px solid #DDDDDD;
			list-style-type: none;
			padding: 2px;
		}
			#sidebar .box .subscribe li {
				line-height: 1.5em;
				padding: 10px 20px 10px 50px;
				font-size: 1.2em;
				background: url(images/mail.gif) no-repeat 10px 7px;
				border-top: 1px solid #EEEEEE;
			}
			#sidebar .box .subscribe li.mail { border-top: 0; }
			#sidebar .box .subscribe li.rss { background-image: url(http://www.boattune.com/images/rss.gif); }
			#sidebar .box .subscribe li.facebook { background-image: url(http://www.boattune.com/images/facebook.gif); padding-bottom: 20px; }
			#sidebar .box .subscribe li.twitter { background-image: url(http://www.boattune.com/images/twitter.gif); padding-bottom: 20px; }
			#sidebar .box .subscribe li.stumbleupon { background-image: url(http://www.boattune.com/images/stumbleupon.gif); padding-bottom: 20px; }
			#sidebar .box .subscribe li a {
				color: #000000;
				text-decoration: none;
			}
			#sidebar .box .subscribe li a:hover {
				color: #005ABB;
			}
		#sidebar .box form {
			height: 34px;
			background: url(http://www.boattune.com/images/search.gif) no-repeat 0 0;
		}
			#sidebar .box form input {
				float: left;
				border: 0;
				margin: 8px 0 0 5px;
				width: 320px;
			}
			#sidebar .box form button {
				display: none;
			}
/** END sidebar **/

/** BEGIN footer 1 **/
#footer1 {
	clear: both;
	background: url(http://www.boattune.com/images/footer2.gif) repeat 0 0;
	color: #ffffff;
}
	#footer1 .a {
		background: url(http://www.boattune.com/images/footer1.gif) repeat-x 0 0;
		padding: 30px 0 20px;
	}
	#footer1 .box {
		width: 175px;
		float: left;
		padding: 10px 25px;
	}
		#footer1 .box h2 {
			text-transform: uppercase;
			font-size: 1em;
			margin-bottom: 10px;
		}
		#footer1 .box ul {
			list-style-type: none;
			padding: 15px 10px;
			background: url(http://www.boattune.com/images/footerlist.gif) no-repeat 0 0;
		}
			#footer1 .box ul li {
				line-height: 1.5em;
				padding: 5px 0;
			}
			#footer1 .box ul li a {
				color: #ffffff;
				text-decoration: none;
			}
/** END footer 1 **/

/** BEGIN footer 2 **/
#footer2 {
	height: 62px;
	background: url(http://www.boattune.com/images/footer3.gif) repeat-x 0 0;
	color: #ffffff;
}
	#footer2 a {
		color: #ffffff;
	}
	#footer2 .l {
		float: left;
		padding-top: 25px;
	}
	#footer2 .r {
		float: right;
		padding-top: 25px;
	}
/** END footer 2 **/
