/*
Theme Name: InfoGempa
Theme URI: http://www.infogempa.com/
Description: The InfoGempa Wordpress theme.
Version: 1.0
Author: Rahmat Wahyudi
Author URI: http://www.yudhitech.com/
Tags: fixed width, two columns, widgets
*/

/************************************************/
/*** Layout : Core : Start **********************/
/************************************************/

html, body, div { margin: 0px; padding: 0px; }
form { display: block; margin: 0px; padding: 0px; }
blockquote { margin: 15px 0px; padding: 0px 20px 0px 20px; color: #666; }

/************************************************/
/*** Colors : Core : Start **********************/
/************************************************/

body { color: #333; background: #003366; }
a:link, a:visited { color: #0033cc; text-decoration: underline; }
a:hover { color: #0066ff; }

/*********************************/
/*** Typography : Core : Start ***/
/*********************************/

html, body, input, button, select, option, textarea { 
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

/*p { float: left; margin: 0px; padding: 0px; }*/

img { border: 0; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0px 0px 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
}

blockquote { font-style: italic; }
blockquote blockquote { font-style: normal; }

a, a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

.clearer { clear: both; }
.hidden { visibility: hidden; }
.nodisplay { display: none; }

/**************/
/*** Layout ***/
/**************/
#wrapper { 
	margin: 0px auto;
	width: 960px;
}

/**************/
/*** Header ***/
/**************/
#header {
	margin: 20px auto 0px auto;
	width: 960px;
	height: 150px;
	/*border: 1px solid #333;*/
}

#header .logo {
	float: left;
	margin: 0px 0px 0px 20px;
}

#header .logo h1 { 
	display: block;
	float: left;
	text-indent: -99999px;
	font-size: 0px; 
}

#header .logo h1 a, #header .logo h1 a:visited {
	display: block;
	height: 70px;
	width: 240px;	
	background: url(images/infogempa_logo.gif) no-repeat;
}

#header .logo p { display: none; }
	
#header .wrapper-menu {
	float: left;
	margin: 10px 0px 0px 20px;
	width: 920px;
	height: 40px;
	background: #006699;
}

#header .wrapper-menu span.left {
	float: left;
	width: 20px;
	height: 40px;
	background: url(images/header_menu_left.gif) no-repeat top left;
}

#header .wrapper-menu span.right {
	float: right;
	width: 20px;
	height: 40px;
	background: url(images/header_menu_right.gif) no-repeat top right;
}

#menu {
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	display: inline;
	padding: 0px 15px 0px 0px;
}

#menu li a, a:link, a:visited {
	color: #99ccff;
	text-decoration: none;
}

#menu li a:hover {
	color: #fff;
	text-decoration: none;
}

#menu li.current_page_item a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

#menu li.current_page_item a:hover {
	color: #fff;
	text-decoration: none;
}

#menu li.current-cat a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

#menu li.current-cat a:hover {
	color: #fff;
	text-decoration: none;
}

#header .googlelinks {
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 10px 10px 0px 10px;
	width: 900px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #6699ff;
}

/****************/
/*** Contents ***/
/****************/
#content-top {
	float: left;
	width: 960px;
	height: 20px;
	background: #fff;
}

#content-top .left {
	float: left;
	width: 20px;
	height: 20px;
	background: url(images/content_left.gif) no-repeat top left;
}

#content-top .right {
	float: right;
	width: 20px;
	height: 20px;
	background: url(images/content_right.gif) no-repeat top right;
}

#wrapper-content {
	float: left;
	padding: 0px 20px 40px 20px;
	width: 920px;
	height: auto;
	background: #fff;
}

#content-left {
	float: left;
	width: 564px;
	/*border: 1px solid #ff0000;*/
}

#content-right {
	float: right;
	width: 336px;
	/*border: 1px solid #00ff00;*/
}

/*************/
/*** Posts ***/
/*************/
#post-head {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #ccccff;
	border-top: 1px dotted #ccc;
}

#wrapper-post {
	margin: 0px 0px 10px 0px;
	
}

#post {
	padding: 10px 0px 10px 0px;
	border-top: 1px dotted #ccc;
}

#post h1  {
	margin: 0px;
	font-size: 20px;
	color: #0033cc;
	line-height: 22px;
	font-family: georgia;
}

