﻿/* Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* Core elements */

html, body {
	font-size: 15px;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 18px;
}

html {
	background: #f2f2f3 url(images/page-bg.jpg) no-repeat 50% 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	line-height: 38px;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.83em 0;
	line-height: 29px;
}

h3 {
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0;
	line-height: 23px;
}

h6 {
	font-size: 0.75em;
	margin: 1em 0;
	line-height: 20px;
}

ul, menu, dir {
	list-style: disc outside none;
	margin: 1em 0;
	padding-left: 40px;
}

ol {
	list-style: decimal outside none;
}

ol ul, ul ul, menu ul, dir ul, ol menu, ul menu, menu menu, dir menu, ol dir, ul dir, menu dir, dir dir {
	list-style-type: circle;
}

table.decorated  {
	border: 0;
	border-collapse: separate;
}

table.decorated th {
	padding: 4px 8px;
	font-weight: bold;
	background-color: #ffd664;
	vertical-align: top;
}

table.decorated td {
	padding: 4px 8px;
	background-color: #fff2bd;
	vertical-align: top;
}

table.decorated tr:nth-child(odd) td {
	background: #fff9d9;
}

p, dl, multicol {
	margin: 1em 0;
	line-height: 1.3em;
}

a:link, a:active {
	color: #ca800b;
	text-decoration: underline;
}

a:visited {
	color: #e5920e;
}

a:hover {
}

img {
	border: 0;
	vertical-align: top;
}

em {
	font-style: italic;
}

hr {
	border: 1px solid #fff;
}

/* Structural elements */

#page {
	width: 940px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 153px;
}

#header h1 {
	position: absolute;
	top: -1000px;
}

#site-logo {
	z-index: 100;
}

#ncc-logo {
	position: absolute;
	right: 0;
	top: 70px;
}

#social-features {
	position: absolute;
	top: 65px;
	right: 160px;
}

#social-features div {
	font-size: .9em;
	margin-bottom: .4em;
}

#content {
}

#skip_nav {
	position: absolute;
	top: -1000px;
}

#site_nav {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	overflow: auto;
	width: 100%;
}

#site_nav .wrap {
	width: 940px;
	margin: 0 auto;
}

#site_nav ul {
	position: relative;
	float: right;
	padding: 0;
	margin: .3em 0;
	z-index: 1000;
}

#site_nav li {
	display: block;
	float: left;
	margin: 0;
}

#site_nav a, #site_nav a:link {
	padding: 0 0 0 .5em;
	margin-left: .5em;
	border-left: 1px solid #fff;
	color: #fff !important;
	font-size: 0.9em;
}

#page_nav {
	position: relative;
	padding: 0;
	overflow: auto;
	height: 37px;
	background: #C30E17 url(images/nav-bg.jpg) no-repeat 0 0;
	z-index: 100;
}

#downloadIPhone {
	float: right;
	margin: 0.6em;
}

#page_nav #downloadIPhone a {
	font-weight: bold;
	display: block;
	padding-left: 25px;
	background: transparent url(images/icons/iphone.png) no-repeat 0 50%;
	border: 0;
}

#page_nav ul {
	margin: 0.6em 0;
	padding: 0;
}

#page_nav li {
	display: block;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	list-style: none;
}

#site_nav li.first a,
#page_nav li.first a {
	border-left: 0;
}

#page_nav a, #page_nav a:link {
	border-left: 2px solid #321015;
	padding: 0 .8em;
	color: #fff !important;
	font-size: 0.9em;
	text-decoration: none;
	text-shadow: #000 0 1px 0;
}

#page_nav a:hover {
	color: #540609 !important;
	text-decoration: none;
}

.left {
	width: 620px;
	float: left;
	margin: 0 0 18px;
}

.right {
	width: 300px;
	float: right;
	margin: 0 0 18px 0;
}

.layout_box {
	margin: 18px 0 0;
}

.container {
	margin: 18px 0 0;
	padding: 1em 2em 2em;
	overflow: auto;
	color: #000;
	background: #fff;
}

.container-outer .container {
	background: transparent url(images/container_top-bg.jpg) no-repeat;
}

#content .container-outer {
	background: #fff url(images/container_body-bg.jpg) repeat-y;
}

#content .container-inner {
	background: transparent url(images/container_bottom-bg.jpg) no-repeat 0 100%;
}

.block {
	background-color: #a10910;
}

#feature-contents {
	position: relative;
	margin: 18px 0;
	padding: 0;
}

#features, #features li {
	margin: 0;
	padding: 0;
	z-index: 1;
	width: 620px;
	height: 349px;
	background-color: #000;
	list-style: none;
}

#features li a {
	outline: 0;
}

#features-pager {
	position: absolute;
	top: 290px;
	width: 612px;
	z-index: 100;
	padding: 4px 0 4px 8px;
}

