/*
Theme Name: Future of Web Apps
Theme URI: http://futureofwebapps.com
Description: Future of Web Apps 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:#faf9f2 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:#272727;/*black*/
}

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

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











/* Footer */

#footerPlanet {
	width:100%;
	background:url(../images/presentation/planet_footer.jpg) center 50px 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;
}

/* For home page with sponsors logos */

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

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

/*__________________________________ */

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

#footer h6 {
	color:#fff;
	text-shadow: #272727 0px 0px 2px;

}

#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;
	border-top:1px solid #cbcac0;
}

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

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

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

.sponsorsHome a:hover img {
	opacity:0.8;
}

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












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

a {
	color:#272727;/*black*/
	text-decoration:none;
	border-bottom:1px solid #c83535;
}

a:hover {
	color:#c83535;
	border-bottom:none;
}

a.special {
	background:#c83535;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:3px 4px 3px 4px;
	border-bottom:none;
	font-size:90%;
	color:#faf9f2;/*White*/
}

a.special:hover {
	background:#424242;
	color:#faf9f2;
}

a.bigLink {
	color:#c83535;
	font-family:Helvetica, Arial, sans-serif;
	background: rgba(200, 53, 53, 0.2) 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: #c83535 url(../images/presentation/arrow_red_white_small.png) 407px -58px no-repeat;
	color:#fffeea;
}

a.bigLink span {
	color:#c83535;
}

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














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

h1, h2, h3, h4, h5, h6 {
	letter-spacing:-0.05em;
	color:#272727;
}

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:#3c3c3c;
}

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

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

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









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

/********** Main Newsletter **********/

#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(200, 53, 53, 0.2);
	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:#faf9f2;/*White*/
	-webkit-box-shadow: 0px 0px 7px #b2b2b2;/*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) 0px -50px 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) top left 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: #e60505; 
	font-family:Helvetica, Arial, sans-serif;
	font-size:90%;
}

#mce-success-response {
	font-family:Helvetica, Arial, sans-serif;
	font-size:90%;
	width: 280px; 
	padding: 10px 0; 
	line-height: 1.2em; 
	color: #009cd6;
}

/********** Header Newsletter **********/

#newsletterHeader {
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	height:81px;
	width:339px;
}

#newsletterHeader h3.topForm {
	font-family:Helvetica, Arial, sans-serif;
	font-size:90%;
	color:#272727;
	background:none;
	margin:0px 0px 0px 0px;
	padding:1px 0px 0px 20px;
	margin:0px 0px 10px 0px;
	float:none;
}

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

#newsletterHeader form {
	position:relative;
}

#newsletterHeader form input {
	width:245px;
	height:27px;
	background:rgba(200, 53, 53, 0.2);
	border:none;
	font-size:140%;
	padding:5px 5px 5px 10px;
	margin:0px 0px 0px 20px;
	color:#000;
	font-family:"Monaco", Courier New, Courier, monospace
}

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

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

#newsletterHeader form input.btn:hover {
	background:url(../images/presentation/arrow_circle_button.png) top left no-repeat;
}

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

#newsletterHeader #mce-error-response,
#newsletterHeader .mce_inline_error { 
	background:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:90%;
	color: #e60505; 
	width: 244px; 
	margin:0px 0px 0px 20px;
	padding:10px 5px 10px 10px; 
}

#newsletterHeader #mce-success-response {
	background:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-size:90%;
	width: 244px; 
	padding:10px 5px 10px 10px; 
	margin:0px 0px 0px 20px;
	line-height: 1.2em; 
	color: #00a7de;
}



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

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

#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:#3c3c3c;
	border-bottom:1px solid #cbcac0;
	padding:4px 0px 4px 0px;
}

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

ul.contactDetails li span {
	font-family:Helvetica, Arial, sans-serif;
	color:#c83535;
	font-weight:bold;
}

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:#272727;/*Black*/
	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:url(../images/presentation/trans_red.png) top left repeat;
}

ul#smallNav li a:active,
ul#smallNav li a:focus {
	background:#;
}











