@charset "UTF-8";
/*
Theme Name: TD National Reading Summit
Description: The WordPress theme for TD National Reading Summit.
Version: 1.0
Author: Critical Mass
Author URI: http://criticalmass.com/
*/

body {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#383838;
	margin:0;
	padding:0;
	background-color:#fff;
}

:focus {
	outline:0;
}

.clear {
	font-size:1px;
	line-height:1px;
	clear:both;
	float:none;
}

a  {
	color:#383838;
	text-decoration:none;
}

div  {
	position:relative;
	overflow:hidden;
}

h1, h2, h3, ul, p {
	margin:0;
	padding:0;
}

a:hover  {
	text-decoration:underline;
}

a.blue, #content a {
	color:#0068b6;
}

#outerContainer {
	width:1000px;
	margin:auto;
}

#innerContainer {
	width:900px;
	text-align:left;
	height:100%;
	background-color:#FFFFFF;	
}

#shadowLeft {
	background:url("images/bgLeft.jpg") repeat-y top left;
	padding-left:50px;
	width:950px;
}

#shadowRight {
	background:url("images/bgRight.jpg") repeat-y top right;
	width:950px;
	text-align:left;
}

#topNav {
	vertical-align:bottom;
	margin-top:22px;
	overflow:hidden;
	margin-bottom:10px;
}


#topNav img {
	float:left;
}

#topNav ul {
	list-style-type:none;
	float:right;
	margin-top:55px;
	margin-right:15px;
	font-size:11px;
}

#topNav ul li {
	float:left;
	margin-right:10px;
	vertical-align:bottom;
}

#topNav a.blue {
	font-weight:bold;
	position:relative;
    font-size:14px;
    top:-3px;
}

#header {
	clear:both;
	height:26px;
	background:url("images/header.jpg") no-repeat top left;
	padding-top:170px;
	padding-left:30px;
	margin-bottom:30px;
}

#header ul a {
	color:#666;
}

#header ul#headerNavLinks {
	list-style-type:none;
	font-size:14px;
	color:#5a5a5a;
	width:470px;
	float:left;
	overflow:hidden;
}

#header ul li {
	float:left;
	margin-right:9px;	
}

#header ul li.current {
	text-decoration:underline;
}

#header ul#headerNavLinksSub {
	list-style-type:none;
	color:#666;
	float:left;
	margin:0;
	margin-left:60px;
	margin-top:1px;
	width:330px;
}

#header ul#headerNavLinksSub li {
	margin-right:12px;
}


#contentHolder {
	padding-left:30px;
	overflow:hidden;
}

#content {
	width:465px;
	float:left;
	margin-right:56px;
	padding-bottom:70px;
}

#content p, #content li {
	line-height:150%;
	margin:0;
	margin-bottom:15px;
	font-size:13px;
}

#content h1 {
    margin:0 0 15px 0;   
    font-weight:normal;
	color:#0072bc;
    font-size:22px;
}

#content h2 {
	line-height:150%;
	margin:20px 0 10px 0;	
	font-weight:normal;
	color:#0072bc;
	font-size:18px;
}

#content ul {
	margin-left:20px;
	line-height:150%;
}

#sidebar {
	width:280px;
	float:left;
}

#sidebar h2 {
	font-weight:normal;
	margin-bottom:1px;
	margin-left:10px;
	font-size:18px;
}

#sidebar .divider {
	height:1px;
	font-size:1px;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:20px;
}

#sidebar h3 {
	color:#000;
	margin-left:10px;
}

#sidebar a#btRegisterNow {
	margin-left:10px;
}

#sidebar img {
	margin-bottom:10px;
}

#sidebar p {
	margin-bottom:20px;
	margin-left:10px;
}

#sidebar p.last {
	margin-bottom:8px;
}

#sidebar #questions {
	font-size:13px;
}


#footerContainer {
	clear:both;
	padding:0;
}

#footerContainer a {
	display:block;
	float:left;
	margin:0;
}

#footerL1 {
	background:url("images/footerL1BG.jpg") repeat-x bottom left;
	overflow:hidden;
	zoom:1;
}

#footerL2 {
	clear:both;
	height:91px;
	background:url("images/footerL2BG.jpg") no-repeat top left;
}

#footerContainer p {
	font-style:italic;
	font-size:11px;
	color:#333333;
	width:200px;
}

#presentedBy {
	float:left;
	padding:0;
	padding-left:30px;
	margin-right:90px;
}

#inAssociation {
	float:left;
}

#inAssociation img {
	margin-right:55px;
}

#inAssociation img#ibbyLogo {
	margin-right:0;
}

#inAssociation #humberLogo {
	margin-left:30px;
}

#presentedBy img {
    margin-left:37px;
}

#footerDivider {
	width:2px;
	height:100px;
	background-color:#f2f2f2;
	position:absolute;
	top:5px;
	left:280px;
	z-index:900;
}

.speakers h3 {
	padding:10px 0;
}

#content .speakers p {
    margin-bottom:0;
}

.speakers img {
	float:left;
	width:100px;
	height:125px;
	margin:4px 15px 0 0;
}

.speakers .txt {
	float:left;
	width:350px;
}

.speakers .txt span, .speakers .txt span em {
    display:none;
}

.speakers .txt span, .speakers .txt strong, .speakers .txt em {
    font-weight:normal;
}

a.more, a.top {
	font-size:11px;
	font-style:italic;
	display:block;
	text-align:right;
}

.speakers .clear {
	margin-bottom:20px;
}

#faqs h3 {
    line-height:150%;
    margin:20px 0 10px 0;   
    font-weight:normal;
    font-size:18px;
}

.program dt {
	font-size:17px;
	font-style:italic;
	font-weight:600;
}

form label {
	width:70px;
}

form input.text {
	width:200px;
	margin-bottom:5px;
}

.sponsors dt {
	margin:20px 0 10px 0;
	font-style:italic;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}

.sponsors dd {
    line-height:150%;
}

.sponsors dd img {
	margin:0 5px 0 25px;
}

.sponsors dd ul {
	margin:0;
	padding:0;
}

.sponsors dd ul img {
    margin:0;
}

.sponsors dd li {
	list-style:none;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
	margin:0;
	height:74px;
}

* html .sponsors dt, * html .sponsors dd li {
    border-bottom:0;
}

* html #topNav a.blue {
    position:static;
}