#features-pager a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	float: left;
	margin: 0 0 0 6px;
	z-index: 101;
	cursor: pointer;
	line-height: 1px;
	border: 2px solid #600;
	outline: 0;
}
#features-pager a:hover {
	border: 2px solid #c00;
}
#features-pager a.activeSlide {
	border: 2px solid #fff;
}

#features-pager a img {
	height: 35px;
	width: auto;
}

#features-pager a.activeSlide img {
}

#features-pager-title {
	color: #fff;
	font-weight: bold;
	line-height: 34px;
	padding-left: 1em;
	float: left;
}

#map_canvas {
	border: 1px solid #000;
}

#map_legend {
	overflow: auto;
}

#map_legend ul, #map_legend li {
	margin: 0;
	padding: 0;
}

#map_legend li {
	margin-bottom: .7em;
	display: block;
	list-style: none;
	float: left;
}

#map_legend li .symbol {
	display: block;
	float: left;
	width: 2em;
	height: .8em;
	margin: 2px .6em 0 0;
	border: 1px solid #000;
}

#map_legend .vehicle_block {
	float: left;
	width: 58%;
}

#map_legend .vehicle_block li {
	width: 10em;
}

#map_legend .pedestrian_block {
	float: left;
	width: 41%;
}

#footer {
	clear: both;
	margin-top: 18px;
	height: 302px;
	background: transparent url(images/footer-bg.png) repeat-x;
	padding-top: 10px;
}

#footer .wrap {
	width: 860px;
	height: 262px;
	margin: 0 auto;
	background: transparent url(images/footer_inner-bg.png) no-repeat;
	padding: 40px 50px 0;
}

#footer h3 {
	margin: 0;
}

#internal-links, #ncc-links, #contact-info {
	overflow: auto;
	float: left;
}

#internal-links {
	width: 180px;
}

#ncc-links {
	width: 305px;
}

#contact-info {
	width: 375px;
}

#ceo-message {
	width: 375px;
	margin-top: 2em;
	float: right;
}

#ceo-message a {
	display: block;
	width: 150px;
	line-height: 1.4em;
	background: transparent url(images/ceo_message.jpg) no-repeat 100% 0;
	padding-right: 131px;
	height: 80px;
	font-size: 1.1em;
}

#footer ul, #footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

#footer ul {
	float: left;
}

#footer a, #footer a:link {
	color: #fff;
	text-decoration: underline;
}

.container-outer, .block, #feature-contents, #page_nav {
	box-shadow: 3px 3px 5px #000;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
}

.clear {
	display: block;
	clear: both;
}

/* jquery ui */

.ui-widget {
	font-size: 1em;
}

.ui-dialog {
	box-shadow: 2x 4px 8px #000;
	-moz-box-shadow: 2px 4px 8px #000;
	-webkit-box-shadow: 2px 4px 8px #000;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0.1em 1em;
}

/* Forms */

#searchForms {
	padding: 0 1em 2em;
	width: 590px;
	background: transparent url(images/container_top_home-bg.jpg) no-repeat !important;
}

.home #searchForms {
	height: 256px;
}

#searchForms .half {
	width: 290px;
	float: left;
}

#searchForms .last {
	border-left: 1px solid #000;
	padding-left: 15px;
	width: 275px;
}

#searchForms h2 .icon {
}

#searchForms h2 {
	margin: 0 0 25px;
	line-height: 52px;
}

#searchForms h2, #searchForms h2 a {
	color: #fff !important;
	outline: 0;
}

#searchForms .half h3 {
	margin: 0 0 8px;
}

#searchForms form {
	margin: 1em 15px 0 0;
}

.formInput label {
	display: block;
	float: left;
}
.formInput input, .formInput select {
	float: right;
	width: 13em;
	overflow: hidden;
}
.formInput, .formSubmit {
	padding: 4px;
	clear: both;
}

.formSubmit {
	text-align: right;
}

/* Content elements */

#content h2 {
	color: #B5111C;
}

.post {
	border-bottom: 1px dotted #000;
	padding: 1em 1em 2em;
	margin: 1em 0 0;
	overflow: auto;
}

.post h3 {
	margin: 0 0 1em;
	color: #B5111C;
}

.message {
	border: 1px solid #fcc;
	background: #fee;
	color: #666;
	margin-bottom: 1em;
	padding: 1em;
}

.activity .agendaItem {
	background-color: #e5e5e5;
}

.post-content {
	overflow: auto;
}

.post-actions {
	float: right;
	margin-top: 1em;
}

.post-actions a, .post-actions a:visited, .post-actions a:active {
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	margin-left: 1em;
	line-height: 16px;
}

.post-actions a:hover {
	text-decoration: underline;
}

.updateAgendaItem {
	padding-left: 28px;
	background: transparent url(images/icons/add_activity.png) no-repeat 0 0;
	width: 132px;
	height: 24px;
	color: #fff !important;
	line-height: 24px !important;
	text-decoration: none !important;
	font-size: .7em;
	display: inline-block;
}