/********** 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:#272727;/*black*/
	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:url(../images/presentation/trans_red.png) top left repeat;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

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

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

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

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

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

.arrow {
	height:91px;
	width:339px;
	background:url(../images/presentation/arrow_blue.png) right 0px no-repeat;
}

h2.actionMessage1 {
	float:left;
	width:189px;
	height:91px;
	background:url(../images/presentation/early_bird_save_50.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 #cbcac0;/*Grey*/
	background:url(../images/presentation/arrow_blue.png) top right no-repeat;
	padding:0px 0px 0px 20px;
}

.countDown p {
	color:#272727;
}

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:-9px;
	letter-spacing:-0.05em;
	
}











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

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 #cbcac0;
	}
	
h2.ourPartners img {
	height:0;
}

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_workshops.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_workshops.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 #cbcac0;/*Grey*/
	}
	
h2.speakers 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 #cbcac0;/*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: 40px 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: 90px 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.ticketsAndPricing {
	background: url(../images/presentation/tickets_and_pricing.png) top left no-repeat;
	display: block;
	width: 339px;
	height: 72px;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
	
a.ticketsAndPricing:hover {
	background: url(../images/presentation/tickets_and_pricing.png) 0px -80px no-repeat;
	}
	
a.ticketsAndPricing img {
	height:0;
}

a.buyTicketsNow {
	background: url(../images/presentation/buy_tickets_now.png) top left no-repeat;
	display: block;
	width: 339px;
	height: 72px;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	}
	
a.buyTicketsNow:hover {
	background: url(../images/presentation/buy_tickets_now.png) 0px -80px no-repeat;
	}
	
a.buyTicketsNow 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 #cbcac0;/*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: 333px;
	height: 135px;
	border: none;
	padding: 0px;
	margin: 40px 0px 0px 20px;
	}
	
