/*
Theme Name: eternalglory
Theme URL: http://gawibowo.com/
Description: simple theme, 2 columns, threaded comments supported
Author: Gatot Ari Wibowo
Author URI: http://gawibowo.com/
*/

/* Eric Meyer's reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
/* end reset */

.clearfix:after {content: " ";display: block;height: 0;clear: both;visibility: hidden;font-size: 0;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	color: #333333;
	font: 11px/18px Verdana, sans-serif;
	text-align: center;
}
a {
	color: #0063DC;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}
p {
	margin-bottom: 11px;
}
h2 {
	font: 20px Arial, sans-serif;
	margin-bottom: 10px;
}
#header {
	font-family: Arial, sans-serif;
	background: #333 url(images/head1.gif) repeat-x top left;
	/* border-bottom: 3px solid #FF5D00; */
	color: #aaa;
	padding: 10px 0;
	height: 50px;
	min-width: 980px;
}
#header h1 {
	margin: 5px 0;
	font-size: 16px;
}
#header h1 a {
	color: #cccccc;
}
.description {
	color: #555;
}
.middle-earth {
	text-align: left;
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}
#nav {
	/* background: #EEEEEE url(images/bg_shadow.gif) repeat-x scroll left top; */
	background: #333 url(images/belang1.jpg) repeat-x;
	/* border-bottom: 1px solid #DDDDDD;
	border-top: 2px solid #CCCCCC; */
	height: 29px;
	border-bottom: 5px solid #FF5D00;
	padding-top: 5px;
	min-width: 980px;
}
#menu {
	float: left;
	margin-top: 2px;
}
#nav a {
	font: 12px Arial, sans-serif;
	display: inline;
	color: #eee;
	padding: 3px 8px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#nav a:hover {
	background-color: #666;
}
#nav a.active {
	background-color: #A0AD43;
}
a#rsslink {
	background: #333 url(images/rss013.png) no-repeat 4px 2px;
	padding-left: 25px;
	margin-left: 10px;
}
#search {
	float: right;
}
#s {
	border: 1px solid #3A3D41;
	padding: 3px;
	color: #333;
	width: 250px;
	background: #fff url(images/shadows-of-steel.gif) repeat-x;
}
#searchsubmit {
	color: #E5E04D;
	border: 1px solid #8E9883;
	background: #373A33;
	padding: 1px;
}
#main {
	padding: 30px 0 20px 0;
	background: #fff url(images/bg.gif) repeat-x;
	min-width: 980px;
}
#content {
	float: left;
	width: 700px;
}
#content .posthead {
	/* position: relative; */
	margin-bottom: 15px;
}
.entry ul {
	margin-bottom: 10px;
}
.entry li {
	background: url(images/bullet_orange.gif) no-repeat 0 3px;
	padding: 1px 0 1px 20px;
}
.post h2 {
	/* padding-left: 45px; */
	margin-bottom: 3px;
}
.post h2 a {
	color: #A0AD43;
}
.post h2 a:hover {
	color: #CC0000;
}
.post .postauthor {
	/* padding-left: 45px; */
	color: #999;
	height: 1px;
}
.jam {
	background: url(images/icon_clock.gif) no-repeat center left;
	padding-left: 20px;
	
}
.komeng {
	background: #FEFEDF url(images/comment_yellow.gif) no-repeat center left;
	padding-left: 20px;
	margin-left: 5px;
}
.komeng a {
	color: #FF5D00;
}
.komeng a:hover {
	color: #CC0000;
}
#content .postdate {
	/*
	position: absolute;
	left: 0;
	top: 0;
	*/
	float: left;
	font-family: Tahoma, sans-serif;
	text-align: center;
	color: #fff;
	background: #A0AD43;
	margin-right: 10px;
	padding: 2px 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .tgl {
	font-size: 20px;
	line-height: 19px;
}
#content .bln {
	font-size: 11px;
	line-height: 12px;
}
#content .thn {
	font-size: 9px;
	line-height: 12px;
}
.post {
	margin-bottom: 40px;
}
.post img {
	border: 1px solid #C2C3C3;
	margin: 5px 6px 3px 0;
	padding: 2px;
}
img.wp-smiley {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: -25%;
}
a.more-link {
	display: block;
	background: url(images/action_forward.gif) no-repeat 0 2px;
	padding-left: 20px;
	vertical-align: 10%;
	margin: 10px 0;
}
.dlimg img {
	border: none;
}
.postmeta {
	border: 1px solid #DBDBDB;
	background: #fff url(images/belang2.gif) repeat-x;
	padding: 5px 10px;
}
h3 {
	font: 14px Arial, sans-serif;
	font-weight: bold;
	color: #E64117;
	margin-bottom: 10px;
}
ol.commentlist li {
	border: 1px solid #bfd3ff;
	margin-top: 10px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	word-wrap: break-word;
}
ol.commentlist li div.vcard cite.fn {
	font: 14px Arial, sans-serif;
	font-weight: bold;
}
ol.commentlist li div.vcard img.avatar {
	border: 1px solid #ccc;
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
}
ol.commentlist li div.comment-meta {
	font-size: 9px;
}
ol.commentlist li div.comment-meta a {
	color: #aaa;
}
ol.commentlist li div.reply a {
	border: 1px solid #bfd3ff;
	background: #e3f0fc url(images/arrow_right.gif) no-repeat 0 1px;
	padding: 2px 2px 2px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ol.commentlist li.even {
	background: #fafcff;
}
ol.commentlist li.odd {
	background: #edf4ff;
}
#respond {
	margin-top: 20px;
}
#commentform {
	margin-top: 15px;
}
small {
	font-size: 10px;
}
#comment {
	width: 400px;
}
#sidebar {
	line-height: 16px;
	float: right;
	width: 200px;
}
#sidebar h2 {
	font: 14px Arial, sans-serif;
	font-weight: bold;
	padding: 5px;
	margin: 12px 0 2px 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff url(images/bg_shadow.gif) repeat-x;
}
#sidebar ul {
	/* background: #FEFEFE; */
}
#sidebar ul li {
	border-bottom: 1px dashed #e3e3e3;
	display: block;
	padding: 3px 5px 3px 20px;
	background: url(images/arrow_right.gif) no-repeat 0 4px;
}
#sidebar ul li a {
	
}
#footer {
	/* height: 30px; */
	color: #F2F2F2;
	background: #333;
	border-top: 5px solid #FF5D00;
	min-width: 980px;
	padding: 20px 0;
}
#footer a {
	color: #F7D362;
}
#footer a:hover {
	color: #7EBCCE;
}
.clear, .clearer {
	clear: both;
}
code, .sekrip { color: #E64117; font: 12px "Courier New", monospace; }
.list li { margin-bottom: 15px; }
table.tabeldata {
	/* padding: 2px; */
	/* border: 1px solid #aaa; */
	border: none;
	background-color: #aaa;
}
table.tabeldata tr {
	/* background-color: #FAFAFA; */
}
table.tabeldata th{
	padding: 1px 5px;
	background-color: #faf4e6;
	text-align: left;
}
table.tabeldata td{
	padding: 1px 5px;
	background-color: #fff;
}
.alignright, .right {
	float: right;
}
.alignleft, .left {
	float: left;
}
#trackback-uri {
	/* background: url(images/icon_link.gif) no-repeat 0 1px;
	padding-left: 20px; */
}
#comments-feed {
	/* background: url(images/feed.gif) no-repeat 0 4px;
	padding-left: 20px; */
}
p.tags {
	/* font-family: Arial, sans-serif; */
}
#wpstats {
	display: none;
}