.post-actions .updateAgendaItem {
	display: block;
	position: absolute;
	left: 0;
}

.post-actions .addItem:active, .post-actions .removeItem {
	background-image: url(images/icons/remove_activity.png) !important;
}

.shareFacebook {
	padding-left: 22px;
	background: transparent url(images/icons/facebook.png) no-repeat 0 0;
}

.shareTwitter {
	padding-left: 22px;
	background: transparent url(images/icons/twitter.png) no-repeat 0 0;
}

.time-range {
	color: #300;
	font-weight: bold;
}

.results-actions {
	background-color: #ccc;
	border-bottom: 1px solid #999;
	text-align: right;
	padding: 2px;
}

.results-actions a {
	color: #000 !important;
	padding-left: 1em;
	text-decoration: none;
}

#map_thumb {
	background: #fff url(images/block-bg.jpg) no-repeat;
	padding-top: 0;
	height: 286px;
}

#map_thumb img {
	display: block;
	margin: 0 auto;
	border: 1px solid #000;
}

#map_thumb h2 {
	font-size:1.2em;
	margin:0 auto;
	padding:0.5em 0;
	width:253px;
}

#map_thumb a {
	color: #f00;
}

ul.result-list {
	clear: both;
}

ul.result-list, .ul.result-list .post {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#fb-block {
	background: #fff;
	height: 230px;
}

#fb-block iframe {
	border: none;
	overflow: hidden;
	width: 300px;
	height: 230px;
}

.home #fb-block {
	background: #fff;
	height: 287px;
}

.home #fb-block iframe {
	height: 287px;
}

.activityImage {
	float: right;
}

.cdayArtistsCover {
	float: right;
}

.cdayAlbumCover {
	float: left;
	margin-bottom: 15px;
}

.cdayAudioPlayerTxt {
	margin-left: 5.5em;
}

.cdayAudioPlayerFlash {
	margin-left: 5.5em;
}

.cdayContent {
	clear: left;
}

.lb-iframe {

}

.lb-iframe.youtube-link {
	display: block;
	clear: left;
	background: transparent url(images/icons/Youtube-icon.jpg) no-repeat 0 0;
	padding-left: 50px;
	margin-right: 220px;
	height: 45px;
	line-height: 1.3em;
}
.lb-iframe.vimeo-link {
	display: block;
	clear: left;
	background: transparent url(images/icons/vimeo-icon.jpg) no-repeat 0 0;
	padding-left: 50px;
	margin-right: 220px;
	height: 45px;
	line-height: 1.3em;
}

#searchResults, #agendaResults {
	position: relative;
}

#searchResults > h2, #agendaResults > h2 {
	margin-right: 200px;
	margin-bottom: 2em;
}

#agendaBoxWrapper {
	padding-left: 370px;
}

#agendaBox {
	position: absolute;
	top: 30px;
	border: 1px solid #d3d2d2;
	color: #5a5a5a;
	background: #f3f3f3;
	width: 160px;
	padding: 13px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	z-index: 999;
}

#agendaBox.fixed {
	position: fixed;
}

#agendaBox .help-link {
	float: right;
	margin-top: .2em;
}

#agendaBox h3 {
	margin: 0 0 .5em;
	font-weight: bold;
	font-size: 1.1em;
}

#agendaBox p {
	margin: .2em 0;
}

#agendaBoxView {
	line-height: 16px;
	padding-left: 20px;
	background: transparent url(images/icons/view.png) no-repeat 0 0;
	background: transparent url("images/icons/agenda.png") no-repeat scroll 0 -81px;
}

#agendaBoxExport {
	line-height: 16px;
	padding-left: 20px;
	background: transparent url("images/icons/agenda.png") no-repeat scroll 0 -101px;
	/*background: transparent url("images/icons/document-import-16.png") no-repeat scroll 0 0;*/
}

#agendaDialog ul {
	margin: 0;
	padding: 0;
}

#agendaDialog li {
	list-style: none;
	width: 200px;
	margin-top: 1em;
	float: left;
	font-size: .8em;
}

#agendaDialog a {
	padding-left: 20px;
	margin-right: 8px;
	background: transparent url("images/icons/agenda.png") no-repeat scroll;
	line-height: 20px;
	display: block;
}

#agendaDialog #agendaDownloadICal {
	background-position: 0 -42px;
}
#agendaDialog #agendaDownloadOutlook {
	background-position: 0 -1px;
}
#agendaDialog #agendaDownloadGoogle {
	background-position: 0 -21px;
}
#agendaDialog #agendaDownloadICS {
	background-position: 0 -61px;
}
	

#canadaDayResults .post p {
	margin: 0;
	padding: 0.5em 0;
}

.souvenirphotos img {
	margin-bottom: 20px;
}

#sortForm {
	text-align: right;
	background: #ddd;
	border-bottom: 1px solid #999;
	padding: 3px;
}