/* Xboxic-modern template CSS
   (c) 2006 Xboxic.com

	Theme Name: Xboxic Modern - Print layout
	Theme URI: http://www.xboxic.com
	Description: Modern template for Xboxic.com - Print version
	Author: Curry
	Author URI: http://www.xboxic.com
	Version: 1.0
	
	Xboxic green: 7da721
	Xboxic text: 3f3f3f
	Dark Xboxic green: 578721
	Bright Xboxic green: 9dc741
*/

/* General page layout */
* {
	padding:0;
	margin:0;
	border:0;
}
body {
	color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size:9pt;
}
div#mainmenu, div#sidebarright, div#sidebarleft, div.hidden, div.ads {
	display:none;
}

/* General definitions */
a {
	text-decoration:none;
}
a img {
	border:none;
}
h2 {
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	margin:0px 0 0 0;
}
blockquote {
	border-left:1px dotted #888;
	margin:1em;
	font-style:italic;
	padding-left:1em;
}
p {
	margin:0.3em 0 0.8em 0;
}
hr {
	border-bottom:1px dotted #888;
	height:1px;
	margin:0.5em 3em;
}
ul#mainmenulist {
	display:none;
}

/* FP post table */
table#indextable {
	display:none;
}

/* Posts */
div.post {
	padding:0.8em 0.8em 0.8em 0.8em;
	text-align:justify;
}
div.postmeta {
	background: #F5F5F5;
	font-size: .8em;
	padding: 2px;
	margin-bottom:0.5em;
}
div.post ul {
	margin:1em 0;
	padding-left:1.5em;
}
div.post ul li {
	background:url(images/content_bullet.gif) no-repeat 0 50%;
	background-position:0 5px;
	padding-left:10px;
	list-style:none;
}
div.post ol {
	list-style-type:decimal;
	margin:1em 0 1em 1em;
	padding-left:2.5em;
}
div.post h3 {   /* Use for article headings */
	font-weight:bold;
	font-size:14px;
	margin:0.4em 0 0.4em 0;
}
div.postlinks {
	font-size:1em;
	font-weight:bold;
	text-align:center;
}
div.postrelation {
	display:none;
}
div.post .postimage {
}
div.post .postimageleft {
	float:left;
	margin:0.4em 0.8em 0.8em 0;
}
div.post .postimageright {
	float:right;
	margin:0.4em 0 0.8em 0.8em;
}
div.post .postimagecenter {
	text-align:center;
	margin:0.5em 0 0.5em 0;
}

/* Comments */
div#comments {
	padding:0.2em 0.8em 1.6em 0.8em;
}
h3.reply {
	font-size:14px;
}
p.commentmeta {
	display:none;
}
div.comment {
	border-top:1px dotted #3f3f3f;
	margin:1em 0 1.5em 0;
}
div.comment div.comment {
	margin-left:2em;
}
div.commenttitle {
	color:#7f7f7f;
	font-size:0.9em;
	margin-bottom:0.8em;
}
div.commenttitle a:link, div.commenttitle a:active, div.commenttitle a:visited {
	color:#9dc741;
}
div.commenttitle a:hover {
	color:#3f3f3f;
}
div.crewcomment {
	color:#6f3f3f;
}
div#addcomment {
	display:none;
}
