@charset "utf-8";
/*  
Name: Style.css
URI: http://www.kindottawa.ca/
Version: 1.0
Author: McMillan
Author URI: http://www.thinkmcmillan.com/
*/

/* Global Styles
---------------------------------------------------------- */
body {
	margin: 0; padding: 0;
	font-size: .8em;
	color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}



a {
	text-decoration: none;
	color: #CB4200;
}

/* Generic formatting classes
---------------------------------------------------------- */
.ostar {
	color: #fe8407;
	font-weight: bold;
}

/* Generic links */
.textlink {
	margin: 0; padding: 0 10px 2px 18px;
	background: url("../includes/images/link_arrow_dark.png") no-repeat 5px 50%;
	background-color: #d8e1e9;
	text-decoration: none;
	color: #39444d;
	border: none;
}

.textlink:hover {
	color: #d8e1e9;
	background: url("../includes/images/link_arrow_white.png") no-repeat 5px 50%;
	background-color: #5c748b;
}

/* Links with images */
.imagelink {
	margin: 0 0 10px 0; padding: 0 0 0 10px;
	background: url("../images/globalnav/button_left.gif") no-repeat left 50%;
}

.imagelink a {
	display: block;
	margin: 0; padding: 10px 0 10px 0;
	background: url("../images/globalnav/button_right.gif") no-repeat right 50%;
	color: #ffffff;
}

.imagelink a :hover {
	text-decoration: underline;
}


/* Tables */
#mytable {
	width: 450px;
	padding: 0;
	margin: 0;
	border: none;
}

TEXTAREA { behavior: url(maxlength.htc);}

/* Page Titles */
.page-title {
	margin: 0 0 20px 0;
	font-size: 2.1em;
	line-height: 1.25em;
}
.page-sub-title {
	margin: 0 0 20px 0;
	font-size: 1.6em;
	line-height: 1.1em;
}

/* Base Class */
.listing {
	list-style:none;
	margin: 0; padding: 0;
}

.listing li {
	list-style:none;
	margin: 0; padding: 1px 0 1px 0;
	/* drawing a border that is the same color as the background is a cheap
	workaround for the doublepadding bu in IE 6.
	NOTE: for some reason setting 0px as the border width still renders 
	the border invisibly but also fixes the padding bug;
	*/
	border: 0 solid #ffffff;
}

.listing li a {
}

/* Basic */
.listing.basic {
	margin: 0; padding: 0;
}

.listing.basic li {
	list-style:none;
	margin: 0; padding: 5px 0 5px 15px;
}

.listing.basic li a {
	margin: 0; padding: 0;
}
.listing.basic li a:hover {
}

/* Links */
.listing.links {
	margin: 0; padding: 0 0 20px 0;
	font-size: .9em;
}

.listing.links li {
	list-style:none;
	margin: 0; padding: 0;
	border-bottom: 1px dotted #c2c2c2;
}

.listing.links li a {
	display: block;
	margin: 0; padding: 8px 0 8px 25px;
	font-weight: bold;
	background: url("../images/globalnav/link_arrow_orange.gif") no-repeat left .50em;
	color: #000000;
}
.listing.links li a:hover {
	text-decoration: underline;
}

/* Links */
.listing.call-to-action {
	margin: 0; padding: 20px 0 0 0;
}

.listing.call-to-action li {
	list-style:none;
	margin: 0; padding: 0 0 0 10px;
	border: 1px solid #ffffff;
	background: url("../images/globalnav/button_left.gif") no-repeat left 50%;
}

.listing.call-to-action li a {
	display: block;
	margin: 0; padding: 10px 30px 10px 0;
	background: url("../images/globalnav/button_right.gif") no-repeat right 50%;
	color: #ffffff;
}

.listing.call-to-action li a:hover {
	text-decoration: underline;
}

/* Links French */
.listing.call-to-action_fr {
	margin: 0; padding: 20px 0 0 0;
}

.listing.call-to-action_fr li {
	list-style:none;
	margin: 0; padding: 0 0 0 10px;
	border: 1px solid #ffffff;
	background: url("../images/globalnav/button_left_fr.gif") no-repeat left 50%;
}

.listing.call-to-action_fr li a {
	display: block;
	margin: 0; padding: 10px 30px 10px 0;
	background: url("../images/globalnav/button_right_fr.gif") no-repeat right 50%;
	color: #ffffff;
}

.listing.call-to-action_fr li a:hover {
	text-decoration: underline;
}


/* Layout
---------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
	margin: 0;
}

.container {
	display: block;
	width: 100%;
	margin: auto;
}

.content {
	display: block;
	width: 902px;
	margin: auto;
	padding: 0;
	/* border: 1px dotted black;*/
}

