/* ------------------------------------------------------------

		* Saunders
		* Coded by Taylor Smith of Imulus

  	print.css
  	- Print based styling and layout

------------------------------------------------------------ */

/* =Initial Page Structure
------------------------------------------------------------ */

body {
	background: none;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5;
	color: #000;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #800000;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
}

h4, h5, h6 {
	font-size: 12pt;
}

code {
	font: 10pt Courier, monospace;
}

blockquote {
	margin: 1.3em;
	padding: 1em;
	font-size: 10pt;
}

hr {
	background-color: #ccc;
}

img {
	margin: 1em 0 1em 0;
}

img.left {
	float: left;
	margin: 1em 1.5em 1.5em 0;
}

img.right {
	float: left;
	margin: 1em 0 1.5em 1.5em;
}

a img {
	border: none;
}

a:link, a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
	color: #800000;
}

a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

a[href^="http://"] {
	color: #000;
}

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;
}

#navigation,
#search,
#sidebar ul,
#secondary,
.navigation,
#industries,
#thumbnails,
#portfolio #content #overview #projects ul,
form,
#flash,
.home #news {
	display: none;
}







#header strong#logo a {
	display: block;
	font-size: 20pt;
	color: #800000;
	text-decoration: none;
	border-bottom: 3pt solid #ddd;
}

#content {
	padding: 0.5em 1.5em;
}

#footer {
	clear: both;
	border-top: 1pt solid #ddd;
	margin-top: 1.5em;
	padding-top: 0.5em;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	list-style: none;
	padding-right: 1.5em;
}
