/*
Theme Name: Yashfa
Theme URI: http://wpgpl.com/themes/yashfa
Description: Yashfa is Grid Based layout for Ordinary Blogger. Yashfa contain so many widget, extra footer and many more.
Version: 1.7
Author: Nurudin Jauhari
Author URI: http://wpgpl.com/
Tags: blue, orange, custom-header, fixed-width, two-columns,right-sidebar


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Crafted on 12 February 2009
	Last Edit: 25 July 2009 12.12  +7 GMT

*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-size:100%;vertical-align:baseline;border:0;outline:0;background:transparent;margin:0;padding:0}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}table{border-collapse:collapse;border-spacing:0}

@charset "UTF-8";

ul.menu,
ul.menu li,
ul.menu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.menu {
 position: relative;
 z-index: 597;
 float: left;
}

ul.menu li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.menu li.hover,
ul.menu li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.menu ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.menu ul li {
 float: none;
}

ul.menu ul ul {
 top: 1px;
 left: 99%;
}
ul.menu ul ul ul {
 top: 0px;
}
ul.menu ul ul ul ul {
 top: 0px;
}


ul.menu li:hover > ul {
 visibility: visible;
}



ul.menu {
 font-weight: bold;
}

	ul.menu li {
	}

	ul.menu li li {
		background: #444;
	}

	ul.menu a:link,
	ul.menu a:visited	{ color: #fff; text-decoration: none; }
	ul.menu a:hover		{ color: #fff; }
	ul.menu a:active	{ color: #fff; }


	/* -- level mark -- */

	ul.menu ul {
	 min-width: 150px;
	 margin-top: 0;
	}

		ul.menu ul li {
		 font-weight: normal;
		}
/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */
ul.menu  li.current-cat {
	 background: #000;
	 border-style: solid;
	 border-width: 0 1px 0 0;
	 border-color: #333 #fff #333;
	 background-color: #000;
	 color: #fff;
}



body {
	font: 13px arial, verdana, sans-serif;
}

pre, code {
	font: 1.1em 'Courier New', Courier, Fixed;
	width: 500px;
	overflow: auto;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


/* L I N K S */

a:link, a:visited {
	color: #ba2800;
	text-decoration: none;
	}
	
a:hover {
	color: #0A43A3;
	text-decoration: underline;
	}


/* Etc
******************** */
br.clear {
	clear: both;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {

}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* Basic */
#page {
	width: 950px;
	margin: 0 auto;
}
#thebg {
	background: url(images/bg/sidebar.jpg) right 0 repeat-y;
	overflow: auto;
}
#content-wrap {

}

#content {
	width: 665px;
	padding-top: 20px;
  padding-left: 1px;
	float: left;
}
#sidebar {
	float: right;
	width: 225px;
	margin-top: 20px;

/*	margin-left: -395px;
	width: 395px; */
	}



/* Menu */
#navr {
	background: #333;
	height: 50px;
}
#navr2 {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
.menu {
	list-style: none;
	padding-bottom: 5px;
}
.menu li {
	float: left;
}
.menu li a:link, .menu li a:visited {
	padding: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 5px;
}
.menu li li a:link, .menu li li a:visited {
	margin-right: 0;
}
.menu li.current_page_item a {
	background: #BA2800;
}
.menu li a:hover {
	background: #ED3300;
}

/* /Menu */

/* Header */
#header {
	margin: 30px 0 0;
	width: 950px;
	height: 170px;
	background-color: #FFFFFF;	
}
#header h1 a {
	color: #fff;
	font-size: 60px;
	letter-spacing: -5px;
	text-transform: uppercase;
}
#header h1 a:hover {
	text-decoration: none;
}
.description {
	border-left: 30px solid #ED3300;
	padding-left: 5px;
	color: #ccc;
	font-size: 30px;
}
/* /Header */

/* Post */

