/* style.css - Global stylesheet for treereadingseries.ca */
/* Created by Brian Pirie (sensinct.com) */



/* CSS RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, block,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
body.mceContentBody p, ul, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}



/* FONT FACES */

@font-face {
    font-family: 'DeliciousSmallCapsRegular';
    src: url('../fonts/delicious-smallcaps-webfont.eot');
    src: url('../fonts/delicious-smallcaps-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/delicious-smallcaps-webfont.woff') format('woff'),
         url('../fonts/delicious-smallcaps-webfont.ttf') format('truetype'),
         url('../fonts/delicious-smallcaps-webfont.svg#DeliciousSmallCapsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DeliciousRoman';
    src: url('../fonts/delicious-roman-webfont.eot');
    src: url('../fonts/delicious-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/delicious-roman-webfont.woff') format('woff'),
         url('../fonts/delicious-roman-webfont.ttf') format('truetype'),
         url('../fonts/delicious-roman-webfont.svg#DeliciousRoman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DeliciousItalic';
    src: url('../fonts/delicious-italic-webfont.eot');
    src: url('../fonts/delicious-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/delicious-italic-webfont.woff') format('woff'),
         url('../fonts/delicious-italic-webfont.ttf') format('truetype'),
         url('../fonts/delicious-italic-webfont.svg#DeliciousItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DeliciousHeavyRegular';
    src: url('../fonts/delicious-heavy-webfont.eot');
    src: url('../fonts/delicious-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/delicious-heavy-webfont.woff') format('woff'),
         url('../fonts/delicious-heavy-webfont.ttf') format('truetype'),
         url('../fonts/delicious-heavy-webfont.svg#DeliciousHeavyRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DeliciousBoldItalic';
    src: url('../fonts/delicious-bolditalic-webfont.eot');
    src: url('../fonts/delicious-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/delicious-bolditalic-webfont.woff') format('woff'),
         url('../fonts/delicious-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/delicious-bolditalic-webfont.svg#DeliciousBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DeliciousBold';
    src: url('../fonts/delicious-bold-webfont.eot');
    src: url('../fonts/delicious-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/delicious-bold-webfont.woff') format('woff'),
         url('../fonts/delicious-bold-webfont.ttf') format('truetype'),
         url('../fonts/delicious-bold-webfont.svg#DeliciousBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* OVERALL PAGE REGIONS */

html {
	height: 100%;
}

body {
	height: 100%;
	background: white;
	font-family: Georgia;
	color: #424242;
	font-size: 16px;
}

body.mceContentBody {
	font-size: 16px;
}

#overall-page {
	min-height: 100%;
	position: relative;
	width: 100%;
}

* html #overall-page {
	height: 100%
}

#overall-page #content-area {
	position: relative;
	width: 978px;
	min-width: 978px;
	max-width: 978px;
	margin: 0 auto;
	padding: 0 12px;
	padding-top: 46px;
	padding-bottom: 222px;
	overflow: hidden;
}

#content-area:after {
	content: " ";
	display: block;
	clear: both;
}



/* SITEWIDE HEADING, LINK AND PARAGRAPH STYLING */

p {
	line-height: 150%;
}

a:link, a:visited {
	color: #296685;
}

a:hover, a:active {
	color: #296685;
}

h1, body.mceContentBody h1 {
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-size: 58px;
	line-height: 58px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 14px;
}

h2, body.mceContentBody h2 {
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	text-transform: uppercase;
	color: #798c39;
}

h3, body.mceContentBody h3 {
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 2px;
	color: #798c39;
}

.section {
	margin-top: 58px;
}

ul.bulleted li {
	margin-left: 1.5em;
	list-style: disc outside;
	line-height: 150%;
	margin-bottom: 16px;
}



/* MAIN MENU BAR */

#main-menu {
	height: 48px;
	background-color: #4a4545;
}

#main-menu-inner {
	height: 48px;
	width: 978px;
	margin: 0 auto;
	padding: 0 12px;
	position: relative;
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-size: 19px;
	text-transform: uppercase;
}

#main-menu ul {
	position: absolute;
	left: 12px;
	top: 6px;
	list-style: none;
}

#main-menu ul li {
	float: left;
	display: inline;
}

#main-menu ul li a {
	display: block;
	height: 42px;
	line-height: 36px;
	padding: 0 16px;
	color: white;
	text-decoration: none;
}

