/* Stylesheet for Blue Sound Project */

/*
 * Base values
 */

html {
	background: #000;
	font-family: ‘Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	color:#FFFFFF;
}

body {
	margin: 0;
	padding: 0;
}

/*
 * Template
 */

#wrapper {
	width: 1024px;
	margin: 0 auto;
}

#header {
	text-align:center;
	padding: 0;
}

#header #text_logo {
	padding: 70px 0 0 0;
}

#leftbar {
	float: left;
	width: 120px;
	padding: 0 15px;
}

#menu {
	padding: 0 0 20px 0;
}

#main-content {
	margin-bottom: 15px;
}

#content {
	float:right;
	width: 810px;
	padding: 10px 20px 20px 20px;
	background: #000099;
}

#content-top {
	background: url('../images/backgrounds/content-top.png') no-repeat;
	width: 850px; height: 15px;
	float:right;
}

#content-bot {
	background: url('../images/backgrounds/content-bot2.png') no-repeat;
	width: 850px; height: 40px;
	float:right;
}

#footer {
	background: #663300;
	margin: 0;
	padding: 20px 0;
}

#footer-content {
	width: 1050px;
	margin: 0 auto;
	text-align:center;
}

#fadedbackground {
	position:fixed;
	top: 0; left: 0;
	width:100%; height:100%;
	background:#000000;
	z-index: 98;
	display: none;
	background: url('../images/backgrounds/transparentblue.png');
}

#login {
	position: fixed;
	top: 50%; left: 50%;
	background: #000000 url('../images/backgrounds/CongerEelMini.png') no-repeat bottom right;
	border: 3px solid #FFFFFF;
	padding: 10px 50px 80px 40px;
	width: 200px;
	text-align:center;
	z-index: 99;
	margin: -150px 0 0 -150px;
	display: none;
}

#login input {background: #0000CC; color: #FFFFFF;}

.minilogin {
	width: 100px;
	margin-left: 20px;
	padding: 10px 0;
}

.showlogin:hover, .closelogin:hover {
	cursor: pointer;
	text-decoration: underline;
}

#scriptmessage {background: #0099FF; color:#FFFFFF; padding: 10px; text-align:center;}

.rightcolumn {
	float:right;
	width: 360px;
	padding: 0 20px;
}

/* 
 * Homepage
 */

.homebox {
	padding: 15px;
	background: #000066;
}

.homebox h3 {margin: 5px 0; padding: 0;}
.homebox h2 {margin: 10px 0 0 0; padding: 0 0 10px 0;}

#homeleft {
	float: left;
	width: 480px;
	padding: 0 10px 0 0;
}

.lefttop {
	background: url('../images/backgrounds/leftbar-boxtop2.png') no-repeat;
	width: 480px; height: 23px;
}

.leftbot {
	background: url('../images/backgrounds/leftbar-boxbot.png') no-repeat top;
	width: 480px; height: 10px;
	margin: 0 0 10px 0;
}

#homeright {
	float: right;
	width: 300px;
	padding: 0 0 0 10px;
}

.rightbar-top {
	background: url('../images/backgrounds/rightbar-top2.png') no-repeat;
	width: 300px; height: 23px;
}

.rightbar-bot {
	background: url('../images/backgrounds/rightbar-bot.png') no-repeat;
	width: 300px; height: 10px;
	margin: 0 0 20px 0;
}

#flickrcycle {
	height: 180px;
	width: 240px;
	overflow:hidden;
}

.flickrimage {
	width: 240px; height: 180px;
	overflow: hidden;
	text-align:center;
	background: #000066;
	z-index: 1;
}

#watertemp {
	background: url('../images/backgrounds/thermometer.png') no-repeat;
	width: 215px; height: 55px;
	color: #000066;
	padding: 35px 0 0 15px;
	font-weight:bold;
}

/*
 * Projects
 */

.project {
	padding: 10px;
	margin: 5px 0;
	border:#000000 1px solid;
}

.project img {border: 2px solid #FFFFFF;}

/* 
 * Events
 */

.event-item {
	border: 1px solid #000;
	padding: 8px 15px;
	margin-bottom: 5px;
	background: url('../images/backgrounds/down-arrow.png') no-repeat top right;
	position:relative;
}

.event-item:hover {
	cursor: pointer;
}

.event-hover {
	position: absolute;
	top: 0; right: 0;
	padding: 3px;
	background: #FFFFFF;
	color: #000066;
	display:none;
}

/*
 * Competitions
*/

#last_fotm_winner {
	background: #B08C10;
	border: 3px solid #000;
	text-align: center;
	padding: 10px;
}

#last_fotm_winner img {
	border: 1px solid #FFF;
}

#quizQuestion {
	width: 480px;
	padding: 20px;
	border: 2px solid #00CCFF;
}

/*
 * Partners
 */

#partner_logos {
	background: #FFF;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#partner_logos img {
	padding: 8px;
}

/*
 * Locations
 */

#map_canvas {
	width: 100%; height: 500px;
}

.map_window {
	text-align: center;
	padding: 15px 0 0 0;
}

.map_window a:link, .map_window a:visited {
	color: #000;
}

#fishing_locations, #snorkeling_locations {
	width: 400px;
	padding: 10px;
}

/*
 * Webcam
 */
 
#webcam {
	padding: 0 5px 5px 5px;
	background:#000000;
	width: 640px;
}

/*
 * Images
 */

img {border:none;}

/*
 * Lists
 */

#footer-content li {
	display: inline;
	padding: 0 10px 0 0;
}

.clue-image {
	display : none;
}

/*
 * Links and Menu
 */

a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

a:hover {text-decoration:underline;}

#menu a {font-size: 18px;}

.menulink {
	width: 110px;
	height: 20px;
	padding: 20px;
	background: url('../images/backgrounds/linkbg.png') no-repeat;
	position:relative;
}

.menulinkpopout {
	display:none;
	position:absolute;
	bottom: -25px; right: -45px;
	background: url('../images/backgrounds/SeahorseMini.png') no-repeat;
	width: 75px;
	height: 100px;
}

.smalllinks a {
	font-size: 14px;
	padding-left:20px;
}

/*
 * Headings
 */
 
h1 {font-size: 22px; margin: 0; padding: 0 0 10px 0;}

.page-title {
	text-align:center;
	padding: 0 50px;
	margin: 15px 0;
}

.padded-header {
	padding: 70px 0 0 0;
}

.summary{
	font-size: 16px;
}

.title {
	font-size:23px;
}

/*
 * Text
 */

.smallprint {font-size:12px;}
.highlight {background: #CC0000; padding: 5px; width:500px;}
.greenhighlight {background: #00FF66; padding: 5px; width:500px; color:#000000;}

/*
 * Tables
 */
 
td {padding:10px 10px 0 0; font-size:16px;} 

/*
 * Forms
 */

form ul {
	list-style: none;
}

form ul li {
	padding: 10px 0;
}

form label {
	float: left;
	width: 160px;
}

form fieldset {
	padding: 0; margin: 0;
	border: none;
}

input {
	background: #0066FF; 
	border: #FFF solid 2px; 
	color: #FFF;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding: 3px;
}

input[type=submit] {
	font-size: 22px;
}

input[type=submit]:hover {
	cursor: pointer;
}

input#smallsubmit {font-size: 14px; margin-top: 8px;}

/*
 * General
 */

.right {float:right; padding: 0 0 0 10px;}
.left {float:left; padding: 0 10px 0 0;}
.center {text-align:center;}
.clearfloat {clear:both; font-size: 0; line-height:0;}
