/*
Theme Name: Descartes
Theme URI: http://www.ekakurniawan.com/blog/download/descartes-for-wordpress/
Description: "Clear and Distinctive", the Only Image is Screenshot.
Version: 1.0
Author: Eka Kurniawan
Author URI: http://www.ekakurniawan.com

	This theme was designed and built by Eka Kurniawan.

	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to Eka Kurniawan website must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

*/

body {font: 75%/170% Georgia, Arial, Helvetica, sans-serif;padding: 0px;margin: 0px;color: #333;}
a {color: #000;text-decoration: none;}
a:visited {color: #000;}
a:hover {text-decoration: underline;}
p {margin: 0px 0px 15px;}
img {padding: 10px 4px;border-bottom: 1px dotted #515151;}
ul {margin: 5px 0px 15px;padding-left: 20px;}
ul li {margin: 0px;}
ol {margin: 5px 0px 15px;padding-left: 20px;}
ul li {margin: 0px;}
form {margin: 0px;padding: 0px;}
small {font-size: 90%;}
#page {background: #fefefe;}
#wrapper {width: 770px;margin: 0px auto;position: relative;}

/* HEADER HEADER HEADER HEADER  */
#header {
	height: 100px;
        border-bottom: 1px dotted #333;
}
/* SITE TITLE SITE TITLE SITE TITLE */
h1 {
	position: absolute;
	top: 10px;
	left: 5px;
	color: #111;
	margin: 0px;
	padding: 0px;
	font: normal 25px/100% Georgia, "Trebuchet MS", Arial, sans-serif;
}
.description {
	position: absolute;
	top: 40px;
	left: 150px;
	color: #111;
	font: 14px Georgia,Arial, Helvetica, sans-serif;
        font-style:italic;
}
/* SEARCH FORM SEARCH FORM SEARCH FORM */
#searchform {
	position: absolute;
	top: 10px;
	right: 0px;
	height: 37px;
	width: 190px;
}
#searchform #s{
	height: 17px;
	width: 138px;
	margin: 6px 5px 0px 0px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: solid 1px #a4a4a4;;
}
#searchform #searchsubmit {
	background: #000;
	height: 24px;
	width: 24px;
	border: none;
	line-height: 1px;
	margin-top: 6px;
}

/* CONTENT ENTRY CONTENT ENTRY  */
#left-col {
	width: 565px;
	float: left;
	margin-top: 11px;
}
/* PAGE NAVIGATION PAGE NAVIGATION */
#nav {
	height: 26px;
}
#nav ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: normal 14px/110% Georgia, Arial, Helvetica, sans-serif;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000;
	display: block;
}
#nav li a:visited{
	text-decoration: none;
	color: #000;
}
#nav li a:hover, #nav .current_page_item a{
	text-decoration: underline;
	color: #333;
}

/* SUB PAGE NAVIGATION SUB PAGE NAGVIGATION */
#subnav {
	background: #ffffff;
}
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/190% Georgia, 'Lucida Grande', Helvetica,  Arial, sans-serif;
}
#subnav li {
	padding: 4px;
	margin: 0px;
	border-bottom: dotted 1px #CCCCCC;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	padding: 0px 7px 0px 0px;
	text-decoration: none;
	color: #333;
	display: block;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
        font-weight: bold;
}
#subnav li a:hover {
	text-decoration: underline;
}

/* CONTENT ENTRY CONTENT ENTRY */
#content {
	padding: 25px 5px 15px 0px;
	width: 555px;
	background: #ffffff;
	clear: both;
	overflow: hidden;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.post .title {
	float: left;
	width: 555px;
}
.postdata {
	font-family: Georgia, 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #ffbb00;
	text-decoration: none;
}
.postdata .category{
	float: left;
}
.postdata .comments{
	float: right;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
}

/* POST TITLE POST TITLE POST TITLE */
h2 {
	margin: 3px 0 2px 0px;
	padding-bottom: 4px;
	font: normal 20px/100% Georgia, "Trebuchet MS", Arial, sans-serif;
        text-align: left;
}
h2 a, h2 a:visited {
        text-decoration: underline;
}
h2 a:hover {
        text-decoration: none;
}
h3 {
	color: #333;
	margin: 5px 0px 5px 0px;
	font: 120%/110% Georgia, "Lucida Grande", Helvetica, Arial, sans-serif;
}