#main-menu ul li a:hover, #main-menu ul li a:active {
	text-decoration: none;
	background-color: #5e5757;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

#main-menu ul li.active a {
	background-color: #dcdbd5;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #4a4545;
}

#search-box {
	position: absolute;
	left: 852px;
	top: 12px;
	width: 138px;
	height: 24px;
	background: transparent url('../images/template/search-box.png') no-repeat left top;
}

#search-input {
	position: absolute;
	top: 3px;
	left: 26px;
	width: 100px;
	height: 18px;
	border: none;
	padding: 0;
	margin: 0;
	overflow: auto;
	background-color: #5e5757;
	color: #ddd;
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-size: 15px;
}

#search-input:focus {
	border: none;
	outline: none;
}



/* LOGO AREA */

#header {
	height: 146px;
	background: transparent url('../images/template/header.png') repeat-x left top;
}

#logo {
	display: block;
	width: 442px;
	height: 146px;
	margin: 0 auto;
	background: transparent url('../images/template/logo.png') no-repeat center top;
}

#header-inner {
	height: 146px;
	width: 978px;
	margin: 0 auto;
	padding: 0 12px;
	position: relative;
}



/* FOOTER AREA */

#footer {
	border-top: 1px solid #ddd;
	height: 192px;
	bottom: 0;
	width: 100%;
	position: absolute;
	background-color: #eaeaea;
}

#footer-inner {
	height: 192px;
	width: 978px;
	margin: 0 auto;
	padding: 0 12px;
	position: relative;
}

#footer-logo {
	position: absolute;
	left: 12px;
	top: 35px;
	width: 138px;
	height: 125px;
	background: transparent url('../images/template/footer-logo.png') no-repeat left top;
}

#footer-contact-info {
	position: absolute;
	left: 180px;
	top: 30px;
	font-size: 13px;
}

#footer-address, #footer-email, #footer-phone {
	margin-bottom: 9px;
}

#footer-sponsors {
	position: absolute;
	left: 522px;
	top: 30px;
}

#footer-sponsors-intro {
	font-size: 13px;
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #798c39;
	margin-bottom: 8px;
}

.footer-sponsor {
	display: block;
	float: left;
	width: 138px;
	height: 48px;
	padding-bottom: 12px;
}

#footer-sponsor-1, #footer-sponsor-2, #footer-sponsor-4, #footer-sponsor-5 {
	padding-right: 30px;
}



/* COLUMNS */

.columns {
	width: 100%;
	overflow: hidden;
}

.column {
	float: left;
	width: 306px;
}

.column-first {
}

.column-other {
	margin-left: 30px;
}

.main {
	padding-left: 336px;
}

.aside {
	float: left;
	width: 306px;
}



/* SPECIAL ANNOUCEMENT */

.announcement {
	margin-bottom: 30px;
	padding: 10px;
	background-color: #f4f3ee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
}

.announcement h2 {
	margin-bottom: 10px;
}


/* INVITATION */

#invitation {
	width: 388px;
	height: 580px;
	overflow: hidden;
	background-color: #f4f3ee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 18px;
	padding-right: 18px;
}

#invitation h2 {
	font-size: 36px;
	margin-bottom: 10px;
	color: #296685;
}

.invitation-section {
	margin-top: 15px;
	margin-bottom: 24px;
	width: 100%;
	overflow: hidden;
}

.invitation-icon {
	float: left;
}

.invitation-section-caption {
	padding-left: 84px;
	width: 200px;
	margin-top: -2px;
}

#invitation p {
	width: 280px;
}



/* HOME PAGE */

body#home #header {
	height: 258px;
	background: transparent url('../images/template/home-header.png') repeat-x left top;
}

body#home #header-inner {
	height: 258px;
}

body#home #logo {
	display: block;
	width: 292px;
	height: 258px;
	margin: 0 auto;
	background: transparent url('../images/template/home-logo.png') no-repeat center top;
}

body#home .main {
	padding-left: 0px;
	padding-right: 346px;
}

body#home .aside {
	float: right;
	width: 318px;
}

body#home h1 {
	font-size: 77px;
	color: #ccc;
	margin-bottom: 30px;
}



/* EVENT MENU */

.aside h1 {
	margin-top: 27px;
	margin-bottom: 21px;
}

ul.event-menu {
	list-style: none;
}

ul.event-menu li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 22px;
	padding: 4px 0px;
}

