/*
Theme Name: Future of Web Design
Theme URI: http://futureofwebdesign
Description: Future of Web Design London 2010 - Conference Website
Version: 1
Author: Mike Kus (mike@carsonified.com)
*/

/********** 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, strong, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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 */














/********** Site Wide Content Areas **********/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#080700 url(../images/presentation/background_texture_tile.jpg) top center repeat;
    font-size: 100%;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	letter-spacing:-0.035em;
	color:#fffeea;/*White*/
}

#stars {
	/*background:url(../images/presentation/background_stars_large_parallax.png) -500% top repeat-x;
	background-attachment:fixed;
	width:100%;*/
}

#mainContainer {
	width:980px;
	margin: 0 auto;
	position:relative;
	/*z-index:20;*/
}

/*#content {
	width:980px;
	padding-top:40px;
}*/

body#home #content {
	width:980px;
	padding-top:0px;
}

.primaryContent {
	width:600px;
	float:right;
}

.secondaryContent {
	width:340px;
	float:left;
}

.sectionFull {
	width:980px;
	border-bottom:1px solid #1e1d15;/*Grey*/
}

.end {
	border-bottom:none;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
}











/* Footer */

#footerPlanet {
	width:100%;
	background:url(../images/presentation/planet_footer.jpg) top center repeat-x;
}

#footerData {
	width:100%;
	background:url(../images/presentation/graph_data3.png) -1000% top repeat-x;
}

#footerDetails {
	background:url(../images/presentation/footer_background.png) left 0px no-repeat;
	width:980px;
	height:250px;
	padding:250px 0px 0px 0px;
}

#footer {
	width:980px;
	margin: 0 auto;
	padding:0px 0px 0px 0px;
}

#footerContact,
#footerFont,
#mediaTemple {
	font-size:80%;
	letter-spacing::-0.08em;
	float:left;
	margin:16px 0px 0px 40px;
}

#mediaTemple {
	margin:16px 0px 0px 85px;
	width:150px;
}

#mediaTemple a img:hover,
#nasa a img:hover {
	opacity:0.7;
}

#mediaTemple img, #nasa img {
	float:right;
} 

#nasa {
	font-size:80%;
	letter-spacing::-0.08em;
	float:right;
	width:265px;
}

#nasa h6 {
	margin:16px 0px 0px 0px;
}

#nasa img {
	float:right;
}

.sponsorsHome {
	width:980px;
	padding:40px 0px 40px 0px;
	margin:0px 0px 0px 0px;
}

.sponsorsHome a {
	float:left;
	margin-right:115px;
	border-bottom:none;
}

.sponsorsHome a:hover {
	border-bottom:none;
}

.sponsorsHome a.right {
	margin-right:0px;
}












/********** links **********/

a {
	color:#fffeea;/*White*/
	text-decoration:none;
	border-bottom:1px solid #ad1d1d;
}

a:hover {
	color:#ad1d1d;/*Red*/
	border-bottom:1px solid #fffeea;
}

a.special {
	background:#ad1d1d;/*Red*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border-bottom:none;
	padding:3px 4px 3px 4px;
	text-decoration:none;
	font-size:90%;
}

a.special:hover {
	background:#fffeea;/*White*/
	color:#ad1d1d;/*Red*/
}

a.bigLink {
	font-family:Helvetica, Arial, sans-serif;
	background: rgba(173, 29, 29, 0.2)/*Red*/ url(../images/presentation/arrow_red_white_small.png) 407px 12px no-repeat;
	text-decoration:none;
	font-weight:bold;
	font-size:185%;
	letter-spacing:-0.035em;
	padding:8px 40px 8px 85px;
	margin:0px 0px 0px -85px;
	width:330px;
	float:left;
	border-bottom:none;
}

a.bigLink:hover {
	background: #ad1d1d/*Red*/ url(../images/presentation/arrow_red_white_small.png) 407px -58px no-repeat;
	color:#fffeea;
}

a.bigLink span {
	color:#ad1d1d;/*Red*/
}

a.bigLink:hover span {
	color:#fffeea;/*White*/
}









/********** Text **********/

h1, h2, h3, h4, h5, h6 {
	letter-spacing:-0.05em;
	color:#fffeea;/*White*/
}

h1 {
	font-size:200%;
}

h2 {
	font-size:200%;
}

h3 {
	font-size:170%;
	margin:0px 0px 7px 0px;
	line-height:0.9em;
}

h3 span.small {
	font-size:60%;
}

h3 span span {
	background:#fffeea;/*White*/
	color:#ad1d1d;/*Red*/
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	padding:1px 2px 1px 2px;
}

h4 {
	font-size:170%;
	margin:0px 0px 9px 0px;
}

