/*
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

*/

/* import stylesheets and hide from ie/mac \*/
@import url("css-reset.css");
@import url("css-navi.css");
@import url("css-menu.css");
@import url("css-comment.css");
@import url("css-wordpress.css");
/* end import/hide */

/* Begin Typography & Colors */


body {
	font: 13px arial, verdana, sans-serif;
   background: #ffffff;

background-image:url('http://www.theviewingscreen.com/wp-content/themes/yashfa/images/bg/bgrad.jpg');
background-repeat:repeat-y;
}

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: #3355aa;
	text-decoration: underline;
	}
	
a:hover {
	color: #000099;
	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 {
	height: 1%;
}
.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 */


#banner{
align:center;
border: 0px solid #000;
width:225px;
height:89px
}



#page {
	width: 955px;
	margin: 0 auto;

}
#thebg {
	background: url(images/bg/sidebar.jpg) right 0 repeat-y;
	overflow: auto;
}
#content-wrap {
	float: left;
	width: 100%;
}

#content {
/*	margin: 0 445px 0 0; */
	margin: 0 275px 0 0;
	padding-top: 20px;
}
/*    this changes color between sidebar widgets    */
#sidebar {
	float: left;
	position: relative;
	margin-left: -230px;
	width: 225px;
	margin-top: 20px;
  background: #FFFEFD;

/*	margin-left: -395px;
	width: 395px; */
	}

#banner{
align:center;
border: 0px solid #000;
width:223px;
height:89px
}

/* Menu */
/* this is for the top navigation*/

 #navr {
	background: #000;
	height: 26px;
}
#navr2 {
	width: 954px;
	margin: 0 auto;
	position: relative;      

}
.menu {
	list-style: none;
	padding-bottom: 0px;
}
.menu li {
	float: left;
}
.menu li a:link, .menu li a:visited {
	padding: 4px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	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: 0px 0 0;
	width: 950px;
	height: 170px;
	background: #000 url(images/header.jpg) 0 0 no-repeat;	
	position: relative;
	z-index: 499;
}
#header h1 a {
        width: 940px;
        height: 170px;
        display: block;
	color: #fff;
	position: absolute;
	left: -5px;
	top: -14px;
	font-size: 60px;
	letter-spacing: -5px;
	text-transform: uppercase;
}
#header h1 a:hover {
	text-decoration: none;
}
.description {
	position: absolute;
	top: 50px;
	left: 0;
	border-left: 30px solid #ED3300;
	padding-left: 5px;
	color: #ccc;
	font-size: 30px;
}
/* /Header */

/* Post */

.post {
        margin-top: 15px;
	margin-bottom: 35px;
	min-height: 268px;
}

.posties {
	position: relative;
}
.posties .two {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	padding-right: 15px;
	text-align: right;
	border-right: 1px solid #999;
	min-height: 200px;
}
.two .dater {
	width: 40px;
	height: 50px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 5px;
}
.dater h3 {
	font-size: 15px;
}
.posties .one {
	margin-left: 105px;
	padding-top: 5px;
}

	.post h2 {
		font-family: Helvetica, Arial, verdana, sans-serif;
		font-size: 23px;
	}

/* this is the color for the main post title original is BA2800 red*/
	.post h2 a {
		color: #164d93;
		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;	
	}

/* this is for the tags at the bottom of a past */
.tagged {
	font-style: italic;
	font-size: 12px;
	color: #333333;
}









/* this is for the by author, posted in categories, edit, comments, etc just under thumbnail picture */


.metadata-2 {
        color: #333;
        margin-top: 8px;
        margin-right: 10px;
        padding: 5px 0;
}

.metadata-2 a{
        color: #5b0101;
        text-decoration: underline;
}










/* this is for the part just below date on single, full post page */
.metadata {
	color: #333;
	margin-top: 60px;
	padding: 10px 0;
}
.metadata  a{
	color: #5b0101;
	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;
}

.recent2 li {
	display: block;
	color:#777;
	font-size:0.9em;
	float: left;
	text-align: right;
	width: 500px;
	padding: 5px 0;
	line-height: 22px;
	border-bottom: 1px solid #ccc;
}
.recent2 li a {
	font-size:1em;
	font-weight: bold;
	float: left;
	text-align: left;
}
/* /Post */


/* Sidebar */
#sidebar ul {
	list-style:  none;
}

/* this changes text color of header in sidebar */
#sidebar h2, #sidebar h3 {
	color: #666666;
	border-bottom: 1px solid #666666;
	font-weight: strong;
	font-size: 16px;
	padding: 0 10px 5px;

}
/* this is for the background color of sidebar linked text */

#sidebar .boxr, #sidebar .categories, #sidebar .linkcat {
	border: 1px solid #333;
	border-top: 4px solid #333333;
	border-bottom: 4px solid #333333;
	margin-bottom: 20px;
	padding: 10px 0;
background: #f3f4ff;

}
#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: 160px;
	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 .buser li {
	padding: 3px 10px;
}

#sidebar .categories li, #sidebar .widget_pages li, #sidebar .widget_recent_entries li, #sidebar .linkcat li, #sidebar .archives li,#sidebar .widget_get_recent_comments li, .widget_links li, .widget_meta li,#sidebar .widget_categories li {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}


/* this changes the hover box in sidebar widgets */
#sidebar .boxr li:hover, #sidebar .categories li:hover, #sidebar .linkcat li:hover, #widget .widget_categories li:hover {
	background: #9ac6fc;
}
#sidebar .boxr li li, #sidebar .categories li li, #sidebar .linkcat li li {
	border: none;
	padding-left: 0;
}

#sidebar a {
	color: #333;
	text-decoration: none;
}
#sidebar a:hover {
	color: #000;
	text-decoration: underline;
        text-decoration: bold;
}

.sideinfo {
	background: #efefef;
	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-2 {
        padding: 10px;
}
.author-info-2 .avatar {
        float: right;
        border-right: 2px solid#666;
        border-bottom: 2px solid#666;
}
p.bio {
	margin-bottom: 10px;
	line-height: 1.8em;
}










.author-info {
	background: #f6f5f5;
	padding: 10px;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
}
.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 #330066;
	padding: 20px;
	font-size: 13px;
	line-height: 1.6em;
	position: relative;

}
#more-more-footer {
	width: 950px;
	margin: 0 auto;
	position: relative


}
.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 #330066;
	padding: 20px;
	font-size: 10px;
}
#more-footer a:link,#more-footer a:visited {
	color: #000033;
}
#more-footer h3 {
	color: #333366;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
}



#footer {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#footer .right {
	position: absolute;
	right: 0;
	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;
}

.wp-caption.alignleft {
	margin-right: 10px;
}
.wp-caption.alignright {
	margin-left: 10px;
}
.wp-caption {
	border:1px solid #333;
	text-align:center;
	padding-top:4px;
	padding-bottom: 4px;
	position: relative;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
	position: absolute;
	right: 0;
	bottom: 15px;
	background: #000;
	color: #fff;
	padding: 4px;

	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

img.centered,.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.inn {
	padding: 10px 10px 0;
}





/* .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;
}
*/





.imagecaptioneasy {
  padding: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size: 11px;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #333333;
  background: #b4b6b8;
  color: #000000;
}
.imagecaptioneasy img { border: 1px solid #000000; margin-bottom:5px; }
.imagecaptioneasy span { text-align: center; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }





/* 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 
*** */
