/* ------------------------------------------------------------------
	PRINT STYLESHEET
	
	
	Project: Rural Ontario Institute
------------------------------------------------------------------- */

/* ----------------------------------------------
	HTML, BODY, RESETS
---------------------------------------------- */

/*@font-face {
	font-family: 'VollkornRegular';
	src: url('../Fonts/vollkorn.eot');
	src: local('Vollkorn'), local('Vollkorn'), url('../Fonts/vollkorn.woff') format('woff'), url('../Fonts/vollkorn.ttf') format('truetype'), url('../Fonts/vollkorn.svg#Vollkorn') format('svg');
}*/

html { 
	overflow-y: scroll; /* keeps vertical scroll bar in firefox at all times so page doesn't jump around */
	height: 100%;
	}

body {
	background-color:#fff; /* background colour should be same as content area background colour to ensure WYSIWYG looks same as website */
	padding:0;
	margin:0;
	top:0;
	left: 0;
	font: 14px/22px Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
	color:#351c07;
	}
	.BodyStyle { /* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
		background-color:#fff;		
		}

img, form { /* removes all default formatting on images and forms */
	padding:0;
	margin:0;
	line-height:0;
	}

:focus { outline: none; } /* removes dotted outline from links */

.Clear { clear: both; } /* clears all floats; apply to empty divs */



/* ----------------------------------------------
	GLOBAL STYLES - style as necessary
---------------------------------------------- */

a:link, a:visited {
	color: #3579a0;
	text-decoration: none;
	}
	a:hover, a:active {
		color: #4ba3d5;
		text-decoration: underline;
		}	
		
a img {border:none;}			
	
a[href $='.pdf'] { /* icons for document downloads */
display: inline-block;
padding-right: 22px;
background: transparent url(../../images/pdf-icon.png) no-repeat center right;
}
a[href $='.doc'] { /* icons for document downloads */
display: inline-block;
padding-right: 22px;
background: transparent url(../../images/doc-icon.png) no-repeat center right;
}
	
p.ArrowLink {
	text-align:left;
	font-size:14px;
	background:url(../../images/arrow.png) no-repeat left 5px;
	margin:0 0 6px 0;
	padding-left:20px;
	}
	
	p.ArrowLinkRight {
		text-align:right;
		font-size:14px;
		background:url(../../images/arrow.png) no-repeat right 5px;
		margin:0 0 6px 0;
		padding-right:20px;
		}
	
.Callout a.ArrowLink {
	display:block;
	text-align:right;
	font-size:12px;
	background:url(../../images/arrow.png) no-repeat right 4px;
	margin: 0;
	padding-right:20px;
	}
				
p, td, div { font: 14px/22px Lucida Grande, Lucida Sans Unicode, Arial, sans-serif; }
	p { padding:0 0 11px 0; }
	p.NoPadding {padding:0;}

strong, b { font-weight: bold; }

em, i { font-style: italic; }

h1 {
	color: #648426;
	font: 24px/26px Georgia, Times, Times New Roman, serif;
	padding:0 0 11px 0;
	}
	
h2 {
	color: #648426;
	font: 20px/22px Georgia, Times, Times New Roman, serif;
	padding:6px 0 8px 0;
	}
	
h3 {
	color: #799443;
	font: bold 15px/18px Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
	padding:6px 0 10px 0;
	}
		
ul, ol {
	margin: 0 0 6px 0;
	padding:0;
	list-style-type: none;	
	}
	li {	
		background: url(../../images/li-bullet.png) no-repeat 0 7px;
		padding: 0 0 11px 12px; 
		margin: 0;
		line-height:20px;
		}
		
hr {display: none;}
	
	.HR {
		clear:both;
		height:45px;
		margin-bottom:40px;
		background: url(../../images/hr-bg.png) no-repeat;
		}
		
	.LinksHR {
		clear:both;
		height:1px;
		margin:20px 0;
		border-bottom:1px solid  #efece3;		
		}

.Note {
	font-size:12px;
	font-style:italic;
	}
	
.ImageFloatLeft { 
	float:left; 
	padding: 5px 15px 0 0; 
	}

.MarginBottom10px {margin-bottom:10px;}
.MarginBottom20px {margin-bottom:20px;}




/* ----------------------------------------------
	STRUCTURE
---------------------------------------------- */	
			
/* ---------------------------------------- Header */

#PrintHeader { display: block; margin-bottom:30px; }

#Header { display:none;}
	
	
				
/* ---------------------------------------- Wrappers and Content Area */
	
#Wrapper{ 
	padding:0;
	margin:0 0 -50px 0;
	width:660px;
	overflow:visible;
	min-height: auto !important;
	height: auto !important;
	}

#Content {
	width:660px;
	float:none;
	margin-right:0;
	}

#MainImage { display:none;	}



/* ---------------------------------------- Side Bar */
	
#SideBar {display:none;}	
#SideBar .Callout {display:none;}	
.Nav{display:none;}
.SubNav{display:none;}



/* ---------------------------------------- Basic Pages */

.LinkButtons {
	display:block;
	text-align:right;
	margin-top:5px;
	}
			
table.VAlign {margin-bottom:10px;}
	table.VAlign td {
		padding:5px 0;
		vertical-align:middle;
		}
		table.VAlign td.Info {width:170px}
		table.VAlign td.InfoFullPage {width:525px}
		
.LinksLogo {
	float:left;
	border: 1px solid #eed9b7;
	margin:8px 15px 5px 0;
	}
	.ExtraBottomMargin70 {margin-bottom:70px;}
	
