/*
-----------------------------------------------
Site Print Styles
Author:   akella at http://cssing.org.ua
Version:  7 sep 2009
----------------------------------------------- */

body {
margin:.5in .75in;
padding:0;
font:small Verdana,Sans-serif;
}
.nav, .sec, .partners, .popup, .search, .subnav, .actonsite, .header form, .sec-links, .side, .banner, .topbanner, .gallery, .commentblock, .b-more, .b-related, .f-r, .act-link, .tags, .forerrors, .act-on-post, .aftepost .rating, .b-vote, .dontprint{
	display:none;
	}
.copy{
	font-size:11px;
	}
#footer{
	padding-top:5px;
	border-top:10px solid #ddd;
	}
.header{
	text-align:right;
	border-bottom:5px solid #000;
	margin-bottom:10px;
	}
.header h1{display:none;}
.printheader{text-align:right;}
	.header p{
		margin:0;
		}
		.header img{
			
			text-align:right;
			}
.aftepost .author{
	width:100%;
	overflow:hidden;
	font-size:11px;
	color:#888;
	}
.aftepost .author img{
	float:left;
	margin-right:10px;
	
	}
	.aftepost .author a{
		color:#5f5f5f;
		font-size:12px;
		display:block;
		text-decoration:underline;
		}
.meta, .meta a{
	color:#888;
	font-size:11px;
	margin-top:0;
	}
.published{
	margin-right:1.5em;
}
.postpic ul{
	margin:0;padding:0;
}
#out .meta a:after, #out .postpic a:after{
	content:'';
}
.urlforprint{
	font-size:12px;
	float:left;
	padding-top:15px;
	}
	.postpic{
		float:right;
		margin:10px 0 10px 15px;
		border-bottom:10px solid #ddd;
		width:240px;
		font-size:11px;
		position:relative;
		overflow:hidden;
		height:230px;
		}
		.postpic li{
			height:230px;
			width:240px;
			float:left;
			}
/* =Headings
----------------------------------------------- */
@font-face{
font-family: 'MyrCond'; 
src: url('MyriadPro-BoldCond.otf') format('opentype');
}

h1, h2, h3 {
margin:1em 0 .5em;
font-family:Georgia,Serif;
font-weight:normal;
}
h1 {
margin-top:.5em;
font-size:180%;
font-size:36px;
font-family:MyrCond, "Arial Narrow",arial,sans-serif;
margin-bottom:0;
}
h2 {
font-size:140%;
margin-bottom:0;
}
h3 {
font-size:125%;
}
/* =table
----------------------------------------------- */
table{
	width:100%;
	border-spacing:0;
	border-collapse:;
	}
	table td, table th{
		padding:7px;
		text-align:left;
		border-bottom:1px solid #ccc;
		}
	table .num{
		text-align:right;
	}
/* =b-quote
----------------------------------------------- */
.b-quote{
	border-top:10px solid #ddd;
	border-bottom:10px solid #ddd;
	margin:2em 0
	}
	.postcontent .b-quote{
		float:right;
		margin:15px 0 15px 15px;
		width:240px;
		}
	.b-quote blockquote{
		padding:15px 18px 12px 67px;
		font-size:12px;
		background:url(../img/q.png) no-repeat 9px 15px;
		color:#222;
		margin:0;
		} 
		.b-quote blockquote cite{
			display:block;
			color:#888;
			padding-top:10px;
			}
.postcontent blockquote p{
	margin:0;
	}
#out .who{
	width:100%;
	overflow:hidden;
	font-style:italic;
	padding-top:10px;
	color:#888;
	margin-bottom:0;
	}
	.who img{
		float:left;
		margin-right:10px;
		}
	.who strong{
		display:block;
		color:#222;
		font-weight:normal;
		}
.postpic{
	float:right;
	margin:10px 0 10px 15px;
	border-bottom:10px solid #ddd;
	width:240px;
	font-size:11px;
	}
	.postpic ul{
		list-style:none;
		}
	.postpic img{
		display:block;
		margin-bottom:7px;
		}
		.postpic span{
			display:block;
			color:#888;
			padding:3px 0 0 0;
			}
/* =Links
----------------------------------------------- */
a {
color:black;
text-decoration:none;
}
a img {
border-width:0;
}
/* =etc(text margin ....)
----------------------------------------------- */
#content a[href]:after,
#header a[href]:after,
#footer a[href]:after, 
.post a[href]:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
#content a[href^="/"]:after,
#header a[href^="/"]:after,
#footer a[href^="/"]:after,
.post a[href^="/"]:after  {
content: " (/" attr(href) ") ";
}