@import url(reset.css);

BODY {
	background:#2E5A75 url(../i/back.png) repeat-y;
	font:13px/22px 'Helvetica Neue','Helvetica','Arial',sans-serif;
	}
A {
	text-decoration:none;
	}

/* Page
---------------------------------------- */
#page {
	border-left:400px solid #153543;
	}

/* Header
---------------------------------------- */
#header {
	position:fixed;
	top:53px;
	left:49px;
	overflow:hidden;
	width:302px;
	height:213px;
	background:url(../i/header.png) no-repeat;
	text-indent:-9999px;
	}
	#header A {
		position:absolute;
		top:0;
		left:0;
		display:block;
		width:100%;
		height:100%;
		}

/* Next
---------------------------------------- */
#next {
	position:absolute;
	top:146px;
	left:805px;
	width:177px;
	height:184px;
	overflow:hidden;
	background:url(../i/next.png) no-repeat;
	text-indent:-9999px;
	}

/* Browser War
---------------------------------------- */
#browser-war {
	position:absolute;
	top:146px;
	left:805px;
	width:181px;
	height:186px;
	overflow:hidden;
	background:url(/browser-war/images/badge.png) no-repeat;
	text-indent:-9999px;
	}
	#browser-war A {
		display:block;
		width:100%;
		height:100%;
		}

/* Navigation
---------------------------------------- */
#navigation {
	margin:0 0 -1px;
	padding:63px 54px 30px;
	width:392px;
	background:url(../i/shadow.png) 0 100% no-repeat;
	font:24px/1 'Trebuchet MS',sans-serif;
	}
	#navigation LI {
		margin:-8px 0 0;
		height:65px;
		}
	#navigation LI * {
		display:block;
		padding:8px 16px;
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		border-radius:20px;
		color:#8AB219;
		}
	#navigation LI A:hover {
		background:#9ECB1D;
		color:#FFF;
		}
	#navigation LI SPAN {
		color:#CCC;
		}

/* Main
---------------------------------------- */
#main {
	width:500px;
	border-left:10px solid #9ECB1D;
	background:#FFF;
	}

/* Content Primary
---------------------------------------- */
.content {
	}

/* Content Primary
---------------------------------------- */
.content-primary {
	color:#262626;
	}
	.content-primary A {
		color:#2B8BAD;
		}
	.content-primary A:hover {
		color:#8AB219;
		}

/* Content Secondary
---------------------------------------- */
.content-secondary {
	color:#FFF;
	}
	.content-secondary A {
		color:#63BBDB;
		}
	.content-secondary A:hover {
		color:#B2DB35;
		}

/* Article
---------------------------------------- */
.article {
	position:relative;
	padding:63px 70px 41px;
	border-bottom:1px solid #EEE;
	}
	.article HEADER {
		margin:0 0 22px;
		}
		.article HEADER H1,
		.article HEADER H2 {
			color:#2E5A75;
			font:20px/1 'Trebuchet MS',sans-serif;
			}
		.article HEADER .top {
			position:absolute;
			top:20px;
			right:20px;
			display:none;
			width:14px;
			height:14px;
			background:#9ECB1D url(../i/up.gif) no-repeat;
			text-indent:-9999px;
			}
		.article:hover HEADER .top {
			display:block;
			}

/* First */
.article:last-child {
	border-bottom:none;
	}
	.article:first-child:hover HEADER A {
		display:none;
		}

/* Elements */
.article .anchor {
	border-bottom:1px dotted;
	}
.article HR {
	margin:0 0 22px;
	border-top:1px solid #EEE;
	}
.article UL {
	padding-left:15px;
	margin-bottom:22px;
	}
	.article UL LI {
		padding-left:15px;
		background:url(../i/bullet.gif) 0 7px no-repeat;
		}
.article P {
	margin:0 0 22px;
	}
.article IMG {
	display:block;
	margin:0 0 22px;
	}
.article STRONG {
	font-weight:bold;
	}
.article EM {
	font-style:italic;
	}

/* Share */
.article .share-buttons {
	margin-left:-4px;
	}

