#me/*
	----------------------------------------
	Capital EX CSS
	Sean Mitchell, sean@seanmitchell.ca
	06 / 18 / 10
	----------------------------------------
*/



/* RESET
---------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup, sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
	font-size: 100%;
}



/* BODY
---------------------------------------- */
body {
	background: #F3740D;
	color: #787878;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	margin:0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #F37610;
	text-decoration: none;
}
a:hover {
	color: #191919;
}
a, a:focus, a:active, input, select, textarea {
	outline: none;
}



/* WRAPPER
---------------------------------------- */
#wrapper {
	margin: auto;
	text-align: left;
	width: 100%;
}



/* WRAPPER
---------------------------------------- */
.wrapper {
	margin: auto;
	width: 976px;
}



/* HEADER
---------------------------------------- */
#header {
	background: url(/_img/bg-header.png) center top no-repeat;
	float: left;
	width: 100%;
}



/* LOGO
---------------------------------------- */
#logo {
	float: left;
	padding: 23px 0 11px 27px;
	width: 240px;
}
#logo span {
	display: none;
}
#logo a {
	background: url(/_img/logo.png) no-repeat;
	display: block;
	height: 131px;
	width: 240px;
}
#logo a:hover {
	background: url(/_img/logo.png) 0 -131px no-repeat;
}



/* NAVIGATION
---------------------------------------- */
#navigation {
	float: left;
	width: 709px;
}



/* SOCIAL
---------------------------------------- */
#social {
	float: left;
	padding: 22px 0 31px 154px;
	width: 187px;
}
#social li {
	float: left;
}
#social a {
	display: block;
	height: 35px;
}
#social span {
	display: none;
}



/* SEARCH
---------------------------------------- */
#search {
	float: left;
	padding: 25px 0 0 19px;
	width: 270px;
}
#search form dl {
	float: left;
	height: 30px;
}
#search form dt {
	float: left;
	background: url(../_img/search-field.png) no-repeat;
	height: 20px;
	padding: 5px 0px 5px 0px;
}
#search form dt input {
	background: transparent;
	border: none;
	color: #3C3C3C;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 20px;
	padding: 0px 8px 0px 8px;
	width: 165px;
}
#search form dd {
	float: left;
}
#search form dd span {
	display: none;
}
#search form dd a {
	background: url(/_img/search.png) no-repeat;
	cursor: pointer;
	display: block;
	height: 30px;
	width: 61px;
}
#search form dd a:hover {
	background: url(/_img/search.png) 0 -30px no-repeat;
}



/* NORTHLANDS
---------------------------------------- */
#northlands {
	float: left;
	padding: 9px 16px 0 0;
	width: 63px;
}
#northlands span {
	display: none;
}
#northlands a {
	background: url(/_img/logo-northlands.png) no-repeat;
	display: block;
	height: 54px;
	width: 63px;
}
#northlands a:hover {
	background: url(/_img/logo-northlands.png) 0 -54px no-repeat;
}



/* S-FACEBOOK
---------------------------------------- */
#s-facebook {
	background: url(/_img/social.png) no-repeat;
	padding-right: 17px;
	width: 34px;
}
#s-facebook a {
	background: url(/_img/social.png) no-repeat;
}
#s-facebook a:hover {
	background: url(/_img/social.png) 0 -35px no-repeat;
}



/* S-TWITTER
---------------------------------------- */
#s-twitter {
	background: url(/_img/social.png) -51px 0 no-repeat;
	padding-right: 17px;
	width: 34px;
}
#s-twitter a {
	background: url(/_img/social.png) -51px 0 no-repeat;
}
#s-twitter a:hover {
	background: url(/_img/social.png) -51px -35px no-repeat;
}



/* S-FLICKR
---------------------------------------- */
#s-flickr {
	background: url(/_img/social.png) -102px 0 no-repeat;
	padding-right: 15px;
	width: 34px;
}
#s-flickr a {
	background: url(/_img/social.png) -102px 0 no-repeat;
}
#s-flickr a:hover {
	background: url(/_img/social.png) -102px -35px no-repeat;
}



