/*
 *Theme Name: Descartes
 *Theme URI: http://www.ekakurniawan.net/download/descartes
 *Description: "Clear and Distinctive", the Only Image is Screenshot.
 *Version: 2.1
 *Author: Eka Kurniawan
 *Author URI: http://www.ekakurniawan.net
 *Tags: white, two-columns, custom-background, threaded-comments, fixed-width

 *License: GPL 2
 *License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

body {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 100%;
	line-height: 1.125em;
        padding: 0px;
        margin: 0px;
        color: #333;
        background-color: #dedede;
}
a {
        color: #333;
        text-decoration: underline;
}
a:visited, a:hover {
        color: #111;
}
p {
        margin: 0px 0px 15px;
}
img {
        padding: 4px;
}
blockquote {
	font-size: 1em;
        font-style: italic;
        padding: 5px 5px 5px 35px;
}
.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 #000;
        background: #111;
        padding:0px 20px 0px 20px;
        color: #ff0;
}
#page {
        padding: 10px 0px;
}
#wrapper {
        width: 900px;
	margin: 0px auto;
        position: relative;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
        background: #fff;
        padding: 20px 0px;
}

/* HEADER  */
#header {
	height: 100px;
}
#header h1 {
	position: absolute;
	top: 30px;
	left: 25px;
	color: #444;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.5625em;
	letter-spacing:2px;
}
#header h1 a, #header h1 a:hover {
        text-decoration: none;
}
#header .description {
	position: absolute;
	top: 65px;
	left: 25px;
	color: #444444;
        font-style:italic;
	letter-spacing:1px;
}

/* SEARCH FORM */
#searchform {
	position: absolute;
	top: 10px;
	right: 25px;
	height: 37px;
	width: 220px;
}
#searchform fieldset {
	border: none;
	height: 90px;
	padding: 0px;
}
#searchform fieldset:hover #s {
	background: #eee;
}
#searchform fieldset:hover #searchsubmit {
	color: #333;
        border: 1px solid #aaa;
        background: #ccc;
}
#searchform #s{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	letter-spacing:2px;
	background: #fff;
	height: 17px;
	width: 200px;
	margin: 6px 0px 0px 0px;
	padding: 3px 5px 2px 10px;
	font-size: 0.75em;
	border: solid 1px #bdbdbd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#searchform #searchsubmit {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	letter-spacing:2px;
	color: #fff;
        margin-top: 5px;
        padding: 4px 6px;
        border: 1px solid #fff;
        background: #fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
#searchform fieldset:hover #searchsubmit:hover {
        background: #aaa;
        border: 1px solid #757575;
}

/* PAGE NAVIGATION*/
#nav {
	height: 26px;
	padding: 5px 25px 5px 25px;
        border-top: 2px solid #bdbdbd;
        border-bottom: 1px solid #bdbdbd;
        margin-bottom: 15px;
}
.menu-navigation-container ul {
}
#nav .menu ul, .menu-navigation-container ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 0.875em;
	line-height: 1.1em;
	height: 30px;
}
#nav .menu ul li, .menu-navigation-container ul li{
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav .menu ul li a, .menu-navigation-container ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	display: block;
}
#nav .menu ul li a:hover, .menu-navigation-container ul li a:hover{
	text-decoration: underline;
}
#nav .menu ul li ul, .menu-navigation-container ul li ul {
	font-size: 0.875em;
	line-height: 1.1em;
	position: absolute;
	left: 0px;
	top: 25px;
	display: none;
	background: #fff;
}
#nav .menu ul li ul li, .menu-navigation-container ul li ul li {
	width: 200px;
}
#nav .menu li:hover ul, #nav .menu li.over ul, .menu-navigation-container li:hover ul, .menu-navigation-container li.over ul { 
	display: block; 
} /* The magic */

/* CONTENT ENTRY */
#left-col {
	width: 600px;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
}
#full-col {
	width: 850px;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
	margin-right: 25px;
}
#content {
	padding: 0px 5px 0px 0px;
	width: 600px;
	clear: both;
	overflow: hidden;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.post .title {
	float: left;
	width: 600px;
}
.postdata {
        font-size: 0.75em;
        color: #757575;
}
.postdata_secondary {
        font-size: 0.85em;
        color: #757575;
}
.postdata a, .postdata_secondary a {
        color: #757575;
}
.postdata_secondary {
        border-top: 1px solid #bdbdbd;
}
.entry {
	padding: 10px 0px 5px;
        margin-bottom:15px;
	clear: both;
	font-size: 0.9em;
	line-height: 1.375em;
}
.aside {
        margin-left: 20px;
	font-size: 1em;
	color:000;
}
.gallery {
        margin-left: 20px;
        padding-top: 5px;
}
.gallery img {
        float: left;
        margin-right: 10px;
}
.gallery-text {
        margin-left: 10px;
}
.sticky {
        border:1px solid #ddd;
        padding: 10px;
        background-color: #eee;
        margin-bottom: 15px;
}
.read-more {
	text-align: right;
}
.page-links {
	margin: 5px 0 15px 0;
}
.page-links .number-link {
	margin-left: 5px;
	margin-right: 5px;
}
.page-links a, .page-number a:visited {
	color: #333;
	padding: 2px 5px;
	border: 1px solid #ccc;
	background: #fff;
	text-decoration:none;
}
.page-links a:hover {
	color: #fff;
	border: 1px solid #333;
	background: #333;
	text-decoration:none;
}

