/*
Theme Name: Roatan Marine Park (new)
Theme URI: http://roatanmarinepark.com/
Description: New Roatan Marine Park theme
Version: 0.7
Author: Steve Craig
Author URI: http://thescubageek.com.com/
Tags: fixed width, two columns
*/

/*********** main styles ***************/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #00226c url('images/bg.gif') center repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	color: #5a93bc;
}

a:hover {
	color: #00226c;
}

hr
{
	border: none;
	border-top: 1px dashed #00226c;
}

#container { 
	width: 1025px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* utility classes */
.alignleft {
	float: left;
	margin: 5px 10px 5px 0px;
}

.alignright {
	float: right;
	margin: 5px 0px 5px 10px;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.clear {
	clear: both;
}


.clearlast {clear:both;padding-bottom:35px;}

.clearfix:after	{ content: "."; visibility: hidden; display: block; height: 0px; clear: both; }

* html .clearfix{ height: 1%; }

*+html .clearfix{ height: 1%; }


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

#header { 
	position: relative;
	display: block;
	height: 400px;
	width: 100%;
} 

#header #logo {
	position: absolute;
	left: 1px;
	top: 0px;
	width: 350px;
	height: 400px;
	background: #00226c;
}

#header #logo img {
	float: left;
}

#header #menu {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 1004px;
	height: 47px;
	background: #f1df41 url('images/menu_bg.gif') top left repeat-x;
	z-index: 10;
	text-align: center;
}

#header #menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #menu li
{
	list-style: none;
	padding: 0px 0px;
	margin: 0px 0px;
	float: left;
}

#header #menu li > a {
	display: inline-block;
	margin-top: 7px;
	padding: 0px 4px;
	/*background: url('images/menu_div.gif') top left no-repeat;*/
	border-left: 1px solid #68601c;
	height: 40px;
	border-right: 1px solid #e8e09c;
	font-size: 14px;
	font-weight: bold;
	line-height: 50px;
	color: #00226c;
	text-decoration: none;
	float: left;
	line-height: 40px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

#header #menu li:hover > a
{
	color: #fff;
	background: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	border: 1px solid #fff;
	border-bottom: 1px solid #000;	
}

#header #menu #left
{
	position: relative;
	width: 20px;
	float: left;
	height: 47px;
	background: url('images/menu_left.gif') top right no-repeat;;
}

#header #menu #right
{
	position: relative;
	width: 20px;
	float: right;
	height: 47px;
	background: url('images/menu_right.gif') top right no-repeat;
}

#header #menu .dropdown
{
	position: absolute;
	float: left;
	display: none;
	top: 47px;
	width: 180px;
	z-index: 20;
	background: #000;
	color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
border-radius: 5px;
border-top-left-radius: 0;
-moz-box-shadow: 0px 3px 4px #000;
 -webkit-box-shadow: 0px 3px 4px #000;
box-shadow: 0px 3px 4px #000;
}

#header #menu .dropdown li {
	float: none;
	display: block;
	width: 180px;
}

#header #menu .dropdown li a
{
	display: block;
	color: #fff;
	font-size: 12px;
	border: none;
	line-height: 16px;
	width: 170px;
	height: auto;
	font-weight: normal;
	margin: 0px;
	padding: 5px;
	text-align: left;
}

#header #menu .dropdown li:hover, #header #menu .dropdown li:hover > a
{
	background: #f1df41;
	color: #000;
	border: none;
}

#header #picture
{
	position: absolute;
	width: 692px;
	height: 353px;
	left: 301px;
	top: 47px;
	background-color: #00226c;
}


/************** sidebar ************/

#sidebar {
	position: relative;
	display: block;
	top: -50px;
	left: 20px;
	margin: 0px 0px;
	width: 250px; 
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	z-index: 10;
}

#sidebar form
{
	padding: 1px 1px;
	margin: 0px 0px;
}


#sidebar li {
	list-style: none;
	display: block;
	margin: 0px 0px;
	padding: 0px 0px;
}

#sidebar li li {
	list-style: none;
	margin: 0px 0px;
	padding: 0px 0px;
}

#sidebar ul {
	margin: 0px 0px;
	padding: 0px 0px;
}

.links
{
	clear: left;
}

.links li
{
	margin: 0px;
	padding: 0px;
}

.links a {
	display: block;
	width: 228px;
	color: #00226c;
	padding: 2px 10px;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #fff;
	border-top: none;
	cursor: pointer;
	background: #8cb4d0;
}

.links a:hover {
	background: #333;
	cursor: pointer;
	color: #fff;
}

.links form
{
	color: #00226c;
	border: 1px solid #fff;
	border-top: none;
	background: #8cb4d0;
}

.nav
{
	margin: 10px 0px;
	clear: left;
}

.nav h2
{
	padding: 8px 5px;
	margin: 0px 0px;
	background: #00226c;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border: 1px solid #fff;
}

.nav h2 a
{
	display: block;
	color: #fff;
	text-decoration: none;
}


.nav h2 a:hover
{
	color: #999;
}

.nav p
{
	display: block;
	color: #00226c;
	padding: 2px 10px;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px;
	background: #8cb4d0;
	border: 1px solid #fff;
	border-top: none;
}

