/*
Theme Name: MontaukFishingCharters
Theme URI: http://www.montaukfishingcharters.com/
Description: WordPress Theme for http://www.montaukfishingcharters.com/
Version: 1.0
Author: Internet Host Services
Author URI: http://www.hostservices.net
*/

td img {display: block;}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #184A87;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#callouts div{
	padding: 12px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #184A88;
	line-height: 1.5em;
	font-weight: bold;
}

h1{
	font-weight: bold;
	color: #0B2F5B;
	font-size: 20px;
	text-transform:uppercase;
	margin-bottom: 8px;
}

h2{
 color: #18921F;
 font-weight: bold;
 font-size: 18px;
 margin-bottom: 8px;
}

#nav{
	position: relative;
}

#nav #free-service{
	position: absolute;
	top: 22px;
	right: -16px;
}

a:link, a:visited, a:hover, a:active{
	color: #549CCC;
	
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	color: #B7D5F1;
}

#footer a{
	padding: 15px;
}

#footer{
	color: #B7D5F1;
	font-size: 12px;
	line-height: 1.7em;
}

#sidebar, .postmetadata{
	display: none;
}

strong{
	color: #0B2F5B;
}

p{
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

#boat-tbl{
   	border: 1px solid #9DD2EC;
}
				  
#boat-tbl a:link, #boat-tbl a:visited, #boat-tbl a:hover, #boat-tbl a:active{
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.tbl{
	border: 1px solid #9DD2EC;
	font-size: 12px;
}

.image{
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 4px;
	display: inline-block;
}

.image-right{
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 4px;
	display: inline-block;
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.image-left{
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 4px;
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

hr{
	margin-top: 16px;
	margin-bottom: 16px;
	height: 2px;
	display:list-item;
	line-height:2px;
	background-color: #E2E2E2;
	color: #E2E2E2;
	border: 0;
	list-style-type: none;
}

img { -ms-interpolation-mode: bicubic; }