/* ========== */
/* = Layout = */
/* ========== */

body{
	font-size:13px;
	font-family:arial,helvetica,sans-serif;
}

.wrapper {
	width: 755px;
}

#info{
	float:left;
	width:195px;
	margin-right:2px;
}

#info div{
	padding:4px;
	border:2px solid gray;
	-moz-border-radius: 5px;
	margin-bottom: 3px;
}

#desc{
	background: #D5B38A;
}

#desc h3{
	margin:0 0 4px 0;
	border-bottom: 1px dotted #000;
	color:#000;
	padding:0 0 4px 0;
}

span#magnitude{font-weight:bold;}

div#potensi-wrap{
	font-size:12px;
	margin-top:4px;
	display:table-cell;
	width: 191px;
	height:116px;
	vertical-align: middle;
}

#potensi-wrap.red {
	background: #B56779;
}

#potensi-wrap.green {
	background: #A4C180;
}

div#potensi-wrap h3{
	margin:0 auto;
	width:150px;
	height:45px;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
	line-height:20px;
}

#map{
	float:left;
	width:550px;
	height:253px;
	border:gray 2px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#footer{
	clear:both;
	font-size:11px;
	text-align:right;
}

#footer a{
	color:#b1120f;
	text-decoration:none;
}

#footer a:hover {text-decoration:underline;}