.post {
	margin-bottom: 35px;
  padding: 0 0 ;
}
.news_image {
  float: left;
  border: 0 none;
  margin: 0 10px 10px 0;
}
.posties {
  width: 665px;
}
.posties .two {
  float: left;
	width: 110px;
	padding-right: 20px;
	text-align: right;
	border-right: 1px solid #999;
}
.two .dater {
	width: 60px;
	height: 60px;
	float: right;
	background: #6E1800;
	margin-top: 20px;
	color: #fff;
	padding: 5px;
}
.dater h3 {
	font-size: 25px;
}
.posties .one {
	float: right;
  width: 520px;	
	padding-top: 20px;
}

	.post h2 {
		font-family: Helvetica, Arial, verdana, sans-serif;
		font-size: 25px;
	}
	.post h2 a {
		color: #BA2800;
		text-decoration: none;
		border-bottom: 1px solid #999;
		display: block;
		padding-bottom: 5px;
	}
	
	.entry h3 {
		margin: 15px 0 0;
		font-size: 18px;
	}
	.entry h4 {
		margin: 15px 0 0;
		font-size: 16px;
	}
	.entry h5 {
		margin: 15px 0 0;
		font-size: 14px;
	}



	.entry p {
		line-height: 1.8em;
		margin-bottom: 20px;
	}
	.entry ul {
		list-style: square;
	}
	.entry ol {
		list-style: decimal;
	}	
	.entry li {
		line-height: 1.8em;
		margin-left: 20px;	
	}

.tagged {
	font-style: italic;
	font-size: 15px;
	color: #777;
}

.metadata {
	color: #999;
	padding: 10px 0;
	margin-top: 90px;
}
.metadata  a{
	color: #777;
	text-decoration: underline;
}

.postmetadata {
	background: #efefef;
	padding: 10px;
	margin-top: 20px;

}	

.pagetitle {
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	text-align: right;
}


/* /Post */


/* Sidebar */
#sidebar ul {
	list-style:  none;
}
#sidebar h3 {
	color: #ba2800;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-size: 19px;
	padding: 0 10px 5px;
}

#sidebar .boxr, #sidebar .categories, #sidebar .linkcat {
	border: 1px solid #ccc;
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
	margin-bottom: 20px;
	padding: 10px 0;
}
#sidebar .categories li, #sidebar .archives li {
	text-align: right;
	color: #999;
	font-size: 11px;
}
#sidebar .categories li a:link, #sidebar .categories li a:visited, #sidebar .archives li a:link, #sidebar .archives li a:visited {
	text-align: left;
	float: left;
	font-size: 13px;
}
#sidebar .boxy {
	margin-bottom: 20px;
	padding: 10px 0;
}
#s {
	width: 130px;
	margin-left: 10px;
	border: 1px solid #777;
	padding: 3px;
}
#searchsubmit {
	padding: 2px;
	background: #444;
	color: #fff;
	border: 1px solid #444;
}
#sidebar .buser {
	border: 1px solid #ABD808;
	border-top: 4px solid #ABD808;
	border-bottom: 4px solid #ABD808;
}
#sidebar .flatlinks li {
	padding: 3px 10px;
}

#sidebar .flatlinks li {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	height: 15px;
}

#sidebar .flatlinks li:hover {
	background: #efefef;
}
#sidebar .flatlinks li.current_page_item {
	background: #efefef;
	font-weight: bold;
}
#sidebar .flatlinks li li {
	border: none;
	padding-left: 0;
}

#sidebar a {
	color: #333;
	text-decoration: none;
}
#sidebar a:hover {
	color: #333;
	text-decoration: underline;
}

.sideinfo {
	margin-bottom: 20px;
	padding: 15px;
}
.widget_flickrRSS h3 {
	margin-bottom: 10px;
}
.widget_flickrRSS img {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 80px;
	padding: 0;
	margin-left: 10px;
}
.widget_flickrRSS img a:link,.widget_flickrRSS img a:visited {
	border-bottom: none !important;
}
.widget_flickrRSS {
	overflow: auto;
}