/* S-YOUTUBE
---------------------------------------- */
#s-youtube {
	background: url(/_img/social.png) -151px 0 no-repeat;
	width: 36px;
}
#s-youtube a {
	background: url(/_img/social.png) -151px 0 no-repeat;
}
#s-youtube a:hover {
	background: url(/_img/social.png) -151px -35px no-repeat;
}



/* MENU
---------------------------------------- */
#menu {
	background: url(/_img/bg-menu.png) no-repeat;
	float: left;
	padding: 0 0 0 30px;
	width: 690px;
}
#menu li {
	float: left;
	padding-right: 3px;
}
#menu a {
	display: block;
	height: 35px;
}
#menu span {
	display: none;
}



/* M-HOME
---------------------------------------- */
#m-home {
	background: url(/_img/menu.png) no-repeat;
	width: 81px;
}
#m-home a {
	background: url(/_img/menu.png) no-repeat;
}
#m-home a:hover,
#m-home a.selected {
	background: url(/_img/menu.png) 0 -35px no-repeat;
}



/* M-WHATSON
---------------------------------------- */
#m-whatson {
	background: url(/_img/menu.png) -84px 0 no-repeat;
	width: 117px;
}
#m-whatson a {
	background: url(/_img/menu.png) -84px 0 no-repeat;
}
#m-whatson a:hover,
#m-whatson a.selected {
	background: url(/_img/menu.png) -84px -35px no-repeat;
}



/* M-TICKETS
---------------------------------------- */
#m-tickets {
	background: url(/_img/menu.png) -204px 0 no-repeat;
	width: 90px;
}
#m-tickets a {
	background: url(/_img/menu.png) -204px 0 no-repeat;
}
#m-tickets a:hover,
#m-tickets a.selected {
	background: url(/_img/menu.png) -204px -35px no-repeat;
}



/* M-VISIT
---------------------------------------- */
#m-visit {
	background: url(/_img/menu.png) -297px 0 no-repeat;
	width: 71px;
}
#m-visit a {
	background: url(/_img/menu.png) -297px 0 no-repeat;
}
#m-visit a:hover,
#m-visit a.selected {
	background: url(/_img/menu.png) -297px -35px no-repeat;
}



/* M-INFO
---------------------------------------- */
#m-info {
	background: url(/_img/menu.png) -371px 0 no-repeat;
	width: 67px;
}
#m-info a {
	background: url(/_img/menu.png) -371px 0 no-repeat;
}
#m-info a:hover,
#m-info a.selected {
	background: url(/_img/menu.png) -371px -35px no-repeat;
}



/* M-BLOG
---------------------------------------- */
#m-blog {
	background: url(/_img/menu.png) -441px 0 no-repeat;
	width: 71px;
}
#m-blog a {
	background: url(/_img/menu.png) -441px 0 no-repeat;
}
#m-blog a:hover,
#m-blog a.selected {
	background: url(/_img/menu.png) -441px -35px no-repeat;
}



/* M-FUNSTUFF
---------------------------------------- */
#m-funstuff {
	background: url(/_img/menu.png) -515px 0 no-repeat;
	width: 111px;
}
#m-funstuff a {
	background: url(/_img/menu.png) -515px 0 no-repeat;
}
#m-funstuff a:hover,
#m-funstuff a.selected {
	background: url(/_img/menu.png) -515px -35px no-repeat;
}



/* UTILITY
---------------------------------------- */
#utility {
	float: left;
	padding: 20px 18px 20px 145px;
	width: 546px;
}
#utility li {
	float: left;
}
#utility a {
	display: block;
	height: 20px;
}
#utility span {
	display: none;
}