#post h1 a, a:link, a:visited {
	color: #0033cc;
	text-decoration: none;
}

#post h1 a:hover {
	color: #0066ff;
	text-decoration: underline;
}

#post h2 {
	margin: 0px;
	font-size: 16px;
	color: #0033ff;
	line-height: 18px;
	font-family: georgia;
}

#post h2 a, a:link, a:visited {
	color: #0033ff;
	text-decoration: none;
}

#post h2 a:hover {
	color: #0066ff;
	text-decoration: underline;
}

#post h3  {
	margin: 0px;
	font-size: 14px;
	color: #0033ff;
	line-height: 16px;
	font-family: georgia;
}

#post .entry {
	font-size: 12px;
	color: #333;
}

#post .entry {
	color: #333;
}

#post .entry a, a:link, a:visited {
	color: #0033cc;
	text-decoration: underline;
}

#post .entry a:hover {
	color: #0066ff;
	text-decoration: none;
}

#post .meta {
	color: #333;
}

#post .meta a, a:link, a:visited {
	color: #0033cc;
	text-decoration: none;
}

#post .meta a:hover {
	color: #0066ff;
	text-decoration: underline;
}

/************/
/*** Info ***/
/************/
#info-head {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	height: 30px;
	line-height: 30px;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	background: #990000;
}

#wrapper-info {
	float: left;
	margin: 0px 0px 10px 0px;
}

#info {
	float: left;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

#info h2 {
	margin: 0px;
	font-size: 16px;
	color: #990000;
	line-height: 18px;
	font-family: georgia;
}

#info h2 a, a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

#info h2 a:hover {
	color: #ff0000;
	text-decoration: underline;
}

#info .content img {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 100px;
	height: auto;
}

/************/
/*** Page ***/
/************/
#page-head {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #ccccff;
	border-top: 1px dotted #ccc;
}

#wrapper-page {
	margin: 0px 0px 10px 0px;
}

#page {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px dotted #ccc;
}

#page h1  {
	margin: 0px;
	font-size: 20px;
	color: #0033cc;
	line-height: 22px;
	font-family: georgia;
}

#page h1 a, a:link, a:visited {
	color: #0033cc;
	text-decoration: none;
}

#page h1 a:hover {
	color: #0066ff;
	text-decoration: underline;
}

#page h2  {
	margin: 0px;
	font-size: 16px;
	color: #0033ff;
	line-height: 18px;
	font-family: georgia;
}

#page h2 a, a:link, a:visited {
	color: #0033ff;
	text-decoration: none;
}

#page h2 a:hover {
	color: #0066ff;
	text-decoration: underline;
}

#page h3  {
	margin: 0px;
	font-size: 14px;
	color: #0033ff;
	line-height: 16px;
	font-family: georgia;
}

#page .entry {
	font-size: 12px;
	color: #333;
}

#page .entry {
	color: #333;
}

#page .entry a, a:link, a:visited {
	color: #0033cc;
	text-decoration: underline;
}

#page .entry a:hover {
	color: #0066ff;
	text-decoration: none;
}

#page ul {
	margin: 5px 0px 10px 30px;
	padding: 0px;
}

#page li {
	list-style-type: square;
}

#page li a, a:link, a:visited {
	color: #0033cc;
	text-decoration: none;
}

#page li a:hover {
	color: #0066ff;
	text-decoration: underline;
}

/***************/
/*** Comments ***/
/***************/
#wrapper-comments {
	float: left;
	margin: 40px 0px 0px 0px;
}

#comments {
	float: left;
	width: 100%;
}

#comments h3 {
	margin: 0px;
	color: #0066cc;
	font-size: 14px;
}

#comments p {
	margin: 10px 0px 0px 0px;
}

#comments img {
	vertical-align: middle;
}

#comments ol.commentlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#comments ol.commentlist li {
	margin: 10px 0px 20px 0px;
}

#comments .comment .comment-author {
	background: #f6f6f6;
}

#comments .comment cite.fn {
	font-weight: bold;
}

#comments a, a:link, a:visited {
	color: #0033cc;
	text-decoration: none;
}

#comments a:hover {
	color: #0066ff;
	text-decoration: underline;
}

#respond {
	float: left;
	margin: 20px 0px 0px 0px;
	width: 100%;
}

