/*
Theme Name: Fahmi Ja'far
Theme URI: http://fahmijafar.net/
Description: Fahmi Ja'far Dedicated Theme by Arfandi Wijaya
Version: 1.0
Author: Arfandi Wijaya
Author URI: http://arfandiwijaya.com/
*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	background: transparent;
	border: none;
	text-decoration: none;
}

body {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	background-color: #222222;
}
a {
	color: #1981ca;
	text-decoration: none;
}
a:hover {
	color: #1981ca;
	text-decoration: underline;
}
form {
	margin: 0px;
}
select, input, textarea, button {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
input {

}
textarea {
	overflow: auto;
	border: 1px solid #ccc;
}
td, th {
	vertical-align: top;
}

img, object {
	border: none;
}

kbd {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
sup {
	font-weight: normal;
	vertical-align: top;
}

ul {
	list-style: none;
}

.entry-text ul li {
	display: block;
	line-height: 180%;
}
.entry-text ul li {
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 12px;
	background: url(images/arrowlist.gif) 0px 10px no-repeat;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/* --------- layout -------- */

.container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(images/bghead.gif) bottom left repeat-x;
}
#header .container {
	position: relative;
	height: 220px;
	overflow: hidden;
}
#header h1 a {
	float: left;
	display: block;
	position: relative;
	width: 365px;
	height: 65px;
	margin-top: 50px;
	margin-bottom: 45px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/logo.gif) no-repeat;
}
#nav {
	float: right;
	margin-top: 130px;
}
#nav li {
	float: left;
	margin-left: 20px;
}
#nav li a {
	padding: 5px;
	color: #a2a2a2;
	text-decoration: none;
}
#nav li a:hover {
	color: #f8f8f8;
	text-decoration: none;
}
#category {
	clear: both;
	height: 58px;
	padding: 1px 0;
	overflow: hidden;
}
#category ul {
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
}
#category li {
	float: left;
	height: 58px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
}
#category li a {
	float: left;
	display: block;
	width: 165px;
	height: 34px;
	padding: 12px;
	color: #666;
	text-decoration: none;
	line-height: 17px;
}
#category li a:hover {
	color: #444;
	text-decoration: none;
	background-color: #f6f6f6;
}
#category li a strong {
	display: block;
	font-weight: bold;
	text-transform: uppercase; 
	font-size: 13px;
	letter-spacing: -0.25px;
}
#category li a span {
	display: block;
	font-size: 9px;
}
#headbox {
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	overflow: hidden;
}
#headbox form {
	float: right;
	height: 25px;
	padding: 9px 15px 11px 10px;
	overflow: hidden;
	background: url(images/bgheadbox.png) top right no-repeat #181818;
}
#searchtext {
	float: left;
	width: 240px;
	height: 25px;
	margin-right: -35px;
	background: url(images/searchtext.png) top left no-repeat;
}
#searchtext input {
	width: 198px;
	height: 14px;
	padding: 6px 37px 5px 5px;
	color: #666;
	background: transparent;
	border: none;
}
#searchbutton {
	float: left;
	width: 35px;
	height: 25px;
	background: url(images/searchloop.gif) top left no-repeat;
}
#searchbutton input {
	width: 25px;
	height: 25px;
	padding: 0px 5px 8px;
	color: #f4f4f4;
	background: transparent;
	border: none;
	cursor: pointer;
}
#headbox ul {
	float: right;
	height: 16px;
	padding: 14px 0 15px 15px;
	overflow: hidden;
	background: url(images/bgheadbox.png) 0px -45px no-repeat #181818;
}
#headbox ul li {
	float: left;
	margin-right: 5px;
}
#headbox ul li a {
	float: left;
	display: block;
	position: relative;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/headicon.gif) no-repeat;
}
#headbox ul li.rss a {
	background-position: 0px 0px;
}
#headbox ul li.facebook a {
	background-position: -16px 0px;
}
#headbox ul li.twitter a {
	background-position: -32px 0px;
}

#wrapper {
	background: url(images/bgwrap.gif) bottom left repeat-x #fff;
	border-bottom: 1px solid #fff;
}
#wrapper .container {
	padding: 30px 0 50px;
	min-height: 400px;
}
* html #wrapper .container {
	height: 400px;
	overflow: visible;
}
#content {
	float: left;
	width: 565px;
	min-height: 400px;
	margin-right: 15px;
	overflow: hidden;
}
* html #content {
	height: 400px;
	overflow: visible;
}

