/*  
Print Style Sheet (for Amdrama WP theme)
Version: 0.1
Author: Keith Drakard
Author URI: 
*/

body { font: 87.5% Arial, Helvetica; }
html>body { font-size: 100%; } /* ie hack */

#headline, #featured { clear:both; }

#content { width:100%; margin:0; float:none; }
img.left { margin-right:1em; }
img.right { margin-left:1em; }

.front-entry, .archive-entry { margin-top:1em; padding-top:0.5em; border-top:1px dotted #999; }

#author-box { margin-top:3em; border-top:1px dotted #999; }
#author-box img { margin-right:1em; }

.left, .alignleft { float:left; }
.right, .alignright { float:right; }
a img { border:0; }

.clearfloat:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfloat { display: inline-block; }
/* Hides from IE-mac \*/ * html .clearfloat { height:1%; }
*+html .clearfloat { height:1%; }
.clearfloat { display:block; }

#head, #sidebar, #middle,
h2 a, .breadcrumbs, #searchform2, .navigation, #google-ad,
#commentresponse, #tools, #related-posts{
	display:none;
}

h2.title { text-align:center; }
h2.title:before { content:"amdram.co.uk: "; }
.post #stats { margin-bottom:1em; padding-bottom:0.5em; border-bottom:1px solid #999; }

#headline h2 a { display:inline; }
#headline .meta { display:none; }

#footer a, #footer span { display:none; }
#footer a.printlink { margin-top:2em; padding-top:0.5em; border-top:1px solid #000; display:block; text-align:center; }

a.printlink:after, .post .entry a:not([class="imglink"]):not([href^="javascript"]):after {
	content:" (" attr(href) ") ";
	font-size: 90%;
}
a[href^="/"].printlink:after, .post .entry a[href^="/"]:not([class="imglink"]):after {
	content: " (http://amdram.co.uk" attr(href) ") ";
}


.commentlist { list-style:none; margin:0; padding:0; }
.commentlist li { padding:0.5em 0 0; margin:0.2em 0; border-top:1px dotted #999; border-bottom:1px dotted #999; }
.commentlist img { float:left; margin:0 0.5em 0.5em 0; }
.commentlist blockquote { clear:both; margin:0 1em; padding:0 0.5em; border-top:1px dotted #999; border-bottom:1px dotted #999; background:#eee; }

