/* Fastfood v0.7 - stylesheet for print preview */

body {
	font-size: 14px;
	background-color:#EEEEEE;
}

a {
	text-decoration: none;
	color: #000000;
}

h1,h2,h3,h4,h5,h6,p {
	margin:5px 0;
}

#pages, #sidebardx, #quickbar, #edit_link, .avatar, .comment-edit-link, .comment-reply-link, #respond, .says , .description, #footer-widget-area, .navigate_comments {
	display: none;
}

#head {
	background:none repeat scroll 0 0 transparent !important;
}

#main {
-moz-box-shadow: 0 0 5px #000000;
box-shadow: 0 0 5px #000000;
-webkit-box-shadow: 0 0 5px #000000;
-khtml-box-shadow: 0 0 5px #000000;
background:none repeat scroll 0 0 #FFFFFF;
margin:30px auto 0;
width:760px;
}

#content {
	padding: 30px;
}

#posts_wide {
	min-height:800px;
}

#footer {
	margin-top: 20px;
}

#close_preview {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #444444;
	box-shadow: 2px 2px 3px #444444;
	-webkit-box-shadow: 2px 2px 3px #444444;
	-khtml-box-shadow: 2px 2px 3px #444444;
	background:none repeat scroll 0 0 #CCCCCC;
	border:1px solid #FFFFFF;
	display:block;
	margin-left:750px;
	padding:5px 0;
	position:fixed;
	top:30px;
}

#close_preview a {
	text-decoration:none;
	color:Chocolate;
	display:block;
	padding: 5px;
}

#close_preview a:hover {
	color:OrangeRed;
}

#close_preview a#print_button {
	display: none;
	border-top:1px solid #999999;
}


.meta, .comment-meta, #footer, #head, .comment_tools {
	font-size:11px;
}

.meta, .comment_tools {
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
	margin:10px 0;
}

.comment_tools a {
	display: none;
}

.comment-meta {
	position: absolute;
	top:2px;
	right:2px;
}

.comment-body {
	border:1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 3px;
	position: relative;
}

#commentlist li {
	list-style: disc outside none;
}

.fn {
	font-weight: bold;
}

#head, #footer {
	text-align: right;
}

#comments {
	border-top:1px solid #CCCCCC;
}