#respond h3 {
	margin: 0px;
	color: #0066cc;
	font-size: 14px;
}

#respond a, a:link, a:visited {
	color: #0033cc;
	text-decoration: none;
}

#respond a:hover {
	color: #0066ff;
	text-decoration: underline;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
}

#commentform {
	margin: 5px 10px 0px 0px;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

#commentform #submit {
	margin: 10px 0px 0px 0px;
}
	
/***************/
/*** Sidebar ***/
/***************/
#sidebar {
	float: left;
	margin: 0px;
	width: 336px;
	/*border: 1px solid #ccc;*/
}

#sidebar .widget {
	float: left;
	margin: 0px 0px 10px 0px;
}

#sidebar .widget h3 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background: #6699cc;	
}

#sidebar .widget span.content {
	float: left;
	padding: 10px;
	width: 316px;
	background: #eee;
}

#sidebar .widget span.content ul {
	margin: 0px;
	padding: 0px;
}

#sidebar .widget span.content li {
	margin: 0px 0px 0px 12px;
	list-style-type: square;
	
}

#sidebar .widget span.content li a, a:link, a:visited {
	color: #0033cc;
	text-decoration: underline;
}

#sidebar .widget span.content li a:hover {
	color: #0066ff;
	text-decoration: none;
}

#sidebar .rss {
	float: left;
	margin: 0px 0px 10px 0px;
}

#sidebar .rss h3 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background: #ff9900;	
}

#sidebar .rss span.content {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 316px;
	background: #eee;
}

#sidebar .rss span.content a, a:link, a:visited {
	color: #0033cc;
	text-decoration: underline;
}

#sidebar .rss span.content a:hover {
	color: #0066ff;
	text-decoration: none;
}

#sidebar .rss span.content p {
	margin: 0px 0px 10px 0px;
}

#sidebar .earthquake {
	float: left;
	margin: 0px 0px 10px 0px;
}

#sidebar .earthquake h3 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background: #990000;	
}

#sidebar .earthquake span.content {
	float: left;
	padding: 10px;
	width: 316px;
	color: #fff;
	background: #cc3300;
}

#sidebar .earthquake span.content ul {
	margin: 0px 0px 0px 12px;
	padding: 0px;
	list-style-type: square;
}

#sidebar .earthquake span.content li a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

#sidebar .earthquake span.content li a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar .googleads-336 {
	float: left;
	margin: 0px 0px 10px 0px;
}

#sidebar .googleads-336 span.content {
	float: left;
	width: 336px;
	height: 280px;
	background: #eee;
}

#sidebar .shakemaps {
	float: left;
	margin: 0px 0px 10px 0px;
}

#sidebar .shakemaps h3 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background: #006699;	
}

#sidebar .shakemaps span.content {
	float: left;
	padding: 0px 10px 10px 10px;
	width: 316px;
	background: #ddd;
}

#sidebar .shakemaps span.content .desc {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 100%;
}

#sidebar .shakemaps span.content a, a:link, a:visited {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}

#sidebar .shakemaps span.content a:hover {
	font-weight: bold;
	color: #0066ff;
	text-decoration: none;
}

#sidebar .shakemaps span.content p {
	margin: 5px 0px 10px 0px;
}

#sidebar .shakemaps span.content p img {
	float: left;
	margin: 0px 10px 0px 0px;
}

#sidebar .facebook {
	float: left;
	margin: 0px 0px 10px 0px;
}

#sidebar .facebook span.content {
	float: left;
	padding: 20px 10px 10px 10px;
	width: 316px;
	text-align: center;
	background: #94A3C4;
}

/***********/
/*** Ads ***/
/***********/
#wrapper-468ads {
	padding: 10px 0px 10px 0px;
	width: 564px;
	height: 60px;
	background: #eee;
}

.googleads-468 {
	margin: 0px auto;
	width: 468px;
	height: 60px;
	background: #eee;
}

/**************/
/*** Footer ***/
/**************/
#footer {
	float: left;
	width: 920px;
	margin: 0px 0px 20px 0px;
	padding: 10px 20px 10px 20px;
	color: #fff;
	background: #006699;
}

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

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

#footer .left {
	float: left;
	width: 50%;
}

#footer .right {
	float: right;
	text-align: right;
	width: 50%;
}
