/*************************************************
Print CSS
NB Arts Board
Created by Matt Tibbits 
matt@tibbits.ca
2008
**************************************************/
body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	font-family: "Trebuchet MS", "Lucida Grande", arial, sans-serif;
	background: #e6d7b7;
	}
/*
#wrapper {
	width: 740px;
	margin: 0 auto;
	border: 1px solid #000;
	border-top: none;
	background-color: white;
	}
*/
.clear {
	clear: both;
	}
/*************************************************
HEADER
**************************************************/
#header {	
	display: none;
	}

/*************************************************
MAIN NAV
**************************************************/
#nav {
	display: none;
	}

/*************************************************
SUB NAV
**************************************************/
#nosubnav {
	display: none;
	}	
		
/*************************************************
LEFT COL
**************************************************/
#leftcol {
	display: none;
	}

/*************************************************
CONTENT
**************************************************/
#content {
	margin: 15px;	
	padding: 0 10px;
	width: 6.5in;
	font-size: 10pt;
	background: #fff;
	border: 0px solid white;
	}
	
#content h1 {
	/*margin-top: 0;*/
	font-size: 1.4em;
	color: #600;
	}
	
#content h2 {
	margin-top: 2em;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #600;
	}

#content p {
	margin-top: 0;
	}

#content p.notes {
	margin-bottom: 0;
	font-size: 1em;
	color: #999;
	}

#content a {
	color: #600;
	}

#content a:hover {
	color: #f00;
	}
	
#content hr {
	margin: .5em 1em 1em .5em;
	color: #ccc;
	height: 1px; 
	}

#content ol li, #content ul li {
	margin-bottom: 1em;
	
	}

#content ul {
	
	list-style-image: url(../img/bullet_bw.gif);
	}

#content ul.pdf {
	list-style-image: url(../img/pdf-icon.png);
	}

#content ul.email {
	list-style-image: url(../img/email-icon.png);
	}

#content ul.back {
	list-style-image: url(../img/arrow_l.gif);
	}

#content ul.cal {
	list-style-image: url(../img/email-icon.png);
	}
	
/*************************************************
CONTENT SIDEBOX
**************************************************/
#sidebox {
	margin: 10px;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	text-align: left;
	}

#sidebox #sidebox-left {
	width: 8px;
	background-image: url('../img/sidebox-shadow-l.png');
	}

#sidebox #sidebox-container {
	width: 400px;
	}

#sidebox #sidebox-header {
	background-color: #cc9933;
	padding: 3px 10px;
	}

#sidebox #sidebox-header img {
	float: right;
	position: relative;
	top: 2px;
	}

#sidebox #sidebox-header h1 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: white;
	}

#sidebox #sidebox-content {
	background-color: #fc6;
	padding: 10px;
	}

#sidebox #sidebox-content h2 {
	font-size: 1em;
	color: black;
	margin: 0;
	}

#sidebox #sidebox-content h3 {
	font-size: .8em;
	color: black;
	margin-top: 0;
	}

#sidebox #sidebox-content p {
	font-size: .8em;
	margin-bottom: 0.5em;
	}

#sidebox #sidebox-content p a {
	color: #900;
	text-decoration: none;
	}

#sidebox #sidebox-bottom {
	height: 8px;
	background: url('../img/sidebox-shadow-b.png') top right no-repeat;
	font-size: 1px;
	}

/*************************************************
FORMS
**************************************************/
form {	
	margin-top: 1.5em;
	margin-left: 1em;
	font-size: 1em;
	}

fieldset {
	width: 450px;
	margin : 0 0 1em 0;
	padding : 0 0 1em .5em;
	border : 1px solid #ddd;
	}

legend {
	margin : 0 0 .5em 0;
	font-weight: bold;
	}
	
label {	
	width : 130px;
	float : left;
	margin : 10px 0 0 0;
	text-align : right;
	}

input, select, textarea {
	float: left;
	width: 280px;
	margin: 10px 0 0 10px;
	padding: 2px 0;
	text-align: left;	
	border: 1px solid #aaa;
	}

select {
	font-size: .95em;
	
	}

input.button {
	float: left;
	width : 80px;
	margin-right: 0;
	text-align : center;
	background-color: #eee;
	border: 1px solid #999;
	}

form br {
	clear : left;
	}

#content form p.comment {
	width: 250px;
	margin: 0 0 0 150px;
	font-size: .9em;
	color: #666;
	}


/*************************************************
TABLES
**************************************************/



/*************************************************
FOOTER
**************************************************/
#footer {
	clear: left;
	/*width: 100%;*/ /* doesn't work correctly in IE7 */
	width: 740px;
	background: #600;
	font-size: .8em;
	color: #fff;
	text-align: center
	}

