/*
Theme Name: Ngemengepe
Theme URI: http://angganegara.com/
Description: Custom built theme for Manda-chan.
Version: 0.1 Alpha
Author: Angga Negara
Author URI: http://journal.angganegara.com/
Tags: simple, colorful, cute, jQuery

	Ngemengepe v.0.1 Alpha
	http://angganegara.com/
	
	Theme designed by Amanda.
	Coded by Angga Negara.

*/

/* Import reset stylesheet */
@import url('reset.css');

.cleaner { clear: both; }

body {
	font-size: 62.5%/1.3em; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Helvetica, Sans-Serif;
	color: #222;
	line-height: 110%;
	background-color: #42241c;
}
	
div#container {
	width: 832px;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	background: white url('images/bodybg.png') center top repeat-y;
}

div#header {
	width: 832px;
	height: 116px;
	background: white url('images/header.jpg') left top no-repeat;
	position: relative;
}

div.headerlogo {
	position: absolute;
	left: 205px;
	bottom: 20px;
}

h1.logo {
	font-size: 2.6em;
	margin-bottom: 7px;
}

h1.logo a:link, h1.logo a:visited {
	color: white;
	font-weight: normal;
}

h1.logo a:hover, h1.logo a:active {
	color: #999;
}

div.description {
	color: white;
	font-size: 1.2em;
}

div#content {
	width: 632px;
	float: left;
	padding: 0 0 20px 0;
}

div.date {
	width: 97px;
	background: transparent url('images/datebg.jpg') right top no-repeat;
	height: 157px;
	float: left;
	margin-right: 25px;
	color: white;
}

div.dateblank {
	width: 97px;
	height: 157px;
	float: left;
	margin-right: 25px;
}

	div.d-m {
		font-size: 14px;
		padding: 40px 0 0 30px;
	}
	
	div.d-d {
		font-size: 48px;
		padding: 10px 0 0 40px;
	}
	
	div.d-y {
		font-size: 12px;
		padding: 10px 5px 0 0;
		text-align: right;
	}

div.post {
	width: 480px;
	float: left;
	padding: 20px 0 20px 0;
	color: #000;
	background: white url('images/separator.png') left bottom no-repeat;
}

div.postblank {
	width: 480px;
	float: left;
	padding: 20px 0 20px 0;
	color: #000;
}

div.post h2, div.postblank h2 {
	color: #eb6b49;
	font-size: 2.2em;
}

h2.pagetitle {
	margin: 0 30px 0 124px;
	font-size: 1.5em;
}

div.post a:link, div.post a:visited {
	color: #eb6b49;
}

div.post a:hover, div.post a:active {
	color: #c93c17;
}

a.brown:link, a.brown:visited {
	color: #eb6b49;
}

a.brown:hover, a.brown:active {
	color: #c93c17;
}

div.post-foot {
	text-align: right;
	font-size: 0.9em;
	line-height: 130%;
}

div.post-foot a:link, div.post-foot a:visited {
	color: #793f0d;
	text-decoration: underline;
}

div.post-foot a:hover, div.post-foot a:active {
	color: #793f0d;
	text-decoration: none;
}

div#footer {
	margin: 0 auto;
	background: black url('images/footerbg.png') left top repeat-y;
	height: 50px;
	color: #7b7b7b;
}

div.foot-text { 
	padding: 10px 10px 0 10px;
	text-align: center;
	width: 550px;
	margin-left: 30px;
	font-size: 0.9em;
}

div#footer a:link, div#footer a:visited {
	color: #7b929a;
	border-bottom: 1px dotted #7b929a;
}

div#footer a:hover, div#footer a:active {
	border: 0;
}



/*
 * sidebar
 */

div#sidebar {
	float: left;
	width: 160px;
	padding: 0 20px;
	font-size: 10px;
	line-height: 140%;
	text-align: right;
}

div#sidebar h2 {
	font-size: 2em;
	padding: 0 0 5px 0;
	color: #098471;
	background: #e6d2a0 url('images/dot.png') left bottom repeat-x;
}

div.widget {
	padding: 0 0 20px 0;
}

div#sidebar ul {
	margin: 3px 0 0 0;
}

div#sidebar ul li {
	list-style: none;
	display: block;
	padding: 3px 0 0 0;
}


div#sidebar a:link, div#sidebar a:visited {
	color: #ec7555;
}

div#sidebar a:hover, div#sidebar a:active {
	color: #cf502d;
}


/*
 * comment
 */

h3#comments {
	font-size: 1.5em;
	color: #42241c;
	padding: 0 10px 10px 10px;
}

h4#reply {
	font-size: 1.3em;
	color: #42241c;
}

div#comment-box {
	width: 480px;
	margin: 10px 0 0 120px;
	color: #42241c;
	font-size: 10px;
}

	div.com-left {
		float: left;
		margin: 0 10px 0 0;
		padding: 0 0 0 20px;
		width: 380px;
		position: relative;
	}
	
	div.com-right {
		float: right;
	}
	
	div.com-num {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 2.2em;
	}

div.reply-box {
	display: block;
	background-color: #f1ead7;
	padding: 10px;
}

div#comment-box a:link, div#comment-box a:visited {
	font-weight: bold;
	color: #42241c;
}

div#comment-box a:hover, div#comment-box a:active {
	color: #6c453a;
}

form#commentform {
	margin: 0;
	padding: 0;
}

form#commentform input.i {
	background: white;
	border: 1px solid #444;
	padding: 2px 5px;
	font-size: 10px;
}

form#commentform textarea.t {
	width: 440px;
	padding: 2px 3px;
	border: 1px solid #444;
	font-size: 10px;
}

ol.commentlist {
	margin: 0;
	padding: 0;
}

ol.commentlist li {
	display: block;
	list-style: none;
	background-color: #FFF;
	padding: 10px;
}

ol.commentlist li.alt {
	background-color: #f1ead7;
}


/*
 * navigation
 */

div.navigation {
	width: 480px;
	margin: 10px 0 0 120px;
	color: #42241c;
	font-size: 10px;
}

div.alignleft { float: left; }
div.alignright { float: right; }

div.navigation a:link, div.navigation a:visited {
	font-weight: bold;
	color: #42241c;
}

div.navigation a:hover, div.navigation a:active {
	color: #6c453a;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
