/* GENERAL */
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

@charset "utf-8";

@font-face{
	font-family: 'BebasRegular';
	src: url('BEBAS___.eot');
}

@font-face {
	font-family: 'BebasRegular';
	src: local('Bebas Regular'), local('Bebas'), 
		 url('BEBAS___.ttf') format('truetype');
}

html:before{
	content: "";
	display: block;
	background: #ffffff url(../img/background6.jpg) left top fixed no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height: 100%; 
	width: 100%;
	position: fixed;
	z-index: -10;
}

html{
	height: 100%;
}

body{	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%
}

a {
	text-decoration:none
}	

h1 {
	font: 2.3em Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #ffffff;
}

p.header{
	font: 1.5em 'BebasRegular', Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #ffffff;
	display: inline;
	vertical-align: bottom;
	text-shadow: 3px 3px #000;
	letter-spacing: -3px;
	transition: 0.3s;
}

p.header:hover {
	color: #d60407;
	letter-spacing: -2px;
}
	
#container{
	width:1140px;
	min-height: 100%;
	height: auto;
	overflow: visible;
	display: table;
	margin: 0px auto 0px auto;
	padding: 20px 20px 20px 20px;
	font: 2.3em Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #ffffff;
	background: rgba(255,255,255,0.1);
	-moz-box-shadow: 0 0 0px 40px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 40px 40px rgba(0,0,0,0.4);
	box-shadow: 0 0 40px 40px rgba(0,0,0,0.4);
}

/* TOP MENU */

#menu{
	height: 30px;
	width: 100%;
	margin: 10px auto 10px auto;
	vertical-align: text-top;
}
		
#menu_item{
	position: relative;
	font: 0.69em 'BebasRegular', Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: rgba(255,255,255,1);
	text-shadow: 2px 2px rgba(0,0,0,0.8);
	margin:0 25px 0 0;
	float: left;
	line-height: 26px;
	text-align:left;
	vertical-align: text-top;
	z-index: 999;
	transition: 0.3s;
}

#menu_item:hover {
	color: #d60407;
}

.dropdown-content {
    display: none;
    position: absolute;
	min-width: 125px;
	top: 30px;
	font-family: 'arial', 'sans-serif'; 
	font-size: 14px;
	color: black;
	background-color: white;
	border-radius: 2px;
	box-shadow: 1px 1px 5px grey;
	padding: 5px 5px 5px 5px;
	z-index: 999;
	text-shadow: none;
}

.dropdown-content a {
	color: #d60407;
}

#menu_item:hover .dropdown-content {
    display: block;
}

/* MAP NAV MENU */

#checkboxes { 
	position: absolute;
	top: 90px; 
	left: 10px;
	font-family: 'arial', 'sans-serif'; 
	font-size: 16px;
	color: black;
	background-color: white;
	border-radius: 2px;
	box-shadow: 1px 1px 5px grey;
	padding: 5px 5px 5px 5px;
	z-index: 99;
}

button{
    position: relative;
	width: 160px;
	height: 26px;
	font: 1.2em 'BebasRegular', Arial, Tahoma, Verdana,Helvetica, sans-serif;
	text-shadow: 0px
	color: rgba(0,0,0,1);
	margin:5px 0 5px 0;
	float: left;
	clear: both;
	line-height: 20px;
	text-align:left;
	vertical-align: text-top;
	z-index: 999;
	background-color: Transparent;
	outline: none;
	border: none;
	transition: 0.3s;
}

button:hover {
	letter-spacing: 2px;
	color: red;
	cursor: pointer;
}

.sidebar {
	z-index: 999;
	font-family: 'arial', 'sans-serif'; 
	font-size: 16px;
	color: black;
	background-color: white;
	border-radius: 2px;
	box-shadow: 1px 1px 5px grey;
	padding: 5px 5px 5px 5px;
}

#sidebar-content0 {
	display:none;
	position:absolute;
	margin-top: 140px;
	margin-left: 140px;
}

#expand-sidebar0:hover #sidebar-content0 {
	display: block;
}

#expand-sidebar0:focus #sidebar-content0 {
	display: block;
}

#sidebar-content1 {
	display:none;
	position:absolute;
	margin-top: 175px;
	margin-left: 140px;
}

#expand-sidebar1:hover #sidebar-content1 {
	display: block;
}

#expand-sidebar1:focus #sidebar-content1 {
	display: block;
}