h5 {
	font-size:100%;
	font-weight:normal;
	margin:0px 0px 25px 0px;
}

h6 {
	font-size:110%;
	font-weight:normal;
	margin-bottom:10px;
}

p {
	font-size:90%;
	line-height:1.2em;
	padding-bottom:20px;
	color:#b2b1a2;
}

p.none {
	padding-bottom:0px;
}

p.intro {
	font-size:100%;
}

p.introLarge {
	font-size:120%;
}









/********** Site Wide Styles **********/

#newsletter {
	float:left;
	background:url(../images/presentation/diagonals.png) 80px 50px no-repeat;
	margin:40px 0px 40px 0px;
	width:340px;
	height:261px;
}

#newsletter h3 {
	font-size:230%;
	background:url(../images/presentation/satellite.png) top left no-repeat;
	margin:40px 0px 0px 0px;
	padding:68px 0px 0px 115px;
	margin:0px 0px 5px 0px;
}

#newsletter p {
	padding:0px 0px 10px 116px;
}

#newsletter form {
	position:relative;
}

#newsletter form input {
	width:265px;
	height:27px;
	background: rgba(255, 254, 234, 0.3);/*White*/
	border:none;
	font-size:140%;
	padding:5px 5px 5px 10px;
	margin-top:5px;
	color:#000;
	font-family:"Monaco", Courier New, Courier, monospace
}

#newsletter form input:focus {
	background:#fffeea;/*White*/
	-webkit-box-shadow: 0px 0px 7px #fffeea;/*White*/ 
    /*-moz-box-shadow: inset 0px 0px 10px #c1c1c1;  
	box-shadow: 0px 0px 5px #c1c1c1;*/
	
}

#newsletter form input.btn {
	position:absolute;
	top:-4px;
	left:294px;
	background:url(../images/presentation/arrow_circle_button.png) top left no-repeat;
	display: block;
	width:45px;
	height:45px;
	border:none;
	cursor:pointer;
	padding:0px;
	font-size:80%;
	color:#fffeea;
	text-indent:-9999px;
	overflow:hidden;
}

#newsletter form input.btn:hover {
	background:url(../images/presentation/arrow_circle_button.png) 0px -50px no-repeat;
}

#newsletter form #mce-responses #mce-error-response {
	background:none;
	color:#ad1d1d;
	font-weight:normal;
}

/* Overide styles for mailchimp form */

#mce-error-response,
.mce_inline_error { 
	padding: 10px 0;
	color: #ad1d1d; 
}

#mce-success-response {
	width: 280px; 
	padding: 10px 0; 
	line-height: 1.2em; 
	color: #00a7de;
}

/*#newsletter form button {
	position:absolute;
	top:0px;
	left:294px;
	background:url(../images/presentation/arrow_circle_button.png) top left no-repeat;
	display: block;
	width:45px;
	height:45px;
	border:none;
	cursor:pointer;
	padding:0px;
	font-size:80%;
	color:#fffeea;
}

#newsletter form button img {
	height:0;
}

#newsletter form button:hover {
	background:url(../images/presentation/arrow_circle_button.png) 0px -50px no-repeat;
}*/

#contact {
	float:left;
	background:url(../images/presentation/diagonals_white.png) 80px 50px no-repeat;
	margin:190px 0px 40px 0px;
	width:340px;
	height:261px;
}

#contact img {
	float:left;
	opacity:0.8;
}

#contact img:hover {
	opacity:1;
}

#contact h3 {
	font-size:230%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 5px 0px;
}

#contact p {
	padding:0px 0px 0px 0px;
}

.contactPerson {
	width:225px;	
	float:right;
	margin:67px 0px 20px 0px;
}

ul.contactDetails {
	float:left;
}

ul.contactDetails li {
	font-family:Helvetica, Arial, sans-serif;
	font-size:90%;
	line-height:1.2em;
	color:#b2b1a2;/*light grey*/
	border-bottom:1px solid #1e1d15;/*Grey*/
	padding:4px 0px 4px 0px;
}

ul.contactDetails li:last-child {
	border-bottom:none;
}

ul.contactDetails li span {
	font-family:Helvetica, Arial, sans-serif;
	font-size:90%;
	color:#fffeea;/*white*/
}

ul.contactDetails li.usa span {
	margin-left:20px;
}

ul.contactDetails li.europe span {
	margin-left:59px;
}

ul.contactDetails li.uk span {
	margin-left:86px;
}

ul.contactDetails li.email a {
	margin-left:109px;
}





/********** Small Nav **********/

ul#smallNav {
	padding:12px 0px 12px 0px;
	float:left;
	width:980px;
}

