
/*
 * Planet CSUI02 - CSS
 *
 * Author : Fajran Iman Rusadi
 * License: Creative Commons (by-nc-sa) 2.5
 *
 */

body {
	background: #F1EEE7;
	margin: 0px;
	font-family: verdana, tahoma, arial, sans-serif;
}
#body {
	width: 750px;
	background: white;
	padding: 20px 40px 10px 40px;
	margin: 0px auto 0px auto;
}

img {
	border: 0px;
	max-width: 450px;
}

h1 {
	color: #7A4841;
	margin: 0px 0px 20px 0px;
	font-size: 26px;

	font-size: 48px;
	font-family: georgia;
	font-weight: normal;
	letter-spacing: -3px;

	width: 65%;
}

#content h2 {
	font-family: georgia, serif;
	font-size: 16px;
	color: #666;
	letter-spacing: -2px;
}

h3 {
	font-size: 14px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}
h3 a {
	text-decoration: none;
	color: #589AAA;
	font-family: "times new roman", serif;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	border: 0px;
}
h3 a:hover {
	color: #589AAA;
}
h3 a:hover .title {
	color: #95D1DA;
	color: #0b7691;
	color: #d66;
}

#content {
	float: left;
	width: 68%;
}

.entry {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 40px;
	color: #444;
}
.info {
	color: #aaa;
	margin: 0px;
	font-size: 10px;
	text-align: right;
}

#side {
	float: right;
	width: 25%;
	color: #444;
	font-size: 11px;
	line-height: 18px;
}
#side h2 {
	font-family: georgia, serif;
	font-size: 14px;
	letter-spacing: -1px;
	margin: 0px;
	color: #333;
	padding: 0px;
	text-decoration: underline;
}
#side .block {
	margin: 20px 0px 40px 0px;
}
#side .block p, #side .block ul {
	margin-top: 5px;
}
#side .block ul {
	padding-left: 0px;
	list-style: none;
}
a {
	color: #66d;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}
a:hover {
	color: #d66;
}

#footer {
	clear: both;
	border-top: 1px solid #ddd;
}
#footer p {
	margin: 5px;
	font-size: 10px;
	color: #888;
	text-align: center;
}
#footer p a {
	color: #444;
	border: 0px;
}
#footer p a:hover {
	color: #888;
}

.face {
	float: right;
	background: white;
	width: 80px;
	height: 64px;
	margin-bottom: 20px;
	text-align: right;
}

/** IEsux **/
body {
	text-align: center;
}
#body {
	text-align: left;
}
#side ul {
	margin-left: 0px;
}

/** Load older **/

#loadolder {
        text-align: center;
        font-size: 10px;
        margin: 10px 0px 20px 0px;
}

#loadolder span {
        border: 1px solid #ccc;
        padding: 5px 10px;
        cursor: pointer;
}
#loadolder span:hover {
        background: #ffa;
}

.entry h1, .entry h2 {
    font-family: "times new roman",serif;
	letter-spacing: 0px;
    font-weight: bold;
}
.entry h1 {
    font-size: 20px;
}
.entry h2 {
    font-size: 16px;
}

