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

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

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

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

/* Basic Layout Styles
================================================*/
#breadcrumb, #comments-form, #footer, #jump, #mast, #navmenu, #skip, .ad, .navigation, .postsites {display: none;}

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

#wrapperin {border: 0;}

#navbar h1 a {color: #000;}

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

#primary {
	/*width: 80%;*/
}

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

.highlight {
	border: 0;
	background: #fff;
}

#content a:hover {
	background: #fff; 
	color: #000; 
	/*padding: 0 2px;*/
}