/* POST HEADLINE */
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
	margin: 3px 0 2px 0px;
	padding-bottom: 4px;
        text-align: left;
        text-decoration: none;
        color: #111;
	font-weight: bold;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
        text-decoration: underline;
}
h1 {
	font-size: 1.5625em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.125em;
}
h4 {
	font-size: 1em;
}
.avatar {}
.gallery {}
.wp-smiley {}

/* CAPTION  AND IMAGE */

.gallery-thumb{
	padding: 5px;
}
.gallery-caption{
	font-size: 0.6875em;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 1 px solid #ccc;
}

.wp-caption p.wp-caption-text {
	font-size: 0.6875em;
	padding: 0 4px 5px;
	margin: 0;
}

/* ALIGNMENTS */
.center, .aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
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;
}
.alignnone {}

/* NEXT AND PREVIOUS PAGE NAVIGATION */
.page-nav {
	clear: both;
	height: 21px;
        padding: 3px 0px;
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
}
.page-nav a, .page-nav a:visited {
	text-decoration: none;
}
.page-nav a:hover {
	text-decoration: none;
}
.previous-entries a {
	float: left;
	margin-left: 0px;
}
.next-entries a {
	float: right;
	margin-right: 0px;
}

/* NEXT AND PREVIOUS POST NAVIGATION */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: 0px;
	font-size: 0.8em;
}
.post-nav a, .post-nav a:visited {
	color: #999;
}
.post-nav a:hover {
	color: #999;
}
.post-nav .next {
	float: left;
}
.post-nav .previous {
	float: right;
	text-align: right;
}

/* COMMENT COMMENT COMMENT  */
h3#comments, h3#respond {
        padding-top: 10px;
	margin: 20px 0px 0px;
	clear: both;
}
/* COMMENT FORM COMMENT FORM */
#commentform {
	margin-top: 10px;
	font-size: 0.9em;
}
#commentform .comment-form-comment label {
	font-size: 0.9em;
	font-weight: bold;
	width:500px;
	float: left;
}
#commentform small {
	color: #999;
	font-size: 0.8em;
}
#commentform textarea {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 0.9em;
	width: 98%;
	height: 140px;
	border: solid 1px #ccc;
	padding: 5px 0px 3px 0px;
	margin-bottom: 35px;
}
#commentform #submit {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
        float: left;
	font-size: 0.9em;
	font-weight: bold;
	border: solid 1px #ccc;
	padding: 6px;
	margin-left: 0px;
        background: #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
#commentform #submit:hover {
        background: #ccc;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #ccc;
}

/* COMMENT LIST */
.commentlist {
	margin: 10px 0px;
	padding-left: 0px;
	font-size: 0.9em;
}
.commentlist li{
	list-style: none;
	padding: 5px 10px;
}
.commentlist li .avatar {
	border:1px solid #ccc;
	margin:15px 8px 6px 0;
	float: right;
	padding:2px;
	width:45px;
	height:45px;
}
.commentlist .alt {
	background: #eee;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 0.9em;
	color: #333;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #333;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 0.8em;
}
.commentlist small a, .commentlist small a:visited{
	color: #999;
}
.commentmetadata {
	font-weight: normal; 
	font-size: 0.75em; 
	margin: 0;
	display: block; 
	color: #999;}
.commentmetadata a, .commentmetadata a:visited {
	color: #999;
}
.commentmetadata a:hover{ 
	color: #757575;
}
.children { 
	padding: 0; 
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: none;
}
.depth-2, .depth-3, .depth-4, .depth-5 {
	margin-left: 10px;
}
.bypostauthor {
	background-color: #ffffe0;
	border: 1px solid #e6db55;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* SIDEBAR */
#sidebar {
	float:right;
	margin-right: 25px;
	width: 220px;
	line-height: 1.6em;
	font-size: 0.8125em;
}

#sidebar .sidebartitle{
        margin-top: 11px;
	padding: 4px 0px 4px 0px;
}
#sidebar p {
	margin: 0px;
}
#sidebar h3 {
	font-size: 1.1875em;
	font-height: 1.4em;
        margin: 0px 0px 0px -15px;
}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #333;
}
#sidebar h3 a:hover {
	color: #333;
	text-decoration:underline;
}
#sidebar a, #sidebar a:visited {
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	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: 4px;
}
#loginform {
        padding: 10px 6px;
        background: #fff;
        border: 1px solid #fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#loginform:hover {
        background: #eee;
        border: 1px solid #bdbdbd;
}
#loginform label {
        color: #333;
}
#loginform #user_login, #loginform #user_pass{
        width: 200px;
	height: 17px;
        border: 1px solid #ccc;
        background: #fff;
}
#loginform #wp-submit {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	letter-spacing:2px;
        padding: 4px 6px;
        border: 1px solid #aaa;
        background: #ccc;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
#loginform #wp-submit:hover {
        background: #aaa;
        border: 1px solid #757575;
}

/* FOOTER  */
#footer {
        border-top: 2px solid #bdbdbd;
	padding: 5px 25px 0 25px;
	font-size: 0.8em;
        margin: 0;
}

/*OTHER THING*/
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}