/*
Theme Name: Curtis Tasker
Theme URI: curtistasker.com
Description: Custom layout designed for curtistasker.com, converted to a wordpress theme

style.css - base style
screen.css - adds screen-only specific features
print.css - this file

*/

body, #page, #header, #body_top, #body_middle, #body_container, #body_bottom
{
	background: #fff;
}

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

#header a, #sidebar, #commentform
{
	display: none;
}

#header #title
{
	display: inline;
}

#header #description
{
	display: block;
}

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

