/*
Theme Name: BayIslandsConnection
Theme URI: http://bayislandsconnection.com/
Description: Bay Islands Connection theme
Version: 2.0
Author: Steve Craig
Author URI: http://thescubageek.com/
Tags: black, blue, fixed width, fixed background
*/


/********** BODY STYLES **********/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0px 0px 10px 0px;;
	padding: 0px;
	background: #fff url('images/bg.jpg') fixed no-repeat top center;
}

a, h2 a:hover, h3 a:hover {
	color: #339;
	text-decoration: none;
	cursor: pointer;
	}
	

a:hover {
	color: #00f;
	text-decoration: underline;
	cursor: pointer;
	}
	
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
.clearboth {
	clear: both;
}

#container {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

hr
{
	border: none;
	border-top: 2px solid #339;
}

/*********** header ************/

#header {
	position: relative;
	display: block;
	width: 960px;
	height: 167px;
	background: url('images/logo_title.png') top left no-repeat;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

#header-top
{
	position: relative;
	width: 960px;
	height: 10px;
	background: url("images/menu-top.png") top left no-repeat;
	margin-top: 30px;
}
	
#logo {
	text-align: left;
	display: block;
	border: none;
	margin: 10px 0px;
}

#logo a
{
	display: block;
	width: 650px;
	height: 97px;
}


/********* header menu **********/

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


#header_menu
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 960px;
	height: 30px;
	margin: 0px 0px;
	text-align: center;
	z-index: 10;
	background: #339;
}

#header_menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header_menu li	
{
	float: left;
	display: inline;
	list-style: none;
	height: 30px;
}

#header_menu li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0px 1px;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	text-shadow: #333 1px 1px;
}

#header_menu li a:hover
{
	color: #ccf;
	text-shadow: #000 1px 1px;
}

#header_menu li:hover
{
	cursor: pointer;
}

#header_menu .current_page_item
{
    margin: 0px;
	padding: 0px;
	padding-left: 4px;
	background: url("images/tab-left.png") left top no-repeat;
}

#header_menu .current_page_item:hover 
{
	background: url("images/tab-left.png") left top no-repeat;
}

#header_menu .current_page_item a
{
	background: url("images/tab-right.png") right top no-repeat;
	color: #333;
	padding-right: 14px;
	font-weight: bold;
	text-shadow: none;
}

#header_menu .current_page_item a:hover
{
	color: #f00;
	cursor: pointer;
}

/*********** site info ************/
#site_info
{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 180px;
	width: 300px;
	text-align: right;
		filter:alpha(opacity=90);
		-moz-opacity:0.90;
		opacity:0.90;
}

#site_search
{
	position: relative;
	height: 30px;
	background: #333;
	border: 2px solid #ccc;
}

#site_search label
{
	color: #CCC;
}

#site_search #s
{
	display: inline;
	width: 228px;
	height: 20px;
	font-size: 18px;
	color: #333;
	margin: 1px;
	float: left;
}

#site_search #searchsubmit
{
	position: relative;
	border: none;
	width: 60px;
	height: 30px;
	color: #fff;
	background: #333;
	font-size: 16px;
	float: right;
}

#site_search #searchsubmit:hover
{
	cursor: pointer;
	background: #333399;
}

#site_networking
{
	text-align: right;
	margin-top: 5px;
}

#site_networking a
{
	margin: 0px 3px;
}

#site_networking a:hover
{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}



/*********** body styles **************/

#body
{
	display: block;
}