h3.topics a:hover {
	background:url(../images/presentation/topics.png) 0px -150px 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.mikeHome {
	background:url(../images/presentation/speaker_mike.png) top left no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

ul.speakersHome li a.simonHome:hover {
	background:url(../images/presentation/speaker_simon.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.last40 {
	margin-bottom:40px;
}

#testimonials li div {
	background:#d9d8d1;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	padding:11px;
}

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

#testimonials li div img {
	border:6px solid #b3b3b0;
	float:left;
	margin-right:11px;
	margin-bottom: 5px;
	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 .details p {
	color:#3c3c3c;
}

#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;
}

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

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

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

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

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

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

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

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

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

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

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

a.eoghanSpeaker {
	background:url(../images/content/speaker_eoghan.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.jasonSpeaker {
	background:url(../images/content/speaker_jason.jpg) top left no-repeat;
	
}

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.robinSpeaker {
	background:url(../images/content/speaker_robin.jpg) top left no-repeat;
}

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

a.sandySpeaker {
	background:url(../images/content/speaker_sandy.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.hilarySpeaker {
	background:url(../images/content/speaker_hilary.jpg) top left no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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












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

.scheduleList {
	width:980px;
	margin:0px 0px 40px 0px;
	border-bottom:1px solid #cbcac0;/*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_blue_15.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 {
	opacity:0.6;
}

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

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

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

.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 #cbcac0;/*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.png) 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:#c83535;
	line-height:1.3em;
}

.timePic p span {
	background:#676767;/*grey*/
	color:#fff;/*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:#fff;
}

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

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

.details p {
	color:#3c3c3c;
}

.scheduleIntro {
	float:left;
	width:430px;
	border-right:1px solid #cbcac0;/*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 h3.headingTrackTwo {
	margin-left:239px;
	background:url(../images/presentation/arrow_grey_circle_down.png) top left no-repeat;
}

#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_circle_large.png) 0px 90px no-repeat;
	width:775px;
}

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

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

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

ul.speakerList li.none {
	border-bottom:none;
	margin: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 #cbcac0;/*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 #cbcac0;/*Grey*/
}

ul.generalList li span {
	color:#7e7e7e;
}

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

p.cost {
	background:#c83535;
	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 #cbcac0;/*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 #cbcac0;/*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:#7e7e7e;
}

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 p.intro {
	padding-bottom:40px;
	margin:0px 0px 40px 0px;
	border-bottom:1px solid #cbcac0;/*Grey*/
}

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

	#information .primaryContent .WidgetWrapper img {
		margin: 0;
	}

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

#information .contentBlockEnd {
	margin-top: 20px;
}








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

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

#register .primaryContent {
	width:980px;
}

.amiando {
	background:#d9d8d2;
	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 #cbcac0;
	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 .noLine { border-bottom:none; margin-bottom:0px; }








/******ETB Widget CSS *****/
/*** Searchbox ***/
/* containers */
.WidgetWrapper {
	display: none;
	background-color:#FFFFFF; padding:0; width:590px; height:auto; border: 0px solid black; margin:2px; position:relative; letter-spacing:normal;
}

.EtbLogo {
	border:0px solid #000000; position:absolute; right:5px; top:15px; background:none !important;
}


.EasyToBook_sb_container,
.EasyToBook_sb_container * {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-align: left;
	color: #000000; /* change the value (#000000) to change the overall text-color */
} 

.EasyToBook_sb_container { 
	padding:0;
	width: auto;
	border: 0px solid #FFFFFF; /* change the value (#F8911B) to change the border-color of the container */	
	background: #FFFFFF; /* change the value (#FFFFFF) to change the background-color of the container */
}

#EasyToBook_sb_container {
	padding: 5px;
	min-height: 130px;
	background: #F8911B; /* change the value (#FAFAFA) to change the background-color of the inside container */
}

* html #EasyToBook_sb_container {
	height: 130px;
}

/* header */
.searchboxheader {
	height: 22px;
	margin: 0;
	padding: 0 5px;
	background: #F8911B; /* change the value (#F8911B) to change the background-color of the header */
	overflow: hidden;
}

.searchboxheader a,
.searchboxheader a:visited, 
.searchboxheader a:hover { 
	font-size: 13px; 
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF; /* change the value (#FFFFFF) to change the text-color of the header */
	line-height: 21px;
}

/* fields */
.EasyToBook_sb_searchboxRoundedfg input {
	height: auto;
	width:134px;
}

.EasyToBook_sb_searchboxRoundedfg select {
	height: 21px;
}

.EasyToBook_sb_searchboxRoundedfg input,
.EasyToBook_sb_searchboxRoundedfg select {
	font-size: 11px !important;
	color: #000000;
	padding: 2px;
}

/* destination field */
#EasyToBook_sb_destination_line {
	margin: 0 0 5px 0;
	position:absolute;
	left: 30px;
	top: 10px;
}

.EasyToBook_sb_destinationField_deac,
.EasyToBook_sb_destinationField_Popular { 
	color: #CCCCCC;
}

.EasyToBook_sb_destinationField_act { 
	color: #000000;
	height:auto;
}

.EasyToBook_sb_destinationField_deac,
.EasyToBook_sb_destinationField_act { 
	width: 190px;
}

/* date fields */
#EasyToBook_sb_dates_line { 
	margin: 0 10px 10px 0;
	padding:0;
	position:absolute;
	left: 180px;
	top: 10px;
}

#EasyToBook_sb_dates_line img { 
	margin: -1px 0 0 0;
	vertical-align: top !important;
	background: none !important;
}

#EasyToBook_sb_dates_line select {
	width: 90px;
} 

#fd-but-EasyToBook_sb_arrival {
	display:inline;
}

#fd-but-EasyToBook_sb_departure	{
	display:inline;
}


/* currency field */
.EasyToBook_sb_currency { 
	margin: 0 0 10px 0;
	position:absolute;
	left: 30px;
	top: 80px;
	width:135px;
}

#currency	{
	width:142px;
}

/* room fields */
#EasyToBook_sb_rooms_line {  
	padding: 0 0 10px 0;
	position:absolute;
	left: 180px;
	top: 94px;	
}