/* /Sidebar */

.related  h2{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	font-size: 15px;
	margin-bottom: 10px;
}
.related li {
	margin-bottom: 10px;
}
.related p {
		line-height: 1.8em;
}

.author-info {
	background: #efefef;
	padding: 10px;
}
.author-info .avatar {
	float: right;
}
.author-info h4 {
	font-size: 12px;
	border-bottom: 1px solid #888;
	margin-bottom: 10px;
}
p.bio {
	margin-bottom: 10px;
	line-height: 1.8em;
}
.sleft {
	width: 150px;
	float: left;
}


/* Footer */
#more-footer {
	border-top: 1px solid #ccc;
	padding: 20px 0;
	font-size: 13px;
	line-height: 1.6em;
	position: relative;
}
#more-more-footer {
	width: 950px;
	margin: 0 auto;
	position: relative
}
.bottommenu {
  width: 950px;
  margin: 0 auto;
}
.bmenul {
  float: left;
  width: 300px;
  margin: 0 0 ;
}
.bmenur {
  float: right;
  width: 300px;
  margin: 0 0 ;
}
.bmenuc {
  width: auto;
  padding: 0 0 ;
  margin: 0px 310px 0 310px;
}

.inner {
	width: 315px;
}
.inner-one {
	float: left;
}
.inner-two {
	float: left;
}
.inner-two .grap {
	margin-right: 20px;
}
.inner-three {
	float: left;
}
.recent li {
	text-align: right;
}
.infopost {
	text-align: right;
	font-size: 12px;
	position: absolute;
	right: 0;
}
.recent a {
	text-align: left;
	float: left;
}
#extra-footer {
	border-top: 1px solid #ccc;
	padding: 20px;
	font-size: 17px;
}
#more-footer a:link,#more-footer a:visited {
	color: #555;
}
#more-footer h3 {
	color: #ba2800;
	font-weight: normal;
	font-size: 19px;
	margin-bottom: 10px;
	position: relative;
}



#footer {
	width: 950px;
	margin: 0 auto 10px auto;
	position: relative;
}
#footer .right {
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
}

.rgrav {
	float: left;
	margin-right: 5px;
}
.rdata a {
	display: block;
}

/* WP */
img.alignright {
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft {
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.
.feeder {
	position: absolute;
	right: 0;
	top: 10px;
}
.feeder a:link, .feeder a:visited {
	background: url(images/feed-icon.png) 0 0 no-repeat;
	padding-left: 18px;
	color: #FD6A11;
}

/* Change Log *** 
1.0	: Public Releaed
1.1 : Fix Header
1.2 : Fix Error on Functions.php, Fix Menu, Fix Screenshot, Fix Extra Footer
1.3 : Fix Error and internationalize support (thanks Aldo)
1.4 : Fix Single Page problem
1.5 : Fix IE Problem
1.6	: Fix Sidebar Widget
1.7 : Fix Categories Widget, New WP Caption design and Add RSS Feed Icon 
*** */

.tbox {
	width: auto;
	color: #000;
	background-color: #efefef;
	border: 1px solid #ccc;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	margin: 5px 5px ;
}


#e107_submitnews_item {
  width: 460px;
}
.tbox.chatbox {
	width: 90%;
	padding : 2px;
	color: #000;
	background-color: #efefef;
	border: 1px solid #ccc;
	margin: 10px auto;
}
.npdropdown {
  width: auto;
	margin: 0 0 0px 0;
	padding: 2px;
	height: auto;
	text-align: left;
}
.tbox.comment.subject {
  width: 98%; 
  background-color: transparent;
  border: 0px none;
	padding: 2px;
	margin-top: 3px;
  }

#comment.tbox.comment {
  width: 98%; 
	padding : 2px;
	color: #000;
	background-color: #fff;
	border: 1px solid #efefef;
}

#contactForm textarea.tbox {
  width: auto; 
	padding : 2px;
	color: #000;
	background-color: #efefef;
	border: 1px solid #ccc;
}

