* { margin:0; padding:0; }

html { height: 100%; }

body {
	height: 75%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
}

	/* html>body { overflow: hidden; }	/* hides scrollbars in Opera - 100% h/w exceed bounds */

p, h1, h2, h3, h4, ul {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 7px; 
}

h1 {
	float: left;
	width: 340px;
	padding-right: 5px;
	padding-top: 0;
	font-size: 1.25em; 
}

h2, 
h3, 
h4	{ font-size: 1.0em; }

p	{ font-size: 0.85em; }

ul, li	{ list-style: none; }

input { vertical-align: middle; }

a:link, a:visited {
	color: #632928;
	text-decoration: none;
}

a:hover, a:active {
	color: #555;
	text-decoration: underline;
}

#storm-permalink { 
	display: block;
	margin: 0 5px 7px 5px;
	padding: 3px;
	text-align: center;
	font-size: 0.85em;
	font-weight: bold;
	background-color: #632928;
	border: 1px solid #fff;
	color: #fff;
}

	#storm-permalink:hover, #storm-permalink:active {
		background-color: #fff;
		color: #632928;
		border: 1px solid #632928;
		text-decoration: none;
	}

#news_items {
	position: absolute;
	left: -9999px;
}
#news_ticker_container {
	position: absolute;
	top: 70px;
	left: 0;
}
#news_ticker_container a:link, #news_ticker_container a:visited {
	padding: 1px;
	text-decoration: underline;
	background: #cc0000;
	color: #fff;
}

#glinks {
  position: absolute;
  top: 0;
  left: 0;
	width: 470px;
	margin: 2px 5px 0 25px;
	padding: 0;
}

#nav {
	float: right;
	_display: inline;	/* double-margin in WinIE */
	width: 295px;
	margin: 70px 20px 7px 0;
	padding: 0;
}

	#nav li {
		float: right;
		display: inline;
		padding: 0 12px 1px 12px;
		border-left: 1px solid #666;
		font-weight: bold;
		line-height: 0.9em;	/* to control height of 'glue' - only works if we're floating */
	}

		#nav li.first {
			border: none;
			padding-left: 0;
		}

		#nav li a.current { text-decoration: underline; }

#nav-inner {
	width: 165px;
	padding: 0;
	margin: 0 5px;
	border-top: 1px solid #ddd;
}

	#nav-inner #nav-inner-all, #nav-inner #nav-inner-crnt {
		width: 82px;
		height: 16px;
		background-color: #ccc;
		text-align: center;
		font-size: 0.85em;
		line-height: 1.4em;
		text-decoration: none;
	}

	#nav-inner #nav-inner-all	{ float: left; }
	#nav-inner #nav-inner-crnt	{ float: right; }
	#nav-inner #nav-inner-all.active, #nav-inner #nav-inner-crnt.active { background-color: #fff; font-weight: bold; }
	#nav-inner #nav-inner-all:hover, #nav-inner #nav-inner-crnt:hover, #nav-inner .active:hover { background-color: #666; color: #eee; }

#wrap {
	position: relative;
	clear: both;
	height: 100%;
	margin: 7px 25px 10px 25px;
	padding: 7px 7px 9px 7px;
	_padding: 7px;
	border: 1px solid #666;
	background-color: #d3cec7;			
	text-align: left;
}

#sidebar {
	float: right;
	width: 175px;
	height: 100%;
	background-color: #eee;
	border: 1px solid #666;
	_display: inline;	/* double-margin in WinIE */
}

	#sidebar p { padding: 0; margin: 0 7px; }

	#sidebar #stormyear {
		width: 165px;
		margin-left: 5px;
		margin-top: 7px;
		margin-bottom: 5px;
	}

	#sidebar #stormlist {
		position: relative;
		clear: both; 
		width: 100%;	/* weird Saf thing */
		height: 65%;
		overflow: auto;
	}

	#sidebar #stormlist ul {
		width: auto;
		margin: 0 5px;
		padding: 0;
		background-color: #fff;
		border-top: 1px solid #767676;
		border-bottom: 1px solid #767676;
	}

	#sidebar #stormlist ul li {
		position: relative;
		display: block;
		padding-left: 5px;
		line-height: 1.5em;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		font-size: 0.85em;
	}

		* html #sidebar #stormlist ul li {	/* fixes overflow-x in IE/Win */
			width: 100%; 
			ma\rgin-right: -5px;
		}

		#sidebar #stormlist ul li .links {
			position: absolute;
			display: block;
			top: 2px;
			right: 5px;
			width: 30px;
		}

			#sidebar #stormlist ul li .links a.add, #sidebar #stormlist ul li .links a.del {
				float: right;
				width: 11px;
				height: 11px;
				margin-left: 3px;
				text-decoration: none;
			}

				#sidebar #stormlist ul li .links a.add	{ background: url(http://stormadvisory.org/map/images/add.gif) left top no-repeat; }
				#sidebar #stormlist ul li .links a.del	{ background: url(http://stormadvisory.org/map/images/del.gif) left top no-repeat; }

		#sidebar #stormlist ul a:hover, #sidebar #stormlist ul a:active {
			text-decoration: underline;
		}
	
	#sidebar #stormlist-all { clear: both; }

	#sidebar #stormlist-links {
		position: absolute;
		bottom: 12px;
		width: 175px;
		font-weight: bold;
	}
		
