/********** Reset **********/
/* Adapted from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End Reset */

/* Typography */
/* See http://www.alistapart.com/articles/howtosizetextincss */
body {
	font-family: Georgia, "Times New Roman", serif;
    font-size: 100%;
    line-height: 1.125em; /* 16×1.125=18px */
}

h1#conf-title {
	font-family: Helvetica, arial, sans-serif;
	font-size: 3.1em; /* 22×1.45=32px */
	line-height: 1.2em; /* 16×1.125=18px */
	text-transform: uppercase;
}

	h1#conf-title {
		font-weight: bold;
	}

	h1#conf-title span.title {
		font-size: 1.2em;
	}

	h1#conf-title span.no-upper {
		text-transform: lowercase;
	}
	
	h1#conf-title span.the {
		font-size: .7em;
		font-weight: normal;
		text-transform: capitalize;
	}

#date h2 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.375em; /* 16×1.375=22px */
}

#date h2 span {
	font-size: 1.45em; /* 22×1.45=32px */
}

#conf-date {
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.6em; /* 22×1.45=32px */
	font-weight: bold;
}

	#conf-date span.day {
		font-weight: normal;
	}

a#time-display-btn {
	font-family: Helvetica, arial, sans-serif;
}

h3#sponsor {
	font-size: 1.5625em; /* 16×1.5625=25px */
}

h3#topics-sched {
	font-size: 1.5625em; /* 16×1.5625=25px */
}

#sign-up p {
	line-height: 1.25em; /* 16×1.25=20px */
}

#newsletter #contact {
	font-size: .875em; /* 16×.875=14px */
}

.mce_inline_error {
	font-size: .875em; /* 16×.875=14px */
}

#mce-responses {
	font-size: .875em; /* 16×.875=14px */
}

#benefits-list li {
	font-size: .875em; /* 16×.875=14px */
}

#speakers-list li .desc {
	font-size: .875em; /* 16×.875=14px */
}

#speakers-list li a.speaker-url {
	font-size: .8125em; /* 16×.8125=13px */
}

.footer.page .vcard {
	font-size: .9375em; /* 16×.9375=15px */
}
/* End Typography */

/* Global */
body {
	background: #dadecc url(../img/background.jpg) center top no-repeat;
	color: #444;
}

.section.content {
	width: 995px;
	margin: 0 auto;
}

#content {
	padding-bottom: 12px;
	background: transparent url(../img/content_wrap_bottom.jpg) 21px bottom no-repeat;
}

#content-wrap {
	margin-left: 20px;
	background: transparent url(../img/balloon_string_inner_repeat.jpg) 322px top repeat-y;
}
/* End Global */

/* Nav Feather */
.nav-feather {
	background:url(../img/feather.png) bottom center repeat-x;
	padding:0px 0px 4px 0px;
	width:100%;
}

.nav-wrapper {
	background: #444;
	width: 100%;
}

.nav-header {
	width:980px;
	margin: 0 auto;
	height:33px;
}

.nav-header ul {
	margin:8px 0px 0px 0px;
	float:right;
}

.nav-header ul li {
	display:inline;
}

.nav-header ul li a {
	text-decoration:none;
	color:#d7cfba;
	padding-left:15px;
	-webkit-transition-property: color;
  	-webkit-transition-duration: 150ms;
	-moz-transition-property: color;
  	-moz-transition-duration: 150ms;
	transition-property: color;
  	transition-duration: 150ms;
}

.nav-header ul li a:hover,
.nav-header ul li a.blog {
	color: #eb6f00;
}
/* End Nav Feather */

/* Header Page */
.header.page {
	margin-top: 30px;
}

p#logo {
	float: left;
	width: 341px;
	height: 129px;
	margin-right: 20px;
	background: transparent url(../img/tv_presents.png) left top no-repeat;
}
	p#logo img {
		height: 0;
	}

h1#conf-title {
	position: relative;
	float: right;
	width: 570px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding-top: 25px;
	padding-left: 40px;
}

