/**
 * Make the layout print friendly
 */

/* Document Body */
body {
	background: #fff;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.5;
}

/* Hide various parts of the theme */
#searchform, #navigation, #secondary, #footer, .post-edit-link {
	display: none;
}

#header {
	background: none;
}

/* Links */
a:link, a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
	color: #333;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
 
/* Element changes */
blockquote {
	margin: 1.5em;
	padding: 1em;
	font-style: italic;
	font-size: .9em;
}

code {
	font: 0.9em "Courier New", Monaco, Courier, monospace;
}

img	{
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
}

a img {
	border: none;
}

/* Table */
table {
	margin: 1px;
	text-align:left;
}

th {
	border-bottom: 1px solid #333;
	font-weight: bold;
}

td {
	border-bottom: 1px solid #333;
}

th, td {
	padding: 4px 10px 4px 0;
}

tfoot {
	font-style: italic;
}

caption {
	background: #fff;
	margin-bottom: 2em;
	text-align: left;
}

thead {
	display: table-header-group;
}

tr {
	page-break-inside: avoid;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
