/* @override 
	http://mcic.ca/assets/css/mcic.css
	http://www.mcic.ca/assets/css/mcic.css
	http://mcic.ca/assets/css/mcic.css?v=20100211
*/

/* @group Reset */

/* Word to Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, hr, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Global */


body {
	margin: 0 auto;
	background: #447A9B;
	font: normal 12px/18px "Lucida Grande", Verdana, sans;
	color: #222;
	text-align: center;
}

p {
	margin-bottom: 1em;
}

h2 {
	color: #44799B;
	text-transform: uppercase;
	font-weight: bold;
	font: bold 24px/28px Arial, Helvetica Neue, sans;
	margin-bottom: 1em;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin: 2em 0 0.5em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #DDD;
}

h2 + h3 {
	margin-top: 0;
}

h4, h5 {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	margin: 2em 0 0em;
}

#sidebar h4, h2.alt, h4.alt {
	font-size: 12px;
	line-height: 16px;	
	text-transform: uppercase;
	padding-bottom: 1px;
	border-bottom: 1px solid #DDD;
	margin: 0 0 10px;
	font-family: "Lucida Grande", Verdana;
	color: #888;
}

h3 + p.subhead {
	margin-top: -0.5em;
}

p.subhead {
	color: #888;
}

#content ul, #content ol {
	margin: 1em 0;
}

#content ul li {
	padding-left: 1em;
	margin-bottom: 1em;
	background: transparent url(../img/bullet.png) no-repeat 0 6px;
}

#content ol li {
	list-style: decimal inside;
	margin-left: 1em;
}

#content ul.entries > li {
	padding: 0;
	background-image: none;
	margin-bottom: 2em;
}

.entries h3 {
	margin-top: 0;
}

a {
	color: #447A9B;
	text-decoration: underline;
}

a:visited {
	color: #888;
}

a:hover {
	color: #447A9B;
	text-decoration: none;
}

a.alt, .subnav a {
	text-decoration: none;
}

a.alt:hover, .subnav a:hover {
	color: #222;
}

img.border {
	border: 4px solid #DDD;
}

a:hover img.border, .picleft a:hover img, .picright a:hover img {
	border-color: #CCC;
}

.wrap {
	width: 940px;
	margin: 0 auto;
	position: relative;	
}

.inline-aside {
	color: #888;
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}

.more {
	font-weight: bold;
}

.pagination a, .pagination strong {
	padding: 1px 4px;
}

.pagination a {
	background: #44799B;
	text-decoration: none;
	color: #FFF;
}

.pagination a:hover {
	background: #222;
}

.pagination strong {
	border: 1px solid #DDD;
	font-weight: normal;
}

.picleft img, .picright img {
	border: 4px solid #DDD;
}

.picleft {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
	width: 300px;
}

.picright {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
	width: 300px;
}

.picleft p, .picright p {
	margin: 0;
	padding-top: 5px;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #666;
	background: #FFF;
}

.intro {
	color: #000;
}

/* @end */

/* @group Header */

#top {
	background: #447A9B;
	height: 180px;	
	border-bottom: 4px solid #A2BDCD;
}

#top h1 {
	position: absolute;
	border: 4px solid #A2BDCD;
	left: 0;
	top: 30px;
	z-index: 2;
}

#image {
	position: absolute;
	left: 90px;
	z-index: 1;
	border: 4px solid #A2BDCD;
	border-width: 0 4px;
}

#top a {
	color: #FFF;
	text-decoration: none;
}

#top a:hover {
	color: #A2BDCD;
}

#top ul {
	position: absolute;
	left: 810px;
	top: 20px;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
}

li#headerSearch {
	margin-top: 10px;
}

#top .formInput {
	width: 126px;
}

a#skip {
	display: block;
	position: absolute;
	font-size: 10px;
	padding: 5px;
	color: #447A9B;
}

/* @end */

/* @group Nav */

#nav {
	background: #222;
	border-bottom: 1px solid #FFF;
	height: 50px;
	position: relative;
	z-index: 99;
}

#nav ul {
	width: 960px;
	margin: 0 auto;
}

#nav li {
	width: 120px;
	height: 50px;
	float: left;
	position: relative;
}

#nav a {
	display: block;
	width: 120px;
	height: 50px;
	text-indent: -9999px;
	background: #222 url(../img/nav.png) no-repeat left top;
}

#nAbout a:hover, #nAbout.current a {
	background-position: left -50px;
}

#nMembers a {
	background-position: -120px 0;
}
#nMembers a:hover, #nMembers.current a {
	background-position: -120px -50px;
}

#nProjects a {
	background-position: -240px 0;
}
#nProjects a:hover, #nProjects.current a {
	background-position: -240px -50px;
}

#nEvents a {
	background-position: -360px 0;
}
#nEvents a:hover, #nEvents.current a {
	background-position: -360px -50px;
}

