﻿/*   
Theme Name: Wireless Communication Theme
Theme URI: 
Description: Wireless Communication Custom Theme Developer For Wireless Communication Website
Author: Pranav Sharma
Author URI:
Version: 1.0
*/


/*  Print Styles */
@media print {
body {background:white; color:black; margin:0}	
#header {display:none}
#content {display:block}
#comments {display:none}
#sidebar {display:none}
#footer {display:none}
#commentForm {display:none}
body {
	font-size: 10pt;
	font-family: Geprgia, Times, "Times New Roman", serif;
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin: 0;
	color: #000;
	background-color: #fff;
	border-top: 5px solid #ffd800;
	}
}