input#helpb.helpbox {
  float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: transparent;
	border: 0 none;
	font-size: 80%;
	color: #000;
	text-align: left;
}
#commentform .helpbox{
  width: 98%; 
	border-collapse: collapse;
	padding: 1px;
}
.helpbox {
  width: 98%; 
	background-color: transparent;
	border: 0px none;
	border-collapse: collapse;
	padding: 3px;
}
.indent {
	color: #000;
	background-color: #efefef;
	border: 1px solid #ccc;
	border-left:3px solid #ccc;
  padding: 5px 15px;
  font-size: 90%;
  margin: 10px 10px 5px 15px;
  font-style: italic;
} 

.nextprev{
  background-color:#FFFFFF;
  color:#666666;
  margin:5px 5px 5px 0;
  padding:4px;
	text-align: left;
	font-size: 105%;
}
.nextprev_link {
	color: #fff;
	background-color: #ccc;
	border: 1px solid #efefef;
  margin:0px;
  padding:2px 6px;
  text-decoration: none;
}
a.nextprev_link {
  color: #fff;
}
.nextprev_link:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #ccc;
}
.nextprev_current {
	color: #000;
	background-color: #fff;
	border: 1px solid #ccc;
  margin:0px;
  padding:2px 6px;
  text-decoration: none;
}
.button {
	color: #000;
	background-color: #fff;
	border: 1px solid #efefef;
  margin: 2px 2px ;
  padding: 2px 2px ;
}
.button:hover {
	color: #fff;
	background-color: #ccc;
	border: 1px solid #efefef;
  margin: 2px 2px ;
  padding: 2px 2px ;
}
.smalltext {
	font-size: 10px;
	font-weight: normal;
}
.smallblacktext {
	font-size: 10px;
	font-weight: bold;
}
.smalltext2 {
	font-size: 10px;
	font-weight: normal;
}
.defaulttext, .caption, .bodytable, .mediumtext
{
	font-size: 10px;
	font-weight: normal;
}
.fborder {
	color: #000;
	border: 1px solid #efefef;
  color: #000;
	padding: 3px;
	margin-top: 3px;
	text-align: left;
}

/* forum parent headers, forum captions */
.forumheader {
  background: #ffffff;
  border: 1px solid #efefef;
  color: #000;
  padding: 3px;
	vertical-align: middle;
	text-align: left;
}
.userheader {
  background: #ffffff;
  border: 1px solid #efefef;
  color: #000;
	padding: 3px;
	font-size: 120%;
	vertical-align: middle;
	text-align: left;
}
.nforumcaption{
  background: #ffffff;
  border: 1px solid #efefef;
  color: #000;
	padding: 3px;
	font-size: 110%;
	text-align: left;
}
.finfobar{
  background: #ffffff;
  border: 1px solid #efefef;
  color: #000;
	padding: 3px;
	font-size: 95%;
	text-align: left;
}

/* two left columns */
.forumheader2{
  background: #ffffff;
  border: 1px solid #efefef;
  color: #000;
	padding: 3px;
	font-size: 99%;
	text-align: left;
}

/* all the rest of the forum tables */
.forumheader3{
  background: #ffffff;
  border: 1px solid #efefef;
  color: #000;
	padding: 3px;
	font-size: 99%;
	text-align: left;
}

.forumborder {
  background: #ffffff;
  border: 1px solid #efefef;
  color: #000;
	vertical-align: top;
	font-size: 99%;
	text-align: left;
}
hr {height:1px;border:none;border-top:1px solid #efefef; width:95%;}
/* where it says forum, information and all tables across */
.fcaption {
  background: #ffffff;
  border: 1px solid #efefef;
  color: #000;
	padding: 3px;
	font-size: 120%;
	text-align: left;
	line-height: 40px;
}

.fcaption a {
	padding-right:4px;
	text-decoration: underline;
}

/* separators */
div.dropSep { width: 1px; height: 23px; }
#nav li.fs-linkSep { background-image: none !important;}

/* all list items */
#nav, 
#nav ul { 
	padding: 0;	
	margin: 0;
	list-style: none;
	line-height: 20px; 
	cursor: pointer;
}