h1#conf-title a {
	color: #444;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}

	h1#conf-title span.the {
		position: absolute;
		top: -5px;
		left: 5px;
		color: #fff;
		text-shadow: 0 2px 0 #ccc;
		-webkit-transform: rotate(-10deg); 
		-moz-transform: rotate(-10deg);
	}

	h1#conf-title a span.title {
/*		padding-left: 40px;*/	
	}
	
	h1#conf-title a span.online {color: #ec7000;}
	h1#conf-title a span.conference {color: #078dca;}
	
#date-time-wrap {
	padding-left: 362px;
}

#date-time {
	width: 606px;
	height: 105px;
	border-top: dashed 4px #bdc0ad;
}

#conf-date {
	float: left;
	width: 355px;
	margin-top: 42px;
}

/* Time Button */
a#time-display-btn {
	float: right;
	width: 238px;
	height: 17px;
	margin-top: 20px;
	padding: 23px 0;
	display: block;
	color: #97998e;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-radius: 5px;
	border-top-left-radius: 5px;
}

a#time-display-btn:hover {
	background-color: #f6f6f6;
}
/* End Time Button */
/* End Header Page */

/* Main Content */
#main-content-wrap {
	float: right;
	width: 638px;
	padding-top: 10px;
	margin-right: 15px;
	background: transparent url(../img/balloon_string_top.jpg) left top no-repeat;
}

#main-content {
	background: #f4f6e8 url(../img/balloon_string_repeat.jpg) left top repeat-y;
}

#main-content-inner {
	padding: 20px 0 0 8px;
	background: #f4f6e8 url(../img/balloon_string_inner_repeat.jpg) left top repeat-y;
}

a.buy-ticket {
	display: block;
	margin: 0 0 25px 13px;
}

/* Sponsor */
h3#sponsor-title {
	width: 598px;
	margin-bottom: 20px;
	padding: 20px 0 0 2px;
	color: #444;
	border-top: 4px dashed #bec1af;
}

#sponsor-logo img {
	width: 247px;
	margin-bottom: 20px;
}
/* End Sponsor */

h3#topics-sched {
	width: 598px;
	margin-bottom: 15px;
	padding: 20px 0 0 2px;
	color: #444;
	border-top: 4px dashed #bec1af;
}
	
#schedule-table {
	width: 595px;
	margin-bottom: 12px;
}

#schedule-table th {
	padding: 12px 15px;
	color: #fff;
	border-bottom: 1px solid #f1f1f1;	
	background-color: #afd018;
}

	#schedule-table th.session, #schedule-table th.length, #schedule-table th.topics {
		border-left: 1px solid #f1f1f1;
	}


#schedule-table th.topics {
	border-right: 0;
}

#schedule-table td {
	padding: 12px 15px;
	border-left: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

#schedule-table td.session {
	color: #0b8ecb;
}

#schedule-table td.length {
	color: #8f8e8e;
}

	#schedule-table td.topics .topic-name {
		color: #0b8ecb;
	}

	#schedule-table td.topics .speaker-name {
		color: #98c610;
	}

	#schedule-table td.topics .topic-desc {
		color: #8f8e8e;
	}
	
	#schedule-table td.topics .topic-name a {
		color: #0b8ecb;
	}

	#schedule-table td.topics .speaker-name a {
		color: #98c610;
	}

	#schedule-table td.topics .topic-desc a {
		color: #8f8e8e;
	}
	
#schedule-table tr.alt td {
	background-color: #fafafa;
}

/* Newsletter */
#newsletter-wrap {
	width: 595px;
	padding: 76px 0 0 0;
	background: transparent url(../img/newsletter_top.jpg) left top no-repeat;
}

#newsletter {
	padding-bottom: 10px;
	background-color: #f8f8f8;
	border-left: 4px solid #dcdcdc;
	border-bottom: 4px solid #dcdcdc;
	border-right: 4px solid #dcdcdc;
}

#sign-up {
	float: left;
	width: 315px;
	padding: 5px 22px;
	color: #717171;
}

#newsletter #contact {
	float: right;
	width: 201px;
	margin-top: -35px;
	padding: 3px 10px 0 12px;
	color: #717171;
	border-left: 4px dashed #dcdcdc;
}

