
/* ------------------------------------------------------------------
	MAIN STYLESHEET
	
	Project: Rural Ontario Institute
	Date: 03.11.10
	Designer: Cindy Dochstader cindy@rkd.ca
	
	COLOURS:	
	Blue: #4ba3d5
	Blue Text: #3579a0
	Brown: #421400
	Brown Text: #351c07
	Green: #648426	

------------------------------------------------------------------- */


/* TABLE OF CONTENTS */
/* ---------------------------------------- HTML, BODY, RESETS */
/* ---------------------------------------- GLOBAL STYLES */
/* ---------------------------------------- STRUCTURE */
/* -------------------------------------------- Header */
/* -------------------------------------------- Wrappers and Content Area */
/* ----------------------------------------------- Side Bar */
/* ------------------------------------------------- Nav */
/* ------------------------------------------------- SubNav */
/* ----------------------------------------------- Basic Pages */
/* ----------------------------------------------- Home Page, Subscriber Home Page  */
/* ----------------------------------------------- Forum, Virtual Boardroom Meeting/Document Displays */
/* ----------------------------------------------- Sitemap */
/* -------------------------------------------- Footer */
/* ----------------------------------------------- Sticky Footer */
/* -------------------------------------------- Form */
/* ---------------------------------------- JAVASCRIPT SPECIFIC CSS */


 
/* ----------------------------------------------
	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:hover img{ 
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
	
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;
	}
	
h4 {
	color: #799443;
	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;
		}
	li ul li {	
		background: url(../../images/li-bullet.png) no-repeat 0 7px;
		padding: 0 0 1px 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; 
	}

.FloatImageRight { 
	float:right; 
	padding: 5px 0 0 15px; 
	}

.MarginBottom10px {margin-bottom:10px;}
.MarginBottom20px {margin-bottom:20px;}


/* styles used by WYSIWYG - style as necessary */
pre { }
address { }





/* ----------------------------------------------
	STRUCTURE
---------------------------------------------- */	
			
/* ---------------------------------------- Header */

#PrintHeader { display: none; }

#Header { 
	height:150px;
	width:940px;
	overflow:hidden;
 	}
	
.Logo { 
	position:relative;	
	top:52px;
	left:101px;
	width:311px;
	height:40px;
	float:left; 
	}		

.TopLinks {
	position:relative;
	right:0;
	top:8px;
	float:right;
	font-size:11px;
	color:#4395c4;
	}
	.TopLinks a{
		padding:0 2px;
		}

.TagLine {	
	clear:right;
	position:relative;
	right:0;
	top:40px;
	float:right;	
	color:#421400;
	text-align:right;
	background: url(../../images/tagline.png) no-repeat;	
	}

	
				
/* ---------------------------------------- Wrappers and Content Area */
	
#Wrapper{ 
	padding:0;
	width:940px;
	overflow:hidden;
	}

#Content {
	width:660px;
	float:right;
	display:inline;
	margin-right:20px;
	}

#MainImage {
	width:699px;
	float:right;
	display:inline;
	border-top:1px solid #a0897f;
	border-bottom:1px solid #a0897f;
	height:297px;
	margin-bottom:35px;
	}



/* ---------------------------------------- Side Bar */
	
#SideBar {
	float:left;
	width: 235px;		
	display:inline;
	}
	
#SideBar .Callout {
	margin-top:43px;
	padding:0 15px;
	width:193px;
	height:/*213px;*/auto;
	float:none;
	background:url(../../images/sidebar-callout-bg.png) no-repeat;
	}
#SideBar .DonateCallout {
	background:url(../../images/sidebar-callout-bg-donate.png) no-repeat;
	height: 170px;
	margin-top: 33px;
	}
	#SideBar .Callout h2 {
		color: #421400;
		font: 22px/24px Georgia, Times, Times New Roman, serif;
		margin:-5px 0 2px 0;	
		padding:21px 0 0 0;
		width:150px;
		background:url(../../images/callout-branch.png) no-repeat right top;
		}
		
	#SideBar .Callout p {line-height:20px;}
	#SideBar .Callout p.Offer { text-align:right; padding-bottom:0;}
	#SideBar .Callout p.Donate { text-align:right; margin-right: 20px; padding-bottom:0;}
	#SideBar .Callout p.Already { text-align:right; padding:11px 0 0 0; font-size:12px;}

	#SideBar .Callout a.ArrowLink { 
		display:block;
		text-align:right;
		font-size:12px;
		background:url(../../images/arrow.png) no-repeat right 4px;
		padding-right:20px;
		}

