/*
Theme Name: Sketch
Theme URI: http://firmanw.com/
Description: A personal theme for firmanw.com
Author: Firman Wandayandi
Author URI: http://firmanw.com/
Version: 0.1
Tags: firmanw
*/

/*** Universal ***/
body, input, textarea {
	font: normal 13px/1.3 "Helvetica Neue", Helvetica, "Arial Narrow", "Franklin Gothic Medium", Sans-Serif, "FreeSans";
}
body {
	margin: 20px 0 60px 0;
	color: #666;
	background: #fff;
}
input, textarea {
	font-size: 100%;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
}
a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:hover {
	color: #999;
}
ul {
	list-style: none;
}
li {
	margin: 0;
}
h2 {
	font-size: 30px;
}
h2,
h3,
h4,
h5 {
	font-family: "Helvetica LT Condensed", "Helvetica Neue", "Arial Narrow", Sans-Serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #333;
}

/*** Template ***/
/* Top */
#top {
	height: 100px;
}
	#header {
		position: relative;
	}
	#logo {
		position: absolute;
		top: 10px;
	}
	
	/* Navigation Menu */
	#nav {
		position: absolute;
		top: 16px;
		left: 290px;
		list-style: none;
		border-bottom: 1px solid #eee;
	}
	#nav li {
		float: left;
		padding: 12px 14px 12px 14px;
		margin: 0;
		height: 20px;
	}
	#nav a {
		text-transform: uppercase;
		font-size: 12px;
	}
	#nav .current_page_item {
		border-bottom: 1px solid #ccc;
		margin-bottom: -1px;
	}
	#nav .current_page_item a {
		color: #aaa;
	}
	/* Search form */
	#searchform {
		position: absolute;
		right: 0;
		top: 20px;
		padding: 4px 16px 12px 16px;
		border-bottom: 1px solid #ccc;
		height: 24px;
	}
	#searchform span {
		display: block;
		border: 1px solid #eee;
		width: 160px;
		float: left;
		padding: 1px;
	}
	#searchform input {
		width: 200px;
		padding: 4px 4px;
		margin: 0;
	}

/* Content */
#content {
	position: relative;
	margin-bottom: 52px;
}
	/* Post Meta */
	#post-meta {
		font-size: 12px;
	}
		#post-meta strong {
			font-weight: normal;
			color: #999;
		}
		/* Left grid */
		#lefttoptop,
		#lefttopbtm {
			border-color: #ccc;
			border-style: solid;
			text-align: right;
			padding: 12px 16px 0 16px;
			display: block;
		}
			#lefttoptop {
				border-bottom-width: 1px;
				height: 48px;
			}
			#lefttopbtm {
				height: 28px;
			}

			#post-date strong {
				display: block;
			}
	/* Post content */
	#post-content h2 {
		font-size: 2.6em;
		margin: 0 0 0 0;
		padding: 0 16px 0 16px;
		height: 60px;
		border-bottom: 1px solid #eee;
		overflow: hidden;
	}
		/* Post title customize */
		#post-content h2 span {
			display: block;
			margin-top: 6px;
		}
		#post-content h2 span.medium {
			font-size: .8em;
			margin-top: 10px;
		}
		#post-content h2 span.small {
			font-size: .7em;
			margin-top: 12px;
		}
		#post-content h2 span.tiny {
			font-size: 18px;
			margin-top: 14px;
		}
		/* Post grid shadow */
		#post-shadow-top,
		#post-shadow-btm {
			/*background: url(images/post-shadow.png) left top no-repeat;*/
			border-style: solid;
			border-color: #eee;
			border-top-width: 1px;
			height: 10px;
			display: block;
		}
		#post-shadow-btm {
			background-position: 80px -10px;
			border-bottom-width: 1px;
			border-top: none;
		}
		/* Post body */
		#post-body {
			margin: 12px 16px 4px 16px;
		}
	/* Post tags */
	#post-tags {
		position: absolute;
		bottom: -48px;
		right: 180px;
		color: #999;
		font-size: 12px;
	}
	#post-tags a {
		font-weight: normal;
	}
	/* Post navigation */
	#navigation {
		position: absolute;
		bottom: -40px;
		right: 0;
	}
		#rightbtmtop,
		#rightbtmbtm {
			border-color: #ccc;
			border-style: solid;
			height: 16px;
			padding: 12px 16px;
			display: block;
		}
			#rightbtmbtm {
				text-align: right;
				border-top-width: 1px;
			}

/* Bottom */
/* Comments */
#respond {
	margin-top: 1.4em;
}
	/* Comments header */
	#comments h3,
	#respond h3 {
		margin-top: 0;
		margin-bottom: 8px;
		margin-left: 190px;
	}
	#comment-closed {
		font-size: 1.4em;
		color: #ccc;
	}

