/* Print CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: white;
	font-size: 12pt;
}

form ,
#header ,
#nav-side ,
#footer-links ,
#welcome-header-animation ,
#nav-above ,
#nav-below ,
.innermenu ,
#fixtures ,
div.printButton ,
div.printhide {
	display: none !important;
}

pre {
	page-break-before:always;
}

#print-logo {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

li.odd {
	color:#C00;
}

body , 
#body ,
#content ,
#posts {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.post-content {
  clear:both !important;
 }

.post-content img {
	margin:5px;
 }
 
