/*
Theme Name: Tasker's Well Company
Theme URI: taskerswell.com
Description: Custom layout designed for curtistasker.com, converted to a wordpress theme
			 This file styles the content for printing.

style.css - base style
screen.css - adds screen-only specific features
print.css - this file
no_rig_graphic.css - removes the rig graphic when loaded

*/

body
{
	background: #fff;
	color: #000;
	font-size: 14px;
}

#content
{
	width: 100% !important; /* !important necessary due to the old IE min-height hack */
}

#nav, #sidebar, #commentform
{
	display: none;
}

#header #title span, #header #description span
{
	display: block;
	width: 940px;
}

#main_body, #page, #page_content, #header, #header #title, #header #description, #content, .entry, .post, .post h1
{
	float: none;
	position: static;
	border: 0;
	margin: 0;
	padding: 0;
}

.entry
{
	width: 100%;
}

#header
{
	height: 120px;
}

#header #title
{
	font-size: 3em;
}

#header #description
{
	margin-top: -100px;
	font-size: 2em;
}


.infobox
{
	border: 1px solid #a5bbd3; /* add a slight border for print */
}