#sidebar-content2 {
	display:none;
	position:absolute;
	margin-top: 210px;
	margin-left: 140px;
}

#expand-sidebar2:hover #sidebar-content2 {
	display: block;
}

#sidebar-content3 {
	display:none;
	position:absolute;
	margin-top: 245px;
	margin-left: 140px;
}

#expand-sidebar3:hover #sidebar-content3 {
	display: block;
}


/* LOG */

#date {
	position:absolute; 
	z-index:100;
	clear:left;
	float:left;
	width:120px;
	height:90px;
	margin: 4px 0 4px 4px;
	background-color:#CCC;
	font-size: 0.6em;
	text-decoration:none;
	color: #ffffff;
	line-height: 30px;
	text-align:center;
	text-shadow: 2px 2px 2px #000;
}

#log {
	clear:right;
	float:right;
	width:242px;
	margin:0 0 0 4px;
	text-shadow: none;
}

#log h1 {
	font: 0.5em Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #d60407;
	line-height:18px;
	font-weight: bold;
	margin: 10px 0 10px 0;
    text-shadow: 1px 1px #000;
}

#log h2 {
	font: 0.4em Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #000;
	line-height:10px;
	font-weight: bold;
	margin: 0 0 10px 0;
	
}

#log a.more {
	clear: right;
	float: right;
	width: 120px;
	height:33px;
	font-size: 0.4em;
	color: #d60407;
	line-height: 33px;
	text-align:center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#log a.more:hover {
	background-color: #d60407;
	color:#FFF;
}

#log_wrap {
	margin:0px 10px 0px 0px;
	float: left;
	width:49%;
	background-color: rgba(255,255,255,0.8);
	min-height:110px;
}

#log_wrap_full {
	margin:0px 10px 5px 0px;
	float: left;
	width:100%;
	background-color: rgba(255,255,255,0.8);
	min-height:110px;
}

#log_wrap a {
		color: #d60407;
}

#log_wrap p {
	font: 10pt  'PT Sans', sans-serif;
	color: #000;
	line-height:11pt;
	text-align:justify;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
}

#log_wrap p.long {
	font: 10pt  'PT Sans', sans-serif;
	color: #000;
	line-height:12pt;
	text-align:justify;
	padding:20px;
	margin: 0 0 0 0;
	text-shadow: none;
}

#log_wrap blockquote {
	font: 10pt  monospace;
	color: #000;
	line-height:12pt;
	text-align:justify;
	padding:0px 30px 0px 30px;
	margin: 0 0 0 0;
	text-shadow: none;
}

#log_wrap mark {
  background-color: yellow;
}

#fbsent {
	font: 9pt  'Verdana', sans-serif;
	float: right;
	background-color: #1998e6;
	color: #fff;
	border-radius: 10px;
	padding:10px 20px 10px 20px;
	margin: 10px 20px 0px 90px;
	clear: both;
}

#fbsent2 {
	font: 9pt  'Verdana', sans-serif;
	float: right;
	background-color: #1998e6;
	color: #fff;
	border-radius: 10px;
	padding:10px 20px 10px 20px;
	margin: 1px 20px 0px 90px;
	clear: both;
}

#fbreceived {
	font: 9pt  'Verdana', sans-serif;
	float: left;
	background-color: #bbb;
	color: #000;
	border-radius: 10px;
	padding:10px 20px 10px 20px;
	margin: 10px 90px 0px 20px;
	clear: both;
}
#fbreceived2 {
	font: 9pt  'Verdana', sans-serif;
	float: left;
	background-color: #bbb;
	color: #000;
	border-radius: 10px;
	padding:10px 20px 10px 20px;
	margin: 1px 90px 0px 20px;
	clear: both;
}

#log_wrap h5.section {
	font: 11pt 'BebasRegular', Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #000;
	line-height:10pt;
	padding:0 0 0 20px;
	margin: 0 0 0 0;
	text-shadow:none;
	word-spacing:3px;
}

#log_wrap ul {
	font: 10pt  'PT Sans', sans-serif;
	color: #000;
	line-height:12pt;
	text-align:justify;
	padding:20px 20px 20px 40px;
	margin: 0 0 0 0;
	text-shadow: none;
}


/* LINKS TABLE */

table.links{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-spacing: 0;
	width: 1140px;
	-moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
	 border-radius: 7px;
	border:1px solid #000;
}

table.links td{
	padding: 0;
	margin: 0;
	width: 380px;
}
	
