/*
	Buoy Alarm CSS
	Screen Styles

*/

body, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, form, input {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
body {
	font-family: Helvetica,Arial,sans-serif;
	background: #0F1719;
	color:#fff;
	font-size:62.5%;
}

.wrapper {
	text-align: center;
	width: 100%;
}
.content {
	width: 910px;
	text-align:left;
	margin: 0 auto 0 auto;
	overflow:auto;
}
.body {
	margin-top: 20px;
}
/* @group grid */

.grid {
	overflow: hidden;
}
.column {
	float: left;
	width: 100px;
	margin-left: 15px;
}
.grid .first {
	margin-left: 0;
}
.grid .two {
	width: 215px;
}
.grid .three {
	width: 330px;
}
.grid .four {
	width: 445px;
}
.grid .five {
	width: 560px;
}
.grid .six {
	width: 675px;
}
.grid .seven {
	width: 790px;
}
.grid .eight {
	width: 905px;
}

/* @end */
.column-left {
	width: 675px;
	float: left;
}

/* @group header */

#wrap-header {
	background: url('http://assets.buoyalarm.com/images/header-bg.jpg') repeat-x 0 0;
	border-top: 3px solid #fff;
	border-bottom: 1px solid #fff;
}
#header h2 {
	background: transparent url('http://assets.buoyalarm.com/images/header_beta.gif') no-repeat 20px 10px;
	overflow: hidden;
	float:left;
	padding: 10px 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	text-indent: -9999px;
}
#header h2 span {
	color: #fff;
}
#header h2 a {
	display: block;
	width: 376px;
	height: 16px;
}
#navigation-main {
	float: right;
	overflow:hidden;
}
#navigation-main li {
	font-size:1.2em;
	text-align:left;
	float: left;
	list-style:none;
}
#navigation-main li a {
	display: block;
	overflow: hidden;
	color: #999;
	padding: 12px 10px 1px 10px;
	border-left:1px solid #666;
	text-decoration:none;
}
#navigation-main li a:hover {
	color: #fff
}
#navigation-main li.active a {
	color: #fff;
}
/* @end */

/* @group buoy */

#buoy {
	background: #19272B;
	padding: 10px;
	-moz-border-radius:5px;
}
#buoy-title {
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	margin-bottom:20px;
	border-bottom: 1px solid #666;
	height:1%;
}
#title {
	float: left;
}
#title h3 {
	margin-top: 5px;
	color: #999;
}
#buoy-data-single .date {
	width: 200px;
}
#buoy-data-single .direction {
	width: 125px;
}
#buoy-data-single .height {
	width: 113px;
}
#buoy-data-single .period {
	width: 130px;
}
#buoy-data-single .trend {
	width: 74px;
	padding-right: 0;
}
#buoy-data-map .buoyid {
	width:50px;
}
#buoy-data-map .report-time {
	width: 65px;
}
#buoy-data-map .location {
	width: 265px;
}
#buoy-data-map .direction {
	width: 65px;
}
#buoy-data-map .height, #buoy-data-map .period {
	width: 65px;
}
#buoy-data-map ul {
	cursor:pointer;
}
#buoy-data-map ul:hover {
	background-color:#0F1719;
}
#reports ul li a {
	display:block;
}
#report-latest, #data-summary {
	font-size: 1.8em;
	font-weight: bold;
	overflow: hidden;
	background: #E7E7DE;
	color: #0F1719;
	margin: 20px 0 0 0;
	padding: 10px;
	-moz-border-radius:5px;
}
#data-summary {
	text-align: center;
}
#report-latest li, #reports ul li, #data-labels dl {
	float: left;
	padding-right: 10px;
}
#reports ul {
	overflow: hidden;
	padding: 0 10px;
	-moz-border-radius:3px;
}
#reports ul li {
	font-size: 1.2em;
	padding-top: 4px;
	padding-bottom: 4px;
}
#reports .odd {
	background: #131D20;
}
#navigation-reports {
	background: #131D20;
	-moz-border-radius:3px;
}
#data-labels {
	overflow: hidden;
	padding: 10px 10px 15px 10px;
}
#data-labels dt {
	font-size: 1.4em;
}
#data-labels dd {
	font-size: 1em;
	color: #999;
}
#navigation-reports {
	text-align: center;
}
#navigation-buoy {
	float: right;
}
#navigation-buoy li {
	float: left;
	padding: 0 5px;
}
#navigation-buoy li a {
	color: #ccc;
	text-decoration: underline;
}
#navigation-buoy li a:hover {
	text-decoration: none;
}

/* @end */

/* @group map */

#buoy-visual #gmap {
	width: 655px;
	height: 400px;
	margin-bottom:10px;
} 
#gmap .buoy-info {
	color: #333;
	overflow:visible;
}
#gmap .loading {
	float:left;
	margin: 185px 0 0 312px;
}
#gmap h2 {
	font-size:1.3em;
}
#gmap h4 {
	color: #666;
	font-style:italic;
	padding-top: 3px
}
#gmap table {
	color:#000;
	width: 100%;
	font-size:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 5px 0;
	margin: 5px 0;
}
#gmap .error {
	line-height:1.3em;
	margin: 5px 0;
	padding: 5px;
	background-color:#ffb73d;
}
#gmap table td, #gmap table th {
	padding: 1px 3px;
	text-align:left;
	vertical-align:top;
}
#gmap a {
	color: #006699 !important;
}
#gmap a:hover {
	color: #006699;
	text-decoration:underline;
}
#gmap p {
	font-size:1.1em;
	margin:5px 0;
}
/* @end */