.TopLinks .Search { 
	height:35px;
	width:195px;
	margin:0;
	padding-top:3px;
	background:url(none);
	}
	

.HighlightsMargin {margin-top:250px;}

/* ---------------------------------------- Nav */
	
.Nav{
	width:235px;	
	background: url(../../images/nav-bg.png) repeat-y left top;	
	}
	
.Nav ul{
	padding:0;
	margin:0;
	list-style-type: none;	
	}
	.Nav li {	
		list-style-type: none;
		padding:0;
		margin:0;
		background: url(../../images/nav-item-line.png) no-repeat left bottom;	
		text-align:right;
		line-height:1px;
		}
		.Nav li#LastItem { background: url(none);}
	
.Nav a:link, .Nav a:visited {
	display:block;
	padding: 17px 27px 16px 0;
	height:0;
	font-size:13px;
	color:#421400;
	line-height:0;
	}
	.Nav a:hover, .Nav a:active, .Nav li.Selected a {
		font-weight:bold;
		text-decoration:none;	
		background: url(../../images/nav-over.png) no-repeat top right;	
		}
		


/* ---------------------------------------- SubNav */
	
.SubNav{
	margin-top:37px;
	width:235px;	
	background: url(../../images/nav-bg.png) repeat-y left top;	
	}
	
.SubNav ul{
	padding:0;
	margin:0;
	list-style-type: none;	
	}
	.SubNav li {	
		list-style-type: none;
		padding:0;
		margin:0;
		background: url(../../images/nav-item-line.png) no-repeat left bottom;	
		text-align:right;
		line-height:0;
		}
		.SubNav li#LastItem { background: url(none);}
	
.SubNav a:link, .SubNav a:visited {
	display:block;
	padding: 17px 27px 16px 0;
	height:0;
	font-size:13px;
	line-height:0;
	}
	.SubNav a.Selected  {
		font-weight:bold;
		text-decoration:none;
		}
	
.SubNav a.Title {		
	color:#421400;
	font-weight:bold;
	}

/* Member Subnav	*/

.SubNavMember{
	margin-top:37px;
	width:235px;	
	background:url(../../images/nav-bg-member.png) repeat-y left top;	
	}
	
.SubNavMember ul{
	padding:0;
	margin:0;
	list-style-type: none;	
	}
	.SubNavMember li {	
		list-style-type: none;
		padding:0;
		margin:0;
		background: url(../../images/nav-item-line-member.png) no-repeat left bottom;	
		text-align:right;
		line-height:0;
		}
		.SubNavMember li#LastItem { background: url(none);}
	
.SubNavMember a:link, .SubNavMember a:visited {
	display:block;
	padding: 17px 27px 16px 0;
	height:0;
	font-size:13px;
	line-height:0;
	}
	.SubNavMember a.Selected  {
		font-weight:bold;
		text-decoration:none;
		}
	
.SubNavMember a.Title {		
	color:#421400;
	font-weight:bold;
	}
	