.entry {
	
}
h1.page-title {
	color: #888f96;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.title-description {
	margin: 30px 0;
}
.entry-content {
	margin-bottom: 15px;
}
.entry-content h1 {
	clear: both;
	position: relative;
	font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, san-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.25px;
	line-height: 1.4em;
	padding-bottom: 5px;
}
.entry-content h1 a {
	color: #212121;
	text-decoration: none;
}
.entry-content h1 a:hover {
	color: #888f96;
	text-decoration: none;
}
.entry-head {
	padding: 8px 0 2px;
}
.entry-head span {
	padding: 3px 15px 5px 25px;
	color: #888f96;
}
.entry-head span a {
	color: #888f96;
	text-decoration: none;
}
.entry-head span a:hover {
	color: #212121;
	text-decoration: underline;
}
.entry-head span.date {
	background: url(images/icon-date.gif) 1px 0px no-repeat;
}
.entry-head span.comments {
	background: url(images/icon-comment.gif) 1px 1px no-repeat;
}
.entry-head span.author {
	background: url(images/icon-author.gif) 1px 0px no-repeat;
}
.entry-content {
	clear: both;
	position: relative;
	min-height: 40px;
	padding: 0 0 10px;
}
* html .entry-content {
	height: 40px;
	overflow: visible;
}
.entry-content p {
	clear: both;
	position: relative;
	margin: 15px 0;
	line-height: 220%;
}
.entry-content p a {
	padding-bottom: 2px;
	text-decoration: none;
	background: url(images/dashed.gif) bottom left repeat-x;
}
.entry-content p a:hover {
	color: #000;
	text-decoration: none;
	background: url(images/dashed2.gif) bottom left repeat-x;
}
.entry-bottom {
	clear: both;
	position: relative;
	min-height: 20px;
	padding: 10px 0;
}
* html .entry-bottom {
	height: 20px;
	overflow: visible;
}
.entry-bottom .readmore, .entry-bottom .tags {
	padding: 4px 8px;
	background: url(images/linetop.gif) top left repeat-x #f6f6f6;
	border: 1px solid #e1e1e1;
}
.entry-bottom .readmore {
	float: left;
}
.entry-bottom .readmore.onhover {
	background: url(images/linetop.gif) top left repeat-x #efefef;
	border: 1px solid #aaaaaa;
}
.entry-bottom .tags {
	float: right;
}
.entry-bottom .readmore a, .entry-bottom .tags a {
	color: #888f96;
	text-decoration: none;
}
.entry-bottom .readmore a:hover {
	color: #666;
	text-decoration: none;
}
.entry-bottom .tags a:hover {
	color: #212121;
	text-decoration: underline;
}

img.wp-smiley {
	vertical-align: middle;
}

.sidebar {
	float: left;
	width: 150px;
	min-height: 400px;
	margin-left: 20px;
	padding-left: 19px;
	padding-bottom: 10px;
	overflow: hidden;
	border-left: 1px solid #eaeaea;
}
* html .sidebar {
	height: 400px;
	overflow: visible;
}
.sidebar .widget {
	padding: 10px 0;
	margin-bottom: 5px;
}
.sidebar .widget h3 {
	clear: both;
	position: relative;
	margin-bottom: 8px;
	padding: 8px 0 4px;
	font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, san-serif;
	font-size: 18px;
	font-weight: normal;
	color: #212121;
	letter-spacing: -0.25px;
	line-height: 1.4em;
	border-bottom: 1px solid #eaeaea;
}
.sidebar .widget h3 a {
	color: #212121;
	text-decoration: none;
}
.sidebar .widget h3 a:hover {
	color: #888f96;
	text-decoration: none;
}
.sidebar .widget p {
	clear: both;
	position: relative;
	margin: 8px 0;
	line-height: 200%;
}
.sidebar .widget ul {
	position: relative;
}
.sidebar .widget ul li {
	display: block;
	line-height: 180%;
	border-bottom: 1px solid #eaeaea;
}
.sidebar .widget ul li a {
	display: block;
	text-decoration: none;
	padding: 4px 0 4px 12px;
	background: url(images/arrowlist.gif) 0px 10px no-repeat;
}
.sidebar .widget ul li.recentcomments a {
	display: block;
	padding: 4px 0 4px 12px;
}
.sidebar .widget ul li a:hover {
	color: #212121;
	text-decoration: none;
}
.sidebar .box {
	margin-bottom: 6px;
	padding: 3px 3px 1px;
	overflow: hidden;
	border: 1px solid #ddd;
}
.sidebar .box.onhover {
	border: 1px solid #aaa;
}