#EasyToBook_sb_rooms_line select {
	width: 90px;
}

#EasyToBook_sb_persons { 
	display: inline;
	width: 86px;
} 

#EasyToBook_sb_rooms_text_in {
	display: none;
	padding: 0 3px;
}

/* searchbutton */
.EasyToBook_sb_searchbutton {
	text-align: right;
	clear: both;
	position:absolute;
	right:30px;
	top:100px;
}

.EasyToBook_sb_searchbutton input {
	height: auto;
	width: auto;
	padding: 3px 5px;
	overflow: visible;
	border: 0px solid #FFFFFF; /* change the value (#5E8E00) to change the border-color of the button */
	background: #3798E8;/* change the value (#89CB0A) to change the background-color of the button */
	font-size: 20px;
	line-height: 19px;
	font-weight: bold;
	color: #FFFFFF; /* change the value (#FFFFFF) to change the text-color of the button */
	cursor: pointer;	
} 

/* powered by */ 
.powered_by {
	margin: -20px 0 0 0;
	height: 20px;
	padding: 0 5px;
}

.powered_by a,
.powered_by a:visited,
.powered_by a:hover { 
	font-size: 9px;
	text-decoration: none; 
	color: #999999; /* change the value (#999999) to change the text-color of the 'Powered by ...'-line */
}



/*** error messages ***/

#EasyToBook_sb_destination_err_msg,
#EasyToBook_sb_dates_err_msg,
#EasyToBook_sb_rooms_err_msg { 
	margin: 1px -3px;
	padding: 2px 3px;
	width: 100%;
	background: #E0E0E0; /* change the value (#E0E0E0) to change the background-color of the error-messages */
}

* html #EasyToBook_sb_destination_err_msg,
* html #EasyToBook_sb_dates_err_msg,
* html #EasyToBook_sb_rooms_err_msg { 
	margin: 1px 0;
	width: auto;
}

#EasyToBook_sb_destination_err_str_msg,
#EasyToBook_sb_dates_text_checkDates,
#EasyToBook_sb_rooms_text_checkRooms {
	color: #FF0000;
}

#EasyToBook_sb_dates_err_msg img,
#EasyToBook_sb_rooms_err_msg img {
	margin: -1px 0;
	vertical-align: top !important;
}

#EasyToBook_sb_destination_notFound_err_msg { 
	color: #FF0000; /* change the value (#FF0000) to change the text-color of the error-messages */
}

#cclink0, 
#cclink1, 
#cclink2 { 
	display: block;
	position: relative;
	padding: 0 5px;
	border: 1px solid #999999;
	background: #FFFFFF;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #000000;
}

#cclink1, 
#cclink2 { 
	margin: -1px 0 0 0;
	border-top: 0px solid #000000; 
}

#cclink0:hover,
#cclink1:hover,
#cclink2:hover {
	background: #DFEDFF;
	text-decoration: none;
}



/**** Autocompleter ***/

.autocompleter-loading {
	background: url(i/sindicators/load_indicator.gif) #FFFFFF no-repeat;
}

ul.EasyToBook_sb_autocompleter-choices, 
ul.EasyToBook_sb_autocompleter-choices * {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	color: #000000;
}

ul.EasyToBook_sb_autocompleter-choices {
	top: 0;
	left: 0;
	width: auto;
	background: #FFFFFF;
	border: 1px solid #999999;
	overflow: hidden;
}

ul.EasyToBook_sb_autocompleter-choices li {
	margin: 0;
	padding: 0 5px;
	height: auto;
	width: auto;
	min-width: 200px;
	background: transparent;
	line-height: 16px;
	font-size: 11px;
	white-space: nowrap;
}

ul.EasyToBook_sb_autocompleter-choices li.autocompleter-selected {
	width: auto;
	background: #DFEDFF;
}

* html ul.EasyToBook_sb_autocompleter-choices li,
* html ul.EasyToBook_sb_autocompleter-choices li.autocompleter-selected {
	width: 200px;
}

/**** Hotels ***/