/* ---------------------------------------- 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;}
	
.ReportDescription {margin-top:-13px;}


/* ---------------------------------------- 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 10px 0;
	}
	
.WhatsNew { 
	float:left; 
	width:510px;
	}
	.WhatsNew td {
		padding:0 15px 11px 0;	
		vertical-align:top;
		line-height:20px;
		}
		.WhatsNew a {cursor:pointer;}
		
.PartnerLogo {
	border: 1px solid #eed9b7;
	margin:3px 0 15px 0;
	}
	
.Callout {
	margin-top:35px;
	padding:0 15px;
	width:290px;
	height:139px;
	float:left;
	background:url(../../images/callout-bg.png) repeat-x;
	}
	.Callout h2 {
		color: #421400;
		font: 22px/24px Georgia, Times, Times New Roman, serif;
		margin:-5px 0 9px 0;	
		padding:21px 0 0 0;
		background:url(../../images/callout-branch.png) no-repeat right top;
		}
		.Callout h2.Webinars {width:160px;}
		.Callout h2.Partners {width:270px;}
		.Callout h2.Environment {width:288px;}
		.Callout h2.Forum {width:247px;}
		.Callout h2.VirtualBoardroom {width:265px;}
		.Callout p {line-height:20px;}

.CalloutMargin { margin-right:20px; }
.CalloutMarginLarge { margin-right:80px; }


/* ---------------------------------------- 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 auto;
	background: #6a891f url(../../images/footer-bg.jpg) repeat-x center top;
	color:#fff;
	}
	#Footer h2 {color:#fff; font: 13px/20px Lucida Grande, Lucida Sans Unicode, Arial, sans-serif; font-weight:bold; margin:0 0 6px 0;}
	#Footer p {	font-size:12px; line-height:20px;}
	#Footer a:link, #Footer a:visited, #Footer a:hover, #Footer a:active { color:#fff; }
	
#Footer .Container { 
	width:940px;
	margin: 0 auto;
	overflow:hidden;
	}

#Footer .Tree {
	position:relative;
	left:196px;
	top:92px;
	width:54px;
	}	
	
#Footer .Col1, #Footer .Col2, #Footer .Col3 {
	height:220px;		
	margin-top:260px;
	float:left;
	display:inline;
	}
	
#Footer .Col1 {
	width:205px;
	padding:0 18px 0 0;
	border-right:1px solid #bfba70;
	text-align:right;
	}
	#Footer .Copyright { 
		margin-top:20px;
		font-size:11px;
		line-height:15px;
		}
	
#Footer .Col2 {
	width:400px;
	padding:0 0 0 46px;
	float:left;
	display:inline;
	}
	
	
#Footer .Col3 {
	width:205px;
	padding:0 0 0 18px;
	border-left:1px solid #bfba70;
	text-align:left;
	float:right;
	}
	
	#Footer p.Top {	margin-top:20px; }	
		#Footer p.Top a {		
			color:#fff;
			font-size:12px;
			background: url(../../images/footer-top-icon.png) no-repeat left 1px;
			padding-left:20px;
			}
		
	#Footer .RKD  { 
		margin-top:20px;
		font-size:11px;
		line-height:15px;
		color:#b9c791;
		}
		#Footer .RKD a:link, #Footer .RKD a:visited, #Footer .RKD a:hover, #Footer .RKD a:active  { color:#b9c791;}
		
	#Footer .OTF{
		margin-top:10px;
		font-size:11px;
		line-height:15px;
		color:#b9c791;
		}
		#Footer .OTF img{ padding-top:5px;}
				

	
	
/* ---------------------------------------- Sticky Footer */

* {
	margin: 0;
}
html, body, form {
	height: 100%;
}
#Wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -580px; /* the bottom margin is the negative value of the footer's height */
}
#Footer, .Push {
	height: 580px; /* .push must be the same height as .footer */
	clear: both;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/



/* ---------------------------------------- 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;
	}
	
.SearchField { width:115px; }

/* ---------------------------------------- Areas of Interest Form */

th {
	font-weight:bold;
	padding-top:10px;
	text-align:left;
	}
	
td {text-align:left;}

.InterestForm {margin:15px 0 40px 30px; }

.InterestForm td {
	border-bottom:1px solid #f4e6d1; 
	padding:10px 25px 10px 0;
	vertical-align:top;
	}
.LevelInvolvement td {
	border-bottom:none; 
	padding:0;
	}

.LevelInvolvement label {  
	display:inline;
	margin:0 0 0 4px;
	}  
	
.LevelInvolvement input {  
	margin:2px 0 0 0;
	} 

.survey h2 {  
	padding:0;
	}
.survey input {  
	margin:2px 0 0 0;
	padding:0;
	}  
	
	.survey label {  
	margin:2px 0 0 5px;
	padding:0;
	display:inherit;
	}  
	
.Legend {
	border:1px solid #f4e6d1;
	padding:10px 15px 15px 15px;
	}
	
.OrganizationForm {margin:15px 0 40px 30px; }

.OrganizationForm td {
	border-bottom:1px solid #f4e6d1; 
	padding:10px 8px 10px 0;
	vertical-align:top;
	}
	.OrganizationForm label {margin-top:0}
	.OrganizationForm input.Checkbox {margin-top:5px;}
	
.HearForm {margin:0 0 40px 30px; }

.InterestSubmit {
	margin:0 0 60px 200px;
	width:190px;
	height:30px;
	}

.poll {
	margin:25px 0 25px 0; 
	padding:0;	}	
.social {
	margin:25px 0 25px 0; 
	padding:15px 0 0 0;	}	
	.social img {margin:0 8px 5px 0; float:left;}

/* Resources sub-section */

.subresource {margin-left:20px; padding:10px;}
	.subresource a {font-size:13px;}
	.subresource h2 {font-size:18px; color:#552B19;}
	.subresource h3 {font-size:14px; color:#552B19; font-weight:normal;}