#footer {
	
}
#footer .container {
	padding: 30px 0;
	overflow: hidden;
	color: #eee;
	background: url(images/bgfoot.png) top left no-repeat;
}
#bottom_column {
	width: 1005px;
	position: relative;
}
#bottom_column .column {
	float: left;
	width: 290px;
	overflow: hidden;
	margin-right: 45px;
}
#bottom_column .widget {
	margin: 5px 0 10px;
}
#bottom_column .widget h3 {
	clear: both;
	position: relative;
	margin-bottom: 10px;
	padding: 8px 0 4px;
	font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, san-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	letter-spacing: -0.25px;
	line-height: 1.4em;
	border-bottom: 1px solid #333;
}
#bottom_column .widget p {
	clear: both;
	position: relative;
	margin: 15px 0;
	line-height: 200%;
}
#bottom_column .widget ul {
	position: relative;
	width: 310px;
}
#bottom_column .widget ul li {
	float: left;
	width: 135px;
	margin-right: 20px;
	border-bottom: 1px solid #333;
}
#bottom_column .widget ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 0 10px 12px;
	background: url(images/arrowlist.gif) 0px 13px no-repeat;
}
#bottom_column .widget ul li a:hover {
	color: #eee;
	text-decoration: none;
}
.bottomform {
	position: relative;
	width: 265px;
	height: 20px;
	margin: 15px 0;
	padding: 12px 10px 13px 15px;
	overflow: hidden;
	background: url(images/bgbottomform.png) top left no-repeat #1b1b1b;
}
.bottomform select {
	width: 258px;
	padding: 1px 1px 1px 2px;
}
#bottom_nav, #copyright {
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	color: #666;
}
#bottom_nav a, #copyright a {
	color: #eee;
	text-decoration: none;
}
#bottom_nav a:hover, #copyright a:hover {
	color: #eee;
	text-decoration: underline;
}
#bottom_nav {
	width: 960px;
	position: relative;
	overflow: hidden;
}
#bottom_nav p {
	padding: 15px 0;
}
#bottom_nav ul {
	position: relative;
	margin-left: 45%;
}
#bottom_nav li {
	display: inline;
}
#bottom_nav li a {
	float: left;
	display: block;
	position: relative;
	width: 38px;
	height: 38px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/bottomicon.gif) no-repeat;
}
#bottom_nav ul li.twitter a {
	background-position: 0px 0px;
}
#bottom_nav ul li.facebook a {
	background-position: -38px 0px;
}
#bottom_nav ul li.twitter a:hover {
	background-position: 0px -38px;
}
#bottom_nav ul li.facebook a:hover {
	background-position: -38px -38px;
}
#copyright {
	clear: both;
}

.wp-pagenavi {
	width: 565px;
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
}
.wp-pagenavi span.current {
	margin-right: -1px;
	padding: 4px 6px 5px;
	color: #e9e9e9;
	white-space: nowrap;
	background-color: #222;
	border: 1px solid #eaeaea;
}
.wp-pagenavi a {
	margin-right: -1px;
	padding: 4px 6px 5px;
	color: #1981ca;
	white-space: nowrap;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #fff;
}
.wp-pagenavi a:hover {
	color: #e9e9e9;
	text-decoration: none;
	background-color: #222;
	border: 1px solid #eaeaea;
}

h3#comments, h3#respond {
	clear: both;
	position: relative;
	margin-bottom: 8px;
	padding: 8px 0 4px;
	font-family: Georgia, 'Trebuchet MS', Arial, Helvetica, san-serif;
	font-size: 18px;
	font-weight: normal;
	color: #212121;
	letter-spacing: -0.25px;
	line-height: 1.4em;
	border-bottom: 1px solid #eaeaea;
	min-height: 18px;
}
* html h3#comments {
	height: 18px;
	overflow: visible;
}
* html h3#respond {
	height: 18px;
	overflow: visible;
}

