/*
Theme Name: Printer Friendly
Theme URI: http://www.marchtwenty.com/
Description: Printer friendly version of MarchTwenty.com
Version: 1.0
Author: Ted Balmer
Author URI: http://www.marchtwenty.com/
Tags: printer
*/

body {
	background: #fff;
	color: #000;
	margin: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.5em;
}

img {
	border: 0;
}

.Sidebar, .sociable, .PostNav, .Comments, .Social {
	display: none;
}

h2, .Postedin {
	margin: 0;
}

h2 span {
	font-size: 0.7em;
}

a {
	color: #333;
}

.Title {
	font-size: 2.0em;
}

.post {
	margin-top: 15px;
}

.DateBox {
	font-size: 0.9em;
	line-height: 1.1em;
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 0;
	margin: 0 5px 2px 0;
	border: 1px solid #888;
}

.DateBox span {
	display: block;
	font-size: 1.5em;
}

.Footer {
	border-top: 1px solid #666;
	margin-top: 30px;
}

.Right, .right, .alignright {
	float: right;
	margin: 0 5px 5px 10px;
}

.Left, .left, .alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

.Center, .center {
	text-align: center;
}