table.links a img{
	width: 380px;
	height: 330px;
	border: 0;
	margin: 0;
	padding: 0;
}

table.links tr:first-child td:first-child img{
	-moz-border-radius: 7px 0 0 0;
    -khtml-border-radius: 7px 0 0 0;
    -webkit-border-radius: 7px 0 0 0;
	 border-radius: 7px 0 0 0;
}

table.links tr:first-child td:nth-child(3) img{
	-moz-border-radius: 0 7px 0 0 ;
    -khtml-border-radius: 0 7px 0 0 ;
    -webkit-border-radius: 0 7px 0 0 ;
	 border-radius: 0 7px 0 0 ;
}

table.links tr:last-child td:nth-child(3) img{
	-moz-border-radius: 0 0 7px 0 ;
    -khtml-border-radius: 0 0 7px 0 ;
    -webkit-border-radius: 0 0 7px 0 ;
	 border-radius: 0 0 7px 0 ;
}

table.links tr:last-child td:first-child img{
	-moz-border-radius: 0 0 0 7px;
    -khtml-border-radius: 0 0 0 7px;
    -webkit-border-radius: 0 0 0 7px;
	 border-radius: 0 0 0 7px;
}

/* 5 DAY OUTLOOK TABLE */

table.fiveday{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-spacing: 0;
	width: 759px;
}

table.fiveday td{
	padding: 3px;
	margin: 0;
	font: 0.55em 'BebasRegular', Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #ffffff;
	opacity: 0.8;
	text-decoration:none;
	line-height: 40px;
	text-align:center;
	text-shadow: 2px 2px 2px #000;
}

.rotateouter {
	display: inline-block;
	overflow: hidden;
	width: 30px;
	height: 166px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}

.rotateinner{
	transform: rotate(270deg);
	transform-origin: 50% 275% 0;
	white-space: nowrap;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 30px;
	width: 166px;
}
	
table.fiveday a img{
	width: 235px;
	border: 1px;
	margin: 0;
}

table.fiveday a div{
	width: 235px; 
	height: 175px; 
	background-size: 470px;
	padding:15px 0 0 0;
}
	
/* Photo Table */

table.photos {
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-spacing: 0;
	background: #fff;
	border:1px solid #000;
    border-radius: 7px;
	-moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
}
	
table.photos td{
	padding: 0;
	margin: 0;
	width:152px;
}
	
table.photos a img{
	width:152px;
	height:120px;
	border:0;
}

table.photos tr:first-child td:first-child img{
	-moz-border-radius: 7px 0 0 0;
    -khtml-border-radius: 7px 0 0 0;
    -webkit-border-radius: 7px 0 0 0;
	 border-radius: 7px 0 0 0;
}

table.photos tr:first-child td:nth-child(5) img{
	-moz-border-radius: 0 7px 0 0 ;
    -khtml-border-radius: 0 7px 0 0 ;
    -webkit-border-radius: 0 7px 0 0 ;
	 border-radius: 0 7px 0 0 ;
}

table.photos tr:last-child td:nth-child(5) img{
	-moz-border-radius: 0 0 7px 0 ;
    -khtml-border-radius: 0 0 7px 0 ;
    -webkit-border-radius: 0 0 7px 0 ;
	 border-radius: 0 0 7px 0 ;
}

table.photos tr:last-child td:first-child img{
	-moz-border-radius: 0 0 0 7px;
    -khtml-border-radius: 0 0 0 7px;
    -webkit-border-radius: 0 0 0 7px;
	 border-radius: 0 0 0 7px;
}

table.photos tr:only-child td:first-child img{
	-moz-border-radius: 7px 0 0 7px;
    -khtml-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
	 border-radius: 7px 0 0 7px;
}

table.photos tr:only-child td:last-child img{
	-moz-border-radius: 0 7px 7px 0;
    -khtml-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
	 border-radius: 0 7px 7px 0;
}

table.photos tr:only-child td:only-child img{
	-moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
	 border-radius: 7px;
}
	
table.photos img:hover{
	border: 2px solid #d60407;
	position: relative;
	width: 148px;
	height: 116px;
}

/* Photo List */

ul.photo{
	list-style:none; 
	padding:0px;
	margin:0px;
}

ul.photo li{
	position: relative;
	float: left;
	clear: none;
	padding: 0px;
}

ul.photo li.right{
	position: relative;
	float: right;
}

ul.photo li.clear{
	position: relative;
	float: left;
	clear: right;
}