.form-text, .form-textarea, .form-submit {
	padding-left: 5px;
	padding-bottom: 15px;
}
.form-text label {
	padding-left: 15px;
}
.form-text label cite {
	font-style: normal;
	color: #888f96;
}
.form-text input {
	width: 280px;
	padding: 6px 3px;
	color: #666;
	background: url(images/bginput.gif) top left repeat-x #fefefe;
	border: 1px solid #eaeaea;
}
.form-textarea textarea {
	width: 540px;
	height: 135px;
	padding: 6px 3px;
	color: #666;
	background: url(images/bginput.gif) top left repeat-x #fefefe;
	border: 1px solid #eaeaea;
	overflow: auto;
}
.form-submit input {
	padding: 4px 8px;
	color: #888f96;
	background: url(images/linetop.gif) top left repeat-x #f6f6f6;
	border: 1px solid #e1e1e1;
	cursor: pointer;
}
* html .form-submit input {
	padding: 4px 0;
}
*:first-child+html .form-submit input {
	padding: 4px 0;
}
.form-submit input:hover {
	color: #666;
	background: url(images/linetop.gif) top left repeat-x #efefef;
	border: 1px solid #aaaaaa;
}
span.required {
	margin-left: 10px;
	padding: 2px 8px 3px;
	font-size: 9px;
	color: #feffff;
	background-color: #a0a0a0;
}

.comment-area {
	padding-top: 15px;
}
ol.commentlist {
	margin: 15px 0;
	list-style: none;
}
ol.commentlist ul {
	margin-top: 20px;
	margin-bottom: -10px;
}
ol.commentlist li {
	margin-bottom: 10px;
	padding: 10px 15px 15px;
	min-height: 40px;
	background-color: #fefefe;
	border: 1px solid #eaeaea;
}
* html ol.commentlist li {
	height: 40px;
	overflow: visible;
}
ol.commentlist li.evenrow {
	background-color: #f6f6f6;
}
.comment-thumb {
	float: left;
	padding: 3px 3px 1px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ddd;
}
.comment-head, .comment-content {
	padding-left: 65px;
}
.comment-head {
	padding-top: 5px;
	padding-bottom: 5px;
}
.comment-head span {
	float: right;
	font-size: 10px;
	color: #888f96;
}
.comment-head span a {
	color: #888f96;
	text-decoration: none;
}
.comment-head span a:hover {
	color: #000;
	text-decoration: underline;
}
.comment-content p {
	margin: 5px 0;
	line-height: 180%;
}
.comment-content .reply {
	padding-top: 10px;
}
.comment-content .reply a {
	padding: 0px 8px 1px;
	font-size: 9px;
	color: #888f96;
	text-decoration: none;
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;
}
.comment-content .reply a:hover {
	color: #000;
	text-decoration: none;
}

/* search widget */
.widget_search label.screen-reader-text {
	display: none;
}
.widget_search input#s {
	width: 142px;
	padding: 6px 3px;
	color: #666;
	background: url(images/bginput.gif) top left repeat-x #fefefe;
	border: 1px solid #eaeaea;
}
.widget_search input#searchsubmit {
	width: auto;
	margin-top: 4px;
	padding: 4px 8px;
	color: #888f96;
	background: url(images/linetop.gif) top left repeat-x #f6f6f6;
	border: 1px solid #e1e1e1;
	cursor: pointer;
}
* html .widget_search input#searchsubmit {
	padding: 4px 0;
}
*:first-child+html .widget_search input#searchsubmit {
	padding: 4px 0;
}
.widget_search input#searchsubmit:hover {
	color: #666;
	background: url(images/linetop.gif) top left repeat-x #efefef;
	border: 1px solid #aaaaaa;
}

/* calendar widget */
table#wp-calendar {
	width: 100%;
	margin-bottom: -20px;
}
table#wp-calendar caption, table#wp-calendar th, table#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}
table#wp-calendar caption {
	color: #888f96;
}
table#wp-calendar td#today {
	padding: 0;
}
table#wp-calendar td#today a {
	display: block;
	padding: 3px 0;
	color: #fff;
	text-decoration: none;
	background-color: #222222;
}
table#wp-calendar td#today a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #2a90d8;
}

blockquote{
margin:0 0 22px 0px;
padding:0 15px;
font-size:11px;
clear:both;
border-left:5px solid #D6D6D6;
}