/* U-MEDIA
---------------------------------------- */
#u-media {
	background: url(/_img/utility.png) no-repeat;
	width: 65px;
}
#u-media a {
	background: url(/_img/utility.png) no-repeat;
}
#u-media a:hover,
#u-media a.selected {
	background: url(/_img/utility.png) 0 -20px no-repeat;
}



/* U-SPONSORS
---------------------------------------- */
#u-sponsors {
	background: url(/_img/utility.png) -65px 0 no-repeat;
	width: 89px;
}
#u-sponsors a {
	background: url(/_img/utility.png) -65px 0 no-repeat;
}
#u-sponsors a:hover,
#u-sponsors a.selected {
	background: url(/_img/utility.png) -65px -20px no-repeat;
}



/* U-EXHIBITORS
---------------------------------------- */
#u-exhibitors {
	background: url(/_img/utility.png) -154px 0 no-repeat;
	width: 96px;
}
#u-exhibitors a {
	background: url(/_img/utility.png) -154px 0 no-repeat;
}
#u-exhibitors a:hover,
#u-exhibitors a.selected {
	background: url(/_img/utility.png) -154px -20px no-repeat;
}



/* U-PARADE
---------------------------------------- */
#u-parade {
	background: url(/_img/utility.png) -250px 0 no-repeat;
	width: 73px;
}
#u-parade a {
	background: url(/_img/utility.png) -250px 0 no-repeat;
}
#u-parade a:hover,
#u-parade a.selected {
	background: url(/_img/utility.png) -250px -20px no-repeat;
}



/* U-WORK
---------------------------------------- */
#u-work {
	background: url(/_img/utility.png) -323px 0 no-repeat;
	width: 62px;
}
#u-work a {
	background: url(/_img/utility.png) -323px 0 no-repeat;
}
#u-work a:hover,
#u-work a.selected {
	background: url(/_img/utility.png) -323px -20px no-repeat;
}



/* U-PERFORM
---------------------------------------- */
#u-perform {
	background: url(/_img/utility.png) -385px 0 no-repeat;
	width: 82px;
}
#u-perform a {
	background: url(/_img/utility.png) -385px 0 no-repeat;
}
#u-perform a:hover,
#u-perform a.selected {
	background: url(/_img/utility.png) -385px -20px no-repeat;
}



/* U-CONTACT
---------------------------------------- */
#u-contact {
	background: url(/_img/utility.png) -467px 0 no-repeat;
	width: 79px;
}
#u-contact a {
	background: url(/_img/utility.png) -467px 0 no-repeat;
}
#u-contact a:hover,
#u-contact a.selected {
	background: url(/_img/utility.png) -467px -20px no-repeat;
}



/* PATTERN
---------------------------------------- */
#pattern {
	background: url(/_img/bg-pattern.png) center top;
	float: left;
	width: 100%;
}



/* COLOR
---------------------------------------- */
#color {
	background: url(/_img/bg-color.png) repeat-x;
	float: left;
	width: 100%;
}



/* HALFTONE
---------------------------------------- */
#halftone {
	background: url(/_img/bg-halftone.png) center 165px repeat-x;
	float: left;
	width: 100%;
}



/* FRAME
---------------------------------------- */
#frame {
	background: url(/_img/bg-frame.png) center top repeat-y;
	float: left;
	width: 100%;
}



/* CONTENT
---------------------------------------- */
#content {
	background: url(/_img/bg-content.png) center top no-repeat;
	float: left;
	padding: 0 0 24px 0;
	width: 100%;
}



/* HEADLINE
---------------------------------------- */
#headline {
	background: url(/_img/bg-divide.png) center bottom no-repeat;
	float: left;
	padding: 28px 28px 19px 28px;
	width: 920px;
}
#headline h2 {
	color: #BF266B;
	height: 45px;
}
#headline h3 a {
	color: #BF266B;
}
#headline h3 a:hover {
	color: #3BA3CA;
}
#headline ul {
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding: 6px 0 10px 0;
}
#headline li {
	float: left;
	background: url(/_img/icon-hand.png) no-repeat;
	padding-right: 16px;
}
#headline a {
	background: url(/_img/icon-hand.png) no-repeat;
	color: #F3740D;
	display: block;
	padding-left: 21px;
}
#headline a:hover,
#headline a.selected {
	color: #BF266B;
	text-decoration: underline;
}
#headline select {
	float: right;
	font-size: 11px;
	margin: 5px 0 9px 0;
}



