/*
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");
/* Begin Custom Peaceful Media Styles */

ul#loving {
        position:absolute;
        right:0;
        top:0;
        z-index:1;
        margin:0;
        padding:0;
        list-style:none;
        height:198px;
        width:400px;
        overflow:hidden;
}
ul#loving li {
        list-style:none;
        list-style-image:none;
        margin:0;
        padding:0;
}
h2.dwd {
        font-weight:normal;
        font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
        font-size:1.5em;
        color:#39a5d8;
        letter-spacing:2px;
        margin:.5em 0;
}
div.goodie-boxes {
	border: 3px double #cccccc; 
	margin: 15px 15px 15px 0px; 
	padding: 15px; 
	width: 260px; 
	height: auto; 
	float: left;
	background: white;
}
/* Heart Coach Button Rollover */
.heart-coach_btn img {
	background:url(http://datingwithdignity.com/images/ilovemylife_btn.png) no-repeat left top transparent;
	width:228px;
	height:35px;
	cursor:pointer;
	display:block;
	border:none;
}
.heart-coach_btn:hover img {
	background-position:left bottom;
}
#hdr-action {
	position:absolute;
	width:228px;
	height:35px;
	overflow:hidden;
	top:155px;
	right:10px;
	z-index:2;
}

/* Begin Typography & Colors */

body {
	font: 13px arial, verdana, sans-serif;
	background: url(http://www.datingwithdignity.com/wp-content/themes/yashfa/images/bg/tile_watercolor_background.jpg) repeat top left;
}

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: #39a5d8;
	text-decoration: underline;
}
	
a:hover {
	color: #0A73A3;
	text-decoration: underline;
}

a.more-link { background: none repeat scroll 0 0 white;
    border: 1px dashed #A5D6FE;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}


/* 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;
}
.navigation .alignleft {
    float: left;
    margin-left: 30px;
    text-align: left;
    width: auto;
}
.post .navigation .alignleft {
    margin-left: 0px;
}
.post .navigation .alignright {
    width: auto;
}

/* Basic */
#page {
	width: 950px;
	margin: 0 auto;
}
#thebg {
	background: transparent url(images/bg/bg-container.jpg) repeat-y scroll 0 0;
	overflow: auto;
}
#content-wrap {
	float: left;
	width: 100%;
}

#content {
/*	margin: 0 425px 0 0; */
	margin: 0 275px 0 0;
	padding-top: 20px;
}
#sidebar {
	float: left;
	position: relative;
	margin-left: -250px;
	width: 230px;
	padding:20px 10px;
/*	margin-left: -395px;
	width: 395px; */
}



/* Menu */
#navr {
	background: #39a5d8;
	height: 37px;
}
#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: 4px;
}
.menu li li a:link, .menu li li a:visited {
	margin-right: 0;
	text-transform:none;
}
.menu li.current_page_item a {
	background: #d3272b;
}
.menu li a:hover {
	background: #d3272b;
}

/* /Menu */

/* Header */
#header {
	margin:0;
	width: 950px;
	height: 220px;
	background: #000 url(http://datingwithdignity.com/images/dwd-header-v3.jpg) 0 0 no-repeat;	
	position: relative;
	z-index: 499;
}
#header h1 a {
	color: #fff;
	position: absolute;
	left: -5px;
	top: -14px;
	font-size: 60px;
	letter-spacing: -5px;
	text-transform: uppercase;
        visibility:hidden;
}
#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;
	visibility:hidden;
}


/* /Header */

/* Post */

.post {
	margin-bottom: 35px;
	min-height: 268px;
	margin-left:20px;
}

.posties {
	position: relative;
}
.posties .two {
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	padding-right: 20px;
	text-align: right;
	border-right: 1px solid #999;
	min-height: 200px;
}
.two .dater {
	width: 60px;
	height: 60px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 5px;
}
.dater h3 {
	font-size: 25px;
}
.posties .one {
	margin-left: 150px;
	padding-top: 20px;
}

.post h2 {
	font-weight:normal;
	font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size:2.2em;
	color:#39a5d8;
	letter-spacing:2px;
	margin:.5em 0;
}

	.post h2 a {
		color: #39a5d8;
		text-decoration: none;
		border-bottom: 1px solid #999;
		display: block;
		padding-bottom: 5px;
		margin-left:10px;
	}
	
	.entry h3 {
        font-weight:normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size:1.4em;
        color:#39a5d8;
        margin:1.3em 0 .5em 0;
	}
	.entry h4 {
		margin: 15px 0 0;
		font-size: 16px;
	}
	.entry h5 {
		margin: 20px 0 0;
		font-size: 14px;
	}
	.entry p {
		line-height: 1.8em;
		margin-bottom: 15px;
	}
	.entry ul {
		padding-left:25px;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:square;
	}
	.entry ol {
		list-style: decimal;
		padding-left:25px;
	}	
	.entry li {
		line-height:1.8em;
		margin:1em 0 1em 20px;
		text-indent:0;
	}

