/*  
Theme Name: dummy2 (print)
Theme URI: 
Description: Print CSS for dummy2 theme
Version: 1.0
Author: Will the Dummy
Author URI: 
*/

@media print {

body {
	margin: 0;
	padding: 0;
	background: #E4E6E9;
	font-size: 12px;
	font-family:  Verdana, Arial, sans-serif;
	color: #000;
	text-align: center;
	background-image: none;
}

p {
	font-size: 16px;
	line-height: 18px;
}

ol, ul {
	font-size: 14px;
	line-height: 18px;
	margin: 14px 0 14px 24px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 14px 0;
	font-family: Arial, sans-serif;
}

h1, h2 { color: #333333;}

h3, h4, h5, h6 { color: #666666; }


h1, h2 { font-size: 20px; }

h3 { font-size: 18px; }

h4 { font-size: 16px; }

a { 	text-decoration: none;
	color: #333333;
}


blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 2px dashed #CCCCCC;
	font-size: 14px;
}

code {
	font-family: monospace;
	color: #666;
}

form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

.small {
	font-size: 12px;
	color: #999;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #fff;
	text-align: left;
}

.hnavbar  { display: none; }

#header { display: none; }

#content {
	background-color: #fff;
	margin: 0px auto;
	padding: 0 10px;
	width: 660px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 640px;
} 

html>body #content { width: 640px; }

#content h3 { color: #000; }

#footer { display: none; }

.soapbox {
	margin: 0px 10px;
	font-size: 14px;
	line-height: 16px;
	background: #fff;
	text-align: justify;
	padding: 10px; 
	border: 1px #999 dashed;
}

.hr {
	height: 15px;
	width: 550px;
	margin: 0px auto 10px;
	background: #fff url('images/ds_hr.jpg') repeat-x scroll center left;
}

.quotebox {
	text-align: justify;
	padding: 0px 10px; 
	border: 1px #666 dashed;
}

.cynic {
	font-size: 12px;
	font-family: times new roman, serif;
}

.chart { text-align: center; }

.chart img { margin: 0px auto; }

.quotes {
	padding: 5px;
	margin: 0px 0px 10px 0px; 
	color: #000; 
	font-style: italic; 
	border-bottom: 1px solid #666; 
	border-top: 1px solid #666;
}


.sidebarheadlines { display: none; }


.post {
	padding: 0 20px;
	text-align: justify;
}

.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #fff;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}

.posttitle a {
	float: left;
	padding: 0px;
}

.posttitle a:link, .posttitle a:visited { color: #333; }

.postmeta {
	margin-top: 0;
	padding-top: 1px;
	background: url(images/postmeta.gif) no-repeat top left;
	font-size: 14px;
	color: #666;
}

.postmeta a:link, .postmeta a:visited { color: #333; }

.postentry p a { text-decoration: underline; }

.permalink {
	margin: 0 18px 0 0;
	padding: 0 0 0 14px;
	background: url(images/permalink.gif) no-repeat center left;
}

.commentslink {
	font-size: 14px;
	padding: 0 0 0 17px;
	background: url(images/commentslink.gif) no-repeat center left;
}


#commentlist {
	margin: 14px 0;
	padding: 0;
	border-bottom: 1px solid #333;
	list-style-type: none;
}

#commentlist li {
	border-top: 1px solid #666;
	padding: 1px 20px;
	background-color: #fff;
}

.alt { background-color: #fff !important; }

.commenttitle {
	margin-bottom: 0;
	font-size: 14px;
}

.commentmeta {
	margin-top: 0;
	font-size: 10px;
	color: #666;
}

#comment { width: 98%; }

#postcomment { display: none; }

#commentform { display: none; }

#sidebarright { display: none; }
 
#sidebarleft { display: none; }
 

}