.nav #contact a
{
	display: inline-block;
	border: none;
	margin: 0px 0px;
	padding: 1px 1px;
	width: auto;
}

.nav div
{
	
}

#roatan_weather
{
	height: 50px;
	text-align: center;
	background: #00226c;
	border: 1px solid #fff;
}

#roatan_weather a
{
	border: none;
}

#roatan_weather a:hover
{
	border: none;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

.sidebar_button
{
	margin: 10px 0px;
}

.sidebar_button a:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/************** TOP SIDEBAR ******************/

#top_sidebar
{
	display: block;
	width: 100%;
	height: 100px;
	margin: 15px 0px 0px 0px;
}

#searchform
{
	line-height: 40px;
}

#searchform #s
{
	width: 160px;
}	

#networking
{
	position: relative;
	display: inline-block;
	padding: 0px 10px 0px 0px;
	height: 30px;
	line-height: 30px;
	width: 120px;
	float: right;
}

#networking a
{
	float: right;
	padding: 5px 0px 5px 5px;
}

#networking a:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

#donate
{
	float: left;
	position: relative;
	display: inline-block;
	width: 120px;
}

#sidebar #colorboxLink {
	display: none;
}


/************************* main content ***************/


#mainContent { 
	position: relative;
	float: right;
	top: -50px;
	right: 32px;
	padding: 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	width: 692px;
	text-align:left;
	z-index: 5;
}

.newsletters
{
	display: block;
	text-align: center;
	margin: 10px;
	
}

.newsletters h3
{
	position: relative;
	background: #f1df41 url('images/gold_bg.gif') top left repeat-x;
	top: -5px;
	left: -5px;
	margin: 0px auto;
	color: #00226c;
	padding: 0px 0px;
	font-size: 16px;
	line-height: 20px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.newsletters h3 a
{
	border: none;
	display: block;
	color: #00226c;
	text-decoration: none;
	display: block;
	margin: 0px 0px;
	padding: 5px 5px;
}

.newsletters h3 a:hover
{
	color: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	
}

.pagetitle {
	display: block;
	font-size: 24px;
	line-height: 50px;
	padding: 0 0;
	margin: 0 0;
	background: #000;
	color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	padding: 0px 10px;
	text-align: center;
}

.pagetitle img
{
	margin: 0px 5px;
}

.entry
{
	padding: 5px 15px 5px 15px;
}

.pagelinks
{
	position: relative;
	display: block;
	font-size: 10px;
	padding: 5px 5px;
	background: #00226c;
	text-align: left;
	color: #fff;
	margin: 5px 5px;
	border: 1px solid #5a93bc;
	width: 670px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.pagelinks h3
{
	position: relative;
	background: #f1df41 url('images/gold_bg.gif') top left repeat-x;
	float: left;
	display: inline-block;
	top: -5px;
	left: -5px;
	margin: 0px 0px;
	color: #00226c;
	padding: 0px 0px;
	font-size: 16px;
	line-height: 20px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.pagelinks h3 a
{
	border: none;
	display: block;
	color: #00226c;
	text-decoration: none;
	display: block;
	margin: 0px 0px;
	padding: 5px 5px;
}

.pagelinks h3 a:hover
{
	color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	border: none;
}



#mainpages
{
	clear: both;
}

.pagelinks .current_page_item a
{
	background: #fff;
	color: #000;
	border: 1px solid #5a93bc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pagelinks .current_page_item a:hover
{
	background: #fff;
	color: #000;
}

.pagelinks li
{
	list-style: none;
	display: inline;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 10px;
	line-height: 20px;
}

.pagelinks a
{
	padding: 2px 2px;
	border: 1px solid #00226c;
}

.pagelinks a:hover
{
	background: #00226c;
	color: #fff;
	border: 1px solid #5a93bc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.alt
{
	background:#CCC;
}

.postmetadata
{
	padding: 5px 5px;
	clear: right;
	font-size: 10px;
	background: #eee;
}

.commentlist li
{
	padding: 5px 5px;
}

.navigation
{
	display: block;
	clear: right;
	float: right;
}

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

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

/************* footer ************/

#footer { 
	border-top: 1px dashed #666;
	display: relative;
	margin: 5px 5px;
	padding: 5px 5px;
	font-size: 10px;
	text-align: center;
	clear: both;
	line-height: 14px;
} 

#footer #copyright
{
	float: left;
	text-align: left;
	padding-bottom: 10px;
}

#footer #wordpress
{
	float: right;
	text-align: right;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/************ members **************/

.platinum a, .gold a, .silver a, .bronze a, .individuals a {
	text-decoration: none;
}

.platinum
{
	border: 1px solid #afc2c9;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px;
	margin: 5px 0px;
	background: #eff3f4;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.gold
{
	border: 1px solid #D9D919;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px;
	margin: 5px 0px;
	background: #f7f7d1;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.silver
{
	border: 1px solid #cdcdcd;
	padding: 5px 5px;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px;
	background: #f5f5f5;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.bronze
{
	border: 1px solid #A67D3D;
	padding: 5px 5px;
	font-size: 12px;
	margin: 5px 0px;
	background: #ede5d8;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.individuals {
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px 5px;
	margin: 5px 0px;
	font-size: 12px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