.tagged {
	font-style: italic;
	font-size: 15px;
	color: #777;
}
.post .tagged {
	margin-top: 1.0em;
}

.metadata {
	color: #999;
	margin-top: 70px;
	padding: 10px 0;
}
.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;
}

.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;
}
#sidebar h2, #sidebar h3 {
	color: #39a5d8;
	border-bottom: 1px solid #fff;
	font-weight: normal;
	font-size: 18px;
	padding: 0 10px 5px;
}

#sidebar .boxr, #sidebar .categories, #sidebar .linkcat {
	border-color:#FFFFFF;
	border-style:solid;
	border-width:4px 1px;
	margin-bottom:10px;
	padding:10px 5px;
}
#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;
}

#sidebar .boxr li:hover, #sidebar .categories li:hover, #sidebar .linkcat li:hover, #widget .widget_categories li:hover {
	background: #efefef;
}
#sidebar .boxr li li, #sidebar .categories li li, #sidebar .linkcat li li {
	border: none;
	padding-left: 0px;
}


/* single post*/

/* Note: the live site is using FB comments, which has some hard-coded top space, so no need for this margin
.post .sexy-bookmarks {
	margin-bottom: 1.0em;
}
*/


/* JAM */
li#archives-2 ul li {
	 padding-left:10px;
}
a.play_podcast, a.play_podcast:link {
	display:block;
	line-height:40px;
	padding-left:40px;
	background:transparent url('http://datingwithdignity.com/wp-content/uploads/2009/11/green_play.png') no-repeat left center;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px dotted #e1e1e1;
	color:#000;
	font-family:georgia, times, times new roman, serif;
}
a.subscribe_podcast, a.subscribe_podcast:link {
	display:block;
	line-height:40px;
	padding-left:40px;
	background:transparent url('http://datingwithdignity.com/wp-content/uploads/2009/11/podcast-rss.png') no-repeat left center;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px dotted #e1e1e1;
	color:#000;
	font-family:georgia, times, 'times new roman', serif;
}
a.download_podcast, a.download_podcast:link {
	display:block;
	line-height:40px;
	padding-left:40px;
	background:transparent url('http://datingwithdignity.com/wp-content/uploads/2009/11/ipod_iphone.png') no-repeat left center;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	border-bottom:1px dotted #e1e1e1;
	color:#000;
	font-family:georgia, times, 'times new roman', serif;
}
.download_podcast:hover, .play_podcast:hover, .subscribe_podcast:hover { 
	color:#c00;
}


#sidebar a {
	color: #39a5d8;
	text-decoration: none;
}
#sidebar a:hover {
	color: #0A73A3;
	text-decoration: underline;
}

.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 {
	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;
	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 #ccc;
	padding: 20px;
	font-size: 17px;
}
#more-footer a:link,#more-footer a:visited {
	color: #555;
}
#more-footer h3 {
	color: #0A73A3;
	font-weight: normal;
	font-size: 19px;
	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;
}

/* special offers & such... */

#latestSpecial {
	margin: 2.5em 0 10px 0;
	padding: 10px 0;
	/*
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	*/
	min-height:120px;
	position: relative;
}
.home #latestSpecial {
	margin: 20px auto 0px 30px;
}
.single #latestSpecial {
	margin: 40px auto 0px 20px;
}
#latestSpecial .bannerText {
    font-size: 24px;
    font-weight: 700;
    left: 180px;
    position: absolute;
    text-align: center;
    top: 100px;
    z-index: 1000;
}
#latestSpecial .bannerLink {
	position: absolute;
	top: 0px;  left: 0px;  width: 620px;  height: 150px;
}
#latestSpecial.plainBanner .bannerText {
	top: 20px;  width: 410px;
}

#freeCoachingSignup {
	margin: 3.5em auto 10px auto;
}
.single #freeCoachingSignup {
	margin: 3.5em 40px 2.0em 40px;
}
.single #freeCoachingSignup strong.get {
	color:#990000;
	font-style:italic;
}
.single #freeCoachingSignup strong {
	font-weight:bold;
}
.single #freeCoachingSignup td {
	text-align:left;
}
.single #freeCoachingSignup td {
	color:#3399CC;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
}
.single #freeCoachingSignup p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}
.single #freeCoachingSignup p {
	color:#333333;
	line-height:1.5em;
	margin:0 0 1.4em;
}
.single #freeCoachingSignupth, .single #freeCoachingSignup td {
	padding:4px 10px 4px 0;
}
.single #freeCoachingSignup td {
	border-bottom:1px solid #DDDDDD;
}

/**
 * one-column
 */
.one-column #content {
	margin-right: 30px;
}

#thebg.one-column {
	/*background: #fff url(images/bg/bg-container.jpg) repeat-y scroll 242px 0; /* Note:  this just shifts the usual background image to the right */
	background: url(images/bgL.jpg) repeat scroll 0px 0px; /* light textured image goes all the way across the page
}

/* 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 
*** */


