/*
Theme Name: ThisIsRoatan
Theme URI: http://thisisroatan.com/
Description: TIR theme
Version: 3.0
Author: Steve Craig
Author URI: http://thescubageek.com/
*/


/********** BODY STYLES **********/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #00427f;
}

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

#body
{
	position: absolute;
	width: 100%;
	height: 100%;
}

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

#body-map
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #aaa; /* the background color will be displayed for the length of the content in the column, but no further */
}

.tir {
	width: 100%;
	height: 100%;
}

.tir_map
{	
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #ccc;
	text-align:center;
}

#tir-logo
{
	position: absolute;
	z-index: 50;
	width: 200px;
	height: 86px;
	bottom: 17px;
	right: 100px;
	background: url('images/logo_small.png') top left no-repeat;
}

#tir-logo p
{
	position: absolute;
	margin: 0px;
	font-size: 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	top: 75px;
	right: 5px;
}

/************* rss feed styles ************/
#rssfeed
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #000;
	color: #ccc;
	width: 100%;
	height: 20px;
	z-index: 100000;
	line-height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
}

.rssclass
{
	margin: 0px 2px;
	color: #eee;
}

.rssclass a
{
	color: #fff;
	text-decoration: none;
}

.rssclass a:hover
{
	color: #ccc;
	text-decoration: underline;
}

.rsstitle
{
	font-weight: bold;
	display: inline;
	font-size: 14px;
}

.rssdate
{
	display: inline;
	padding-left: 5px;
	margin-left: 5px;
	border-left: 1px solid #fff;
}

.rssdescription
{
	display: inline;
	padding-left: 5px;
	margin-left: 5px;
	border-left: 1px solid #fff;
}

.feedflare
{
	display: none;
}

#networking
{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	padding: 2px 2px 2px 52px;
	z-index: 1000001;
	background: url('images/rssfade.png') top left repeat-y;
}

#networking a
{
	margin: 0px 1px;
}

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

/************** body top styles ***********/
#menu
{
	position: absolute;
	top: 20px;
	left: 0px;
	right: 0px;
	background: url('images/menu.gif') repeat-x top left;
	border: 1px solid #666;
	border-top: 1px solid #999;
	z-index: 100000;
	text-align: center;
}

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

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

#menu a
{
	display: block;
	line-height: 30px;
	font-size: 14px;
	padding: 0px 5px;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	color: #eee;
}

#menu a:hover
{
	background: #003260 url('images/menu-hover.gif') top left repeat-x;
	cursor: pointer;
}

#menu .menulink a span
{
	float: right;
	width: 10px;
	height: 30px;
	background-image: url('images/tab-show.png');
	background-position: center;
	margin-left: 2px;
}

#menu #info
{
	float: right;
	padding: 1px 2px;
}

#menu #map-search
{
	position: relative;
	float: right;
	width: 210px;
	text-align: right;
}

#menu #map-search a
{
	border-right: none;
}

#menu #map-search #searchbox
{
	position: absolute;
	top: 2px;
	left: 6px; 
	font-size: 12px;
	color: #333;
	width: 150px;
	height: 16px;
	margin: 0px;
}

#menu #map-search #searchsubmit
{
	border: none;
	width: 26px;
	height: 26px;
	font-size: 14px;
	margin: 2px;
	background: url('images/search.png') center no-repeat;
}

#menu #account
{
	float: right;
	width: 100px;
}

#menu .dropdown
{
	display: none;
	position: absolute;
	top: 30px;
}

#menu .dropdown:hover
{
	z-index: 100000;
}

#menu #map-markers
{
	width: 245px;
	float: left;
}

#menu #map-nav
{
	width: 200px;
	float: left;
}

#menu #roatan-info
{
	margin-left: 445px;
	margin-right: 210px;
}

/********** menu stats **********/
#menu .menulink .stats
{
	background: #7b7b7b url('images/menu.gif') repeat-x top left;
}

#menu .menulink .stats h3
{
	color: #fff;
	height: 30px;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	text-align: left;
	margin: 0px;
}

#menu .menulink .stats h3 img
{
	float: left;
	padding: 4px 4px;
}

#menu .menulink .stats h3 a
{
	display: block;
	text-decoration: none;
	line-height: 32px;
	height: 32px;
}

#menu .menulink .stats h3 a:hover
{
	background: #003260 url('images/menu-hover.gif') top left repeat-x;
}

#menu .menulink .stats h3 a span
{
	float: right;
	width: 10px;
	height: 32px;
	background: url('images/tab-show.png') right center no-repeat;
	margin-left: 2px;
}

#menu .menulink .stats .marker_stats
{
	display: none;
	text-align: left;
	font-size: 12px;
}

#menu .menulink .stats .marker_stats img
{
	float: left;
	padding: 1px 2px;
	border: none;
}

#menu .menulink .stats .marker_stats a
{
	line-height: 26px;
	background: #ccc;
	color: #333;
	border-bottom: 1px solid #999;
	text-align: left;
	text-decoration: none;
}

#menu .menulink .stats .marker_stats a:hover
{
	background: #eee url('images/markerlist.gif') bottom left repeat-x;
	color: #003260;
}

