/* ======================================================================================
 * Author: Kit Whyte, kit@aeski.net, www.aeski.net
 * Copyright: Kit Whyte
 * 
 * Date: 5 July 2010
 * File: print.css
 *
 * This file may not be copied or modified without expressed permission from the author
 * ======================================================================================
 */


/*-----------------------------------------------------------
	FONT STYLES
-----------------------------------------------------------*/ 
html, body{
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

body{
    font-size: 100%;
    line-height: 1.25em;
    color: #666;
    font-family: verdana, MyriadPro-Regular, MyriadPro, "Myriad Pro", Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

a,
#main-content a h2,
#main-content a h3,
a:visited,
a:active,
li a.active{
	color: #e8820f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p{
	margin: 0 0 1.5em 0;
}

.heading1, h1,
.heading2, h2,
.heading3, h3{
	font-family: Verdana, MyriadPro, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	margin: 0;
	padding: 0;
}

.heading1, h1{font-size: 1.3em; margin-bottom: .3em;}
.heading2, h2{font-size: 1.15em; margin-bottom: .3em;}
.heading3, h3{
	font-size: 1em;
	margin: 0 0 .3em 0;
}

.orange{color: #e8820f;}


/*-----------------------------------------------------------
	ELEMENTS TO MODIFY FOR PRINT
-----------------------------------------------------------*/
#wrapper{
    font-size: 8pt;
    font-weight: 400;
}

#header{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

/*-----------------------------------------------------------
	ELEMENTS TO HIDE
-----------------------------------------------------------*/ 
#primary-links,
#sidebar-left,
#sidebar-right,
.tabs,
#footer,
#tabs,
#search{
	display: none;
}