#nFT a {
	background-position: -840px 0;
}
#nFT a:hover, #nFT.current a {
	background-position: -840px -50px;
}

#nYouth a {
	background-position: -480px 0;
}
#nYouth a:hover, #nYouth.current a {
	background-position: -480px -50px;
}

#nTeachers a {
	background-position: -600px 0;
}
#nTeachers a:hover, #nTeachers.current a {
	background-position: -600px -50px;
}

#nGlobalCitizens a {
	background-position: -720px 0;
}
#nGlobalCitizens a:hover, #nGlobalCitizens.current a {
	background-position: -720px -50px;
}

#nav ul ul {
	display: none;
	text-align: left;
	width: 239px;
	background: #222;
	position: absolute;
	left: 1px;
}

#nav li li {
	float: none;
	height: auto;
	width: auto;
}

#nav li li a {
	height: auto;
	text-indent: 0;	
	background-image: none;
	width: auto;
	border-top: 1px solid #919191;	
	padding: 4px 10px;	
	text-decoration: none;
	color: #E9E9E9;
	font-size: 11px;
}

#nav li li a:hover {
	color: #A2BDCD;
}

/* @end */

/* @group Home */

#welcome {
	background: #009C80;
	padding: 30px 0;
	border-bottom: 1px solid #FFF;
}

#welcome img {
	float: left;
	margin-right: 20px;
	display: inline;
}

#welcome p {
	float: right;
	width: 300px;
	text-align: left;
	color: #FFF;
	margin: 0;
}

#welcome a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#welcome a:hover {
	color: #222;
}

.banner {
	margin-bottom: 20px;
	text-align: center;
}

#content ul.news li {
	margin: 0 0 2em;
	list-style: none outside;
	background-image: none;
	padding-left: 0;
}

ul.news h3 {
	font-size: 12px;
	padding: 0;
	border: none;
}

ul.news li img {
	float: left;
}

ul.news h3 {
	margin: 0 0 0 80px;
}

ul.news p {
	margin-left: 80px;
}

ul.news li.featured {
	padding-bottom: 2em;
	border-bottom: 1px dotted #DDD;
}

ul.news li.featured h3 {
	font-size: 18px;
}

ul.news li.featured h3, ul.news li.featured p {
	margin-left: 240px;
}

ul.news li.featured img {
	float: left;
}

.posted {
	font-weight: normal;
	color: #888;
	font-size: 11px;
}


/* @end */



/* @group Body */

#body {
	background: #FFF url(../img/gradient.png) repeat-x center top;
	padding-top: 20px;
}

#content {
	width: 620px;
	float: left;
	text-align: left;
	padding-bottom: 20px;
}

/* @end */

/* @group Staff */

.staff img {
	float: left;
}

.staff h3, .staff p {
	margin-left: 140px;
}

/* @end */



/* @group Projects */



.featuredProject {
	padding: 10px 10px 1px;
	margin-bottom: 1em;
	background: #f6f6f6;
	-webkit-border-radius: 5px
}

.featuredProject img {
	float: right;
	display: inline;
	margin: 0 0 20px 20px;
}

.featuredProject h5 {
	margin: 0;
	font-size: 14px;
}

#content ul.projects li {
	margin-top: 1.5em;
}

#content ul.projects li.more {
	margin-top: 0;
}

.projects h4 {
	margin: 0;
}

p.projectMeta {
	color: #888;
	margin-bottom: 0;
}

#content li.pagination {
	padding: 0 0 1em;
	text-align: right;
	background-image: none;
}

/* @end */

/* @group Media */

table.media {
	width: 100%;
}

.media th {
	text-align: left;
	padding-bottom: 5px;
}

.media td {
	border-top: 1px solid #CCC;
	padding: 8px 0;
}

.media td span {
	font-size: 11px;
	color: #888;
}

td.mediaDate, th.mediaDate {
	width: 100px;
	padding-right: 20px;
}

td.mediaDate {
	color: #888;
}

.mediaTitle {
	width: 340px;
}

td.mediaSource, th.mediaSource {
	padding-left: 20px;
}

.prDate {
	margin-left: 5px;
	color: #888;
}

/* @end */

/* @group Publications */

.publications li a, a.pdf {
	padding-left: 18px;
	background: url(/assets/img/pdf.gif) no-repeat left center;
}

/* @end */

/* @group News */

.archiveDate {
	color: #AAA;
	font-weight: normal;
}

.entryNav {
	color: #888;
	display: inline;
	margin-top: 3em;
	font-size: 11px;
}

.prev {
	float: left;
}

.next {
	float: right;
}

/* @end */

/* @group Events */

p.eventDate, p.eventLocation {
	color: #888;
}

p.eventDate {
	margin-bottom: 0;
}

p.eventDate strong, p.eventLocation strong {
	color: #222;
}

/* @end */

/* @group Gallery */