/* FEATURE
---------------------------------------- */
#feature {
	background: url(/_img/bg-feature.png) center bottom no-repeat;
	float: left;
	padding: 16px 16px 41px 16px;
	width: 944px;
}
#feature img {
	display: block;
}



/* PAGE
---------------------------------------- */
#page {
	float: left;
	padding-top: 32px;
	width: 976px;
}



/* SOON
---------------------------------------- */
#soon {
	float: left;
	padding: 24px;
	width: 608px;
}
#soon img {
	display: block;
}



/* MAIN
---------------------------------------- */
#main {
	float: left;
	padding: 0 24px 0 24px;
	width: 608px;
}
#main h3 {
	color: #BF266B;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 7px;
}
#main h3 a {
	color: #BF266B;
}
#main h3 a:hover {
	color: #F37610;
}
#main h4 {
	color: #BF266B;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 8px;
}
#main h4 a {
	color: #BF266B;
}
#main h4 a:hover {
	color: #F37610;
}
#main h5 {
	color: #BF266B;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	padding-bottom: 4px;
}
#main h6 {
	color: #505050;
	font-size: 10px;
	line-height: 16px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-weight:bold;
}
#main ul {
	padding-bottom: 13px;
}
#main li {
	background: url(/_img/icon-listitem.png) 0 2px no-repeat;
	padding: 0 0 4px 20px;
}
#main p {
	padding-bottom: 16px;
}
#main p a,
#main li a {
	font-weight: bold;
	border-bottom: 1px solid #F0F0F0;
}
#main p a:hover,
#main li a:hover {
	border-bottom: 1px solid #191919;
}
#main iframe {
	border: 3px solid #F0F0F0;
	padding: 1px;
	display: block;
}



/* MAIN > POST
---------------------------------------- */
#main .post {
	border-top: 1px solid #F0F0F0;
	float: left;
	padding: 20px 0 20px 0;
	width: 608px;
}
#main .post:first-child {
	border: none;
	padding: 0 0 20px 0;
}
#main .post p.continue {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 0;
}
#main .post p.continue a {
	background: url(/_img/icon-hand.png) no-repeat;
	border: none;
	color: #3BA3CA;
	padding-left: 22px;
}
#main .post p.continue a:hover {
	color: #F3740D;
	text-decoration: underline;
}



/* MAIN > SINGLE
---------------------------------------- */
#main .single {
	float: left;
	padding-bottom: 4px;
	width: 608px;
}



/* MAIN > SINGLE > TWEETMEME
---------------------------------------- */
#main .single .tweetmeme_button {
	float: left;
	padding-bottom: 16px;
	width: 608px;
}
#main .single .tweetmeme_button iframe {
	border: none;
	padding: 0;
	display: block;
}



/* MAIN > SINGLE > ADDTHIS
---------------------------------------- */
#main .single #addthis {
	float: left;
	padding-bottom: 12px;
	width: 608px;
}



