@font-face {
	font-family: 'Type Writer';
	src: url('type_writer.eot');
	src: local('Type Writer'), local('Type-Writer'), url('type_writer.woff') format('woff'), url('type_writer.ttf') format('truetype'), url('type_writer.svg#Type-Writer') format('svg');
}

* {
	margin: 0; padding: 0;
}

body, html, #wrapper{
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	height: 100%;
	margin: 0;
	font-size: 10.5px;
}

#topbar, #bottombar, #filter {
	line-height: 140%;
	font-family: "Type Writer";
	text-transform: uppercase;
	text-overflow: ellipsis;
	font-size: 8px;
	color: black;
	font-weight: 300;	
}

#topbar h1 {
	font-family: Orbitron;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	margin: 4px;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 1px;
	background: black;
}

#topbar h1 strong {
	font-weight: 500;
}

#map_canvas {
	width: 100%;
	position: absolute;
	top: 45px;
	bottom: 70px;
	z-index: 100;
}

#infowindow {
	position: absolute;
	top: 90px;
	bottom: 100px;
	right: 20px;
	width: 360px;
	z-index: 200;
	opacity: .9;
	height: auto;
}

#infowindow_top {
	width: 100%;
	background-image: url(../images/infowindow_top2.png);
	background-repeat: no-repeat;
	height: 20px;
}

#infowindow_content {
	padding: 10px;
	height: auto;
	background: #e6e6e6;
	margin: 3px 0 3px;
}

#infowindow_content h4 {
	margin-top: 12px;
	padding-bottom: 2px;
	border-bottom-color: #969696;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-style: normal;
	font-weight: normal;
	padding-left: 8px;
	background-position: 0px -1px;
	background-repeat: no-repeat;
	font-family: "Type Writer", monospace;
	font-size: 8px;
	background-image: url(../images/arrow.png);
	clear:both;
	cursor: pointer;
}

#info_newslist * {
	font-size: 11px !important;
	padding: 0 !important;

}

#info_newslist table {
	border-spacing: 5px !important;
}

#info_newslist table {
	vertical-align: top;
}

#infowindow_content > div {
	clear: both;
}

#infowindow ul {
	list-style: none;
}

#infowindow .pages{
	font-size: 8px;
	font-family: "Type Writer", monospace;
	text-align: right;
	clear:both;
}

.pages input {
	border: 0;
}

#info_basic {
	font-size: 10px;
}

#info_location, #info_date {
	float: right;
	padding: 2px 4px 2px 4px;
}

#info_location {
	background-color: #333333;	
	color: white;
	font-family: monospace;	
}

#info_date{
	margin-right: 10px;
}

#info_title {
	width: 230px;
	text-overflow: clip;
	overflow: hidden;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 110%;
	font-weight: bold;
	float: left;
}

#info_mag {
	margin-bottom: 4px;
	padding: 3px;
	font-size: 150%;
	float: left;
	clear: both;
	font-weight: bold;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;	
	background-color: red;
	color: white;
}

.left_column{
	width: 49%;
	border-right:1px dotted #969696;
	float:left;
	padding: 3px 0 3px 0;
}

.right_column{
	width:49%;
	float:right;
	padding: 3px 0 3px 0;
}

#info_flickr_before_list li, #info_flickr_after_list li {
	display: inline;
}

.clear {
	clear:both;
}

#infowindow .twitter_image {
	float:left;
	margin: 1px 5px 0 0;
	border: 2px solid white;
}

.twitter_user {
	font-weight: bold;
}

.twitter_cont {
	margin-bottom: 10px;
	clear: both;
}

.page_arrow {
	cursor: pointer;
	margin: 0 3px 3px;
}

#topbar {
	background-position: right bottom;
	height: 35px;
	border-bottom:10px solid #e6e6e6;
	background-image: url(../images/panel_grid_top.png);
}

#bottombar {
	background-position: right top;
	width: 100%;
	height: 60px;
	margin-top: -60px;
	position: absolute;
	bottom:0;
	left:0;
	clear: both;
	border-top:10px solid #e6e6e6;
	background-image: url(../images/panel_grid_bottom.png);
}

#filter{
	height: 60px;
	margin-top: -60px;
	position: absolute;
	bottom:0;
	right: 21px;
	float: right;
}

#filter div{
	float: left;
	margin-right: 28px;
}

#filter ul {
	list-style: none;
}

#filter ul li {
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top:1px solid black;
	border-right:1px dotted black;
	display: inline-block;
	width: 40px;
	margin-left: 5px;
	padding: 26px 2px 0 0;
	height: 23px;
	text-align: right;
	color: white;
	background-image: url(../images/grid_bg_lb.png);
	cursor: pointer;
}

#magtext, #agetext {
	border-style: none !important;
	cursor: default !important;
}

#magtext {
	width: 68px !important;
}

#mag8,#age0 {
	opacity: .6;
}

#mag7 {
	opacity: .55;
}

#mag6,#age1 {
	opacity: .5;
}

#mag5 {
	opacity: .45;
}

#mag4,#age2 {
	opacity: .4;
}

#mag3 {
	opacity: .35;
}

.unselected {
	background: none !important;
	color: black !important;
}

.last {
	margin-right: 0 !important;
}

.hover {
	opacity: .9 !important;
}
