/* ==========================================================================================
 * Author: Kit Whyte, kit@aeski.net, www.aeski.net
 * Copyright: Kit Whyte
 * 
 * Date: 7 June 2011
 * File: print.css
 *
 * This file may not be copied or modified without the expressed permission from the author
 * ==========================================================================================
 */

/* ---------- General Layout ---------- */

body,
input,
textarea,
select {
	color: #000;
	background: none;
}

body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
body {
	width: 640px;
}

#sidebar-first,
#sidebar-second,
.navigation,
#toolbar,
#footer-wrapper,
.tabs,
.add-or-remove-shortcuts,
#admin-menu {
	display: none;
}

html body.admin-menu {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
#main-content p,
h1#page-title,
#footer,
#site-credits{}

#page *{
	text-shadow: none !important;
	-moz-box-shadow: none !important;
}