.galleryList {
	color: #888;
}

#content ul.galleries li {
	background-image: none;
	padding: 0;
	width: 60px;
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}

#content ul.galleries li.rowEnd {
	margin-right: 0;
}


/* @end */

/* @group Be the Change */

ul#bethechange {
	margin-top: 30px;
}

ul#bethechange li {
	display: inline;
	float: left;
	list-style: none outside;
	margin: 0 20px 20px 0;
	padding: 0;
}

ul#bethechange li.end {
	margin-right: 0;
}

ul#bethechange span {
	display: block;
	margin: 5px 0 0;
	text-align: center;	
}


.video-player {
	background: #EEE;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

p.note {
	color: #888;
	font-size: 11px;
}

form#bethechange_contest {
	border-top: 1px dotted #DDD;
	padding-top: 20px;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 220px;
	float: right;
	text-align: left;
	padding-left: 50px;
	border-left: 1px dotted #DDD;
}

.block {
	margin-bottom: 3em;
}

.subnav li a {
	display: block;
	padding: 0.3em 0.3em 0.3em 1em;
	background: transparent url(../img/bullet.png) no-repeat left center;
	font-weight: bold;
}


.subnav li.current a {
	color: #222;
/*	background: #009c80;
	background: #44799B;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
*/
}

.mcic-video img {
	margin-bottom: 5px;
}

#youtube a {
	margin-top: 5px;
	display: block;
	font-weight: bold;
	padding-left: 85px;
	background: transparent url(../img/youtube.png) no-repeat left center;
	line-height: 16px;
}

.mcic-projects img {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.mcic-projects p {
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 14px;
	color: #888;
	text-align: center;
}

/* @end */

/* @group Footer */

#footer {
	background: transparent url(../img/shadow.png) repeat-x center top;
	padding-top: 20px;
	font-size: 11px;
	line-height: 16px;
}

#footer a {
	color: #A1BDCC;
	text-decoration: none;	
}

#footer a:hover {
	color: #FFF;
}

ul.col {
	width: 220px;
	text-align: left;
	float: left;
	display: inline;
	margin: 0 20px 100px 0;
}

ul.col li {
	font-weight: bold;
	margin-bottom: 1em;
	list-style: none outside;
}

ul.col li li {
	font-weight: normal;
	margin: 0;
}

#footer li li a {
	color: #DAE4EB;
}


ul.last {
	margin-right: 0;
}

#footer p {
	padding: 10px;
	margin: 0;
	position: absolute;
	bottom: 0px;
	background: #41718F;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

p#address {
	left: -10px;
	width: 450px;
}

p#jump {
	left: 710px;
	font-size: 11px;
	text-transform: uppercase;
}

/* @end */





/* @group Forms */

.row {
	margin-bottom: 10px;
	width: 460px;
}
.row label {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

label span.required {
	color: #888;
	font-weight: normal;
}

label.inline {
	font-weight: normal;
}

.row .formInput {
	width: 450px;
}

.row select {
	width: 220px;
}

.submit {
	padding-top: 10px;
	text-align: center;
}

.formInput {
	font: normal 11px/14px "Lucida Grande", Verdana, sans;
	padding: 5px;
	color: #888;
}

#newsletter div {
	margin-bottom: 5px;
}

#newsletter label {
	color: #888;
	margin-right: 5px;
	font-size: 11px;
}

#newsletter .formInput {
	width: 200px;
	margin-bottom: 5px;
}

#teacher_newsletter {
	padding: 10px;
	border: 1px solid #DDD;
	background: #f6f6f6;
	margin: 2em 0;
}

#teacher_newsletter .formInput {
	width: 240px;
	margin-right: 5px;
}

/* @end */

/* @group User Message */

#user_message {
	border: 4px solid #A2BDCD;
	background: #FFF;
	width: 600px;
	margin: 50px auto;
	padding: 20px;
}

#user_message h1 {
	margin-bottom: 2em;
}

/* @end */


/* @group Miscellaneous */

#cse-search-results  {
	border: 1px solid #CCC;
	padding: 9px;
	background: #FFF;
}

.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

hr {
	clear: both;
	visibility: hidden;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.centered {
	text-align: center;
}

img.alignleft {
	margin: 0 20px 10px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 10px 20px;
	display: inline;	
}

img.centered {
	display: block;
	margin: 0 auto;
}

/* @end */

/* @group Slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #447A9B;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/prev.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/next.png) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 11px;
	line-height: 15px;
	color: #888;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 60px;
	height: 20px;
	background: transparent url(../img/close.png) no-repeat center;
	margin: 0 0 5px;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbNumber {
	display: none;
}

#lbCaption {
}


/* @end */



@media print {

#top ul, #nav, #footer ul, #sidebar {
	display: none;
}

#top {
	border-bottom: none;
}

#content {
	width: 100%;
}

#footer p {
	position: static;
}

}