
/* ------------------------------------------------------------------
	MAIN STYLESHEET
	
	Project: Steps to Leadershop
	Created: 2008-10-23
	Created by: Gianni Casagrande gianni@rkd.ca
	
	COLOURS:
	
	Bg Green Dark	#98bf43
	Rouge			#b2412d
	Hover Green		#d1eece
	Cyan			#479286
	Light Cyan		#7fb3ab
	
------------------------------------------------------------------- */
 
html { 
	overflow-y: scroll; /* keeps vertical scroll bar in firefox at all times so page doesn't jump around */
	height: 100%;
	}

body {
	background: #FFF;  /* background colour should be same as content area background colour to ensure WYSIWYG looks same as website */
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	}
	.BodyStyle,.newsletter { /* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
		color: #000;
		background: #98bf43;

		}

img, form { /* removes all default formatting on images and forms */
	margin: 0;
	padding: 0;
	border: 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 { color: #b2412d; text-decoration: underline; }
a:visited { color: #b2412d; text-decoration: underline; }
a:hover { color: #479286; text-decoration: none; }
a:active { color: #7fb3ab; text-decoration: none; }

p { 
	font-size: 14px;
	line-height: 22px;
	margin: 2px 0 0 0;
	padding: 0;
	}

div, td {}

strong, b {
	font-weight: bold;
	color: #4c4c4c;
	}

em, i {
	font-style: italic;
	}

br {line-height: 12px;}

h1 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #4c4c4c;
	line-height: 25px;
	font-weight:normal;
	}
	
h2 {
	font-family: "Trebuchet MS", sans-serif;
	color: #479286;
	font-size: 15px;
	margin: 7px 0 3px 0;
	padding: 0;
	}
h3 {
	color: #5b8427; 
	font-weight:bold;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding:0;
	}
	
h4 {
	font-size: 14px;
	color: #b2412d;
	margin: 0;
	padding: 0;
	}
	
h5 {
	font-size: 13px;
	}
h6 {
	font-size: 12px;
	}

ul { 
	list-style:url(../../images/bullet_image.gif);
	list-style-image:url(../../images/bullet_image.gif);
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 3px;
}

ol { }

hr {
	color: #d8d8d8;
	background-color: #d8d8d8;
	height: 1px;
	border: 0; 
}

.hr {
	background:url(../../images/content_rule.gif) top left no-repeat;
	height: 3px;
	width: 100%;
	border:0;
	margin: 15px 0 0 0;
	color: #fff;
	background-color: #fff;
	}
	
.larger {
	font-size: 18px;
	color: #b2412d;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

/* styles used by WYSIWYG - style as necessary */
pre { }

address { }


.french {
	color:#FFFFFF;
	padding-left: 134px;
	margin: 0;
}


.french a, .french a:link {color: #fff; text-decoration:underline;}
.french a:hover {text-decoration:none; color: #fff}
.french a:active {text-decoration:none; color: #fff}

.logos2 {
width: 100%;
padding: 0px 0 20px 0;
}

	.logos2 img {
padding-right: 25px;
margin:0;
}

.current {
	display: block;
	background-color: #d1eece;
	color: #b2412d;
}


/*==========================
STRUCTURE
==========================*/

#Conatiner {
	width: 944px;
	background:url(../../images/main_bg.gif) top left repeat-y;
	margin: 0 auto;
	}
	
#Header {
padding: 0;
margin: 0;
height: 303px;

}

#Logolink {
position:absolute;
display:block;
float: left;
width: 320px;
height:155px;
top: 55px;
left: 200px;
}

	#Logolink a {display:block; width:320px; height:155px; text-decoration:none;}
	#Logolink a:hover {display:block; width:320px; height:155px; text-decoration:none;}


#Wrapper {
float: left;
width:906px;
padding-left: 19px;
margin: 0;
}

#Content {
width:498px;
margin-left: 192px;
padding:0;
}

	#Content img {
	margin:0;
	padding:0;
	}
	
	#Content .textflow {
		margin: 0 10px 0 10px;
		vertical-align:top;
	}
	
		#Content .textflow img {

		vertical-align:top;
	}
	
	#Content .textflow p {margin: 0 0 0 0; padding:0;}

#LeftNav {
float: left;
width: 192px;
margin-left: -906px;
background:url(../../images/btn_bg.gif) top left no-repeat;
}
	#LeftNav ul {
	list-style:none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}
	
	#LeftNav li {
		padding-bottom:3px;
		display:block;
		line-height: 45px;
	}

	#LeftNav a, #LeftNav a:link {
		font-family: "Trebuchet MS", sans-serif;
		font-size: 16px;
		color: #b2412d;
		text-decoration:none;
		width: 191px;
		padding-left: 15px;
		display:block;
		}
		
	#LeftNav a:hover {
		display: block;
		background-color:#d1eece;
		width: 177px;
	}
	
	#LeftNav a:active {
		display: block;
		background-color: #fff;
		width: 177px;
	}
	
	#LeftNav .socialmedia_cta {
		margin: 0 0 10px -15px;	
	}
		#LeftNav .socialmedia_cta a:hover { background: none; }

