@import url(base-weblog.css);

/*
name: Rudimentary
designer: Ahmad Zakky Habibie
designer_url: http://bieourself.blogspot.com/
description: My nephew took crayons and started decorating my template.. and the rest is history.
layouts: two-column-right
*/

/* START 
------------------------------ */

body {
	background-image:  url("images/bod.gif");
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #2e2e2e;
}

#container {
	width: 885px;
	background:  url("images/foot.gif") no-repeat;
}

/* HEADER AREA
------------------------------ */

#banner {
	height: 170px;
	background:  url("images/new_head.gif") no-repeat;
}

#banner-inner {
	padding-top: 50px;
}

h1#banner-header {
	margin-left: 130px;
	margin-top: 0;
	width: 392px;
	height: 100px;
	display: block;
	font-size: 2.5em;
	font-weight: bold;
	padding-top: 2px;
}

#banner-inner a {
	text-decoration: none;
	color: #bf060a;
}

#banner-inner a:hover {
	text-decoration: none;
	color: #3a5598;
}

h2#banner-description {
	display: block;
	position: absolute;
	top: 30px;
	left: 565px;
	margin: 0;
	width: 190px;
	color: #005e20;
	font-style: italic;
	font-size: 1.2em;
	text-align: center;
	padding-top: 35px; /* please change the value of this padding if your description is longer. In order to keep it in the middle of the box */
	line-height: 1.2em;
}

/* ALPHA 
------------------------------ */


#pagebody {
	background:  url("images/tengah.gif") repeat-y;
	margin-bottom: 77px;
}

#alpha {
	width: 662px;
}

#alpha-inner {
	padding-left: 120px;
}

h2.date-header {
	background:  url("images/date.gif") no-repeat top left;
	padding-left: 22px;
	margin: 11px auto 0 30%;
	text-align: left;
	font-size: 1.5em;
}

h3.entry-header {
	background:   url("images/title.gif") no-repeat;
	font-size: 2em;
	padding-left: 50px;
	padding-top: 9px;
	color: #005e20;
	min-height: 50px;
	margin: 0;
}

* html h3.entry-header {
	height:50px
} /* hacking IE min-height */

div.entry-content {
	line-height: 20px;
	background:  url("images/fin.gif") 50% bottom no-repeat;
	padding-bottom: 34px;
}

div.entry-body {
	width: auto;
	margin-right: 30px;
}

div.entry-content ul, div.entry-content ol {
	padding: 1em 20px;
	margin-left: 5px;
}

div.entry-content ul li {
	padding: 0;
	list-style: outside url("images/bulent.gif");
}

div.entry-content ol li {
	padding: 0;
}

div.entry-body img {
	background:  url("images/img.gif") no-repeat top left;
	padding-top: 12px;
	padding-left: 15px;
}

div.entry-content blockquote {
	background:  url("images/bq.gif") no-repeat; 
	padding: 0 30px;
	margin: 20px auto;
	width: 60%;
}

p.entry-footer {
	margin: 20px 0;
	text-align: center;
	font-size: 0.95em;
	line-height: inherit;
}

p.entry-more-link {
	margin: 20px 0;
	text-align: right;
}

.entry-userpic {
	display: none;
}

/* BETA (SIDEBAR)
------------------------------ */

#beta {
	width: 215px;
	background: url("images/side1.gif") no-repeat;
	font-size: 0.9em;
	color: #49493d;
}

html>body #beta {
	background-image: url("images/side1.png");
}

#beta-inner {
	background: url("images/side.gif") repeat-y;
	padding:0 15px;
	margin-top: 26px;
}

html>body #beta-inner {
	background-image: url("images/side.png");
}

#beta-inner h2 {
	background:  url("images/hsid.gif") no-repeat 10px bottom;
	padding: 0 10px 8px 10px;
	font-weight: bold;
	font-size: 1.5em;
}

#beta-inner ul {
	padding-left: 5px;
}

#beta-inner li {
	background:  url("images/bulsid.gif") no-repeat left 5px;
	padding-left: 12px;
}

/* Search area 
------------------------------ */

input#search {
	background:  url("images/sbox.gif") repeat-x left bottom;
	padding: 0 2px 10px;
	border: 0;
}


/* Links
------------------------------ */

#alpha a:link {
	color: #005e20;
}

#alpha a:visited {
	color: #41915c;
	text-decoration: none;
}

#alpha a:hover {
	text-decoration: none;
	background-color: #005e20;
	color: #fffa9d;
}

#beta a:link {
	text-decoration: none;
	color: #49493d;
}

#beta a:visited {
	color: #49493d;
	text-decoration: none;
	background:  url("images/linkdone.gif") right 50% no-repeat;
	padding-right: 13px;
}

#beta a:hover {
	background-color: #bf060a;
	color: #dedede;
}

#alpha a:active, #beta a:active {
	text-decoration: none;
	background-color: #2e2e2e;
	color: #fff;
}

/* Trackbacks area
------------------------------- */

.trackbacks, #comments {
	background:  url("images/img.gif") no-repeat;
	padding: 7px 15px 0 22px;
	color: #555;
	width: 80%;
	}

.trackbacks-header, #trackbacks-info, #trackbacks-content {
	margin: 0;
	padding-top: 10px;
}

h3.trackbacks-header, h3.comments-header, h2.comments-open-header {
	font-size: 1.5em;
	font-weight: bold;
	background:  url("images/tbhead.gif") no-repeat left bottom;
	padding-bottom: 15px;
}

.comment-userpic {
	float: right;
}

.comment-content {
}

input#comment-author, input#comment-email, input#comment-url {
	background:  url("images/sboxcom.gif") repeat-x left bottom;
	border: none;
	padding: 0 2px 10px;
}

textarea:first-child {
	border: none;
	background:  url("images/textbox.gif") no-repeat;
	padding: 8px 15px 15px 18px;
}

p.comments-open-moderated {
	font-size: 0.9em;
}

div#comments-open-footer {
	margin: 0;
}