/*
pw.css
'pw' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/


/* Navigation
----------------------------------------------- */
body.pw {font-family:Georgia, "Times New Roman", Times, serif}
body.pw #blog-title, body.pw .entry, body.pw .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 0;
	}
body.pw #wrapper .nav-current:link, body.pw #wrapper .nav-current:visited, body.pw #wrapper .nav-current:active { color: #bf6030; }
body.pw #wrapper .nav-current:hover { color: #e59900; }

body.pw #title{
	border:0;
}
body.pw #blog-title{
	margin-bottom:20px;	
}
body.pw #blog-title, body.pw #blog-title a{ 
		height:48px; 
		width:400px;
		text-indent: -9999px; 
		background: url("./images/prophetswife-logo.jpg") no-repeat scroll left top transparent;
		display: block;
		outline: none;
}
body.pw #tagline{
	/* display:none; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
		height:15px; 
		width:444px;
		text-indent: -9999px; 
		background: url("./images/tagline.jpg") no-repeat scroll left top transparent;
		display: block;
	padding: 4px 0 34px 0;
}
body.pw #wrapper{
	background: url("./images/pw-bh.jpg") no-repeat scroll right 10px transparent;	
	width: 790px;
	height: 400px;
}
body.pw .primary{
	width: 460px;	
}
body.pw .secondary{
	width: 234px;
}
body.pw #navigation{
	border:0;
	margin: 10px 0;
	/* display:none; */
}
body.pw #navigation .primary{
	border-top: #CCC solid 1px;
	border-bottom: #CCC solid 1px;	
}
body.pw .title{
	/* margin-bottom:30px; */
}
body.pw #sidebar{
	margin-top:200px;	
}
body.pw .widget ul li {
	margin: 0.9em 0;
	font-weight:bold;
}
body.pw .widget ul ul li {
	font-weight: normal;	
}
body.pw #pages-3{
	padding-left: 20px;	
}
body.pw a img{
	border: 0;
}
body.pw .store-link{
	padding:20px;
}

/* Content
----------------------------------------------- */
body.pw, body.pw h1, body.pw h2, body.pw h4  {font-family:Georgia, "Times New Roman", Times, serif;}

body.pw abbr, body.pw acronym { border-bottom: 1px solid #bf8060; }
body.pw #footer, body.pw #theme-info,  body.pw .feed{display:none;}

body.pw #otherauthors{
	clear:both;
	margin-top:20px;
}
		
	/* Headers
	--------------------------------------- */
	body.pw h3 { color: #bf6030; }
	body.pw h4 {margin: 20px 0 40px 0; color:#645d3a;}
	
	/* Post content
	--------------------------------------- */
	body.pw .articlenav { background: #fcfeff; }
	
	/* Inserts
	--------------------------------------- */
	body.pw .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
		body.pw .insert h3 { border-bottom: 1px solid #cfdde5; }
	
	/* Downloads
	--------------------------------------- */
	body.pw .content a.download:link, body.pw .content a.download:visited, body.pw .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
	
	/* Images
	--------------------------------------- */
	body.pw a img { border: 0; }
	/* body.pw a:hover img, body.pw .comment a:hover .avatar { border: 1px solid #e59900; } */
		
/* Links
----------------------------------------------- */
body.pw a:link, body.pw a:active, body.pw a:visited { color: #0f6b99; }
body.pw a:hover { color: #e59900; }

body.pw .content a:link, body.pw .content a:active, body.pw .content a:visited, body.pw .link-pages a:link, body.pw .link-pages a:active, body.pw .link-pages a:visited, body.pw .tagdata a:link, body.pw .tagdata a:active, body.pw .tagdata a:visited, body.pw .widget_tag_cloud a:link, body.pw .widget_tag_cloud a:active, body.pw .widget_tag_cloud a:visited { border: 0; }
body.pw .content a:hover, body.pw .link-pages a:hover, body.pw .tagdata a:hover, body.pw .widget_tag_cloud a:hover { border:0; }

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.pw .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.pw .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }
	
