/*  
Theme Name: Elvini
Theme URI: http://www.elvini.net/
Description: Theme yg digunakan di Blog elvini.net.
Version: 1.5
Author: Vini Indriasari
Author URI: http://elvini.net/
*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', 'Verdana', sans-serif;
	font-size: 13px;
	text-align: center;
	background: #d1cba1;
}

p, td, ul, ol, li, dt, dd, indent {
	line-height: 20px;
}

indent {
	display: block;
	padding-left: 20px;
}

img {
	border: 0;
}

.black {
	color: black;
}

#mainbody {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 860px;
}

#header, #footer {
	position: relative;
	background: #da0688 url('images/header-bg.jpg') repeat-y; 
}

#header {
	height: 100px;
	color: #ffffe6;
}

#header-sect {
	position: absolute;
	top: 25px; left: 20px;
	text-align: left;
	font-size: 40px;
	font-weight: normal; font-style: oblique;
	font-family: 'Georgia', sans-serif;
	color: #ffffe6;
}

#header-sect a:link, #header-sect a:visited {
	color: #ffffe6;
}

#description {
	position: absolute;
	bottom: 10px; left: 20px;
	font-size: 15px;
	font-weight: bold;
}

#footer {
	height: 75px;
	text-align: right;
	padding-right: 10px;
	font-size: 13px;
}

#tabs { /*all tab*/
	position: relative;
	width: 100%;
}

.tabdf, .tabcr {
	position: relative;
	float: left;
	text-align: left;
}

.tabdf { padding: 0 1px 2px; background: #fdc9be; }
.tabcr { padding: 0 1px; }

.sectdf, .sectcr { /*width yes, padding yes, need inner*/
	position: static;
	height: 28px;
	padding-right: 10px;
}

.sectdf {	background: #fff; }

.icon {
	position: relative;
	top: 0.3em;
	margin-right: 5px;
	border: 0;
}

a.tabmn {
	margin-left: 10px;
	font-family: 'Georgia', serif;
	font-weight: bold;
}

a.tabmn:link, a.tabmn:visited {
	color: #b30059;
	text-decoration: none;
}

a.tabmn:hover {
	color: #fd3c9c;
	text-decoration: none;
}

#search {
	position: absolute;
	top: 20px; right: 10px;
	height: 60px;
}

#pagebody {
	position: relative;
	border: 2px solid #fdc9be;
	background: #ffefef url('images/pagebody-bg.jpg');
	width: 856px; /* width mainbody min 2x border thick */
}

#leftcol, #rightcol { /*width yes, can't padding*/
	position: relative;
	float: left;
}

#leftcol { width: 73%; }
#rightcol {	width: 27%; } /* sidebar */

#leftcol-in {
	position: static;
	padding: 20px 0 20px 20px;
}

#about-blog {
	position: relative;
	border-top: 1px solid #a3d0ff;
	border-bottom: 1px solid #a3d0ff;
	padding: 5px 10px;
	background: #d2f2ff url('images/tissublue.jpg');
	text-align: justify;
}

#rightcol-in {
	position: static;
	padding: 20px 10px 20px 20px;
	text-align: left;
}

.content, .post {
	position: relative;
	background: #ffffe6 url('images/parchment.jpg');
	border: 1px solid #d1cba1;
	padding: 30px 0;
	margin: 20px 0;
}

#valid-box {
	position: absolute;
	top: 23px; left: 10px;
	width: 190px;
}

.valid {
	width: 50%; float: left;
}

#footer-box {
	position: absolute;
	bottom: 0; right: 20px;
}

a {	color: #000000;	text-decoration: none; }
a:link { color: #9803e9; }
a:visited {	color: #0080c0; }
a:hover { text-decoration: underline; }

.module {
	position: static;
	margin-bottom: 10px;
	padding: 0;
	background: #fff;
	border: 1px solid #d1cba1;
}

ol { margin-top: 5px; margin-bottom: 5px; }

h1, h1.pagetitle {
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #cc0000;
	text-align: center;
	margin: 20px auto 0;
}

h1 a:link, h1 a:visited {
	color: #cc0000;
}

h1.post-title {
	font-size: 18px;
	margin-bottom: 0;
	text-align: left;
}

h1.post-title a:link, h1.post-title a:visited {
	color: #007cf9;
}

h2 {
	font-weight: bold;
	font-size: 17px;
	color: #007cf9;
	margin-top: 15px;
	margin-bottom: 5px;
}

h3 {
	font-family: 'Arial', cursive;
	font-weight: bold;
	font-size: 14px;
	color: #008080;
	margin-top: 15px;
	margin-bottom: 5px;
}

h4 {
	font-family: 'Arial', cursive;
	font-weight: bold;
	font-size: 13px;
	color: #E87400;
	margin-top: 15px;
	margin-bottom: 5px;
}

p {
	font-size: 13px;
	margin: 10px 0;
}

em {
	color: #ff0080;
	font-style: normal;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #fdc9be;
	color: #FF6262;
}

dt {
	margin-top: 6px;
	font-weight: bold;
}

dd {
	margin-left: 20px;
}

table {
	position: relative;
	font-family: 'Trebuchet MS', 'Verdana', sans-serif;
	font-size: 13px;
	text-decoration: none;
	margin: 20px auto;
	border-spacing: 2px;
}

th {
	background-color: #b0d8ff;
	padding: 5px;
}

td { padding: 5px; background: #fff0b3; }

small, .small {
	font-size: 12px;
}

small {
	color: #FF6262;
}

.entry {
	position: relative;
	margin: 0 auto;
	width: 550px;
	text-align: justify;
}

.dummy:after, .navigation:after, .row:after {
	display: block;
	content: " ";
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
}

#rightcol-in ul {
	margin: 0; padding: 0;
}

#rightcol-in ul li {
	list-style: none;
	margin: 20px 0 5px 0;
	padding: 0;
}

#rightcol-in ul li h2 {
	color: #b30059;
	font-size: 16px;
	font-family: 'Georgia', sans-serif;
	font-weight: bold;
}

#rightcol-in ul ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#rightcol-in ul ul li {
	list-style: url('images/arrow.gif');
	margin: 0;
	padding: 0 5px 0 0;
	color: #777;
}

.detail, .postmetadata {
	position: relative;
	width: 500px;
	text-align: center;
	background: #ededed;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	font-size: 11px;
	margin: 0 auto;
	padding: 5px 0 5px 15px;
}

#commentlist {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	font-size: 11px;
}

.alt, .evn {
	display: block;
	padding: 10px;
	text-align: left;
}

.alt {
	background: #e6fefe url('images/tissublue.jpg');
	border-top: 1px solid #a3d0ff;
	border-bottom: 1px solid #a3d0ff;
}

cite a:link, cite a:visited { font-weight: bold; font-style: normal; }

acronym, abbr, span.caps {
	font-size: 1em;
	letter-spacing: .07em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.navigation {
	position: relative;
	text-align: center;
	margin: 10px 0;
}

.alignleft {
	float: left; width: 50%; text-align: left;
}

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

.row { /* as <tr> */
	margin: 10px auto;
	text-align: center;
}

.cell, .half, .third, .quarter { /* as <td> */
	position: relative;
	float: left;
}

/*identical cell*/
.half { width: 50% }
.third { width: 33% }
.quarter { width: 25% }

.pic {
	text-align: center;
	margin-top: 20px;
}

.capt {
	text-align: center;
	font-family: 'Arial', sans-serif; 
	font-size: 12px;
	font-weight: normal;
	margin: 5px auto;
}

