/*
Theme Name: Descartes
Theme URI: http://www.ekakurniawan.com/download/descartes-for-wordpress/
Description: "Clear and Distinctive", the Only Image is Screenshot.
Version: 1.2
Author: Eka Kurniawan
Author URI: http://www.ekakurniawan.com
Tags: white, clear, two columns, fixed width, widgets, valid CSS, valid XHTML

	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 {
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-color: #EEEEEE;
}

a {
        color: #000;
        text-decoration: none;
}
a:visited {
        color: #000;
}
a:hover {
        text-decoration: none;
}
p {
        margin: 0px 0px 15px;
}

img {
padding: 0px;
border:0;
}

a img {
text-decoration: none;
}

.gravatar img {
        float:right;
        padding: 0px 0px 10px 10px;
}
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%;
}
pre, code {
        border:1px solid #dadada;
        background:#f1f1f1;
        padding:0 10px 0 10px;
}

#wrapper {
width: 770px;
margin-top:30px;
margin-right:auto;
margin-left:auto;
background: #fff;
padding: 20px 25px 10px 25px;
overflow:hidden;
}

/* HEADER HEADER HEADER HEADER  */

#header {
height: 60px;
}

#logo {
height:60px;
width:320px;
float:left;
}

#searchbox {
width:280px;
float:right;
padding:20px 0 0 0;
height:40px;
}
#headerimg {
margin:10px 0 10px 0;
height:200px;
width:770px;
background-image:url(images/headerimg.png);
}

#nav{
margin-top:10px;
margin-bottom:10px;
width:730px;
height:28px;
padding:0 20px 0 20px;
background:#aaaaaa;
}

/* SITE TITLE SITE TITLE SITE TITLE */
h1 {
	padding: 5px 10px 2px 0px;
	font: bold 15px Georgia, "Trebuchet MS", Arial, sans-serif;
        text-align: right;
}


/* CONTENT ENTRY CONTENT ENTRY  */

#left-col {
	width: 580px;
	float: right;
	font-family: arial;
	font-size: 13px;
}

/* CONTENT ENTRY CONTENT ENTRY */
#content {
	padding: 0 0 0 0px;
	width: 580px;
	background: #ffffff;
	clear: both;
	overflow: hidden;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.post .title {
	float: left;
	width: 550px;
}
.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: 0 0px 5px;
        margin-bottom:15px;
	clear: both;
}

/* POST TITLE POST TITLE POST TITLE */
h2,h2 a, h2 a:visited {
	margin: 3px 0 2px 0px;
	padding-bottom: 10px;
	font: bold 15px Georgia, "Trebuchet MS", Arial, sans-serif;
        text-align: left;
}
h2 a:hover {
        text-decoration: underline;
}
h3 {
	color: #333;
	margin: 5px 0px 5px 0px;
	font: 120%/110% Georgia, "Lucida Grande", Helvetica, Arial, sans-serif;
}

/* CAPTION CAPTION CAPTION */

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;

}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* TAGS TAGS TAGS TAGS TAGS TAGS TAGS */
.tags {
        border-top: 1px solid #dadada;
}

/* COMMENT COMMENT COMMENT  */
h3#comments, h3#respond {
        border-top: 3px solid #dadada;
        padding-top: 10px;
	font: normal 130%/120% Georgia, Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
        color: #111;
	clear: both;
}
/* COMMENT FORM COMMENT FORM */
#commentform {
	margin-top: 10px;
}
#commentform label {
	color:#333;
	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 #dadada;
}
#commentform textarea {
	font: 110% Georgia, Arial, Helvetica, sans-serif;
        margin-left: 15px;
	width: 515px;
	height: 140px;
	border: solid 1px #dadada;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
        float: right;
	font: bold 12px/100% Georgia, Arial, Helvetica, sans-serif;
	border: solid 1px #dadada;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
        background: #f1f1f1;
        margin-right: 10px;
}
#commentform #submit:hover {
        background: #ccc;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #dadada;
}

/* 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 {
font-family: verdana;
font-size: 10px;
color: #FFFFFF;
width:770px;
height:20px;
padding:10px 25px 10px 25px;
background-image:url(images/footerbg.png);
margin-right:auto;
margin-left:auto;
margin-bottom:30px;

}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}

/* SIDEBAR SIDEBAR SIDEBAR SIDEBAR SIDEBAR */
#sidebar {
padding:10px 0 10px 5px;
background:#EEEEEE;
float:left;
width: 170px;
color: #333;
font: 11px/190% Georgia, 'Lucida Grande', Helvetica,  Arial, sans-serif;
}

#sidebar_bottom {
background:#333333;
float:left;
width:170px;
height:210px;
}

#sidebar .sidebartitle{
	font: bold 140%/100% Georgia, "Trebuchet MS", Tahoma, Arial;
	color: #444;
        margin-top: 11px;
	padding: 4px 0px 4px 0px;
}
#sidebar p {
	margin: 0px;
}
#sidebar h3 {
	font: 12px/140% 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: #000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	color: #333;
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	padding: 0;
        margin: 0px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	list-style: none;
        margin: 0px;
}
#sidebar img {
        padding: 0px;
}

/* 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;
}

/* ALIGNMENTS ALIGNMENTS ALIGNMENTS */
.center, .aligncenter {
	text-align: center;
}
img.center, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left, .alignleft {
	float: left;
}
img.left, img.alignleft {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right, .alignright {
	float: right;
}
img.right, img.alignright {
	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;
}

/* TOP MENU */

#main_topmenu {float:left; width:640px; margin:10px 0 0 15px; font-size:14px; display: inline; border-bottom:1px solid #dfdfdf}

#homelink { padding-left:22px; background:url('img/home_arrow.gif') no-repeat left center }
a#homelink:hover {background:url('img/home_arrow.gif') no-repeat left center !important}


#dropmenu {margin:0;list-style:none;position:relative;line-height:22px;width:640px;font-weight:bold;font-family: Verdana, Geneva, sans-serif;font-size: 11px;color: #000;background:#aaaaaa;}
 
#dropmenu ul {margin:0; padding:0; list-style:none; position:relative; line-height:20px; z-index:300;  font-weight:bold; position:absolute; display:none; top:28px; left:-1px;}


#dropmenu a {background:#aaaaaa;display:block; padding:3px 8px; color:#000000; text-decoration:none; } 
#dropmenu a:hover {color:#000;background:#959595;} 


#dropmenu li {float:left; position:relative;display:block} 

#dropmenu ul a {} 
#dropmenu li ul {width:500px;} 
#dropmenu li ul a {font-size:10px; background:#aaaaaa; width:90px; height:auto;} 

#dropmenu .page_item  {background:#aaaaaa;padding:0 20px 0 0}/* border for IE6 page link listing fix */

#dropmenu .page_item .page_item  { font-size:11px; border:none;}


#dropmenu .page_item li ul a {}

#dropmenu ul ul {line-height:20px;top:auto; }
#dropmenu ul li{ }
#dropmenu li ul ul {left:12em; margin:0px 0 0 10px;} 
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;} 
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;} 