/* 	Title:		TBFI: Print Styles
	Author: 	Douglas Green, www.dsgreen.com
	Copyright: 	2008 All rights reserved. Do not copy or distribute.
	Version: 	1.0 May 10, 2008
=================================== */

/* @group ELEMENTS	
=================================== */
html {
	background: none;
}
body {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	background: none;
}
/* @end */
/* @group CONTAINERS
===================================== */
#container {
	background: none;
}
#siteinfo {
	color: #000;
	background: none;
	background-color: #fff;	
}
#siteinfo ul, #siteinfo li, #siteinfo a {
	display: none;
}
p.copy {
	color: #000;
	background-color: #fff;
}
/* @end */
/* @group MAIN NAVIGATION
===================================== */
#nav-main {
	display: none;
}
/* @end */
/* @group SECONDARY NAVIGATION
===================================== */
#nav-secondary {
	display: none;
}
#nav-sub {
	display: none;
}
/* @end */
/* @group SEARCH
===================================== */
#search {
	display: none;
}
/* @end */
/* @group COLUMNS
===================================== */
#col-1, #col-2, #col-1.alt, #col-2.alt {
	width: 100%;
	float: none;
}
#col-2 { /* hides any sidebar navigation */
	display: none;
}
/* @end */
/* @group FEATURE
===================================== */
#feature img {
	display: none;
}
#feature, .pub {
	width: 100%;
}
/* @end */
/* @group ALT SIDEBAR
===================================== */
#content.alt { 
	background: none;
}
#col-2.alt {
	display: none;
}
/* @end */
/* @group SUB PAGE GENERAL
===================================== */
#sub-img {
	display: none;
}
/* @end */
/* @group PUBLICATIONS LISTINGS
===================================== */
.pub .content-col1 {
	float: none;
	width: 100%;
}
.pub .content-col2 {
	float: none;
	width: 100%;
	margin-left: 0;
}
.pub img {
	display: none;
}
ul.pub-pdf-order {
	display: none;
}
#pub-large-cvr-links {
	display: none;
}
/* @end */
/* @group PAGINATION
===================================== */
.pagination {
	display: none;
}
/* @end */
/* @group BOARD/STAFF
===================================== */
#board .content-col1, #staff .content-col1 {
	float: none;
	width: 100%;
}
#board .content-col2, #staff .content-col2 {
	float: none;
	width: 100%;
}
/* @end */
/* @group CALLOUT/SCHOOL STATS COL
===================================== */
.callout {
	color: #000;
	float: none;
}
#school-stats-col {
	float: none;
}
#school-stats-col .callout {
	float: none;
}
/* @end */
/* @group CHARTER SECTION
===================================== */
#school-listing .content-col1 {
	float: none;
	width: 100%;
}
#school-listing .content-col2 {
	float: none;
	width: 100%;
}
/* @end */
/* @group INDEX NAVIGATION
===================================== */
#col-1 ul.index-navigation {
	display: none;
}
/* @end */
/* @group LISTINGS, MORE/TOP LINKS
===================================== */
.more-link {
	display: none;
}
.back-to-top {
	display: none;
}
/* @end */
/* @group GENERAL IMG STYLES
===================================== */
.img-rt {
	display: none;
}
.img-rt-brdr {
	display: none;
}
/* @end */
/* @group FORM STYLING
===================================== */
form {
	display: none;
}
/* @end */
/* @group MISC
===================================== */
#hm-img {
	display: none;
}
p.print { 
	display: none;
}
.print {
	display: none;
}
.mail {
	display: none;
}
/* @end */