ul#smallNav li {
	font-family:Helvetica, Arial, sans-serif;
	display:inline;
	font-size:72%;
	padding:0px 6px 0px 0px;
}

ul#smallNav li a {
	display:inline;
	color:#b9b8aa;/*Light Grey*/
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:3px 4px 2px 4px;
	border-bottom:none;
}

ul#smallNav li a:hover,
#partners ul#smallNav li a.partners {
	background-color: rgba(173, 29, 29, 0.5);/*Red*/
}











/********** Header **********/

#header {
	position:relative;
	width:980px;
	margin-bottom:0px;
	/*z-index:1;*/
}

ul#mainNav {
	margin:20px 0px 0px 40px;
	float:left;
}

ul#mainNav li {
	font-family:Helvetica, Arial, sans-serif;
	font-size:80%;
	padding:0px 0px 9px 0px;
}

ul#mainNav li a {
	color:#fffeea;/*White*/
	text-decoration:none;
	padding:3px 4px 2px 4px;
	border-bottom:none;
}

ul#mainNav li a:hover,
#home ul#mainNav li a.navHome ,
#schedule ul#mainNav li a.navSchedule,
#speakers ul#mainNav li a.navSpeakers,
#information ul#mainNav li a.navInfo,
#sponsors ul#mainNav li a.navSponsors,
#register ul#mainNav li a.navRegister {
	background-color: rgba(173, 29, 29, 0.5);/*Red*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/********** Header Left **********/

#headerLeft {
	float:left;
	width:640px;
	height:161px;
	border-top:1px solid #1e1d15;/*Grey*/
	border-right:1px solid #1e1d15;/*Grey*/
	border-bottom:1px solid #1e1d15;/*Grey*/
}

/********** Header Right **********/

#headerRight {
	float:right;
	width:339px;
	height:163px;
}

.callToAction {
	height:91px;
	width:339px;
}

h2.actionMessage1 {
	float:left;
	width:189px;
	height:91px;
	background:url(../images/presentation/early_bird_32_off.png) top left no-repeat;
}

h2.actionMessage1 img {
	height:0;
}

h2.actionMessage2 {
	float:left;
	width:189px;
	height:91px;
	background:url(../images/presentation/early_bird_save_195.png) top left no-repeat;
}

h2.actionMessage2 img {
	height:0;
}

.countDown {
	font-family:Helvetica, Arial, sans-serif;
	float:right;
	height:91px;
	width:129px;
	border-left:1px solid #1e1d15;/*Grey*/
	background:url(../images/presentation/arrow_blue.png) top right no-repeat;
	padding:0px 0px 0px 20px;
}

.countDown p {
	color:#fffeea;
}

p.daysRemaining {
	background:url(../images/presentation/days_remaining.png) top left no-repeat;
	float:left;
	width:53px;
	height:27px;
	padding-bottom:0px;
}

p.daysRemaining img {
	height:0;
}

p.counter {
	font-weight:bold;
	font-size:292%;
	padding:0px;
	margin-top:-10px;
	letter-spacing:-0.05em;
	
}











/********** Image Replacement **********/

h1.fiveHundred a {
	background:url(../images/presentation/500.png) top left no-repeat;
	float:left;
	display: block;
	width:980px;
	height: 359px;
	border: none;
	margin: 170px 0px 0px 0px;
	}
	
h1.fiveHundred a:hover {
	background:url(../images/presentation/500.png) 0px -400px no-repeat;
	}
	
h1.fiveHundred a img {
	height:0;
}

h1.four0four a {
	background:url(../images/presentation/404.png) top left no-repeat;
	float:left;
	display: block;
	width:980px;
	height: 359px;
	border: none;
	margin: 170px 0px 0px 0px;
	}
	
h1.four0four a:hover {
	background:url(../images/presentation/404.png) 0px -400px no-repeat;
	}
	
h1.four0four a img {
	height:0;
}

h2.toolKitLarge a {
	background:url(../images/presentation/tool_kit_large.png) top left no-repeat;
	float:left;
	display: block;
	width:338px;
	height: 354px;
	border: none;
	margin: 80px 0px 0px 0px;
	opacity:0.8;
	}
	
h2.toolKitLarge a:hover {
	opacity:1;
	}
	
h2.toolKitLarge a img {
	height:0;
}

h2.toolKit a {
	background:url(../images/presentation/tool_kit_horz.png) top left no-repeat;
	float:left;
	display: block;
	width:310px;
	height: 80px;
	border: none;
	padding: 0px;
	margin: 1px 0px 0px 20px;
	opacity:0.8;
	}
	
h2.toolKit a:hover {
	background:url(../images/presentation/tool_kit_horz.png) top left no-repeat;
	opacity:1;
	}
	
