/*

Theme Name: New Top Tier Design

Theme URI: http://www.webmaster.appstate.edu/

Description: New Design Wordpress Theme

Version: 1.0

Author: cml

Author URI: http://webmaster.appstate.edu/
/* CSS */
@import url("css/structure.css");
@import url("css/hacks.css");
@import url("css/style.css");
@import url("css/news.css");

/* Print CSS */
/* Version 1.1 */		

/*Convert text size to points*/
@media print {
body { font-family: "Times New Roman", Times, serif; font-size: 12pt; background:none; }
title {margin-top:100px;}

/*Hide Navigation*/
#greybar, #sitenav, #sectnav, #header, #footnav, #leftcol, #siteinfo, #utilnav  { display:none; }

/*Fixes float print issues, add margins*/
#maintext div.entry { overflow:visible; }

#logo { height:auto; width:100%; }
#logo a { text-indent:0; font-family:"Times New Roman", Times, serif; color:#444 }
#logo h1 { font-size: 18pt; }
#logo h2 { font-weight:normal; font-size: 14pt; }

#content, .wrapper { float:none !important; width: auto;	border: 0; margin: 0 5%; padding: 0; color: black; }
#maintext ul,
#maintext ol,
#maintext dl,
#footer { page-break-inside: avoid; }

#footer { height:auto; text-align:center; }

}