/* MAIN > FORMLAYOUT
---------------------------------------- */
#main #formlayout {
	float: left;
	width: 608px;
}
#main #formlayout h5 {
	float: left;
	padding-bottom: 16px;
	width: 608px;
}
#main #formlayout div.f-multi {
	border-top: 1px solid #F0F0F0;
	float: left;
	padding: 16px 0 8px 0;
	width: 608px;
}
#main #formlayout dl {
	border-top: 1px solid #F0F0F0;
	float: left;
	width: 608px;
}
#main #formlayout dl.multi {
	border: none;
}
#main #formlayout dl dt {
	float: left;
	font-weight: bold;
	line-height: 65px;
	padding-right: 16px;
	text-align: right;
	width: 212px;
}
#main #formlayout dl.multi dt {
	line-height: 32px;
}
#main #formlayout dl dd {
	float: right;
	padding: 16px 0 16px 0;
	width: 380px;
}
#main #formlayout dl.multi dd {
	padding: 0 0 8px 0;
}
#main #formlayout dl dd input {
	background: #FAFAFA;
	border: 1px solid #E6E6E6;
	color: #3C3C3C;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 8px;
	width: 362px;
}
#main #formlayout dl dd select {
	font-size: 11px;
	margin-top: 8px;
	width: 380px;
}
#main #formlayout dl dd input:focus {
	background: #FFF;
	border: 1px solid #C8C8C8;
}
#main #formlayout dl dt.long {
	line-height: 20px;
	padding: 22px 16px 23px 0;
}
#main #formlayout span.required {
	color: #BF266B;
}
#main #formlayout dl dd.stack {
	padding: 22px 0 23px 0;
}
#main #formlayout dl dd.stack input {
	background: none;
	border: none;
	padding: 0;
	width: auto;
}
#main #formlayout dl dd.stack label {
	padding-left: 8px;
}
#main #formlayout div.formsubmit {
	border-top: 1px solid #EDEAE4;
	float: left;
	padding: 16px 0 0 228px;
	width: 380px;
}
#main #formlayout dl dd p.formtitle {
	font-weight: bold;
	padding-bottom: 4px;
}
#main #formlayout div.formsubmit input {
	background: #A4CED6;
	border: 1px solid #9AC4CC;
	color: #FFF;
	cursor: pointer;
	float: left;
	font-size: 11px;
	line-height: 20px;
	padding: 6px 11px 6px 11px;
}
#main #formlayout div.formsubmit input:hover {
	background: #F3740D;
	border: 1px solid #E96A03;
	color: #FFF;
}



/* MAIN > PAGINATION
---------------------------------------- */
#main #pagination {
	border-top: 1px solid #F0F0F0;
	float: left;
	padding: 24px 0 0 0;
	width: 608px;
}
#main #pagination a {
	background: #A4CED6;
	border: 1px solid #9AC4CC;
	color: #FFF;
	display: block;
	float: left;
	font-size: 11px;
	padding: 6px 11px 6px 11px;
}
#main #pagination a:hover {
	background: #F3740D;
	border: 1px solid #E96A03;
	color: #FFF;
}
#main #pagination .previous-post,
#main #pagination .older-posts {
	float: left;
}
#main #pagination .next-post,
#main #pagination .newer-posts {
	float: right;
}



/* MAIN > DAYS
---------------------------------------- */
#main #days {
	float: left;
	width: 608px;
}
#main #days dl {
	float: left;
	width: 608px;
}
#main #days dt {
	color: #BF266B;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-right: 12px;
}
#main #days dt a {
	color: #BF266B;
}
#main #days dt a:hover {
	color: #F37610;
}
#main #days dd {
	float: right;
	padding: 0 0 16px 16px;
}
#main #days dd select {
	font-size: 11px;
	margin-top: 8px;
}
#main #days dd span {
	background: #DCDCDC;
	border: 1px solid #D2D2D2;
	color: #FFF;
	display: block;
	font-size: 11px;
	padding: 6px 11px 6px 11px;
}
#main #days dd a {
	background: #A4CED6;
	border: 1px solid #9AC4CC;
	color: #FFF;
	display: block;
	font-size: 11px;
	padding: 6px 11px 6px 11px;
}
#main #days dd a:hover {
	background: #F3740D;
	border: 1px solid #E96A03;
	color: #FFF;
}