h2.toolKit a img {
	height:0;
}

h1.logoHeader a {
	background: url(../images/presentation/logo_header.png) top left no-repeat;
	float:left;
	display: block;
	width: 425px;
	height: 104px;
	border: none;
	padding: 0px;
	margin: 39px 0px 0px -85px;
	}
	
h1.logoHeader a:hover {
	background: url(../images/presentation/logo_header.png) 0px -130px no-repeat;
	}
	
h1.logoHeader a img {
	height:0;
}

h2.workshopsLink a {
	background: url(../images/presentation/04_worksshops.png) top left no-repeat;
	float:right;
	display: block;
	width: 462px;
	height: 186px;
	border: none;
	padding: 0px;
	margin: 40px 0px 0px 0px;
	}
	
h2.workshopsLink a:hover {
	background: url(../images/presentation/04_worksshops.png) 0px -300px no-repeat;
	}
	
h2.workshopsLink a img {
	height:0;
}

h2.speakers {
	background: url(../images/presentation/the_worlds_best_speakers.png) top left no-repeat;
	display: block;
	width: 980px;
	height: 102px;
	border: none;
	padding: 0px;
	margin: 40px 0px 40px 0px;
	padding-bottom:40px;
	border-bottom:1px solid #1e1d15;/*Grey*/
	}
	
h2.speakers img {
	height:0;
}

h2.ourPartners {
	background: url(../images/presentation/thanks_to_our_partners.png) top left no-repeat;
	display: block;
	width: 980px;
	height: 79px;
	border: none;
	padding: 0px;
	margin: 40px 0px 40px 0px;
	padding-bottom:40px;
	border-bottom:1px solid #1e1d15;/*Grey*/
	}
	
h2.ourPartners img {
	height:0;
}

h2.stuff {
	background: url(../images/presentation/stuff_you_need_to_know.png) top left no-repeat;
	display: block;
	width: 599px;
	height: 212px;
	border: none;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	padding-bottom:40px;
	border-bottom:1px solid #1e1d15;/*Grey*/
	}
	
h2.stuff img {
	height:0;
}

h2.sponsors {
	background: url(../images/presentation/engage_community.png) top left no-repeat;
	display: block;
	width: 600px;
	height: 169px;
	border: none;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	}
	
h2.sponsors img {
	height:0;
}


h2.schedule {
	background: url(../images/presentation/schedule.png) top left no-repeat;
	display: block;
	width: 359px;
	height: 78px;
	border: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	}
	
h2.schedule img {
	height:0;
}

h2#workshops {
	background: url(../images/presentation/workshops.png) top left no-repeat;
	display: block;
	width: 425px;
	height: 78px;
	border: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	}
	
h2#workshops img {
	height:0;
}

h2.buyYourTickets {
	float:left;
	background: url(../images/presentation/buy_your_tickets_right.png) top left no-repeat;
	display: block;
	width: 338px;
	height: 70px;
	border: none;
	padding: 0px;
	margin: 70px 0px 0px 0px;
	}
	
h2.buyYourTickets img {
	height:0;
}