ul.photo li:nth-child(1n), div.grid-item:nth-child(1n) {
	transform: rotate(1deg); 
	-webkit-transform: rotate(1deg); 
	-moz-transform: rotate(1deg);
	transition: all 0.2s;
}
ul.photo li:nth-child(2n), div.grid-item:nth-child(2n){
	transform: rotate(-1.7deg); 
	-webkit-transform: rotate(-1.7deg); 
	-moz-transform: rotate(-1.7deg);
	transition: all 0.2s;
}
ul.photo li:nth-child(3n), div.grid-item:nth-child(3n){
	transform: rotate(1.5deg); 
	-webkit-transform: rotate(1.5deg); 
	-moz-transform: rotate(1.5deg);
	transition: all 0.2s;
}
ul.photo li:nth-child(5n), div.grid-item:nth-child(5n){
	transform: rotate(-2.2deg); 
	-webkit-transform: rotate(-2.2deg); 
	-moz-transform: rotate(-2.2deg);
	transition: all 0.2s;
}
ul.photo li:nth-child(7n), div.grid-item:nth-child(7n){
	transform: rotate(-2.5deg); 
	-webkit-transform: rotate(-2.5deg); 
	-moz-transform: rotate(-2.5deg);
	transition: all 0.2s
}
ul.photo img, div.grid-item img {
	display: inline-block;
	border: solid;
	border-top-width: 5px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 15px;
	margin: 5px 10px 10px 10px;
	border-color: #FFF;
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.8);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.8);
	width: 160px;
	height: 120px;
	padding: 0px;
}

ul.photo img.pano{
	width: 345px;
}

ul.photo img.big{
	width: 345px;
	height: 280px;
	border-bottom-width: 20px;
}

ul.photo img.big2{
	width: 345px;
	height: 270px;
	border-bottom-width: 20px;
}

div.comingsoon {
	filter:alpha(opacity=33); 
	opacity:0.33;
}

div.highrisk img{
	border-color:rgba(255,0,255,.75)
}
div.highrisk #desc_overlay {
	color:#FFFFFF;
}

div.modrisk img{
	border-color:rgba(255,0,0,.75)
}
div.modrisk #desc_overlay {
	color:#FFFFFF;
}

div.enhrisk img{
	border-color:rgba(255,128,0,.75)
}
div.enhrisk #desc_overlay {
	color:#000000;
}

div.slightrisk img{
	border-color:rgba(255,255,0,1)
}
div.slightrisk #desc_overlay {
	color:#000000;
}

div.margrisk img{
	border-color:rgba(64,128,0,.75)
}
div.margrisk #desc_overlay {
	color:#FFFFFF;
}

#date_overlay {
	position:absolute; 
	z-index:100;
	top: 10px;
	width:160px;
	height:120px;
	margin: 0 0 0 13px;
	font: 0.65em 'BebasRegular', Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #ffffff;
	opacity: 0.8;
	text-decoration:none;
	line-height: 40px;
	text-align:center;
	text-shadow: 2px 2px 2px #000;
}
#desc_overlay {
	position:absolute; 
	z-index:100;
	top: 131px;
	width:160px;
	height:120px;
	margin: 0 0 0 15px;
	font: 0.3em Arial, Tahoma, Verdana,Helvetica, sans-serif;
	font-weight:600;
	color: #d60407;
	text-decoration:none;
	text-align:left;
}

div.movie {
	margin:10px auto 20px auto;
	text-align: center;
	visibility: hidden;
}

/* SIDE Navigation */
#bot_nav{
	width: 0px;
	height: 0px;
	clear: both;
}
	
a.next{
	position: fixed;
	right: 0%;
	top: 50%;
	font: 0.55em 'BebasRegular', Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #ffffff;
	opacity: 0.7;
	text-shadow: 1px 1px #666;
	line-height: 20px;
	text-align:left;
	vertical-align:text-bottom;
	border-radius: 5px 0px 0px 5px;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 10px 5px 10px 5px;
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.8);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.8);
}
	
a.prev{
	position: fixed;
	left: 0%;
	top: 50%;
	font: 0.55em 'BebasRegular', Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #ffffff;
	opacity: 0.7;
	text-shadow: 1px 1px #666;
	line-height: 20px;
	text-align:left;
	vertical-align:text-bottom;
	border-radius: 0px 5px 5px 0px;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 10px 5px 10px 5px;
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.8);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.8);
}

#map{
		text-shadow:none;
		z-index:2;
}


