/* Boozurk - stylesheet for print */

body {
	font-family: monospace;
	font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 5px 0;
}
a {
	text-decoration: none;
	color: #000;
}
a img {
	border: none;
}
pre,
code,
tt,
kbd {
	font: 1.1em "Courier New", monospace;
	letter-spacing: 1px;
	padding: 0 8px;
}
pre {
	border: 1px solid #ccc;
	display: block;
	white-space: pre;
	margin: 5px auto;
	padding: 5px;
}
table {
	border-collapse: collapse;
}
td,
th {
	border: 1px solid #ccc;
	padding: 3px;
}
blockquote {
	font-style: italic;
}
.hide_if_print,
.comment-edit-link,
.comment-reply-link,
.says,
.post_meta_container,
.nav-single,
.img-navi,
.bz-last-cop,
.bz-featured-title img,
#mainmenu,
#mainmenu_container,
#secondary1,
#secondary2,
#footer-widget-area,
#header-widget-area,
#single-widgets-area,
#respond,
#pages,
#bz-breadcrumb,
#navbuttons,
#sidebarsx,
#fixedfoot,
#print-links,
#sidebar-primary,
#sidebar-secondary,
#head img,
body #wpadminbar {
	display: none;
}
.fixfloat {
	clear: both;
}
.hentry {
	margin-bottom: 50px;
}
.meta,
.comment-meta,
#footer,
#head h1 {
	font-size: 11px;
}
.meta {
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 2px 2px 2px 10px;
}
.comment-meta {
	position: absolute;
	top: 2px;
	right: 2px;
}
#comments {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 11px;
}
.comment-body {
	border: 1px solid #ccc;
	margin-bottom: 3px;
	position: relative;
	padding: 1em 3px 3px;
}
#commentlist li {
	list-style: disc outside none;
}
.fn {
	font-weight: bold;
}
#head,
#footer,
.post-top-details,
.storytitle {
	text-align: right;
}
.post-top-details {
	list-style: none outside none;
}
.bz-featured-title {
	border-color:inherit;
}
.storytitle {
	border-bottom-style:solid;
	border-bottom-width:10px;
	border-color:inherit;
}
#posts_content {
    overflow:hidden;
}

/* Gallery
----------------------------------------------------------*/
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery img {
	border: 1px solid #ddd;
    padding: 5px;
	max-width: 80%;
	background: #F5F5F5;
	height:auto;
	width: auto;
}
.gallery-caption {
	margin-left: 0;
	font-size: .8em;
}
.gallery-columns-1 .gallery-item {
	width: 99%;
}
.gallery-columns-2 .gallery-item {
	width: 49%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 24%;
}
.gallery-columns-5 .gallery-item {
	width: 19%;
}
.gallery-columns-6 .gallery-item {
	width: 16%;
}
.gallery-columns-7 .gallery-item {
	width: 14%;
}

/* Captions
----------------------------------------------------------*/
.wp-caption {
	border: 1px solid #ddd;
	padding: 5px;
	text-align: center;
	margin: 10px;
	max-width: 94%;
	background: #F5F5F5;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption .wp-caption-text {
	font-size: 11px;
}
.wp-caption-inside {
	overflow: hidden;
}

/* Aligments
----------------------------------------------------------*/
.aligncenter,
div.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
}
img.alignright,
.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
