/*
	EmergingLeaders.ca v2 2007 CSS Document
*/

/*
	To navigate - ctrl + f, prefix "=" to below
	paragraph
	heading
	list
	link
	form
	table
	div-struc
	classe
	fixe
*/

@media print {
	* { background: #fff; color: #000; }
	html { font: 100%/1.5 "Trebuchet MS",arial, serif; }
	/*hide divs here*/
	#navigation,#footer,#bnrImage{display:none;}
}

@media screen, projection, handheld {

html,body{
	font-size:90%;
	text-align:center;
	font-family:"Trebuchet MS",arial, serif;
}

body {background:#fff url(../images/bodybg.jpg) repeat-x top center;}


body,div, dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0; line-height:1.4em;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ol,ul{/*list-style:none;*/}
address,caption,cite,code,dfn,th,var{font-style: normal; font-weight:normal;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}
caption,th{text-align:left;}
a{outline:none;}

/*
	=paragraphs
********************************/
p {margin:8px 0 8px 0;}
/*
	=headings
*******************************/
#header h1 a{position:absolute; top:60px; left:60px;width:175px; height:110px; text-indent:-9999px;}
h1{	color:#576EA2;font-size:180%;}

h2 {color:#576EA2; font-size:1.7em; display:inline; letter-spacing:0.05em;margin-bottom:15px;}

h3 {color:#214579;font-size:1.2em; margin-top:5px;margin-bottom:5px;}

.colevents h3 { font-size:1em; }

.colevents h3 a{font-size:0.9em;}
.colevents h4{font-size:0.9em;}

/*
	=lists
*******************************/
#navigation ul{list-style:none; margin:0; padding:0; height:26px;}
#navigation ul li{float:left; height:26px;}

#content ul,#content ol { margin-left:20px; }

#social-networks{margin:0; padding:3px; position:absolute; right:20px; top:10px; background-color:#fff; height:25px; border:1px solid #e4e4e4;}
#social-networks li{margin:0; padding:0; list-style:none inside; display:inline;}

/*
	=links
*******************************/

#content a{	color:#89A557;	font-weight:bold;}

div#quicklinks a {line-height:150%;}

div#footer a{color:#666666;}

/*
	=tables
*******************************/
#onboardPartners{width:100%;}
#onboardPartners td{vertical-align:text-top; padding:1em; border:1px solid #eee; width:50%;}

/*
	=div-struct
*******************************/
#container,#header,#navigation,#body{position:relative;}

/*#who-are{float:left; width:490px;border:1px solid black;}*/
#media-bar{float:right;margin-bottom:50px;margin-left:20px;width:200px;padding-left:20px;border-left:1px solid #ccc; display:inline;}

#container{
	width:800px;
	text-align:left;
	margin:0 auto;	
}

#header{
	width:800px;
	height:185px;
	background:url(../images/header.jpg) no-repeat top center;
}

#navigation{
	width:800px;
	height:auto;
}

#body{width:800px; height:auto;}

#content{
/*	padding:20px 40px;*/
	padding:20px;
	min-height:;
	_height:;
	width:;
	float:left;
	display:inline;
	width:760px;
}

#quicklinks
{
	float:right;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;
	border:1px solid #ccc;
	padding:10px;
	background-color:#E4F0E3;
}

#right-col{width:;float:right;display:inline; _height:; min-height:;}

#footer{
	padding:15px 0 0 0;
	width:800px;
	text-align:center;
	height:75px;
	background-color:transparent;
	color:#666666;
}


/*
	=classes
*******************************/
.entry{ width:100%; margin:12px 0; padding-bottom:8px; border-bottom:1px solid #DBD6CA;}
.home {position:absolute; top:20px; left:60px; border:0px solid #000; width:175px; height:150px;}
.display-none { display:none; }

.colhome { width:490px;float:left; border-right:1px solid #CCC;padding:0px 10px;}
.colevents { width:228px;float:left;padding:0px 10px;border-right:1px solid #CCC; }

/*
	=fixes
*******************************/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


}