/* MAIN > EVENT
---------------------------------------- */
#main div.event {
	border-top: 1px solid #F0F0F0;
	float: left;
	width: 608px;
}
#main div.event div.e-checkbox {
	float: left;
	padding-top: 20px;
	width: 24px;
}
#main div.event div.e-body {
	float: left;
	padding: 16px 0 16px 0;
	width: 584px;
}
#main div.event div.e-body h5 {
	float: left;
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 4px;
	padding-right: 9px;
}
#main div.event div.e-body h6 {
	border-left: 1px solid #E6E6E6;
	float: left;
	line-height: 20px;
	padding-bottom: 0;
	padding-left: 9px;
}
#main div.event div.e-body div {
	float: left;
	color: #505050;
	font-size: 10px;
	line-height: 16px;
	padding-bottom: 4px;
	text-transform: uppercase;
	width: 584px;
}
#main div.event div.e-body p {
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 0;
	width: 584px;
}



/* MAIN > F-OPTIONS
---------------------------------------- */
#main #f-options {
	border-top: 1px solid #F0F0F0;
	float: left;
	padding-top: 16px;
	width: 608px;
}
#main #f-options #f-pdf {
	margin-right: 8px;
}
#main #f-options #f-email {
	margin-left: 8px;
}
#main #f-options dl {
	background: #F5F5F5;
	border: 1px solid #E6E6E6;
	float: left;
	width: 294px;
}
#main #f-options dt {
	color: #BF266B;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	padding: 8px 12px 8px 12px;
	width: 270px;
}
#main #f-options dd {
	color: #B4B4B4;
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 12px 12px;
}
#main #f-options dd.acrobat {
	padding: 9px 0 9px 12px;
}
#main #f-options dd a {
	color: #B4B4B4;
}
#main #f-options dd a:hover {
	color: #191919;
}
#main #f-options input.f-submit {
	background: #A4CED6;
	border: 1px solid #9AC4CC;
	color: #FFF;
	cursor: pointer;
	font-size: 11px;
	line-height: 16px;
	padding: 8px 11px 8px 11px;
}
#main #f-options input.f-submit:hover {
	background: #F3740D;
	border: 1px solid #E96A03;
	color: #FFF;
}
#main #f-options input.f-text {
	background: #FAFAFA;
	border: 1px solid #E6E6E6;
	color: #3C3C3C;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	height: 16px;
	padding: 8px;
	width: 185px;
}
#main #f-options input.f-text:focus {
	background: #FFF;
	border: 1px solid #C8C8C8;
}



/* SIDE
---------------------------------------- */
#side {
	background: url(/_img/bg-side.png) repeat-y;
	float: left;
	padding: 0 24px 0 27px;
	width: 269px;
}



/* SIDE > FACEBOOK
---------------------------------------- */
#side div.facebook {
	border-top: 1px solid #F0F0F0;
	float: left;
	padding: 24px 0 20px 0;
	width: 269px;
}
#side div.facebook iframe {
	display: block;
	height: 418px;
	width: 269px;
}



/* SIDE > POST
---------------------------------------- */
#side .post {
	border-top: 1px solid #F0F0F0;
	float: left;
	padding: 16px 0 20px 0;
	width: 269px;
}
#side .post:first-child {
	border: none;
}
#side .post h6 {
	color: #505050;
	font-size: 10px;
	line-height: 24px;
	text-transform: uppercase;
}
#side .post p {
	color: #787878;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 8px;
}
#side .post p a {
	border-bottom: 1px solid #F0F0F0;
}
#side .post p a:hover {
	border-bottom: 1px solid #191919;
}
#side .post p.continue {
	padding-bottom: 0;
}
#side .post p.continue a {
	background: url(/_img/icon-hand.png) no-repeat;
	border: none;
	color: #3BA3CA;
	padding-left: 22px;
}
#side .post p.continue a:hover {
	color: #F3740D;
	text-decoration: underline;
}



