/* =================================== */
/* /css/site.css */
/* ----------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } table { border-collapse:collapse; border-spacing:0; } fieldset,img { border:0; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } ol,ul { list-style:none; } caption,th { text-align:left; } h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } q:before,q:after { content:''; } abbr,acronym { border:0; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }

html[lang] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body{
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: normal;
	color: white;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light","HelveticaNeue", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	background-color: #e0e5e9;
}

b{font-size: 110%;}
em{}

a,
a:visited {
	color: #3abfe2;
}
a:hover {
	color: #cd6e93;
}
.maincontainer{
	width: 964px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	background: #000;
	height: 167px; /*Height of top section*/
}

#topsection .maincontainer {
	position: relative;
	height: 167px;
}


#topsection .heading {
	bottom: 15px;
	position: absolute;
}
#topsection .heading #logo,
#topsection .heading #location,
#topsection .heading #strap {
	text-indent: -9000px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}
#topsection .heading #logo {
	background: transparent url(/i/logo-new.png) top left no-repeat;
	width: 200px;
	height: 112px;
}

#topsection .heading #strap {
	background: transparent url(/i/strap-new.png) top left no-repeat;
	width: 273px;
	height: 14px;
	left: 220px;
}
#topsection .heading #location {
  display: none;
	/* background: transparent url(/i/location.png) top left no-repeat; */
	width: 128px;
	height: 32px;
	left: 750px;
}

#topsection .heading #location,
#topsection .heading #strap {
	bottom: 0px;
}
#contentwrapper {
	float: left;
	width: 100%;
}

#contentcolumn {
	margin-right: 222px; /*Set right margin to RightColumnWidth*/
	zoom: 1;
}

#rightcolumn {
	float: left;
	width: 222px; /*Width of right column*/
	margin-left: -222px; /*Set left margin to -(RightColumnWidth) */
}

#footer{
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}

#footer a{
	color: #FFFF80;
}

#contentcolumn .innertube{
	margin: 20px 0 10px 4px;
}

#rightcolumn .innertube{
	margin: 0 0 0 8px; /*Margins for inner DIV inside each column (to provide padding)*/
}

ul#nav {
	position: relative;
	left: 5px;
	top: 0;
}
ul#nav li {
	float: left;
	height: 36px;
	/* width: 153px; */
	text-align: center;
	margin-left: 3px;
  position: relative;
}

ul#nav li span.l,
ul#nav li span.r {
  /* display: none; */
  position: absolute;
  height: 25px;
  width: 4px;
  left: 0;
  top: 0px;
  /* outline: solid 1px red; */
	background: transparent url(/i/tab-off-edge.png) 0 0px no-repeat;
  z-index: 1;
}
ul#nav li span.r {
  left: auto;
  right: 0;
  background-position: -79px 0;
}
ul#nav li a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	/* background: transparent url(/i/tab-off.png) 0 10px no-repeat; */
  background-color: #bbc1c5;
  padding: 0 16px;
	padding-top: 5px;
	height: 20px;
	color: #636d74;
	text-decoration: none;
  position: relative;
  top: 11px;
  z-index: 0;
}

ul#nav li a:hover,
ul#nav li.active a {
  background-color: #fff;
	background-position: 0 0px;
  top: 0px;
  height: 32px;
}
ul#nav li a:hover,
ul#nav li.active a {
	padding-top: 13px;
	height: 23px;
}
ul#nav li a:hover span.l,
ul#nav li.active a span.l,
ul#nav li a:hover span.r,
ul#nav li.active a span.r {
	background-image: url(/i/tab-on-edge.png);
  height: 36px;
}
.rounded {
	background: transparent url(/i/top-corners.png) 0 0 no-repeat;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}
.rounded.bottom {
	background: transparent url(/i/bottom-corners.png) 0 0 no-repeat;
	height: 10px;
}
#content {
	background-color: #fff;
	color: #515a61;
	padding: 17px;
}