#body-top
{
	position: relative;
	border-left: 2px solid #339;
	border-right: 2px solid #339;
	height: 10px;
	/* background: url("images/body-top.png") top left no-repeat; */
	background: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

#body-bottom
{
	position: relative;
	width: 960px;
	height: 10px;
	background: url("images/body-bottom.png") top left no-repeat;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

#body-main
{
	position: relative;
	margin: 0px 0px;
	background: #fff;
	border-left: 2px solid #339;
	border-right: 2px solid #339;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
}

/************ sidebar styles ************/

#sidebar
{
	position: relative;
	width: 300px;
	text-align: left;
	font-size: 14px;
	margin: 0px 10px 10px 640px;
	padding-top: 10px;
}

#sidebar h3
{
	margin: 0px;
	background: url("images/sidebar-tab-left.png") left top no-repeat;
	text-align: center;
	color: #eee;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

#sidebar h3 > span
{
	display: block;
	background: url("images/sidebar-tab-right.png") right top no-repeat;
	height: 24px;
}


#sidebar h3 a
{
	display: block;
	color: #eee;
}

#sidebar h3 a:hover
{
	background: #06c;
}

#sidebar li
{
	list-style: none;
}

#sidebar ul
{
	margin: 0px 0px 10px 0px;
	padding: 5px 5px;
	border: 1px solid #339;
	background: #eee;
}

#sidebar ul li
{
	list-style-position: inside;
	font-size: 14px;
	line-height: 16px;
	padding: 5px;
}

#sidebar .tweets li
{
	padding-left: 5px;
	padding: 2px 2px 2px 5px;
}

#sidebar .tweets a
{
	padding-left: 0px;
	display: inline;
}

#sidebar .tweets a:hover
{
	background: none;
}

#sidebar .widget_tag_cloud div
{
	background: #eee;
	padding: 5px 5px;
	border: 1px solid #666;
}

#sidebar #roatan_weather
{
	text-align: center;
}

#sidebar .sidebar-archives
{
	text-align: center;
}

#sidebar .sidebar-archives select
{
	width: 200px;
}

#sidebar #facebook-fans
{
	margin-bottom: 10px;
}

/************** content styles *************/

#content
{
	width: 600px;
	padding: 0px 20px;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
	float: left;
}

#content img
{
	border: 1px solid #339;
	background: #eee;
}

.gallery img
{
	border: 1px solid #339;
	background: #eee;
}

#content ul
{
	list-style: circle;
}

#content ol
{
	list-style-position: inside;
}

#content li
{
	margin-bottom: 0.5em;
}

#content .post
{
	margin-bottom: 30px;
}

/***************** navigation styles ****************/

.archivetitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	text-align: center;
	font-size: 22px;
}

.navigation
{
	display: block;
	color: #084883;
	width: 610px;
	height: 20px;
	padding: 5px 5px;
	margin: 0px;
	margin-bottom: 10px;
}

.prevlink
{
	float: left;
	text-align: left;
}

.nextlink
{
	float: right;
	text-align: right;
}

/************ page title styles ***********/

.pagetitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	color: #339;
	margin-bottom: 10px;
}

.pagetitle a
{
	color: #339;
}

.pagetitle a:hover {
	color: #00f;
}

.pagetitle small
{
	font-size: 18px;
}

.pagetitle small a {
	color: #ccc;
	font-size: 16px;
}

.pagetitle small a:hover {
	text-decoration: underline;
	color: #999;
}

.pagetitle img {
	float: left;
	margin-right: 5px;
}

/************ post title styles ***********/

.posttitle {
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	text-align: left;
	font-size: 22px;
	color: #084883;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: #fff url("images/h2-post.gif") bottom left no-repeat;
	text-align: center;
	text-shadow: #999 1px 1px;
}

.posttitle a
{
	color: #084883;
}

.posttitle a:hover {
}

.posttitle small a {
	color: #8cb4d0;
	font-size: 16px;
}

.posttitle small a:hover {
	text-decoration: underline;
	color: #006699;
}

.posttitle img {
	float: left;
	margin-right: 5px;
}

.posttitle .date
{
	position: absolute;
	color: #fff;
	font-size: 10px;
	width: 50px;
	height: 50px;
	padding-top: 10px;
	top: 0px;
	left: 0px;
	text-align: center;
	text-shadow: #006 1px 1px;
}

.posttitle .day
{
	font-size: 16px;
	line-height: 14px;
}

.posttitle .month
{
	font-size: 8px;
	line-height: 8px;
}

.posttitle .year
{
	font-size: 8px;
	line-height: 8px;
}

.posttitle .comments
{
	position: absolute;
	text-shadow: none;
	width: 20px;
	height: 12px;
	top: 28px;
	left: 592px;
	font-size: 11px;
	color: #006699;
	text-align: center;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/************* home styles ****************/

#home-swf
{
	text-align: center;
	z-index: 1;
	margin: 0px 20px;
}

/************ postmetadata style *********/

.postmetadata
{
	font-size: 0.9em;
	background-color: #eee;
	border: 1px solid #006699;
	margin-bottom: 10px;
}

.postmetadata .info
{
	background: #003260 url('images/th.gif') top left repeat-x;
	color: #eee;
	font-weight: bold;
	padding: 2px 5px;
}

.postmetadata .tags
{
	padding: 2px 5px;
}

.postmetadata .info a
{
	color: #fff;
	text-decoration: underline;
}

.postmetadata .info a:hover
{
	color: #ccc;
}

/************ comments styles *************/

.post-comments
{
	text-align: left;
	border: 1px solid #006699;
	background: #ccc;
	margin-bottom: 10px;
}

.post-comments h3
{
	background: #003260 url('images/th.gif') top left repeat-x;
	color: #eee;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px 0px;
}

.post-comments .commentlist
{
	margin: 0px 0px;
	padding: 0px 0px;
}

.post-comments li
{
	list-style: none;
	border-top: 1px solid #006699;
}

.post-comments .comment-count
{
	float: right;
	font-size: 16px;
	color: #fff;
	padding: 2px 2px;
	margin: 0px;
	font-weight: bold;
	background: #006699;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post-comments .commentmetadata
{
	display: block;
	font-size: 10px;
}


.post-comments .comment-author
{
	padding: 5px 5px;
	line-height: 16px;
	font-size: 16px;
	height: 34px;
	background: #eee;
	border-bottom: 1px solid #006699;
}

.post-comments .comment-author img
{
	float: left;
	border: 1px solid #006699;
	margin-right: 5px;
}

.post-comments .alt 
{
	
}

.post-comments .comment-text
{
	margin: 2px 9px;
}

.post-comments .comment-text-top
{
	background: url('images/comment-top.png') top left no-repeat;
	width: 600px;
	height: 16px;
	margin: 0px 0px;
}

.post-comments .comment-text-bottom
{
	background: url('images/comment-bottom.png') top left no-repeat;
	width: 600px;
	height: 6px;
	margin: 0px 0px;
}

.post-comments .comment-text-main
{
	background: #fff;
	margin: 0px;
	padding: 1px 6px;
}

/*********** comments reply ***************/

.comments-reply
{
	text-align: left;
	border: 1px solid #006699;
	background: #ccc;
	margin-bottom: 10px;
}

.comments-reply h3
{
	background: #003260 url('images/th.gif') top left repeat-x;
	color: #eee;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0px 0px;
}

.comments-reply h4
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.comments-reply h4 input
{
	width: 500px;
	margin: 0px 0px;
	padding: 1px 1px;
	border: none;
	height: 30px;
	color: #fff;
	background: #333;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #333;
}

.comments-reply h4 input:hover
{
	background: #006699;
	cursor: pointer;
}


.comments-reply .info
{
	padding: 5px 5px;
	line-height: 16px;
	font-size: 16px;
	background: #eee;
	border-bottom: 1px solid #006699;
}

.comments-reply form
{
	padding: 5px 5px;
}

.comments-reply small
{
	font-size: 1.0em;
	line-height: 1.3em;
}

.comments-reply textarea
{
	border: 1px solid #006699;
	font-size: 14px;
	color: #006699;
	padding: 1px 1px;
}

.comments-reply #comment
{
	width: 600px;
}

.comments-reply label
{
	font-weight: bold;
}

.comments-reply input
{
	border: 1px solid #006699;
	font-size: 14px;
	color: #006699;
	padding: 1px 1px;
}

.comments-reply #submit
{
	margin: 0px 0px;
	padding: 1px 1px;
	border: none;
	width: 604px;
	height: 30px;
	color: #fff;
	background: #333;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #333;
}

.comments-reply #submit:hover
{
	background: #006699;
	cursor: pointer;
}


/************ footer styles ***************/

#footer
{
	position: relative;
	width: 940px;
	height: 35px;
	text-align: center;
	margin: 0px;
	padding: 5px 10px;
	font-size: 10px;
}

#footer hr
{
	border: none;
	border-top: 2px solid #006699;
}

#footer li
{
	list-style: none;
	display: inline;
}

/*********** general styles ***********/

.clear
{
	clear: both;
}

.clearright
{
	clear: right;
}

.clearleft
{
	clear: left;
}

/* 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;
	}
	
.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}
/* End Images */



