/*=============================================================
	Print style for Tandanya
=============================================================*/

@import url("global.css");


.hidden { display: inline-block;}
.show { display: none;}

body { font: normal 62.5%/17px "Verdana", Arial, Helvetica, sans-serif;  color: #333; background: #fff; }

/*=============================================================
	Main print skeleton layout
=============================================================*/

#container {  width: 750px; height: auto; display: block; clear: both; }
#print-logo { width: 750px; height: 150px; float: left; clear: both; padding-bottom: 15px; }
#mainpage { width: 750px; height: auto; float: left; display: block;clear: both; padding-bottom: 15px; }
.panel { width: 220px; display: block; border-left: 1px solid #fddc8a; padding-left: 10px; margin-right: 10px; }
.contents { width: 460px; padding-right: 20px; height: auto; float: left; }
#footer { width: 750px; border-top: 3px solid #e36f1e; padding-top: 10px; clear: both; }
#footer p { font-size: 1em; line-height: 20px; font-size: 1.1em; }

/*=============================================================
	Extras
=============================================================*/

#logo, #navigation, #top-contactdetails, #sponsors { display: none; }
.panel.floatleft { display: none; }
hr { border: none; border-top: 1px solid #fddc8a; width: 100%; height: 1px; clear: both; margin: 10px 0; display: block; }
