/********** 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 */
}

#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 */
}

#countdown ol li, #status {
	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#css3-conf a {
	float: left;
	width: 362px;
	height: 263px;
	margin-right: 20px;
	background: transparent url(../img/css3_conf.png) left top no-repeat;
}

	h1#css3-conf img {
		height: 0;
	}
	
#date-wrap {
	float: left;
	width: 247px;
	height: 300px;
	background: transparent url(../img/balloon_attach.png) 195px bottom no-repeat;
}

#date {
	width: 247px;
	height: 277px;
	padding-top: 50px;
	-webkit-animation-name: balloonWobble;
	-webkit-animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-direction: alternate;
	background: transparent url(../img/balloon.png) left top no-repeat;
}

@-webkit-keyframes balloonWobble {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(3deg);
	}
}

#date h2 {
	width: 200px;
	margin-left: 22px;
	text-align: center;
	color: #656954;
	font-weight: bold;
	text-transform: uppercase;
}

#date h2 span {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

#timezones {
	width: 208px;
	margin: 20px 0 0 20px;
	text-align: center;
}

#timezones li {
	margin: 15px 0;
}

#timezones li strong {
	font-weight: bold;
}

#timezones li#sf-time {color: #1485a6;}
#timezones li#ldn-time {color: #9db91a;}
#timezones li#syd-time {color: #d07e14;}
/* End Header Page */

/* Main Content */
#main-content-wrap {
	float: right;
	width: 638px;
	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;
}

/* Countdown */
#countdown-wrap {
	position: relative;
}

#clock {
	position: absolute;
	width: 57px;
	height: 77px;
	top: -8px;
	left: 40px;
	background: transparent url(../img/clock.png) left top no-repeat;
}

#countdown ol, #status {
	padding: 18px 0 18px 125px;
}

#countdown ol li {
	display: block;
	float: left;
	margin-right: 10px;
}

#countdown span.year, #countdown span.month, #countdown span.day, #countdown span.hour, #countdown span.min, #countdown span.sec {
	color: #f97f27;
}

#status {
	color: #f97f27;
}

#countdown span.countdown_amount {	
	border: 1px solid blue;
}
/* End Countdown */

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: left;
	width: 520px;
}

#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 */

/*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 */