/* @group cm subscribe */
#cm-subscribe {
	margin: 20px 10px 10px 10px;
}
/* @end */

/* @group general copy */
.copy {
	margin: 20px 10px 10px 10px;
}
/* @end */

/* @group sidebar */

#secondary {
	margin-left:0;
	padding-left:15px;
	background:transparent url('http://assets.buoyalarm.com/images/right-column-bg.png') no-repeat 0 15px;
}
#sidebar {
	width: 220px;
}
#sidebar .ad {
	background: #E7E7DE;
	padding: 20px;
	margin-bottom: 15px;
	-moz-border-radius:5px;
}
#sidebar .ad img {
	width: 180px;
	height: 150px;
	overflow: hidden;
}
#sidebar .secondary-data {
	background: #E7E7DE url('http://assets.buoyalarm.com/images/sidebar-bg.png') no-repeat 0 15px;
	color: #333;
	margin-bottom:15px;
	padding: 20px;
	-moz-border-radius:5px;
}
.secondary-data h1 {
	font-size:15px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999
}
.secondary-data dl {
	margin:10px 0;
}
.secondary-data dt {
	font-size:1.2em;
	font-weight:bold;
	margin-top: 5px;
}
.secondary-data ul {
	margin: 10px 0 10px 0;
}
.secondary-data li {
	font-size: 1.2em;
	padding: 1px 0 1px 0;
}
.secondary-data li.title {
	font-weight: bold;
	padding-bottom: 5px;
}
.secondary-data dd {
	color: #666;
	font-style:italic;
	margin-bottom:5px;
	margin-top:2px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
#sidebar #gmap {
	width:180px;
	height:150px;
	margin-bottom:20px;
}
#sidebar #gmap div {
	font-size:.6em !important;
}
/* @end */

/* @group Twitter */

#twitter_update_list li {
	border-bottom: 1px solid #ccc;
	margin: 5px 0;
	padding: 5px 0;
}
#twitter_update_list li span {
	display: block;
	margin-bottom: 3px;
}

/* @end */



/* @group footer */

#footer {
	color: #666;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom:20px;
	background: #19272B;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius:5px;
}
#navigation-footer {
	float: left;
	margin-left: 10px;
}
#legal {
	float: right;
	margin-right: 10px;
	text-align: right;
}

/* @end */

/* @group copy */

h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 10px;
}
p {
	font-size: 13px;
	line-height:140%;
	margin:15px 0;
}
/* @end */

/* @group notification color scheme */
.tiny, #reports .tiny a  {
	color: #E7E7DE;
}
.tiny #report-latest, .tiny-bg, #gmap .tiny table {
	background: #E7E7DE;
}
#wrap-header.tiny {
	border-top-color:#E7E7DE;
}
.small, #reports .small a {
	color: #9BB3C9;
}
.small #report-latest, .tiny-bg, #gmap .small table {
	background: #9BB3C9;
}
#wrap-header.small {
	border-top-color:#9BB3C9;
}
.medium, #reports .medium a  {
	color: #A5BD39;
}
.medium #report-latest, .medium-bg, #gmap .medium table {
	background: #A5BD39;
}
#wrap-header.medium {
	border-top-color:#A5BD39;
}
.large, #reports .large a  {
	color: #FFB73D;
}
.large #report-latest, .large-bg, #gmap .large table {
	background: #FFB73D;
}
#wrap-header.large {
	border-top-color:#FFB73D;
}
.xlarge, #reports .xlarge a  {
	color: #FF7117;
}
.xlarge #report-latest, .xlarge-bg, #gmap .xlarge table {
	background: #FF7117;
}
#wrap-header.xlarge {
	border-top-color:#FF7117;
}
.alarm {
	color: #D9302E;
}
.alarm-bg, #gmap .alarm table {
	background-color: #D9302E;
	color: #0F1719 !important;
}
.alarm-trigger {
	background: #D9302E !important;
	color: #0F1719 !important;
	font-weight: bold;
}

/* @end */

/* @group links */

#buoy a {
	color: #aaa;
	text-decoration: none;
}
#buoy a:hover {
	color: #fff;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#navigation-reports a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
#navigation-reports a:hover {
	background: #ccc;
	color: #0F1719;
}
#sidebar .secondary-data a, #index #data-summary a {
	color: #006699 !important;
	text-decoration:none;
}
#sidebar .secondary-data a:hover {
	text-decoration:underline;
}
.body p a {
	color: #A5BD39 !important;
}
a img {
	border: none;
}
a:active, a:visited {
	outline: none;
}

/* @end */

/* @group adsense */

#sidebar .adsense {
	background:#19272B;
	padding: 10px;
	margin-bottom:15px;
	-moz-border-radius:5px;
}

/* @end */