a.logoCarsonified {
	background:url(../images/presentation/logo_carsonified.png) top left no-repeat;
	float:left;
	display: block;
	width:200px;
	height: 97px;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
	
a.logoCarsonified:hover {
	opacity:0.7;
	}
	
a.logoCarsonified img {
	height:0;
}

a.buyTickets {
	background: url(../images/presentation/buy_tickets.png) top left no-repeat;
	display: block;
	width: 339px;
	height: 72px;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
	
a.buyTickets:hover {
	background: url(../images/presentation/buy_tickets.png) 0px -80px no-repeat;
	}
	
a.buyTickets img {
	height:0;
}

a.registerNow {
	background: url(../images/presentation/register_now.png) top left no-repeat;
	display: block;
	width: 339px;
	height: 72px;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
	
a.registerNow:hover {
	background: url(../images/presentation/register_now.png) 0px -80px no-repeat;
	}
	
a.registerNow img {
	height:0;
}

a.arrowMap {
	background: url(../images/presentation/map_arrow.png) top left no-repeat;
	float:left;
	display: block;
	width: 340px;
	height: 228px;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-right:1px solid #1e1d15;/*Grey*/
	}
	
a.arrowMap:hover {
	background: url(../images/presentation/map_arrow.png) 0px -260px no-repeat;
	}
	
a.arrowMap img {
	height:0;
}

h2.mainHeading a {
	background: url(../images/presentation/33_speakers.png) top left no-repeat;
	float:right;
	display: block;
	width: 589px;
	height: 157px;
	border: none;
	margin: 38px 10px 0px 0px;
	}
	
h2.mainHeading a:hover {
	background: url(../images/presentation/33_speakers.png) 0px -180px no-repeat;
	}
	
h2.mainHeading img {
	height:0;
}

h3.topics a {
	background:url(../images/presentation/topics.png) top left no-repeat;
	float:left;
	display: block;
	width: 338px;
	height: 130px;
	border: none;
	padding: 0px;
	margin: 40px 0px 0px 20px;
	}
	
h3.topics a:hover {
	background:url(../images/presentation/topics.png) 0px -160px no-repeat;
	}
	
h3.topics a img {
	height:0;
}









/********** Home Page **********/

ul.speakersHome {
	float:left;
	margin:40px 0px 40px 0px;
}

ul.speakersHome li {
	font-family:Helvetica, Arial, sans-serif;
	display:inline;
	margin:0px 20px 0px 0px;
	float:left;
}

ul.speakersHome li a {
	text-decoration:none;
	font-size:85%;
	width:135px;
	float:left;
	padding:150px 0px 0px 0px;
	border-bottom:none;
}

ul.speakersHome li a.brendanHome {
	background:url(../images/presentation/speaker_brendan.png) top left no-repeat;
}

ul.speakersHome li a.brendanHome:hover {
	background:url(../images/presentation/speaker_brendan.png) 0 -250px no-repeat;
}

ul.speakersHome li a.danHome {
	background:url(../images/presentation/speaker_dan_c.png) top left no-repeat;
}

ul.speakersHome li a.danHome:hover {
	background:url(../images/presentation/speaker_dan_c.png) 0 -250px no-repeat;
}

ul.speakersHome li a.elliotHome {
	background:url(../images/presentation/speaker_elliot.png) top left no-repeat;
}

ul.speakersHome li a.elliotHome:hover {
	background:url(../images/presentation/speaker_elliot.png) 0 -250px no-repeat;
}

ul.speakersHome li a.mollyHome {
	background:url(../images/presentation/speaker_molly.png) top left no-repeat;
}

ul.speakersHome li a.mollyHome:hover {
	background:url(../images/presentation/speaker_molly.png) 0 -250px no-repeat;
}

ul.speakersHome li a.joshuaHome {
	background:url(../images/presentation/speaker_joshua.png) top left no-repeat;
}

ul.speakersHome li a.joshuaHome:hover {
	background:url(../images/presentation/speaker_joshua.png) 0 -250px no-repeat;
}

ul.speakersHome li a.danRubinHome {
	background:url(../images/presentation/speaker_dan_r2.png) top left no-repeat;
}

ul.speakersHome li a.danRubinHome:hover {
	background:url(../images/presentation/speaker_dan_r2.png) 0 -250px no-repeat;
}

ul.speakersHome li a.paulHome {
	background:url(../images/presentation/speaker_paul.png) top left no-repeat;
}

ul.speakersHome li a.paulHome:hover {
	background:url(../images/presentation/speaker_paul.png) 0 -250px no-repeat;
}

ul.speakersHome li a.sarahHome {
	background:url(../images/presentation/speaker_sarah.png) top left no-repeat;
}

ul.speakersHome li a.sarahHome:hover {
	background:url(../images/presentation/speaker_sarah.png) 0 -250px no-repeat;
}

ul.speakersHome li a.jonHome {
	background:url(../images/presentation/speaker_jon.png) top left no-repeat;
}

ul.speakersHome li a.jonHome:hover {
	background:url(../images/presentation/speaker_jon.png) 0 -250px no-repeat;
}

ul.speakersHome li a img {
	height:0;
}

/* Testimonials */

#testimonials {
	background:url(../images/presentation/arrow_left_large.png) top right no-repeat;
	width:600px;
	float:right;
	margin:40px 0px 0px 0px;
}

#testimonials li {
	background:url(../images/presentation/speech_bubble_right2.png) top right no-repeat;
	width:399px;
	padding:0px 27px 0px 0px;
	margin-bottom:20px;
}

#testimonials li.last {
	margin-bottom:0px;
}

#testimonials li div {
	background:#fffeea;/*White*/
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	padding:11px;
}

#testimonials li div p {
	color:#ad1d1d;/*Red*/
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#testimonials li div img {
	border:6px solid #dad9c7;/*beige*/
	float:left;
	margin-right:11px;
	color:#000;
	width:50px;
}

#testimonials a.special:hover {
	background:#424242;/*Grey*/
	color:#fffeea;/*White*/
}









/********** Speakers Page **********/

#speakers .speakerList {
	width:600px;
	margin:0px 0px 0px 0px;
}