.left {
	float: left;
}

.right {
	float: right;
}

.column {
	display: inline;
}

.debug {
	border: 1px dotted pink;
}

.content-bg {
}

/* Header
---------------------------------------------------------- */
#header-container {
	margin: auto;
	background: url("../images/globalnav/header_tile.jpg") repeat-x left top;
	background-color: #b2cf39;
	color: #334e03;
	height: 80px;
}

#logo {
	display: block;
	width: 440px;
	height: 80px;
	margin: 0 0 0 -110px; padding: 0;
	background: url("../images/header/logo.jpg") no-repeat left top;
	text-indent: -99999px;
}

#logo_fr {
	display: block;
	width: 440px;
	height: 80px;
	margin: 0 0 0 -110px; padding: 0;
	background: url("../images/header/logo_fr.jpg") no-repeat left top;
	text-indent: -99999px;
}

/* Global Navigation
---------------------------------------------------------- */
#global-nav-container {
	position: relative;
	font-size: .85em;
}

#global-nav-container a {
	color: #334e03;
}

#global-nav-container .languagetoggle {
	background: url("../images/globalnav/language_arrow.gif") no-repeat right 50%;
	margin: 10px 0 0 0; padding: 5px 25px 5px 0;
}

#global-nav {
	display: block;
	list-style: none;
	margin: 0; padding: 0;
	
	/* positioning */
	position: absolute;
	right: 0;
	bottom: 0;
}

#global-nav li a {
	list-style: none;
	float: left;
	margin: 0 2px 0 0; padding: 10px 8px 12px 10px;
	background: url("../images/globalnav/tab_left.gif") no-repeat left top;
	color: #334e03;
}

#global-nav li {
	list-style: none;
	float: left;
	margin: 0 2px 0 0; padding: 0 2px 0 0;
	background: url("../images/globalnav/tab_right.gif") no-repeat right top;
}

#global-nav li a:hover {
	text-decoration: underline;
}

#global-nav li.current {
	font-weight: bold;
	background: url("../images/globalnav/tab_right_current.gif") no-repeat right top;
}

#global-nav li.current a {
	color: #CB4200;
	background: url("../images/globalnav/tab_left_current.gif") no-repeat left top;
}


/* Footer
---------------------------------------------------------- */
#footer-container {
	padding: 10px 0 100px 0;
}
#footer-container .listing {
	font-size: .85em;
	color: #4c4c4c;
}

#footer-container .listing li {
	float: left;
	margin: 0; padding: 0;
}

#footer-container .listing li.divider {
	padding: 0 10px 0 10px;
}

#footer-container .listing li.current a {
	color: #CB4200;
	font-weight: bold;
	text-decoration: underline;
}

#footer-container .listing li a {
	color: #4c4c4c;
}

#footer-container .listing li a:hover {
	text-decoration: underline;
}

#footer-container .listing .sponsor {
	margin: 0; padding: 0 15px 0 0;
}

/* Content Layout
---------------------------------------------------------- */
#flash-container {
	padding: 20px 0 0 0;
	width: 990px;
}


/* Index Page layout
---------------------------------------------------------- */
#left-nav{
width: 210px;
margin-right: 5px;
float: left;
}
#nav-box1{
	width: 180px;
	border:5px solid #c0d741;
	background:#fff;
	padding:10px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#nav-box2{
	width: 180px;
	border:5px solid #c0d741;
	background:#fff;
	padding:10px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#nav-box3{
	width: 180px;
	border:5px solid #c0d741;
	background:#fff;
	padding:10px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#nav-box4{
	width: 180px;
	border:5px solid #c0d741;
	background:#c0d741;
	padding:10px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#nav-box5{
	width: 250px;
	border:5px solid #c0d741;
	background:#ffffff;
	padding:10px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#nav-box6{
	width: 250px;
	border:5px solid #c0d741;
	background:#ffffff;
	padding:10px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#nav-box7{
	width: 250px;
	border:5px solid #c0d741;
	background:#ffffff;
	padding:10px;
	margin-top: 0px;
	margin-bottom: 15px;
}



#3box {
	width: 715px;
	float: left;
}

#call-to-action {
	width: 710px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
		}
		

#3box {
	width: 715px;
	float: left;
}		
		
#twitter {
	width: 710px;
	float: left;
	margin-left: -475px;
	margin-top: 20px;
		}
		
#twitter2 {
	width: 710px;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
		}

#box1 {
	width: 215px;
	float: left;
	margin-left: 10px;
	margin-right: 15px;
		}
		
