/* General elements */
body {
	background-color: #000000;
}

a {
	text-decoration: none;
}

div#map {
	position: absolute;
	top: 20px;
	left: 775px;
	width: 300px;
	height: 200px;
}

div#sidebar {
	position: absolute;
	top: 240px;
	left: 820px;
	width: 200px;	
}
div#twitter_div {
/*	position: absolute;
	top: 240px;
	left: 820px;*/
	width: 200px;
	color: #808080;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	padding: 4px;
	border: 1px solid #808080;
}

div#twitter_div a {
	color: #FFFFFF;
}

div#twitter_div a:visited {
	color: #FFFFFF;
}

div#twitter_div a:hover {
	color: #000000;
	background-color: #FFFFFE;
}

div.twitter-title {
	font-family: verdana,arial,sans-serif;
	color: #808080;
	/*letter-spacing: 0.1em;
	text-align: right;*/
	font-weight: bold;
	text-align:center;
	margin-bottom:10px;
	background:#000000;
	padding-bottom:5px;
	border-bottom: 1px solid #808080;
}

ul#twitter_update_list {
	color: #808080;
}

ul#twitter_update_list li {
	color: #808080;
}

div#anim {
	position: absolute;
	top: 20px;
	left: 800px;
}
div#image {
	background-color: #000000;
	width: 150px;
	height: 200px;
	position: absolute;
	top: 20px;
	left: 175px;
}

div#logo {
	background-color: #000000;
	width: 450px;
	height: 200px;
	position: absolute;
	top: 20px;
	left: 325px;
}

/* Menu */
div#menu {
	float: left;
	position: fixed;
	top: 10px;
	left: 20px;
	width: 125px;
	background-color: #000000;
	padding: 4px;
}

div#menu a {
	display: block;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	letter-spacing: 0.1em;
	color: #808080;
	text-align: left;
	z-index: 5;
	padding: 2px;
}

div#menu a:visited {
	display: block;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	letter-spacing: 0.1em;
	color: #808080;
	z-index: 5;
}

div#menu a:hover {
	display: block;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	letter-spacing: 0.4em;
	color: #000000;
	background: #FFFFFE;
	font-weight: bold;
}
		
/* The span elements are not visible by default... */
div#menu a span {
	display: none;
}

/* but here's the magick line. This is what causes the boxes to display */
div#menu a:hover span {
	display: block;
	position: fixed;
	top: 250px;
	left: 20px;
	width: 125px;
	z-index: 5;
	color: #808080;
	padding: 4px;
	letter-spacing: 0.1em;
	font-weight: normal;
}

/* Link dividers */
span.section {
	/*color: #FFFFFF;*/
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	letter-spacing: 0.1em;
	text-decoration: underline;
}

div.content {
	color: #808080;
	display: none;
	position: absolute;
	top: 250px;
	left: 175px;
	padding: 4px;
	width: 600px;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
}

div.content a {
	color: #FFFFFF;
}

div.content a:visited {
	color: #FFFFFF;
}

div.content a:hover {
	color: #000000;
	background-color: #FFFFFE;
}

div#valid {
	position: fixed;
	left: 20px;
	top: 450px;
	padding: 4px;
}

div#valid img {
	border: 0px;
}

/* ------------------------------------------------------------
 * =stations, text-only, gray background
 ------------------------------------------------------------ */


#pandoraPluginStations {
	font: 12px verdana,arial,sans-serif;
	color:#808080;
	border: 1px solid #808080;
	padding:4px;
	background:#000000;
	margin-bottom:20px;
	/*position: absolute;*/
	width: 200px;
	/*top: 240px;
	left: 820px;*/
	}

#pandoraTitleStations {
	font-size:12px;
	font-weight:bold;
	color:#808080;
	text-align:center;
	margin-bottom:10px;
	background:#000000;
	padding-bottom:5px;
	border-bottom: 1px solid #808080;
	}

#pandoraContentStations {
	font-size:10px;
	color:#808080;
	text-align:center;
	margin-bottom:10px;
	background:#000000;
	}

#pandoraContentStations a {
	color:#ffffff;
	/*text-decoration:underline;*/
	}

#pandoraContentStations a:visited {
	color:#ffffff;
}

#pandoraContentStations a:hover {
	color:#000000;
	background-color: #fffffe;
	}

.blogrollitemStations {
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 5px 0px;
	}

.stationitemStations {
	}

.stationnameStations {
	}


#pandoraFormDivStations {
	font-size:10px;
	text-align:center;
	margin-bottom:10px;
	padding:5px 0 0 0;
	background:#eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height:150%;
	}

input {
	margin-bottom:5px;
	}

#pandoraFooterStations {
	font-size:10px;
	color:#808080;
	text-align:center;
	background:#000000;
	}

#pandoraFooterStations a {
	font-family:times,serif;
	color:#369;
	text-decoration:none;
	}

#pandoraFooterStations a:hover {
	color:#666;
	}