#speakers .details {
	padding-top:55px;
}

#speakers .secondaryContent {
	background:url(../images/presentation/arrow_large_right.png) top right no-repeat;
	padding:100px 0px 0px 0px;
}

#speakers .speakerList .timePic a {
	width:110px;
	height:110px;
	float:left;
}

#speakers .speakerList .timePic a:hover {
	border-bottom:none;
}

#speakers .speakerList .timePic a img {
	width:110px;
	height:110px;
	opacity:0;
}

#speakers .speakerList .timePic a img:hover {
	opacity:1;
}

a.joshuaSpeaker {
	background:url(../images/content/speaker_joshua.jpg) top left no-repeat;
}

a.joshuaSpeaker:hover {
	background:none;
}

a.brendanSpeaker {
	background:url(../images/content/speaker_brendan.jpg) top left no-repeat;
}

a.danCederholmSpeaker {
	background:url(../images/content/speaker_dan_c.jpg) top left no-repeat;
}

a.sarahSpeaker {
	background:url(../images/content/speaker_sarah.jpg) top left no-repeat;
}

a.bradSpeaker {
	background:url(../images/content/speaker_brad.jpg) top left no-repeat;
}

a.paulSpeaker {
	background:url(../images/content/speaker_paul.jpg) top left no-repeat;
}

a.peterSpeaker {
	background:url(../images/content/speaker_pete.jpg) top left no-repeat;
}

a.danRubinSpeaker {
	background:url(../images/content/speaker_dan_r2.jpg) top left no-repeat;
}

a.elliotSpeaker {
	background:url(../images/content/speaker_elliot.jpg) top left no-repeat;
}

a.gavinSpeaker {
	background:url(../images/content/speaker_gavin.jpg) top left no-repeat;
}

a.gavinSpeaker:hover {
	background:none;
}

a.mollySpeaker {
	background:url(../images/content/speaker_molly.jpg) top left no-repeat;
}

a.mollySpeaker:hover {
	background:none;
}

a.rellySpeaker {
	background:url(../images/content/speaker_relly.jpg) top left no-repeat;
}

a.bruceSpeaker {
	background:url(../images/content/speaker_bruce.jpg) top left no-repeat;
}

a.simonSpeaker {
	background:url(../images/content/speaker_simon.jpg) top left no-repeat;
}

a.robinSpeaker {
	background:url(../images/content/speaker_robin.jpg) top left no-repeat;
}

a.remySpeaker {
	background:url(../images/content/speaker_remy.jpg) top left no-repeat;
}

a.webStandardistasSpeaker {
	background:url(../images/content/speaker_web_standardistas.jpg) top left no-repeat;
}

a.webStandardistasSpeaker:hover {
	background:none;
}

a.jonSpeaker {
	background:url(../images/content/speaker_jon.jpg) top left no-repeat;
}

a.aarronSpeaker {
	background:url(../images/content/speaker_aarron.jpg) top left no-repeat;
}

a.deniseSpeaker {
	background:url(../images/content/speaker_denise.jpg) top left no-repeat;
}

a.sandiSpeaker {
	background:url(../images/content/speaker_sandi.jpg) top left no-repeat;
}

a.aralSpeaker {
	background:url(../images/content/speaker_aral.jpg) top left no-repeat;
}

a.aralSpeaker:hover {
/*	background:none;*/
}












/********** Schedule Page **********/

.scheduleList {
	width:980px;
	margin:0px 0px 40px 0px;
	border-bottom:1px solid #1e1d15;/*Grey*/
}

.scheduleList li {
	width:980px;
	padding:0px 0px 40px 0px;
}

.scheduleList li.party,
.scheduleList li.break {
	width:980px;
	padding:15px 0px 15px 0px;
	margin-bottom:40px;
	background:url(../images/presentation/trans_white_light.png) top left repeat;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	text-align:center;
}

.scheduleList li.party span,
.scheduleList li.break span,
.scheduleList li.clinic span {
	opacity:0.6;
}

.scheduleList li.break p,
.scheduleList li.party p {
	padding-bottom:0px;
}

.scheduleList li.clinic {
	background:rgba(0, 203, 233, 0.2)/*Red*/ url(../images/presentation/inverted_arrows.png) 20px center no-repeat;
	width:980px;
	padding:15px 0px 15px 0px;
	margin-bottom:40px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	text-align:center;
}

p.panelists {
	font-size:150%;
	color:#fffeea;
	margin-bottom:-10px;
}

.scheduleList li.last {
	padding:0px 0px 0px 0px;
}

.scheduleList li.party {
	background:url(../images/presentation/trans_red.png) top left repeat;
}