#box1a {
	width: 210px;
	height:340px;
	float: auto;
	border-top:5px solid #fe8d13;
	border-right:5px solid #fe8d13;
	border-left:5px solid #fe8d13;
	background:#fff;
	padding:5px;
		}	
			
#box1b {
	width: 210px;
	float: auto;
	border-bottom:5px solid #fe8d13;
	border-right:5px solid #fe8d13;
	border-left:5px solid #fe8d13;
	background:#fff;
	padding:5px;
	margin-top: 0px;
	height: 120px;
		}		
		

#box2 {
	width: 215px;
	float: left;
	margin-left: 10px;
	margin-right: 15px;
		}
		
#box2a {
	width: 210px;
	height:340px;
	float: auto;
	border-top:5px solid #fe8d13;
	border-right:5px solid #fe8d13;
	border-left:5px solid #fe8d13;
	background:#fff;
	padding:5px;
		}	
			
#box2b {
	width: 210px;
	float: auto;
	border-bottom:5px solid #fe8d13;
	border-right:5px solid #fe8d13;
	border-left:5px solid #fe8d13;
	background:#fff;
	padding:5px;
	margin-top: 0px;
	height: 120px;
	}	

#box3 {
	width: 215px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
		}
		
#box3a {
	width: 210px;
	height:340px;
	float: auto;
	border-top:5px solid #fe8d13;
	border-right:5px solid #fe8d13;
	border-left:5px solid #fe8d13;
	background:#fff;
	padding:5px;
		}	
			
#box3b {
	width: 210px;
	float: auto;
	border-bottom:5px solid #fe8d13;
	border-right:5px solid #fe8d13;
	border-left:5px solid #fe8d13;
	background:#fff;
	padding:5px;
	margin-top: 0px;
	height: 120px;
		}	





#main-content-container {
	padding: 20px 0 20px 0;
}

#main-content-container #column-left,
#main-content-container #column-right {
	border: 0px dotted black;
}

#main-content-container #column-left {
	width: 210px;
	padding: 0 20px 0 0;
}

#main-content-container #column-right {
	width: 650px;
	padding: 0;
}

/* Content Formatting
---------------------------------------------------------- */
/* page headings */
#main-content-container h1, 
#main-content-container .page-title {
	margin: 0 0 20px 0;
	font-size: 2.1em;
	line-height: 1.25em;
	color: #f78f1e;
}

/* Paragraphs */
#main-content-container #column-right p {
	line-height: 1.35em;
}

/* Back to top */
#main-content-container #column-right .back-to-top {
	display: block;
	float: right;
	clear: both;
	font-size: .85em;
}
#main-content-container #column-right .back-to-top:hover {
	text-decoration: underline;
}

#main-content-container #column-right ul li {
	list-style-image: url("../images/bullet.gif");
}

#main-content-container #column-right li a:hover {
	text-decoration: underline;
}

/* Quotes */
#quote-container {
	background: url("../images/quotes/quotes_bottom.jpg") no-repeat left bottom;
	margin: 10px 0 0 0; padding: 0 0 30px 0;
}

#quote-container #quote-body {
	background: url("../images/quotes/quotes_top.jpg") no-repeat left top;
	margin: 0; padding: 30px 20px 0 20px;
}

#quote-container #quote-body .quote cite {
	display: block;
	clear: both;
	font-size: .8em;
	font-weight: normal;
	padding: 10px 0 0 0;
}

#quote-container #quote-body .quote {
	margin: 0; padding: 0;
	color: #ffffff;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.15em;
	font-weight: bold;	
}

/* Quotes French*/
#quote-container_fr {
	background: url("../images/quotes/quotes_bottom.jpg") no-repeat left bottom;
	margin: 10px 0 0 0; padding: 0 0 30px 0;
}

#quote-container_fr #quote-body {
	background: url("../images/quotes/quotes_top_fr.jpg") no-repeat left top;
	margin: 0; padding: 30px 20px 0 20px;
}

#quote-container_fr #quote-body .quote cite {
	display: block;
	clear: both;
	font-size: .8em;
	font-weight: normal;
	padding: 10px 0 0 0;
}

#quote-container_fr #quote-body .quote {
	margin: 0; padding: 0;
	color: #ffffff;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.15em;
	font-weight: bold;	
}





.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#d6d6d6;
	width:450px;
	min-height:225px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	padding-left: 20px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(/images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* some styling for triggers */
#triggers {
	text-align:center;
	padding-bottom: 10px;
}




/* styling for elements inside overlay */
.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:150px;
}

.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}