#menu .menulink .stats .marker_stats a span
{
	float: right;
	width: 16px;
	height: 26px;
	background: url('images/noviz.gif') right center no-repeat;
	margin-left: 2px;
}

/********* markerlist ***********/

#markerlist
{
	position: absolute;
	width: 260px;
	height: 303px;
	overflow: scroll;
	background: #fff;
	border: 1px solid #666;
	border-top: 1px solid #aaa;
}


/********* navigation ***********/

#navigation
{
	position: absolute;
	width: 215px;
	height: 200px;
	overflow: scroll;
	background: #fff;
	border: 1px solid #666;
	border-top: 1px solid #aaa;
}


/********* homelist ***********/

#homelist
{
	position: absolute;
	display: block;
	left: 445px;
	right: 200px;
	height: 400px;
	overflow: scroll;
	background: #fff;
	border: 1px solid #666;
	border-top: 1px solid #aaa;
}

/********* search ***********/

#search
{
	position: absolute;
	display: block;
	top: 0px;
	right: -1px;
	width: 210px;
	height: 400px;
	overflow: scroll;
	background: #fff;
	border: 1px solid #666;
	border-top: 1px solid #aaa;
}

#search #search-res
{
	color: #333;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	padding: 2px;
}

/********* TOOLTIP **********/

.tooltip
{
	background-color: #fff;
	color: #000;
	display: block;
	padding: 2px 2px;
	border: 1px solid #000;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;	
}

.tooltip .tooltip_text
{
	font-weight: bold;
}

.tooltip .tooltip_rating
{
	font-size: 0.8em;
}

/*************** MARKER *************/

/*************** MARKER *************/

.marker
{
	display: block;
	text-align: left;
	font-size: 12px;
}

.marker .basic
{
	
}

.marker .basic h3
{
	font-size: 14px;
	line-height: 14px;
}

.marker .sponsor
{
	padding: 5px;
	margin: 2px 0px;
}

.marker .sponsor h3
{
	font-size: 16px;
	line-height: 16px;
}

.marker a
{
	text-decoration: none;
}

.marker a:hover
{
	text-decoration: underline;
}

.marker h3 img
{
	margin-right: 10px;
	border: none;
}

.marker h3 a
{
	text-decoration: none;
	color: #00427f;
}

.marker h3 a:hover
{
	text-decoration: underline;
	color: #8cb4d0;
}

.marker h3
{
	color: #00427f;
	margin: 0px 0px;
	padding: 5px 2px;
	text-align: left;
}

.marker h3 small
{
	color: #666;
}

.marker .sponsor-info
{
	margin-left: 58px;
	padding: 2px 5px;
}

.marker .basic-info
{
	margin-left: 34px;
	padding: 2px 5px;
}

.marker .blurb
{
	padding: 2px 5px;
	text-align: left;
}

.marker .info
{
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

.marker .info a
{
	display: inline;
	text-decoration: none;
}

.marker .info a:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.markert .info ul
{
	list-style: none;
}

.marker .info li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

.marker .info li img
{
	float: left;
	margin-right: 5px;
	border: none;
}

.marker .links
{
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}

.marker .links a
{
	display: inline;
	text-decoration: none;
}

.marker .links a:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.marker .links ul
{
	list-style: none;
}

.marker .links li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

.marker .links li img
{
	float: left;
	margin-right: 5px;
	border: none;
}

.marker a.delete
{
	color: #f00;
}

.marker a:hover.delete
{
	background: #f00;
	color: #fff;
}

/************ bg fade styles *************/
#bgfade
{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	text-align: center;
}

#bgmsg
{
	display: none;
	position: fixed;
	width: 76%;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	background: #000;
	border: 1px solid #fff;
	color: #fff;
	z-index: 102;
	left: 12%;
	top: 50px;
	padding: 2px;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

#bgmsg a
{
	color: #ccc;
	text-decoration: none;
}

#bgmsg a:hover
{
	color: #eee;
	text-decoration: underline;
}

#bgcontent
{
	position: fixed;
	width: 80%;
	height: 90%;
	overflow: scroll;
	background: #fff;
	z-index: 101;
	top: 52px;
	left: 10%;
	border: 2px solid #00427f;
	border-top: none;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

/*********** map admin ********************/
#map-admin
{
	position: fixed;
	top: 50%;
	left: 0px;
	margin-top: -50px;
	width: 25px;
	height: 200px;
	z-index: 100000;
}

.admin-button
{
	position: relative;
	float: left;
	width: 25px;
	height: 25px;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

.admin-button:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.admin-button-active
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

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

#footer
{
	display: none;
	position: fixed;
	bottom: 0px;
	width: 100%;
	margin-right: 100px;
	height: 30px;
	text-align: center;
	margin: 0px;
	font-size: 10px;
	line-height: 14px;
	background: #666;
}

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

#footer .alignleft
{
	padding-left: 10px;
}

#footer .alignright
{
	padding-right: 10px;
}

/*********** 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 */

@import "mobile.css" only screen and (max-device-width: 480px);