#newsletter #contact a {
	color: #0b8ecb;
}

/* Form */
#mc-embedded-subscribe-form {
	width: 325px;	
}

#mc-embedded-subscribe-form .mc-field-group.email {
	float: left;
	width: 229px;
	margin-top: 20px;
	padding-top: 5px;
	background: #f8f8f8 url(../img/newsletter_input_top.jpg) left top no-repeat;
}

#mc-embedded-subscribe-form #mce-EMAIL {
	width: 221px;
	padding: 6px 4px 8px 4px;
	border: none;
	background: #f8f8f8 url(../img/newsletter_input_bottom.jpg) left bottom no-repeat;
}

#mc-embedded-subscribe-form #mc-embedded-subscribe {
	float: left;
	width: 86px;
	height: 32px;
	margin: 20px 0 0 10px;
	border: none;
	text-indent: -2000em;
	overflow: hidden;
	cursor: pointer;
	background: #f8f8f8 url(../img/newsletter_submit.jpg) left top no-repeat;
}

.mce_inline_error {
	margin-top: 5px;
	color: #ff0000;
}

#mce-responses {
	float: left;
	width: 320px;
	padding-top: 20px;		
}

#mce-error-response {
	color: #ff0000;
}
/* End Form */

#newsletter #contact #twitter {
	width: 201px;
	padding-bottom: 10px;
	background: #f8f8f8 url(../img/twitter_bottom.jpg) 42px bottom no-repeat;
}

#newsletter #contact #twitter-inner {
	background: transparent url(../img/twitter_bg.jpg) left top no-repeat;
}

#newsletter #contact #twitter p {
	width: 151px;
	position: relative;
	left: 42px;
	top: 5px;
	padding-left: 8px;
	background-color: #fff;
}

#newsletter #contact #question {
	margin-top: 12px;
	padding-left: 50px;
	background: #f8f8f8 url(../img/email_icon.jpg) left center no-repeat;
}
/* End Newsletter */
/* End Main Content */

/* Supp Content */
#supp-content {
	float: left;
	width: 322px;
}

/* Benefits */
.section.benefits {
	margin-top: -105px;
	padding: 0 36px 0 24px;
	background: #0b8ecb url(../img/benefits_repeat.jpg) left top repeat-y;
}

.section.benefits h3 {
	width: 322px;
	height: 51px;
	margin: 0 0 17px -24px;
	text-indent: -2000em;
	overflow: hidden;
	background: transparent url(../img/benefits_title.jpg) left top no-repeat;
}

#benefits-list {
	padding: 0 20px 17px 20px;
}

#benefits-list li {
	margin: 7px 0;
	color: #fff;
	list-style-image: url(../img/benefits_list.jpg);
}

#benefits-list li a {
	color: #b4d41e;
}
/* End Benefits */

/* Speakers */
.section.speakers {
	padding: 0 36px 0 10px;
	background: #e96e00 url(../img/speakers_repeat.jpg) left top repeat-y;	
}

.section.speakers h3 {
	width: 322px;
	height: 51px;
	margin: 0 0 0 -10px;
	text-indent: -2000em;
	overflow: hidden;
	background: transparent url(../img/speakers_title.png) left top no-repeat;
}

#speakers-list {
	color: #fff;
}

#speakers-list li {
	width: 295px;
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 4px dashed #fff;
}

	#speakers-list li.last {
		border: none;
		padding-bottom: 25px;
		margin-bottom: 0;
	}

#speakers-list li img {
	float: left;
	margin-right: 10px;
	border: 4px solid #c86105;
}

#speakers-list li h4 {
	float: left;
	width: 195px;
}

#speakers-list li a {
	color: #fff;
}

#speakers-list li a.speaker-url {
	display: block;
	float: left;
	width: 195px;
	color: #fff;
}

#speakers-list li .desc {
	float: left;
	width: 195px;
	margin-top: 10px;
}
/* End Speakers */

/* FOWD London */
.section.fowdlondon h3 {
	width: 322px;
	height: 309px;
	background: #448988 url(../img/fowd_london.jpg) left top no-repeat;
}