#content p {
	margin-bottom: 10px;
}
#content h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
}
#content h3 {
	font-size: 16px;
	font-weight: bold
}
#content h2 {
	font-size: 22px;
	font-weight: bold
}
#content strong {
	font-weight: bold;
}
#content em {
	font-style: italic;
}
#content ul.speakers {
	position: relative;
	left: -7px;
	top: -25px;
	display: table;
	margin: 0 auto;
}
#content ul.speakers li {
	display:-moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align:top;
	word-wrap: break-word;
	margin-left: 7px;
	margin-top: 25px;
}
* html #content .speakers li { display:inline; }
* + html #content .speakers li { display:inline; }
#content .speakers li > * {
	display:
	table;
	table-layout: fixed;
	overflow: hidden;
}

* html #content .speakers li { width:169px; }   /* for IE 6 */
* html #content .speakers li p { width:169px; }   /* for IE 6 */
#content .speakers li > * { width:169px; }      /* for all other browser */

#content ul.speakers li p {
	line-height: normal;
	/* font-size: 0.8em; */
	margin-bottom: 0;
}
#content ul.speakers li a {
	text-decoration: none;
}

body.speaker #content {
	padding-right: 0;
}

#content .speaker-view .speaker-list,
#content .speaker-view .biog {
	float: left;
}

#content .speaker-view .biog {
	margin-right: 10px;
	width: 314px;
}
#content .speaker-view .biog p {
	width: 314px;
}

#content .speaker-view .biog .head h2 {
	margin-bottom: 0px;
}
#content .speaker-view .biog h4 {
	font-weight: bold;
	margin-bottom: 0px;
}
#content .speaker-view .speaker-list {
	width: 390px;
}
#content .speaker-view ul.speakers {
	left: -3px;
	top: -15px;
}
#content .speaker-view ul.speakers li {
	font-size: 0.85em;
	margin-left: 3px;
	margin-top: 15px;
}

#content .speaker-view ul.speakers li span {
	display: block;
	width: 124px;
	height: 97px;
	overflow: hidden;
}
#content .speaker-view ul.speakers li.active a,
#content .speaker-view ul.speakers li.active {
	color: #aaa;
}
* html #content .speaker-list .speakers li { width: 124px; }   /* for IE 6 */
#content .speaker-list .speakers li > * { width: 124px; }      /* for all other browser */
#smartcity {
	padding-top: 56px;
}

#smartcity p {
	margin-bottom: 10px;
}

#blurb {
	margin-top: 20px;
	padding-bottom: 50px;
}
#blurb li {
	float: left;
	color: #888;
}
#smartcity,
#smartcity a,
#blurb li a {
	color: #888;
}
#smartcity a,
#blurb li a:hover {
	text-decoration: underline;
}


#content ul.partners {
	position: relative;
	left: -3px;
	top: -25px;
}
#content ul.partners li {
	margin-left: 3px;
	margin-top: 25px;
  text-align: center;
  height: 160px;
  width: 160px;
  padding: 0 5px;
  float: left;
  vertical-align: middle;
  position: relative;
  display: table;
  overflow: hidden;
}


#content ul.partners li span {
  display: table-cell;
  vertical-align: middle;
}

#content ul.partners li a {
}

body.programme #content {
	padding-left: 5px;
	padding-right: 5px;
}
#content .programme tr.break td {
	padding: 3px 0 3px 10px;
	background-color: #fff;
	font-size: 0.9em;
}
#content .programme tr.break td.title {
	padding-left: 0;
}
#content .programme td.title h3 a {
	text-decoration: none;
	color: #515a61;
}
#content .programme td.title h3 a:hover {
	text-decoration: underline;
	color: #3abfe2;
}
#content .programme td.title .venue {
  color:  #be5781;
}
#content .programme td {
	vertical-align: top;
	padding: 10px 20px 20px 10px;
}
#content .programme td.times {
	padding-right: 0;
	width: 110px;
}
#content .programme td.title {
	/* padding-left: 0; */
	width: 265px;
	background-color: #fffde1;
}
#content .programme td.parallel {
	/* padding-left: 0; */
	width: 295px;
	background-color: #cad2d6;
  border-left: solid 5px white;
}
#content .programme td.title  p {
	width: 235px;
}
#content .programme h4 {
	font-weight: bold;
}
#content .programme p {
	margin-bottom: 0;
}
#content .programme .chairman {
	margin-bottom: 10px;
}
#content .programme h4 {
	margin-bottom: 0;
}
#content .programme td.panel {
	width: 190px;
	background-color: #fffde1;
  padding-right: 0;
}
#content .programme td.panel ul,
#content ul.speaker-list {
  position: relative;
  left: -5px;
}