.scheduleLeft,
.scheduleRight {
	width:450px;
	/*background:url(../images/presentation/trans_speaker_back2.png) top left repeat-y;*/
	padding:20px 20px 20px 0px;
}

.scheduleLeft {
	float:left;
	border-right:1px solid #1e1d15;/*Grey*/
	width:450px;
	
}

.scheduleRight {
	float:right;
}

.timePic {
	float:left;
	margin:0px 0px 0px 0px;
}

.timePic p {	
	font-family:Helvetica, Arial, sans-serif;
	background:#fffeea url(../images/presentation/noise_white.jpg) top left repeat;/*White*/
	padding:5px 5px 3px 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:76px;
	margin:0px 0px 20px 0px;
	font-weight:bold;
	color:#ad1d1d;
	line-height:1.3em;
}

.timePic p span {
	background:#676767;/*grey*/
	color:#fffeea;/*White*/
	padding:1px 3px 1px 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.scheduleRight .timePic p {
	background:#676767 url(../images/presentation/noise_grey.jpg) top left repeat;/*White*/
	color:#fffeea;
}

.scheduleRight .timePic p span {
	background:#fffeea;/*White*/
	color:#ad1d1d;
}

.details {
	padding-top:63px;
	width:318px;
	float:right;
}

.details p {
	color:#b2b1a2;
}

.scheduleIntro {
	float:left;
	width:430px;
	border-right:1px solid #1e1d15;/*Grey*/
	padding:40px 40px 20px 0px;
}

.sectionTrackHeaders {
	width:980px;
	padding:40px 0px 0px 0px;
	margin-bottom:10px;
}

#schedule h3 {
	float:left;
	background:url(../images/presentation/arrow_white_circle_down.png) top left no-repeat;
	padding:0px 0px 0px 55px;
}

#schedule h4 {

}

#schedule h4 span.red {
	color:#ad1d1d;
}

#schedule h3.headingTrackTwo {
	margin-left:239px;
	background:url(../images/presentation/arrow_grey_circle_down.png) top left no-repeat;
	color:#b2b1a2;
}

#schedule h3.workshopRight {
	margin-left:507px;
	background:url(../images/presentation/arrow_grey_circle_down.png) top left no-repeat;
	color:#b2b1a2;
}

.workshopsIntro {
	border-right:none;
	width:450px;
	padding:0px 40px 40px 0px;
}

.workshopsIntro p {
	padding-bottom:0px;
}

.speakerListContainer {
	padding:0px 0px 0px 0px;
	background:url(../images/presentation/arrow_left_large_grey.png) 0px 90px no-repeat;
	width:775px;
}

#schedule .speakerListContainer h3 {
	float:none;
	margin-bottom:25px;
	background:none;
	color:#b2b1a2;
	border-bottom:1px solid #1e1d15;/*Grey*/
	padding:0px 0px 20px 320px;
}

#schedule .speakerList {
	width:600px;
	margin:0px 0px 0px 320px;
}

ul.speakerList li {
	border-bottom:1px solid #1e1d15;/*Grey*/
	margin:0px 0px 40px 0px;
	padding:0px 0px 20px 0px;
}

ul.speakerList li .details {
	width:467px;
	float:right;
}

ul.topicsCovered {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

ul.topicsCovered li {
	background:url(../images/presentation/bullet.png) left center no-repeat;
	margin:0px 0px 0px 0px;
	padding:7px 0px 7px 20px;
	font-size:90%;
}

ul.topicsCovered li:last-child {
	border-bottom:none;
}









/********** Sponsors Page **********/

#sponsors #content {
	margin:50px 0px 0px 0px;
}

#sponsors .secondaryContent {
	background:url(../images/presentation/arrow_large_right.png) right 10px no-repeat;
}

#sponsors p.intro {
	padding-bottom:40px;
	margin:0px 0px 40px 0px;
	border-bottom:1px solid #1e1d15;/*Grey*/
}

.diamond {
	background: url(../images/presentation/diamond.png) top left no-repeat;
}

.platinum {
	background: url(../images/presentation/platinum.png) top left no-repeat;
}

.gold {
	background: url(../images/presentation/gold.png) top left no-repeat;
}

.silver {
	background: url(../images/presentation/silver.png) top left no-repeat;
}

.startUp {
	background: url(../images/presentation/start_up_icon.png) top left no-repeat;
}

.additional {
	background: url(../images/presentation/additional_icon.png) top left no-repeat;
}


