/*
  Print Stylesheet for Retail Tech theme
*/

body {
	background: white;
	font-size: 12pt;
	}
	
#top {
	display: none;
	}
	
.headerright {
	display: none;
	}
	
#navbar {
	display: none;
	}
	
#wrapper, #content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
	
#content {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}
	
#contentleft {
	width: auto;
	background: transparent;
	color: black;
	float: none !important;
	padding: 0;
	border: 0;
	margin: 0 1%;
}
	
.postarea {
	width: auto;
	background: transparent;
	color: black;
	float: none !important;
	margin: 0;
	border: 0;
	padding: 0;
	}

.sociable {
	display: none;
	}
	
#sidebar {
	display: none;
	}

#footer {
	width: auto;
	background: transparent;
	color: black;
	float: none !important;
	border: 0;
	padding: 0;
	margin: 0;
	}

.footerleft {
	width: auto;
	float: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	}
	
.footerright {
	display: none;
	}

#bottom {
	display: none;
	}
	
a {
	color: black !important;
	text-decoration: none !important;
	}