ul.event-menu li.active {
	background-color: #dcdbd1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

.menu-date {
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	width: 84px;
	float: left;
	padding-left: 5px;
}

.menu-date a:link, .menu-date a:visited, .menu-date a:hover, .menu-date a:active {
	color: #424242;
	text-decoration: none;
}

.menu-details {
	font-family: 'DeliciousRoman', Arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	padding-left: 84px;
}

.menu-details a:link, .menu-details a:visited, .menu-details a:hover, .menu-details a:active {
	color: #424242;
	text-decoration: none;
}



/* EVENT DETAILS */

.event-description {
	margin-top: 20px;
	margin-bottom: 20px;
}

body#home .event-description {
	margin-bottom: 20px;
	font-size: 13px;
}

#main-event {
	margin-bottom: 60px;
}

h2.event-name {
	color: #798c39;
	font-size: 48px;
	line-height: 60px;
}

.date {
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: white;
	background-color: #798c39;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	display: table;
}

#workshops .date {
	background-color: white;
	color: #424242;
	padding: 0;
}

.weekday {
	font-size: 19px;
	line-height: 13px;
}

.month {
	font-size: 38px;
	line-height: 38px;
}

.event-segment {
	width: 100%;
	overflow: hidden;
	margin-top: 18px;
}

.event-segment-time {
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-weight: normal;
	font-size: 19px;
	width: 84px;
	float: left;
}

.event-segment-details {
	padding-left: 84px;
	font-size: 16px;
	line-height: 150%;
}

.event-features {
	margin-bottom: 15px;
}

.event-author {
	width: 100%;
	overflow: hidden;
	margin-bottom: 23px;
}

.event-particulars {
	background-color: #f7f7f7;
	height: 40px;
	margin-top: 16px;
	margin-bottom: 28px;
	padding: 4px;
}

.event-time-icon {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	padding: 4px;
}

.event-particulars-content {
	font-size: 14px;
	padding-left: 44px;
}

.event-particulars-segment {
	width: 100%;
	overflow: hidden;
}

.event-particulars-title {
	display: block;
	float: left;
	width: 118px;
}

.event-particulars-time, .event-particulars-name {
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-weight: normal;
	color: #798c39;
	font-size: 16px;
}

.event-particulars-pm {
	font-size: 12px;
}

.event-particulars-dash {
	padding-right: 4px;
}

.event-particulars-details {
	font-style: italic;
}

.event-author-details {
	margin-bottom: 12px;
}

#main-event .event-author-photo {
	width: 138px;
	float: left;
}

#main-event .event-author-details {
	padding-left: 168px;
}

.event-author-details h2 {
	font-size: 24px;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 8px;
}

.event-author-details h2 a:link, .event-author-details h2 a:visited {
	color: #424242;
	text-decoration: none;
}

.detailed-bio {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a.more-button {
	display: block;
	width: 54px;
	text-align: center;
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
/*
	color: #929292;
	background-color: #ebebeb;
*/
	color: white;
	background-color: #296685;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 6px;
}

a.more-button:link, a.more-button:visited {
	text-decoration: none;
}

a.more-button:active, a.more-button:hover {
	text-decoration: none;
}

a.addthis_button {
	display: block;
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
/*
	color: #929292;
	background-color: #ebebeb;
*/
	color: white;
	background-color: #296685;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 3px;
	width: 128px;
	text-align: center;
}

a.addthis_button:link, a.addthis_button:visited {
	text-decoration: none;
}

a.addthis_button:active, a.addthis_button:hover {
	text-decoration: none;
}



/* SMALL EVENT DETAILS */

#workshop-events {
	width: 100%;
	overflow: hidden;
}

#soon-events .event {
	width: 474px;
	float: left;
}

body#workshops .event {
	width: 100%;
}

#soon-events .event-author-details, body#workshops .event-author-details {
	font-size: 13px;
	line-height: 150%;
}

#soon-events .event-segment, body#workshops .event-segment {
	font-size: 13px;
	line-height: 150%;
}

#soon-events .event-segment-details, body#workshops .event-segment-details {
	padding: 0;
}

#soon-events .event-author, #soon-events .event-segment-details, #soon-events .event-segment, body#workshops .event-author, body#workshops .event-segment-details, body#workshops .event-segment {
	margin: 0;
}

#soon-events .event-author {
	margin-top: 4px;
}