.section.fowdlondon img {
	height: 0;
}

.section.fowdlondon p {
	height: 0;
	text-indent: -2000em;
	overflow: hidden;
}

.section.fowdlondon #fowdlondon-link {
/*	display: block;
	text-indent: -2000em;
	overflow: hidden;*/
}
/* End FOWD London */
/* End Supp Content */

/* Pre Footer */
#pre-footer {
	margin-left: 43px;
	padding-top: 12px;
	background: transparent url(../img/prefooter_top.jpg) left top no-repeat;	
}

#pre-footer-inner {
	padding: 12px 32px;
	background: transparent url(../img/prefooter_repeat.jpg) left top repeat-y;	
}

#pre-footer-inner #sponsor {
	float: left;
	width: 330px;
}

#pre-footer-inner #sponsor h4 {
	color: #fff;
	/* Modified by Ryan
	text-indent: -2000em;
	overflow: hidden; 
	*/
}

#pre-footer-inner #sponsor a {
	color: #fff;
}

/* Added by Ryan */

#pre-footer-inner #sponsor h2 {
	color: #fff;
	width: 265px;
	font-size: 1em;
	padding-bottom:12px;
}

#pre-footer-inner #sponsor p {
	color: #c1c1c1;
	width: 265px;
	font-size: .790em; /* 16×.875=14px */
	margin-bottom:10px;
}

a.imgLink {
	margin-bottom:10px;
	float:left;
	width:265px;
}

a.imgLink:hover {
	opacity:.7;
}

/* End: Added by Ryan */

#pre-footer-inner #purchase {
	float: right;
	width: 520px;
	padding-right:30px;
}

#pre-footer-inner #purchase h2 {
	text-indent: -2000em;
}

#pre-footer-inner #purchase h4 {
	width: 303px;
	height: 27px;
	margin-bottom: 20px;
	text-indent: -2000em;
	overflow: hidden;
	background: #494949 url(../img/purchase_tickets.jpg) left top no-repeat;	
}

#pre-footer-inner .buy-ticket {
	width: 487px;
	height: 122px;
	margin: 0 0 30px -25px;
	padding: 0;	
}
/* End Pre Footer */

/* Footer */
.footer.page {
	position: relative;
	width: 900px;
	margin-left: 20px;
	padding: 26px 30px;
	color: #fff;
	background-color: #e96e00;
}

.footer.page a {
	color: #fff;
}

.footer.page .vcard .tel {
	padding-left: 15px;
}

.footer.page .vcard .email {
	padding: 0 3px 0 15px;
}

.footer.page .vcard .want-sponsor {
	padding-left: 3px;
}

#hand {
	position: absolute;
	width: 92px;
	height: 87px;
	top: -17px;
	right: -13px;
	background: transparent url(../img/hand.png) left top no-repeat;	
}
/* End Footer */

/* Times */
#times {
	width: 760px;
	display: block;
}

#times h3 {
	margin-bottom: 10px;
}

#times table {
	width: 750px;
	font-size: .8em;
	background: #fff;
	color: #555;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 10px solid #fff;
	padding: 0;
	}

#times table thead td {
	padding: 18px 0;
}

#times table thead td a {
	padding: 0 2px 0 4px;
	font-size: 1.8em;
	color: #25aae1;
	text-decoration: none;
}

	#times table thead td a:hover, #times table thead td a.selected {
		color: #fff;
		background-color: #25aae1;
	}
	
#times table strong {
	color: #25aae1;
	font-size: 1.1em;
}

#times table em {
	font-weight: bold;
}

#times table abbr {
	border-bottom: 1px dotted #555;
}

#times table td {
	padding: 2px 4px;
}

#times table td:nth-child(2n+2), #times table td:nth-child(2n+3) {
	border-left: 1px dotted #6ecdf4;
}
/* End Times */

/*Clearfix */
.header.page:after,
#content-wrap:after,
#countdown:after,
#countdown ol:after,
#newsletter:after,
#speakers-list li:after,
#pre-footer-inner:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* End Clearfix */