/* Speakers */
.article .speakers {
	overflow:hidden;
	margin:0 -70px -41px;
	padding:0;
	}
	.article .speakers LI {
		position:relative;
		float:left;
		padding:0;
		overflow:hidden;
		width:100px;
		height:125px;
		background:none;
		}
		.article .speakers LI SPAN {
			position:absolute;
			right:0;
			bottom:0;
			left:0;
			display:none;
			padding:5px;
			line-height:1;
			background:rgba(0, 0, 0, 0.5);
			color:#FFF;
			}
		.article .speakers LI:hover SPAN {
			display:block;
			}
	.article .speakers .speakers-join {
		padding:20px 0 0 100px;
		width:200px;
		height:105px;
		background:#EEE url(../speakers/unknown.png) 13px 0 no-repeat;
		}
	.article .speakers IMG {
		display:block;
		margin:0;
		height:100%;
		}

/* Intro
---------------------------------------- */
#intro {
	padding-bottom:37px;
	}

/* Schedule
---------------------------------------- */
.schedule {
	margin:0 0 22px;
	width:360px;
	border-collapse:collapse;
	}
	.schedule TD,
	.schedule TH {
		padding:2px 6px;
		vertical-align:top;
		text-align:left;
		border:1px solid #EEE;
		color:#2E5A75;
		font-weight:normal;
		}
	.schedule-break {
		background:#EBF7FB;
		}
	.schedule-hour {
		white-space:nowrap;
		}
	.schedule-caption {
		background:#EEE;
		}
	.schedule-current TD {
		border-color:#c4ea88;
		background:#d3f0a5;
		color:#608000;
		}
	.schedule-caption.schedule-current TD {
		border-color:#b5e070;
		background:#b5e070;
		}
	.schedule-wide {
		width:70%;
		}
	.schedule UL {
		margin-bottom:5px;
		padding-left:0;
		line-height:1.7;
		font-size:11px;
		}
		.schedule UL LI {
			padding-left:0;
			background:none;
			}

/* Video Player
---------------------------------------- */
.video-player {
	display:block;
	margin:0 0 22px;
	}

/* Card
---------------------------------------- */
.card {
	position:relative;
	margin:-22px 0 22px;
	padding:22px 0 0 120px;
	min-height:125px;
	}
	.card DT {
		margin:0 0 15px;
		line-height:1;
		font-weight:bold;
		}
	.card DD {
		line-height:18px;
		}
	.card IMG {
		position:absolute;
		top:22px;
		left:0;
		width:100px;
		}

/* Register
---------------------------------------- */
.register {
	margin:0 0 22px;
	width:360px;
	}
	.register LABEL {
		display:block;
		color:#456375;
		}
	.register INPUT {
		display:block;
		margin:0 0 11px;
		width:350px;
		}
	.register INPUT[type=submit] {
		margin:22px 0 0;
		width:auto;
		}
	.register .note {
		font-size:11px;
		}

/* Map
---------------------------------------- */
#map,
#map IMG {
	width:360px;
	height:360px;
	}
#map {
	overflow:hidden;
	background:#F1EEE8;
	line-height:1.2;
	}

/* Twitter
---------------------------------------- */
#twitter {
	position:fixed;
	top:310px;
	bottom:63px;
	left:85px;
	padding:20px;
	width:200px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:#122E39;
	}
#twitter:after {
	position:absolute;
	top:-55px;
	left:-35px;
	width:67px;
	height:46px;
	background:url(../i/twitter.png) repeat-x;
	content:'';
	}
	#twitter DIV {
		position:absolute;
		top:0;
		bottom:0;
		overflow:hidden;
		width:200px;
		}
	#twitter DIV:before,
	#twitter DIV:after {
		position:absolute;
		right:0;
		left:0;
		z-index:2;
		height:20px;
		background:url(../i/fade.png) repeat-x;
		content:'';
		}
	#twitter DIV:before {
		top:0;
		background-position:0 -20px;
		}
	#twitter DIV:after {
		bottom:0;
		background-position:0 0;
		}
		#twitter DIV UL {
			position:absolute;
			top:0;
			bottom:0;
			overflow:auto;
			padding-top:20px;
			width:400px;
			}
		#twitter DIV LI {
			position:relative;
			padding:0 0 20px 58px;
			width:142px;
			min-height:48px;
			line-height:16px;
			}
		#twitter DIV IMG {
			position:absolute;
			top:0;
			left:0;
			width:48px;
			height:48px;
			}
	#twitter P {
		position:absolute;
		bottom:-40px;
		left:0;
		width:240px;
		text-align:center;
		font-size:12px;
		}