/* SIDE > LIST
---------------------------------------- */
#side .list {
	border-top: 1px solid #F0F0F0;
	float: left;
	padding: 22px 0 12px 0;
	width: 269px;
}
#side .list:first-child {
	border: none;
}
#side .list h3 {
	color: #BF266B;
	padding-bottom: 5px;
}
#side .list ul {
	color: #787878;
	font-size: 11px;
	line-height: 16px;
}
#side .list ul li {
	padding-bottom: 8px;
}
#side .list ul li a {
	color: #3BA3CA;
	display: block;
	padding-left: 22px;
}
#side .list ul li a:hover {
	color: #F3740D;
	text-decoration: underline;
}
#side .list ul li.category a {
	background: url(/_img/icon-category.png) no-repeat;
}
#side .list ul li.archive a {
	background: url(/_img/icon-archive.png) no-repeat;
}
#side .list ul li.article a {
	background: url(/_img/icon-article.png) no-repeat;
}
#side .list ul li.rss a {
	background: url(/_img/icon-rss.png) no-repeat;
}



/* DRIVERS
---------------------------------------- */
#drivers {
	float: left;
	padding-left: 16px;
	width: 640px;
}
#drivers.d-full {
	float: left;
	padding-left: 16px;
	width: 960px;
}



/* DRIVERS > ROW
---------------------------------------- */
#drivers div.row {
	float: left;
	width: 640px;
}
#drivers.d-full div.row {
	float: left;
	width: 960px;
}



/* DRIVER
---------------------------------------- */
.driver {
	float: left;
	padding: 0 16px 32px 0;
	width: 304px;
}
.driver dl {
	float: left;
	width: 304px;
}
.driver dt {
	float: left;
	width: 304px;
	color: #BF266B;
	height: 26px;
}
.driver dt a {
	color: #BF266B;
}
.driver dt a:hover {
	color: #F3740D;
}
.driver dd {
	float: left;
	width: 304px;
}



/* D-IMAGE
---------------------------------------- */
.d-image,
.d-image-rollover {
	float: left;
	padding-bottom: 16px;
	width: 304px;
}
.d-image span,
.d-image-rollover span {
	display: none;
}
.d-image a,
.d-image-rollover a {
	background-repeat: no-repeat;
	display: block;
	width: 304px;
	height: 204px;
}
.d-image-rollover a:hover {
	background-position: 0 -204px;
}



/* BUMPER
---------------------------------------- */
#bumper {
	background: url(/_img/bg-bumper.png) center bottom repeat-x;
	float: left;
	width: 100%;
}
#bumper h2 {
	border-bottom: 1px solid #F0F0F0;
	color: #BF266B;
	padding-bottom: 12px;
	width: 304px;
}
#bumper h2 a {
	color: #BF266B;
}
#bumper h2 a:hover {
	color: #F37610;
}



/* B-FRAME
---------------------------------------- */
#b-frame {
	background: url(/_img/bg-bumper-frame.png) center top repeat-y;
	float: left;
	width: 100%;
}



/* B-CONTENT
---------------------------------------- */
#b-content {
	background: url(/_img/bg-bumper-content.png) center bottom no-repeat;
	float: left;
	width: 100%;
}



/* B-DIVIDE
---------------------------------------- */
#b-divide {
	background: url(/_img/bg-divide.png) center top no-repeat;
	float: left;
	padding-top: 43px;
	width: 976px;
}



/* B-COPY
---------------------------------------- */
.b-copy {
	float: left;
	padding-top: 12px;
	width: 304px;
}



/* B-BLOG
---------------------------------------- */
#b-blog {
	float: left;
	padding: 0 16px 68px 16px;
	width: 304px;
}
#b-blog ul {
	font-size: 11px;
	line-height: 16px;
}
#b-blog li {
	background: url(/_img/icon-article.png) 0 12px no-repeat;
	border-bottom: 1px solid #F0F0F0;
	padding-left: 23px;
}
#b-blog li:last-child {
	border: none;
}
#b-blog a {
	color: #3BA3CA;
	display: block;
	padding: 12px 0 12px 0;
	text-decoration: none;
}
#b-blog a:hover {
	color: #F3740D;
	text-decoration: underline;
}



