/*  
Description: Print Stylesheet for the Acts 29 Theme.
Author: Leslie Franke
Author URI: http://lesliefranke.com/
*/

/* import main screen stylesheets*/
@import url("style.css");
/* end import */

/* Basic Styles
================================================*/
body {
	background: #fff url(none);
	color: #000;
	font: 10pt "Times New Roman", Times, serif;
}

a {
	border-bottom: 0 !important;
	color: 000;
}

/* Basic Layout Styles
================================================*/
#footer, #jump, #mast, #access, #desc {display: none;}

#wrapper {
	background-image: none;
	border: 0;
	width: 98%;
}

#title {width: 500px;}

#primary, .clearfix {
	overflow: visible; 
	height: auto;
}

#main {
	width: 96%;
}

#sidebar{
	width: 1%;
	display: none;
}