#RightNav {
float: left;
width: 216px;
margin-left: -216px;
background: url(../../images/rightbar_bg.gif) top right no-repeat;
min-height: 595px;
padding: 0;
}
	#RightNav p{ font-size:12px; margin-bottom: 15px; margin-top: -3px;}

	#RightNav .textflow {
		padding: 20px 10px 0 10px;
	}
	
	#RightNav .logos {
		padding: 0px 0 0px 5px;
	}

	#RightNav a, #RightNav a:link {line-height: 12px;}

#Footer {
font-size: 12px;
color: #b2412d;
clear:both;
padding: 50px 30px 30px 223px;
}	
	#Footer .right {
		padding-left: 395px;
	}
	
	
/* ====================
PROGRAM TABLE STYLE
======================*/

#ProgramTable {
width: 100%;
border: #7fb3ab solid thin;
}

#ProgramTable td {
font-size: 11px;
}

#ProgramTable strong {
color: #fff;
}

.head {background-color:#7fb3ab; color:#fff;}
.sutl {background-color:#ccccff;}
.lefs {background-color:#ccffcc;}
.lens {background-color:#ccffff;}
.les {background-color:#ffff99;}



/*==========================
NEWSLETTER
==========================*/

.newsletter #RightNav {
	background: url(../../images/newsletter_sidebar.jpg) top right no-repeat;
}
	.newsletter #RightNav p,
	.newsletter #RightNav div { font-size:11px; color: #666; line-height: 18px;}

	.newsletter a, .newsletter a:link { color: #800000;}
		.newsletter #RightNav .french a, .newsletter #RightNav .french a:link { color: #fff; font-size: 14px; }
	
	.newsletter .subscribe {
		margin-top: 120px;
	}

.newsletter #Content {
	padding: 20px 20px 0;	
	width:458px;
	margin-left: 192px;
}
.newsletter #Content .header { margin: -20px 0 20px -20px; }

.newsletter #Content p { 
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 0 0;
	padding: 0;
	}

.newsletter h1,
.newsletter h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}

.newsletter h1 {
	font-size: 24px;
	color: #800000;
	}
.newsletter h2 {
	font-size: 16px;
	color: #000;
	margin-top: 20px;
	}
	.newsletter #RightNav h2 { color: #800000; }

.newsletter h3 {
	color: #800000;
	margin-top: 20px;
	margin-bottom: 0;
	}
	.newsletter #RightNav h3 { color: #333; }

.newsletter #RightNav .subscribe {
	background: #98BF43;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.newsletter .events { padding: 10px 0;  }

.newsletter .calendar {
	margin: 0 auto 5px;
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	border-collapse: collapse;
}
	 

	.newsletter .calendar .caption {
	    background: white;
	    border-width: 0px;
	    margin: 0;
	    border-collapse: collapse;
	    }
	
	.newsletter .calendar .caption td {
	    font-size: 12px;
	    color: #500000;  
	    vertical-align: middle;
	    text-align: center;
	    border-width: 0px; 
	    }

	.newsletter .calendar td {	
		border-right: 1px solid #e3e3e3;
		border-bottom: 1px solid #e3e3e3;
		padding: 0px;
	}
	
	.newsletter .calendar th {
		border-right: 1px solid #e3e3e3;
		border-bottom: 1px solid #e3e3e3;
		padding: 1px;
	}

    .newsletter .calendar td.past,
    .newsletter .calendar td.day,
    .newsletter .calendar td.future,
    .newsletter .calendar td.event {
    	font-size: 10px;
		line-height: 9px;
		text-align: right;
		vertical-align: top;
		width: 29px;
		font-size: 10px;
		height: 21px;
		width: 29px;
		padding: 1px;
    }


		.newsletter .calendar td.past,
		.newsletter .calendar td.future { color: #ccc; }
		.newsletter .calendar td.event {
			background: #F3EFD2;
			cursor: pointer;
			}
	    
.newsletter .event_popup {
	list-style: none;
	list-style-image: none;
	line-height: 16px;
	width: 130px;
	margin-left: 5px;
	margin-top: 0px;
	padding: 2px 5px 5px;
	background: #F3EFD2;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 6px #666;
	-webkit-box-shadow: 2px 2px 6px #666;
	z-index: 32;
	position: absolute;
}
	.newsletter .event_popup li {
		margin: 0;
		padding: 0;
		width: 130px;
		text-align: left;
	}
		.newsletter .event_popup li.close {
			text-align: right;
			color: #800000;
			text-decoration: underline;
			cursor: pointer;
		}

.newsletter .archives { width: 100%; }
.newsletter .archives td { font-size: 11px; width: 33%; }

.newsletter .sponsors {
	margin: 50px auto 0;
	font-size: 11px; color: #666;
	text-align: center;
	width: 90%;
	}
	
.newsletter #Footer {
	padding-top: 10px;
}	


/*==========================
MAIL CHIMP
==========================*/

.indicate-required, .note-required, .response {
	font-size: 12px;
	color: #b2412d;
}
label, input { float: left; }
label {
	display: block;
	width: 210px;
	}
div.mc-field-group,
div#mce-responses,
div#mc-subscribe { 
	clear: both;
	padding-top: 5px;
}