/* B-ABOUT
---------------------------------------- */
#b-about {
	color: #787878;
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding: 0 16px 80px 0;
	width: 304px;
}
#b-about p {
	padding-bottom: 16px;
}



/* B-PHOTO
---------------------------------------- */
.b-photo {
	float: left;
	padding-top: 16px;
	width: 304px;
}
.b-photo img {
	border: 3px solid #F0F0F0;
	display: block;
	padding: 1px;
}
.b-photo a img:hover {
	border: 3px solid #BF266B;
}



/* B-FLICKR
---------------------------------------- */
#b-flickr {
	color: #787878;
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 80px;
	width: 320px;
}
#b-flickr ul {
	float: left;
	padding: 16px 0 16px 0;
	width: 320px;
}
#b-flickr li {
	float: left;
	padding: 0 16px 16px 0;
	width: 64px;
}
#b-flickr a {
	border: 3px solid #F0F0F0;
	display: block;
	padding: 1px;
}
#b-flickr a:hover {
	border: 3px solid #BF266B;
}
#b-flickr a img {
	display: block;
	height: 56px;
	width: 56px;
}



/* FOOTER
---------------------------------------- */
#footer {
	float: left;
	font-size: 11px;
	padding-bottom: 36px;
	text-align: center;
	width: 100%;
}
#footer p {
	color: #FFF;
	padding-bottom: 19px;
}
#footer a {
	border-left: 1px solid #F6994E;
	color: #FFF;
	padding: 3px 11px 4px 11px;
}
#footer a:first-child {
	border: none;
}
#footer a:hover {
	color: #BF266B;
}
#footer a.selected {
	color: #FDE500;
}
#footer p.northlands {
	padding: 0 449px 19px 449px;
	width: 66px;
}
#footer p.northlands span {
	display: none;
}
#footer p.northlands a {
	background: url(/_img/logo-northlands-footer.png) no-repeat;
	border: none;
	display: block;
	height: 66px;
	padding: 0;
	width: 78px;
}
#footer p.northlands a:hover {
	background-position: 0 -66px;
}



/* SIFR
---------------------------------------- */
@media screen {
	.sIFR-flash {
		margin: 0;
		padding: 0;
		visibility: visible !important;
	}
	.sIFR-replaced, .sIFR-ignore {
		visibility: visible !important;
	}
	.sIFR-alternate {
		display: block;
		height: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
		width: 0;
	}
	.sIFR-replaced div.sIFR-fixfocus {
		float: none;
		letter-spacing: 0; 
		margin: 0; 
		overflow: auto; 
		padding: 0; 
	}
}
@media print {
	.sIFR-flash {
		display: none !important;
		height: 0;
		overflow: hidden;
		position: absolute;
		width: 0;
	}
	.sIFR-alternate {
		display: block !important;
		height: auto !important;
		left: auto !important;
		position: static !important;
		top: auto !important;
		visibility: visible !important;
		width: auto !important;
	}
}
@media screen {
	.sIFR-active #headline h2 {
		font-size: 40px !important;
		visibility: hidden;
	}
	.sIFR-active #main h3 {
		font-size: 28px !important;
		padding-bottom: 5px;
		visibility: hidden;
	}
	.sIFR-active #main h4 {
		font-size: 20px !important;
		padding: 1px 0 3px 0;
		visibility: hidden;
	}
	.sIFR-active #days dt {
		padding-top: 5px;
		font-size: 26px !important;
		visibility: hidden;
	}
	.sIFR-active #side h3 {
		font-size: 18px !important;
		visibility: hidden;
	}
	.sIFR-active .driver dt {
		font-size: 21px !important;
		visibility: hidden;
	}
	.sIFR-active #bumper h2 {
		font-size: 21px !important;
		visibility: hidden;
	}
}