.ETB_HotelWrapperDiv {
	background-color:#FFFFFF !important; 
	padding:10px 30px 10px 130px !important; 
	width:auto !important;
	min-height:102px !important; 
	height:auto !important;
	border:0px solid #FFFFFF !important; 
	margin:0 !important;
	position:relative !important; 
	font-family:Verdana, Arial, Helvetica, sans-serif !important; 
	line-height: 1.7 !important;
}

.ETB_HotelWrapperDivEven {
	background-color: #EEEEEE !important; 
	padding:10px 30px 10px 130px !important; 
	width:auto !important;
	min-height:102px !important; 
	height:auto !important;
	border:0px solid #FFFFFF !important; 
	margin:0 !important;
	position:relative !important; 
	font-family:Verdana, Arial, Helvetica, sans-serif !important; 
	line-height:1.7 !important;
}

.ETB_HotelExplanation {
	background-color: #3798E8 !important; 
	padding:5px 30px 5px 30px !important; 
	width:auto !important;
	height:auto !important;
	border:0px solid #FFFFFF !important; 
	margin:0 !important;
	position:relative !important; 
	font-family:Verdana, Arial, Helvetica, sans-serif !important; 
	line-height:1.7 !important;
	text-align:center !important;
	font-weight:bold !important;
	font-size:12px !important;
	color:#FFFFFF !important;
}

	
.ETB_HotelImageP {
	position:absolute !important; 
	left:30px !important; 
	top:31px !important;
	margin:0 !important; 
	padding:0 !important;
}

.ETB_HotelImageSRC {
	height:90px !important; 
	width:90px !important; 
	border:1px solid black !important; 
	display:inline !important; 
	margin:0 !important;
}

.ETB_HotelNameHeader {
	margin:0 !important; 
	padding:0 !important; 
	font-size:13px !important; 
	font-weight:normal !important; 
	line-height:1.7!important;
	color: #323133 !important;
}

.ETB_HotelNameHeaderText {
	margin:0 !important; 
	padding:0 !important; 
	font-size:13px !important; 
	font-weight:normal !important; 
	line-height:1.7!important;
	color: #3798E8 !important;
	text-decoration:underline !important;
	border-bottom-width: 0px !important;
}

.ETB_HotelStars {
	height:12px !important; 
	margin:0 !important; 
	position:absolute !important; 
	top:15px !important; 
	left:45px !important; 
} 

.ETB_distance {
	margin:0 !important; 
	font-size:11px !important; 
	display:block !important; 
	background:#FEFCA7 !important; 
	padding:0 !important; 
	color:#323133 !important;
	line-height:inherit !important;
} 

.ETB_hotelmap {
	margin:3px 3px -2px 3px !important; 

	padding:0 !important; 
	display:inline !important;
}

.ETB_price {
	position:absolute !important; 
	margin:0 !important; 
	padding:0 !important; 
	top:10px !important; 
	right:30px !important; 
	color: #323133 !important; 
	font-size:12px !important; 
	text-decoration:none !important;
	font-weight:bold !important;
}

.ETB_HotelText {
	font-size:11px !important; 
	margin:0 0 20px 0 !important; 
	padding:0 !important; 
	line-height:1.7!important; 
	color:#323133 !important;
	letter-spacing:normal !important;
}

.ETB_HotelBookText {
	text-align:right !important; 
	margin:0 !important; 
	padding:0 !important; 
	position:absolute !important; 
	right:30px !important; 
	bottom:15px !important;
}

.ETB_HotelBookAnchor {
	background:#F2BB00 !important; 
	padding:4px !important; 
	color:#000000 !important; 
	text-decoration:none !important; 
	font-size:10px !important;
	border-bottom-width: 0px !important;
}

.ETB_ReadMoreAnchor {
	color: #3798E8 !important; 
	text-decoration:underline !important;
	border-bottom-width: 0px !important;

}

.EtbLogoLink {
	border-bottom-width: 0px !important;
}

/******End ETB Widget CSS *****/







/****** Misc *****/

.arrow2 {
	padding-left:20px;
}






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