.TwoCol {
	width:300px;
	float:left;
	}
	.MarginRight {margin-right:20px;}


/* ---------------------------------------- Home Page, Subscriber Home Page */

p.HomeText {font-size:15px; line-height:24px;}

h2.LikeH1 {
	color: #648426;
	font: 24px/26px Georgia, Times, Times New Roman, serif;
	margin:0;
	padding:0 0 4px 0;
	}
	
.WhatsNew { 
	float:left; 
	width:510px;
	}
	.WhatsNew td {
		padding:0 15px 11px 0;	
		vertical-align:top;
		line-height:20px;
		}
		.WhatsNew a {cursor:pointer;}
		
.PartnerLogo {
	float:right;
	border: 1px solid #eed9b7;
	margin:3px 0 15px 0;
	}
	
.Callout {display:none;}




/* ---------------------------------------- Forum, Virtual Boardroom Meeting/Document Displays */

/*==================
MAIN TABLES
=================*/

.AddPost {
	font-size:12px;
	text-align:right;
	font-weight:bold;
	}
	
table.Subscriber { 
	width: 100%;
	margin: 0 0 10px 0;
	border:1px solid #6f4835;
	}

table.Subscriber td {
	padding: 10px;	
	font-size: 12px;
	line-height:20px;
	vertical-align:top;
	}

table.Subscriber tr.tdalt {background:#f7f1dc;}

table.Subscriber tr.tdhead {background:#6f4835; color:#FFF; font-weight: bold;}

table.Subscriber th {padding: 3px 5px 5px 5px;}

.DateCol {width:90px;}

.DatePicker {
	margin-top:10px;
	text-align:right;
	}

table.Subscriber .ForumHR {
	display:block;
	clear:both;
	margin:10px 0 0 0;
	height:1px;		
	color:#ebd3ab;
	background-color:#ebd3ab;
	border:0;
	}
	
table.Documents { 
	width: 100%;
	margin: 10px 0 10px 0;
	border:1px solid #6f4835;
	border-collapse:collapse;
	}

table.Documents td {text-align:center;}
	
table.Documents td a[href $='.pdf'] { /* icons for document downloads */
display: block;
padding: 0 0 20px 0;
background: transparent url(../../images/pdf-icon.png) no-repeat bottom center;
}
table.Documents td a[href $='.doc'] { /* icons for document downloads */
display: block;
padding: 0 0 20px 0;
background: transparent url(../../images/doc-icon.png) no-repeat bottom center;
}
	
.ForumAuthor {font-size:12px;}


/*==================
FORUM POSTS
=================*/

.Comment { 
	background:#fff;
	padding: 15px;
	}
	.Comment p {font-size: 12px; line-height:18px;}

.AltComment { 
	background:#f7f1dc;
	padding: 15px;
	}
	.AltComment p {font-size: 12px; line-height:18px;}

.AddCommentButton {margin-top:10px;}
	

/*==================
FORM STYLES
=================*/

fieldset .textareaforum {
	width:450px; height: 200px;	
	}
	
fieldset .text {width: 270px;}



/* ---------------------------------------- Sitemap */

ul.SiteMap {
	margin: 0 20px 0 0;
	padding:0;
	list-style-type: none;
	width:250px;
	float:left;
	}
	
	ul.SiteMap li {
		font: bold 15px/18px Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
		padding:6px 0 12px 0;
		list-style-type: none;
		background: url(none);
		}
	
	
ul.SiteMap li ul {
	margin: 7px 0 0 0;
	padding:0;
	list-style-type: none;	
	}	
	
	ul.SiteMap li ul li {
		color: #648426;
		font: 14px/20px Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
		padding: 0 0 11px 12px; 
		background: url(../../images/li-bullet.png) no-repeat 0 7px;
		}


/* ---------------------------------------- Footer*/

#Footer { 
	margin: 0;
	background: #fff url(none);
	color:#351c07;
	height:50px;
	}
	#Footer h2 {display:none;}
	#Footer p {	display:none;}
	#Footer a:link, #Footer a:visited, #Footer a:hover, #Footer a:active { color:#fff; }
	
#Footer .Container { 
	width:660px;
	margin: 0;
	overflow:visible;
	}

#Footer .Tree {display:none;}	
	
#Footer .Col1 {
	height:50px;		
	margin-top:0;
	float:none;
	display:inline;
	width:660px;
	padding:0 18px 0 0;
	border-right:none;
	text-align:left;
	}
	
	#Footer p.Copyright { 
		display:block;
		font-size:12px; 
		line-height:20px;
		margin-top:20px;
		font-size:11px;
		line-height:15px;
		}
		#Footer p.Copyright br{ display:none;}
	
#Footer .Col2 {display:none;}
#Footer .Col3 {display:none;}
	
				
.Push {display:none;}



/* ---------------------------------------- Form */

.Error, .Required {
	color: #bb0000;
	font: 12px/19px Arial, Helvetica, sans-serif;
	}
	
.FormCol {
	width:280px;
	}
	
label {  
	display:block;
	margin:13px 0 2px 0;
	}
	label.Checkbox {  
		display:block;
		margin:17px 0 2px 0;
		line-height:17px;
		}    
	
.Field { width:270px; }
	
	input.Checkbox { 
		float:left; 
		margin:20px 6px 2px 0;
		}
	
.Submit {
	margin:25px 0 0 90px;
	width:190px;
	height:30px;
	}