ul.generalList {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

ul.generalList li {
	background:url(../images/presentation/bullet.png) left center no-repeat;
	margin:0px 0px 0px 0px;
	padding:7px 0px 7px 20px;
	font-size:90%;
	line-height:1.2em;
	border-bottom:1px solid #1e1d15;/*Grey*/
}

ul.generalList li span {
	color:#b2b1a2;
}

ul.generalList li:last-child {
	border-bottom:none;
}

p.cost {
	background:url(../images/presentation/trans_red.png) top left repeat;
	font-size:180%;
	line-height:1.2em;
	color:#fffeea;
	float:right;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:3px 4px 2px 4px;
}

.contentBlock {
	border-bottom:1px solid #1e1d15;/*Grey*/
	padding:0px 0px 40px 0px;
	margin:0px 0px 40px 0px;
}

.indentedContent {
	position:relative;
	margin:46px 0px 0px 133px;
	float:left;
}

.end { border-bottom:none; margin-bottom:0px; }

.speakerList .noLine { border-bottom:none; margin-bottom:0px; }

#sponsors #contact {
	margin-bottom:80px;
}

#sponsors .secondaryContent h4 {
	margin-bottom:40px;
	text-align:left;
	color:#7e7e77;
	border-bottom:1px solid #1e1d15;/*Grey*/
	padding-bottom:10px;
}

ul.pastSponsors {
	width:340px;
}

ul.pastSponsors li {
	width:340px;
	text-align:center;
	margin-bottom:30px;
}

ul.pastSponsors li a {
	border-bottom:none;
}

ul.pastSponsors li a img {
	opacity:0.7;
}

ul.pastSponsors li a:hover img {
	opacity:1;
}

#sponsors h4 span {
	font-size:70%;
	color:#b2b1a2;
}

h5.sub {
	font-size:90%;
	margin:35px 0px 10px 16px;
	color:#fffeea;/*white*/
}

h5.sub span {
	background:#272624;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:3px 4px 3px 4px;
}






/********** Information Page **********/

#information #content {
	margin:50px 0px 0px 0px;
}

#information #contact {
	margin:0px 0px 40px 0px;
}

#information .primaryContent h4,
#information .primaryContent p {
	margin-left:133px;
}

#information .primaryContent h5 {
	margin: 30px 0 15px 133px;
	font-size: 120%;
}

#information .primaryContent p strong {
	font-weight: bold;
}

#information p.intro {
	padding-bottom:40px;
	margin:0px 0px 40px 0px;
	border-bottom:1px solid #1e1d15;/*Grey*/
}

#information .primaryContent img {
	margin:20px 0px 40px 0px;;
}

#information .primaryContent a.nolink {
	border: none;
}

#information .primaryContent a.nolink:hover {
	color: #fffeea;
}

#information .secondaryContent {
	padding-top:150px;
}










/********** Register Page **********/

#register #content {
	margin:50px 0px 0px 0px;
}

#register .primaryContent {
	width:980px;
}

.amiando {
	background:#181816;
	padding:20px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	float:right;
}










/********** Partner Page **********/

#partners .primaryContent {
	width:750px;
}

#partners .primaryContent h3 {
	margin:0px 0px 30px 281px;
}

.partnerList {
	width:750px;
	margin:0px 0px 0px 0px;
}

.partnerList  li {
	border-bottom:1px solid #1e1d15;/*Grey*/
	margin:0px 0px 40px 0px;
	padding:0px 0px 20px 0px;
}

.partnerList  .companyLogo {
	float:left;
}

.partnerList li .details {
	width:467px;
	float:right;
	padding-top:0px;
}

.partnerList li .details h4 {
	color:#b2b1a2;
}

.partnerList .noLine { border-bottom:none; margin-bottom:0px; }











/********** 404 Page **********/

#earth {
	width:100%;
	height:1500px;
	background:url(../images/presentation/planet_1500.jpg) top center no-repeat;
	position:absolute;
	margin:-1100px 0px 0px 0px;
	-webkit-animation-name: earthRotation;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 500s;
	z-index:-1;
}

@-webkit-keyframes earthRotation {
from {
	-webkit-transform: rotate(0deg);
	}

to {
	-webkit-transform: rotate(360deg);

	}
}




/* Clearfix ____________________________________________________________________ */

#contact:after,
#header:after,
#headerLeft:after,
#headerRight:after,
.primaryContent:after,
.callToAction:after,
#content:after,
.sectionFull:after,
#footerDetails:after,
.scheduleList li:after,
.scheduleList:after,
.indentedContent:after,
.speakerList:after,
.speakerList li:after,
.scheduleLeft:after,
.scheduleIntro:after,
.scheduleRight:after,
.sectionTrackHeaders:after,
.sponsorsHome:after,
.contentBlock:after,
ul.credits li:after,
#testimonials li div:after,
ul.speakersHome li:after,
.partnerList:after,
.partnerList li:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* End Clearfix */