#map-wrap {
	float: left;
	width: 100%;
	height: 100%;
	margin-right: -200px;
	_display: inline;	/* double-margin in WinIE */
}

#map {
	height: 100%;
	margin-right: 182px;
	border: 1px solid #666;
}

#map h3 {
	position: absolute;
	top: 0;
	width: 185px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 1px;
	border-bottom: 1px solid #cccccc;
	font-size: 1.0em;
}

	#map h3 a { display: block; }
	#map h3 a:hover, #map h3 a:active {	background-color: #eee; }

	#map a:link, #map a:visited { color: #632928; }
	#map a:hover, #map a:active { color: #555555; }

#map dl {
	width: 185px;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #555;
}

#map dt {
	font-weight: bold;
}

#map dd {
	margin-left: 8px;
	margin-bottom: 4px;
}
	
#map .date {
	margin-top: 17px;
	margin-bottom: 3px;
	padding: 0;
	font-size: 0.75em;
	font-style: italic;
	color: #555;
}

#map .thumb {
	border: none;
	overflow: hidden;
}

#map .thumb img {
	width: 200px;
	height: 150px;
	margin: 0 auto;
	border: 1px solid #666;
}

#map-wrap #legend-box {
	position: absolute;
	z-index:999;
	width: 150px;
	right: 200px;
	top: 35px;
	text-align: right;
	font-weight:bold;
}

	#e-pacific #map-wrap #legend-box {
		right: auto;
		left: 75px;
	}

	#map-wrap #legend-box p { padding: 2px 3px; }

	#map-wrap #legend-box a:link, #map-wrap #legend-box a:visited { color: #fff; }

#map-wrap #legend {
	display:none;
	z-index:999;
	height: 174px;
	width: 150px;
	background: url('http://stormadvisory.org/map/images/legend.gif') left top no-repeat;
}

#tooltip {
	visibility: hidden;
	width: 200px;
}
	
	#tooltip p {
		float: left;
		margin: 0;
		padding: 1px 2px 2px 2px;
		font-size: 11px;
		background-color: #fffacf;
		border: 1px solid #666;
	}

#source {
	float: right;
	margin-top: 5px;
	font-size: 0.75em;
	font-style: italic;
}

#sidebar .loading-sm	{
	background-image: url('http://stormadvisory.org/map/images/loading.gif');
	background-position: 75% 53%;
	background-repeat: no-repeat;
}

#sidebar .loading {
	margin: 5px;
	padding: 3px;
	background-color: #FFFF9C;
	border: 1px solid #767676;
	font-weight: bold;
	font-style: italic;
	color: #767676;
	text-align: center;
}

	#sidebar .loading p {
		padding: 0;
		margin: 0;
	}

	#sidebar .loading img {
		float: left;
		width: 13px;
		height: 13px;
		margin-left: 39px;
		margin-right: -30px;
	}

#map-description {
	float: left;
	clear: left;
}

	#map-description p {
		width: auto;
		padding-right: 0;
		font-size: 10px;
		font-style: italic;
	}

#addressform { 
	float: right;
	width: 400px;
	margin-right: 30px;
	margin-top: 3px;
	_display: inline;	/* double-margin in WinIE */
}

	#addressform  p {
		padding: 0;
		text-align: right;
	}

	#addressform #address	{ width: 275px; }

	#addressform #address-error {
		padding-right: 5px;
		margin-top: 3px;
	}

	#addressform .loading	{
		background-image: url('http://stormadvisory.org/map/images/spinner.gif');
		background-position: 99% 53%;
		background-repeat: no-repeat;
	}

#feedback { margin-bottom: 0; }

#referral {
	position: absolute;
	bottom: 10px;
	right: 30px;
}

#disclaimer { 
	text-indent: -100em;
	overflow: hidden;
	width: 50px;
}

.stage-01	{ color: #59B259; }
.stage-02	{ color: #F1DE44; }
.stage-03	{ color: #E49D33; }
.stage-04	{ color: #AA0000; }
.stage-05	{ color: #D63333; }
.stage-06	{ color: #AF2F5F; }
.stage-07	{ color: #AB6BAB; }

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

.important {
	font-style: italic;
	color: #cc0000;
}

.button {
	height: 20px;
	border-top: none;
	width: 55px;
}

  #footer a {
    text-decoration: underline;
  }

input { padding-top: 1px; }

.preload 	{ display: none; }

/* IE5.x/Win-only styles (liquid layout issues)
 * http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import url('ie5win.css'); /*";}
}/* */