/* Comment form */
#comment-form p {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 12px 8px;
}
	#comment-form label {
		float: left;
		width: 160px;
		border-top: 1px solid #ccc;
		padding: 14px 0 0 8px;
		margin: -13px 0 0 -8px;
		color: #333;
	}
	#comment-form input,
	#comment-form textarea {
		margin: 0 8px;
		padding: 4px 4px;
		color: #777;
	}
		#comment-form textarea {
			width: 380px;
		}
	#comment-form small {
		font-size: 11px;
		text-transform: uppercase;
		color: #ccc;
	}
	#comment-form input#submit {
		background: #333;
		color: #ccc;
		margin-left: 175px;
		border: 1px solid #ccc;
		text-transform: uppercase;
	}
	#comment-form .last {
		border: none;
		padding: 0;
	}

/* Footer */
#footer {
	position: relative;
	font-size: 12px;
	border-top: 1px solid #eee;
	margin-top: 36px;
}
	#footer ul {
		position: absolute;
		top: -1px;
	}
	#footer li {
		float: left;
		padding: 16px;
		border-top: 1px solid #eee;
	}
	#footer li.first {
		padding-left: 0;
		border-top: 1px solid #ccc;
	}

/*** Personalize ***/
/* Home */
#home #content,
#archive #content {
	margin: 0;
}
#home #lefttoptop,
#archive #lefttoptop {
	border-bottom-color: #eee;
}
#home #post-content,
#archive #post-content {
	height: 100px;
}
#home #post-content h2,
#archive #post-content h2 {
 border-bottom-color: #ccc;
}
#home #post-tags,
#archive #post-tags {
	position: static;
	margin: 12px 0 0 16px;
}
#home #navigation,
#archive #navigation {
	bottom: 0;
}
#home #rightbtmbtm,
#archive #rightbtmbtm {
	border-top-color: #eee;
}

/*** Library ***/
/* Post entry */
.entry h3,
.entry h4,
.entry h5 {
	color: #999;
}
.entry p {
	line-height: 1.6;
}
.entry img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #eee;
}
.entry img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
.entry img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
.entry li {
	margin-left: 1.6em;
}
.entry .more-link {
	font-weight: normal;
	font-style: italic;
}
/* Comment */
.comment,
.pingback,
.trackback {
	clear: both;
	display: block;
}
/* Comment list */
.comment-dl {
	margin: 0;
}
	.comment-dt {
		float: left;
		width: 160px;
		border-top: 1px solid #ccc;
		font-size: 11px;
		color: #999;
	}
		.comment-dt div {
			padding: 16px 16px 0 0;
		}
		.comment-author {
			font-weight: normal;
			font-size: 12px;
			color: #333;
			display: block;
		}
			.comment-author .fn {
				font-weight: bold;
				font-style: normal;
			}
			.comment-author .url {
				text-decoration: underline;
			}
		.comment-meta {
			font-style: normal;
		}
			.comment-meta a {
				font-weight: normal;
				color: #999;
			}
	.comment-dd {
		float: left;
		width: 600px;
		border-top: 1px solid #eee;
		min-height: 74px;
	}
		.comment-gravatar {
			float: right;
			width: 80px;
		}
			.comment-gravatar img {
				margin: 16px 0 0 0;
				border: 1px solid #ccc;
			}
		.comment-message {
			width: 500px;
		}
			.comment-message p {
				margin: 16px 20px;
			}
	/* Conditional comment */
	.bypostauthor .comment-dt {
		border-top-color: #666;
	}

/* WP */
img.wp-smiley {
	vertical-align: middle;
	border: none;
	padding: 0;
	background: none;
}

/* Contact Form 7 */
.wpcf7-form label {
	float: left;
	width: 160px;
	display: block;
	color: #999;
	text-transform: uppercase;
	margin-top: 4px;
}
.wpcf7-form .wpcf7-form-control-wrap {
	float: left;
	width: 300px;
	display: block;
	margin-bottom: 12px;
}
.wpcf7-form input,
.wpcf7-form textarea {
	width: 400px;
	padding: 4px;
}
.wpcf7-form input#submit {
	background: #333;
	color: #ccc;
	margin-left: 160px;
	border: 1px solid #ccc;
	text-transform: uppercase;
	width: auto;
}
.wpcf7-form .wpcf7-not-valid-tip-no-ajax {
	font-size: 12px;
	margin-top: 4px;
	font-style: italic;
	color: #666;
}
div.wpcf7-response-output {
	background: #fffeee;
	padding: 12px !important;
	color: #f2be46;
	text-transform: uppercase;
	border: none;
}
div.wpcf7-validation-errors {
	border: none !important;
}

/* PayPal */
#paypal input {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
#paypal img {
	border: none;
	padding: 0;
}

/* Custom */
.notice-box {
	background: #fffeee;
	padding: 12px;
	color: #f2be46;
	text-transform: uppercase;
}
.grid_10 {
	width: 620px !important;
}
.hide {
	display: none;
}