/* 
Theme Name: whiteboard
Theme URL: http://whiteboardframework.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0.1
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align:baseline;
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body, html {
	background-color: #A6DCF7;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 11px;
	background-image: url(/img/bg_body2.png);
	background-repeat: no-repeat;
	background-position: top center;
	line-height: 170%;
	height: 100%;
	padding: 10px 0px 15px 0px;
}
p {
	margin: 0px 0px 13px 0px;
	line-height: 170%;
}
hr {
	border-top: none!important;
	border-bottom: 1px dotted #E8E8E8;
	height: 1px;
	margin: 0px 0px 15px 0px;
}
.quotehr {
	border: none;
	border-bottom: 1px dotted #E8E8E8;
	margin: 5px 0px 5px 0px;
}
.wpcf7-captcha-captcha-263 {position: relative; top: 4px;}
a:link {
	color: #79B240;
	text-decoration: underline;
}
a:visited {
	color: #79B240;
	text-decoration: underline;
}
a:hover {
	color: #79B240;
	text-decoration: none;
}
a:active {
	color: #79B240;
	text-decoration: none;
}

#container {
	width: 890px;
	margin: 0 auto;
	background-color: #fff;
	border: 2px solid #E1F3FB;
	border-bottom-width: 2px;
}
#container-inner {
	margin: 15px 30px 30px 30px;
}
#header {
	margin: 0px 0px;
	padding-top: 10px;
}
.topbar {
	height: 2px;
	background-color: #79B240;
}
#topTitle h1 {
	background-image: url(/img/SeaBlast-logo.png);
	background-repeat: no-repeat;
	width: 202px;
	height: 114px;
}
#topTitle h1:hover {
	filter:alpha(opacity=90);
opacity: 0.9;
-moz-opacity:0.9;
}

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


#topTitle h1 span {
	visibility: hidden;
}
.subtitle {
	float:right;
	position: relative;
	top: 5px;
	width: 200px;
	height: 108px;
	background-image:url(/img/earth.gif);
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	text-align: center;
}
.subtitle span {
	position: relative;
	top: 80px;
	display: block;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #79B240;
	font-size: 13px;
	font-style: italic;
}

#topNav {
	height: 35px;
	margin-bottom: 32px;
	margin-top: 18px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #86BA53;
	background-image: url(/img/nav-background.png);
	background-repeat: repeat-x;
	background-position: top center;
}
.navleft {
	background-image: url(/img/nav-left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
}
.navright {
	background-image: url(/img/nav-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent
}
.nav-wrap {
}
.botNav {
}
.menu ul {
	margin: 0;
	padding: 0;
	width: auto;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
}
.menu li {
	float: left;
	white-space: nowrap;
	border-right: 1px solid #86BA53;
}
.menu li a {
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 10px 25px 11px 25px;
	line-height: 35px;
}
.menu li a:link, .menu li a:visited {
	text-decoration: none;
	color: #fff;
}
.menu li a:hover {
	text-decoration: none;
	background-color: #9EC975;
}
.current_page_item a {
	background-color: #86BA53!important;
}
.post {
}
.postmeta {
}
.postnavigation {
}
#searchform {
}
#sidebar {
	float:left;
	width: 180px;
	color: #888;
}
#sidebar a {
	text-decoration: none;
	color: #888;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #888;
}
#sidebar h3 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #0883DC;
}
#sidebar ul {
	margin-bottom: 20px;
	margin-left: 17px;
	color: #79B240;
}
#sidebar ul ul {
}
#sidebar ul a {
	color: #888;
}
#sidebar ul li ul {
}
#sidebar ul {
	list-style: disc;
}
#content {
	float:right;
	width: 615px;
	border-left: 1px dotted #E8E8E8;
}
#content-inner {
	margin-right: 0px;
	margin-left: 30px;
}
#content ul {
	list-style: disc;
	margin-left: 18px;
	margin-bottom: 15px;
	color: #79B240;
	font-weight: bold;
}
.uses li{
	margin-bottom: 10px;
	}
	
#content ul span {
	color: #666;
	font-weight: normal;
}
#content ol {
	margin-left: 18px;
	margin-bottom: 15px;
	color: #79B240;
	font-weight: bold;
}
#content ol span {
	color: #666;
	font-weight: normal;
}

#comments .comments_navigation {
}
.comments_navigation {
}
.comments_reply {
}
.comments_text {
}
.comments_meta {
}
#footer {
	clear:both;
	font-size: 10px;
	padding: 20px 0px;
	text-align: center;
		width: 890px;
	margin: 0 auto;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 13px;
	color: #79B240;
	font-weight: normal;
}
h1 {
	font-size: 250%;
	color: #666;
}
h2 {
	font-size: 225%;
	color: #0883C9;
	letter-spacing: -1px;
}
h3 {
	font-size: 200%;
	color: #666;
}
h4 {
	font-size: 175%;
	color: #666;
}
h5 {
	font-size: 145%;
	color: #79B240;
	font-style: italic;
}
.sub {
	color: #888;
}

.triedtrue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

blockquote {
	margin: 0px 0px 15px 0px;
}
blockquote p {
	margin: 0px 0px 5px 0px;
}
blockquote strong {
	color: #999;
}
.quote {
	margin-bottom: 8px;
}
.quote-author strong {
	font-weight: bold;
	color: #79B240;
}
.quote-author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}

.before-after {
	margin-bottom: 5px;
	}


#blast h3 { color: #79B240; font-size: 19px;}
#blast { margin-top: 35px; padding-top: 25px; border-top: 1px dotted #E8E8E8; text-align: center;}


#footer {color: #666;}

#footer a:link, #footer a {
	color: #666;
	text-decoration: none;
}
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}
#footer a:active {
	color: #666!important;
	text-decoration: underline;
}



div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}



/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 1.50

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #fff;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #EDEDED;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #E7E7E7;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {

} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
	text-align:left;
}

.ngg-widget img {
	border:1px solid #E8E8E8;
	margin:0pt 2px 2px 0px; 
	padding:2px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#fff;
	border:1px solid #E7E7E7;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #E7E7E7;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333333;
}


#TB_window a img:hover{
	filter:alpha(opacity=100);
opacity: 1.0;
-moz-opacity:1.0;
}

#TB_secondLine {
	font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	border: none!important;
	-moz-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	-khtml-box-shadow: rgba(0,0,0,1) 0 4px 30px;
	box-shadow: rgba(0,0,0,1) 0 4px 30px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right:  none!important;
	border-bottom:  none!important;
	border-top:  none!important;
	border-left:  none!important;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:6px 10px 0;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:6px 10px 0;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	z-index:103;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0pt 0pt -125px;
	padding: 40px 15px 15px;
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	_margin-bottom:1px;
}