#nav li { 
	float: left;
	margin: 0px 0px 0px 0px;
}

/* top level */
#nav li { 
	
}

#nav li a {
	padding: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	margin-right: 0px;
	font-weight: bold;
}

#nav li#active a {
  background-color: #BA2800;
}
#nav li a:hover, 
#nav li.sfhover a, 
#nav li:hover a {
	display: block;
	text-decoration: none;
	background-color: #ED3300;
}

#nav li#active,
#nav li.sfhover, 
#nav li:hover { 
	cursor: pointer;
}

#nav li.sub-sfhover,
#nav li.sub:hover { 
	background-repeat: no-repeat;
	cursor: pointer;
}

#nav li.sub-sfhover a,
#nav li.sub-sfhover a:hover,
#nav li.sub:hover a,
#nav li.sub:hover a:hover { 

	background-repeat: no-repeat;
}

#nav li#active a,
#nav li a:hover, 
#nav li.sfhover a, 
#nav li:hover a {
	display: block;
	text-decoration: none;
}


#nav li#active,
#nav li.sfhover, 
#nav li:hover { 
	cursor: pointer;
}


#nav li.sub-sfhover,
#nav li.sub:hover { 
	cursor: pointer;
}
	
/* LEVEL 2 */
#nav li li a {
	margin-left: 0px;
	display: block;
	padding: 0;
	float: none;
	padding-left: 15px;
	width: 180px;
	width/* */:/**/165px;	
	width: /**/165px;
	border-bottom: 0px solid #A9D06A;
	border-right: 0px solid #A9D06A;
	border-left: 0px solid #A9D06A;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
}

#nav li li a:hover {
	background-color: #BA2800;
	color: #fff;
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 1000;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #F9CB44;
	line-height: 28px;
}

#nav li:hover ul,
#nav li.sfhover ul,
#nav li.sub-sfhover ul { 
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

#nav li.sub-sfhover ul.sub,
#nav li.sub:hover ul.sub {
	margin-left: 0px;
	padding-bottom: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -28px 0 0 180px;
}

#nav ul.sub li,
#nav ul.sub li a,
#nav ul.sub li a:hover,
#nav ul.sub li:hover,
#nav ul.sub li:hover a,
#nav ul.sub li.sfhover a,
#nav ul.sub li:hover a:hover,
#nav ul.sub li.sfhover a:hover,
#nav li.sub ul.sub a
	{ background-image: none; }

#nav li#active ul.sub li,
#nav li#active ul.sub li a,
#nav li#active ul.sub li a:hover,
#nav li#active ul.sub li:hover,
#nav li#active ul.sub li:hover a,
#nav li#active ul.sub li.sfhover a,
#nav li#active ul.sub li:hover a:hover,
#nav li#active ul.sub li.sfhover a:hover,
#nav li.sub ul.sub a
	{ background-image: none; }

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul, 
#nav li.sfhover ul ul ul ul,
#nav li.sub-sfhover ul ul, 
#nav li.sub-sfhover ul ul ul, 
#nav li.sub-sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul, 
#nav li li li li.sfhover ul,
#nav li.sub-sfhover ul, 
#nav li.sub-sfhover li.sfhover ul, 
#nav li.sub-sfhover li li.sfhover ul, 
#nav li.sub-sfhover li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a.sub {
	background-color: #BA2800;
}
#nav a.sub:hover {
	background-color: #BA2800;
}

table.fBox { background-position: 0 0; background-repeat: repeat-x; }
div.fbox-cont { width: 1000px; margin: auto auto; background-position: 0 0; background-repeat: repeat-x;}
div#buts {
	position: absolute;
	width: 1000px;
	height: 35px;
	margin-top: 15px;
	z-index: 0;
}
