/* Global print stylesheet for all AutoShrine Network sites */
/* Copyright (C) 2010 Skye Nott - http://www.autoshrine.com */
body {
	font-size: 15px;
	font-family: Verdana,sans;
}
img {
	border: 0;
}

#header .print-title {
	display: block;
	text-align: center;
}
#header .print-title h1, 
#header .print-title h3 {
	padding: 0 0 8px 0;
	margin: 0;
}
#header h1 img {
	display: none;
}

#footer {
	margin-top: 50px;
	font-size: 0.8em;
	text-align: center;
}

/* Remove left sidebar, fill width with content */

.leftmenu .col1wrap {
}
.leftmenu .colright {
}
.leftmenu .col1 {
	margin: 10px;
}

/* Hidden elements */

.leftmenu .col2,
.leftmenu .col1 .block-container,
.leftmenu .col1 .asn-ad,
.leftmenu .col1 .google-search,
.leftmenu .col1 .social-bookmark,
.leftmenu .col1 .comment-block form,
.leftmenu .col1 #phorum #user-info,
.leftmenu .col1 #phorum #search-area,
.leftmenu .col1 #phorum .nav,
.leftmenu .col1 #phorum .message .img-shadow,
.leftmenu .col1 #phorum .message .message-options,
.leftmenu .col1 #phorum #post,
.leftmenu .col1 #phorum #thread-options,
.leftmenu .col1 #phorum .asn-quicklinks,
.leftmenu .col1 #phorum .powered-by,
div.debug {
	padding: 0;
	margin: 0;
	display: none;
}

/* Style elements */

.leftmenu .col1 h1 {
	font-size: 1.7em;
}
.leftmenu .col1 #phorum #page-info {
	font-size: 1.2em;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}
.leftmenu .col1 #phorum .message {
	padding: 15px 0;
	border-bottom: 1px solid #000;
}
.leftmenu .col1 #phorum .message .message-author {
	font-size: 1.1em;
	margin-bottom: 5px;
}
.leftmenu .col1 #phorum .message .message-subject-large {
	font-size: 1.2em;
	margin-bottom: 15px;
}
.leftmenu .col1 #phorum .message .asn-user-float,
.leftmenu .col1 #phorum .message .message-user-info {
	margin-bottom: 15px;
	font-size: 0.8em;
}
.leftmenu .col1 .list-spaced>li { margin-bottom: 1em; }
.leftmenu .col1 .article #byline {
	background: url(/images/article-flourish.png) no-repeat top;
	margin: 50px;
	padding-top: 60px;
	text-align: center;
}