/* NEXT AND PREVIOUS PAGE NAVIGATION */
.page-nav {
	clear: both;
	height: 21px;
        border-top: 1px dotted #ccc;
}
.page-nav a, .page-nav a:visited {
	color: #000;
	font-family: Georgia, 'Lucida Grande', Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000;
	text-decoration: underline;
}
.previous-entries a {
	float: left;
	padding-left: 0px;
	margin-left: 0px;
}
.next-entries a {
	float: right;
	padding-right: 0px;
	margin-right: 0px;
}

/* NEXT AND PREVIOUS POST NAVIGATION */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: -15px;
	font-family: Georgia, 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 80%;
}
.post-nav a, .post-nav a:visited {
	color: #999;
}
.post-nav a:hover {
	color: #999;
}
.post-nav .previous a {
	float: left;
}
.post-nav .next a {
	float: right;
	text-align: right;
}

/* COMMENT COMMENT COMMENT  */
h3#comments, h3#respond {
        border-top: 1px dotted #333;
        padding-top: 10px;
	font: normal 130%/120% Georgia, Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
        color: #333;
	clear: both;
}
/* COMMENT FORM COMMENT FORM */
#commentform {
	margin-top: 10px;
}
#commentform label {
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform input {
	font: 110% Georgia, Arial, Helvetica, sans-serif;
	width: 220px;
        margin-left: 15px;
	padding: 5px 3px 3px 7px;
	border: 1px solid #515151;
}
#commentform textarea {
	font: 110% Georgia, Arial, Helvetica, sans-serif;
	width: 535px;
	height: 140px;
	border: solid 1px #515151;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
        float: right;
	font: 12px/100% Georgia, Arial, Helvetica, sans-serif;
	border: solid 1px #515151;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
        background: #fff;
        margin-right: 10px;
}
#commentform #submit:hover {
        background: #ccc;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

/* COMMENT LIST COMMENT LIST */
.commentlist {
	margin: 10px 0px;
	padding-left: 0px;
	line-height: 130%;
}
.commentlist li{
	list-style: none;
	padding: 5px 10px;
}
.commentlist .alt {
	background: #fff;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #333;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #333;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #999999;
}


/* FOOTER FOOTER FOOTER  */
#footer {
        border-top: 1px dotted #333;
	font-family: Georgia, 'Lucida Grande', Helvetica, Arial, sans-serif;
	padding-top: 10px;
	font-size: 87%;
	color: #282828;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}

/* SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR */
#sidebar {
	float:right;
	width: 190px;
	color: #333;
	line-height: 160%;
	font: 10px/150% Georgia, 'Lucida Grande', Helvetica,  Arial, sans-serif;
}

#sidebar .sidebartitle{
	font: normal 140%/100% Georgia, "Trebuchet MS", Tahoma, Arial;
	color: #333;
        margin-top: 11px;
	padding: 4px 0px 4px 0px;
}
#sidebar p {
	margin: 0px;
}
#sidebar h3 {
	font: 12px/100% Georgia, 'Lucida Grande', Helvetica, Arial, sans-serif;
        margin: 0px 0px 0px -15px;
}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #333;
}
#sidebar h3 a:hover {
	color: #333;
	text-decoration:underline;
}
#sidebar h3 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #666;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	color: #666;
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	padding: 0;
        margin: 0px 0px 0px 15px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	list-style: none;
        margin: 0px;
}
#sidebar img {
        padding: 4px;
}

/* WIDGET WIDGET WIDGET WIDGET  */
/* UL LI WODGET UL LI WIDGET */
#archives ul li, #recent-comments ul li, #categories ul li, #recent-posts ul li, #links ul li {
        padding: 0px;
}
/* META META META META META */
}
#meta .rss, #meta .login, #meta .check, #meta .wordpress {
        padding: 0px;
}
/* CALLENDAR */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* ALIGNMENTS ALIGNMENTS ALIGNMENTS */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}