#content .programme td.panel ul li,
#content ul.speaker-list li {
	float: left;
	width: 58px;
	margin-left: 5px;
	margin-bottom: 5px;
	height: 45px;
	overflow: hidden;
}
#content .programme td.panel ul li a,
#content ul.speaker-list li a {
	width: auto;
}

body.about #content {
  padding-right: 0;
}
body #content h3.booking,
body #content p {
	width: 390px;
}

#nav li#section-book a,
#nav li#section-book.active a {
	background-image: url(/i/tab-book.png);
	color: #fff;
}
body.book #content {
	background-color: #be5781;
	color: white;
}
body.book .rounded {
	background-image: url(/i/top-corners-book.png);
}
body.book .rounded.bottom {
	background-image: url(/i/bottom-corners-book.png);
}
body.book #content a {
	color: white;
}

body.about #content .headers {
  margin-bottom: 20px;
}
body.about #content .headers .hcol {
  float: left;
  height: 60px;
  position: relative;
  bottom: 0;
  border-bottom: solid 2px #d1d2d3;
}
body.about #content .headers .hcol .inner {
  position: absolute;
  bottom: 5px;
}
body.about #content .headers .hcol h2,
body.about #content .headers .hcol h3 {
  margin: 0;
}
body.about #content .headers .col1 {
  margin-right: 25px;
}
body.about #content .headers .col1,
body.about #content .headers .col1 .inner {
  width: 395px;
}
body.about #content .headers .col2,
body.about #content .headers .col2 .inner {
  width: 285px;
}
#content .text-wrap {
  float: left;
  margin-right: 30px;
}
#content .image-column {
  float: left;
  position: relative;
  left: -4px;
}
#content .image-column li {
  margin-bottom: 4px;
  margin-left: 4px;
}

#content .footnote {
  margin-top: 20px;
  padding: 10px;
}

#content h3.booking {
  border-bottom: solid 2px #d1d2d3;
}
#content h3.booking a {
  font-size: 1.5em;
	color: #be5781;
  text-decoration: none;
}

/* deal with extra wide programme column */
body.programme #rightcolumn {
  display: none;
}

body.programme #contentwrapper #contentcolumn {
  margin-right: 0;
}

body.programme .rounded {
  position: relative;
}
body.programme .rounded span {
  position: absolute;
  right: 0;
  display: block;
  width: 250px;
	background: transparent url(/i/top-corners.png) 0 right no-repeat;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
  /* border: solid 1px red; */
}
body.programme .rounded.bottom span {
  position: absolute;
  right: 0;
  display: block;
  width: 250px;
	background: transparent url(/i/bottom-corners.png) 0 right no-repeat;
	height: 10px;
  /* border: solid 1px red; */
}
#aggregated-content {
  margin-top: 20px;
}

#aggregated-content #flickr-stream .flickr_badge_image {
  float: left;
  margin: 0 5px 5px 0;
}
#aggregated-content #flickr-stream #flickr_badge_source {
  clear: both;
}

#aggregated-content #twitterstream,
#aggregated-content #photos-tumblr {
  width: 314px;
  float: left;
}
#aggregated-content #photos-tumblr {
  width: 390px;
}

#aggregated-content #tumblr-stream {
  margin-top: 20px;
  padding-right: 20px;
}
#aggregated-content #tumblr-stream p {
  width: auto;
}
#aggregated-content #twitterstream #twitter_update_list li {
  padding-bottom: 10px;
  border-bottom: solid 1px #d1d2d3;
  margin-bottom: 10px;
}

.webcastcontainer {
  display: table;
  margin: 0 auto;
}