#soon-events .event-segment, body#workshops .event-segment {
	margin-bottom: 20px;
}

#soon-events .date {
	margin-bottom: 4px;
	font-size: 16px;
}

.small-workshop {
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-weight: normal;
	font-size: 19px;
}

#soon-events .event-author-photo, body#workshops .event-author-photo {
	width: 54px;
	float: left;
}

#soon-events .event-author-details, body#workshops .event-author-details {
	padding-left: 84px;
}

#soon-events .event-even, body#workshops .event-even {
	margin-right: 30px;
}



/* WORKSHOP LISTINGS */

h2.workshops {
	margin-top: 30px;
	margin-bottom: 30px;
}

body#workshops .event {
	margin-bottom: 60px;
}

body#workshops .event h2 {
	font-size: 19px;
	line-height: 19px;
}

body#workshops .event h3 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 8px;
}

.workshop-details {
	margin-bottom: 10px;
}


/* AUTHOR LISTINGS */

.letter {
	margin-bottom: 30px;
}



/* AUTHOR DETAILS */

.author-aside {
	margin-top: 81px;
}

.author-aside h3 {
	margin-top: 30px;
}

.aside-section-entry {
	margin-bottom: 30px;
}

.introtext {
	color: #296685;
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 22px;
}

.caption {
	font-size: 11px;
	line-height: 120%;
	color: #bbb;
}

.poem-heading {
	margin-top: 20px;
	margin-bottom: 27px;
}

.poem-source {
	margin-top: 20px;
	font-size: 12px;
	font-style: italic;
}

.poem-divider {
	margin-top: 62px;
	/* margin-bottom: 20px; */
	/* border-top: 1px solid #d6d6d6; */
}

.book-title {
	font-weight: bold;
}

.published-by-title {
	margin-top: 6px;
}


/* LOCAL NAVIGATION, FILTERS AND PAGINATION */

#local-nav, .nav-header {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

#local-nav ul, ul.local-nav  {
	list-style: none;
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
}

#local-nav ul li, ul.local-nav li {
	float: left;
}

#local-nav ul li, .filter ul.local-nav li {
	margin-right: 20px;
}

ul.local-nav a:link, ul.local-nav a:visited, #local-nav ul a:link, #local-nav ul a:visited {
	display: block;
	padding: 2px 6px;
	text-decoration: none;
}

ul.local-nav a:hover, ul.local-nav a:active, #local-nav ul a:hover, #local-nav ul a:active {
	display: block;
	text-decoration: none;
	background-color: #ebebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

ul.local-nav li.active a:link, ul.local-nav li.active a:visited, ul.local-nav li.active a:hover, ul.local-nav li.active a:active, #local-nav ul li.active a:link, #local-nav ul li.active a:visited, #local-nav ul li.active a:hover, #local-nav ul li.active a:active {
	color: white;
	background-color: #4a4545;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

li.previous-disabled {
	display: none;
}

li.next-disabled {
	display: none;
}

li a.previous {
	display: none;
}

li a.next {
	display: none;
}



/* VIDEOS */

.video-summary {
	width: 474px;
	float: left;
	margin-bottom: 30px;
}

.video-summary-even {
	margin-right: 30px;
}

a.video-thumbnail {
	display: block;
	float: left;
}

.video-details {
	padding-left: 252px;
}

.video-details h2 a:link, .video-details h2 a:visited {
	text-decoration: none;
}

.video-details h2 a:hover, .video-details h2 a:active {
	text-decoration: underline;
}

.video-summary-header {
	margin-bottom: 8px;
}

.video-category {
	font-weight: bold;
}



/* GENERIC CONTENT PAGE */

.generic-content h2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

body#press .generic-content h2 {
	margin-top: 0px;
}

.generic-content h3 {
	margin-top: 30px;
}



/* SEARCH RESULTS */

.ajaxSearch_result {
	margin-bottom: 20px;
}

a.ajaxSearch_resultLink {
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	text-transform: uppercase;
	color: #798c39;
}

.ajaxSearch_resultBreadcrumbs {
	font-family: 'DeliciousBold', Arial, sans-serif;
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	text-transform: uppercase;
}

.ajaxSearch_resultsDisplayed, .ajaxSearch_grpResultName {
	display: none;
}

.ajaxSearch_highlight {
	font-weight: bold;
}

.paging1Infos {
	
}

.paging1 {
	margin-bottom: 20px;
}
