@charset "utf-8";
/* CSS Document */
/*
General Layout of Evente
1. header
2. content_bg
	2.1 content
		2.1.1 content_1
				- text and list
		2.1.2 content_2
				- countdown
				- show - slider
		2.1.3 button wrapper
3. footer_bottom
	3.1 footer_links
	3.2 subscribe

4. info page
	4.1 header
		- logo
		- back to home link
	4.2 three_columns
		4.2.1 column_1
				- speakers
				- venue
		4.2.2 column_2
				- table 
	4.3 footer_bottom
*/
body {
	background: url(../images/body-bg.jpg) repeat #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #656565;
	line-height: 1.6em;
}
.clear {
	clear:both;
	font-size: 0px;
	list-style: 0px;
}
/*Typography and default*/
/*---------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	color: #5c5c5c;
	line-height: 1em;
	font-weight: normal;
}
/*Margin bottom to headings as line-height property do not work well with many browsers in case of cufon*/
h1 {
	font-size: 28px;
	padding-bottom: 20px;
}
h2 {
	font-size: 20px;
	padding-bottom: 20px;
}
h3 {
	font-size: 22px;
	text-align: center;
	padding-bottom: 20px;
}
h4 {
	font-size: 14px;
	float: left;
	padding-top: 10px;
}
a {
	text-decoration: none;
	color: #656565;
}
/*wrapper*/
/*---------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
}
/*divider*/
/*---------------------------------------------------------------------------*/
.divider_header {
	background: url(../images/divider-hor-header-bottom.jpg) repeat-x center bottom;
	width: 100%;
	height: 2px;
	clear: both;
}
.divider_footer {
	background: url(../images/divider-hor-footer-top.jpg) repeat-x center bottom;
	width: 100%;
	height: 2px;
	clear: both;
}
.divider_vert {
	background: url(../images/divider-vertical.jpg) repeat-y;
	width: 2px;
	height: 80px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
/*header*/
/*---------------------------------------------------------------------------*/
#header {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	clear: both;
}
.logo {
	float: left;
}
#header p {
	font-size: 20px;
	float: right;
	padding-top: 40px;
}
#header span {
	color: #969595;
}
/*content*/
/*---------------------------------------------------------------------------*/
#content_bg {
	width: 100%;
	background: #ffffff;
}
#content {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
}
/*----------content_1----------*/
#content_1 {
	width: 470px;
	float: left;
	margin-right: 40px;
}
#content_1 span.venue {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #ff0000;
	padding-bottom: 10px;
}
#content_1 ul {
	padding-top: 5px;
}
#content_1 ul li {
	list-style: none;
	background: url(../images/bullet-arrow.png) no-repeat 0 5px;
	padding-left: 30px;
	line-height: 2.2em;
}
/*----------content_2----------*/
#content_2 {
	width: 450px;
	float: left;
}
/*--countdown--*/
#defaultCountdown {
	width: 450px;
	float:left;
	color: #5c5c5c;
}
#d, #h, #m, #s {
	float:left;
	font-size: 28px;
	width: 28px;
}
html #d_name, #h_name, #m_name, #s_name {
	float:left;
	font-size: 14px;
	padding-top: 13px;
	margin-right: 10px;
}
/*----------show for video----------*/
#show {
	width: 430px;
	border: 1px solid #e0e0e0;
	height: 220px;
	margin-top: 20px;
	padding: 9px;
	background-color: #f1f1f1;
}
#slider {
	width: 430px;
	height: 220px;
	float: left;
}
/*buttons*/
/*---------------------------------------------------------------------------*/
.column-left{
	float: left;
	width: 33%;
	text-align: center;
}
.column-right{
	float: right;
	width: 33%;
	text-align: center;
}
.column-center{
	display: inline-block;
	width: 33%;
	text-align: center;
}
#button_wrapper {
	width: 960px;
	float: left;
	padding-top: 40px;
}
.button_1 {
	background: url(../images/call-to-action-1.png) no-repeat;
	width: 465px;
	height: 80px;
	float: left;
}
.button_2 {
	background: url(../images/call-to-action-2.png) no-repeat;
	width: 465px;
	height: 80px;
	float: right;
}
.button_1 a {
	width: 395px;
	padding-top: 22px;
	padding-left: 70px;
	font-size: 38px;
	color: #170606;
	float: left;
}
.button_2 a {
	width: 305px;
	padding-top: 22px;
	font-size: 38px;
	color: #170606;
	float: left;
	padding-left: 160px;
}
/*three_columns*/
/*---------------------------------------------------------------------------*/
#three_columns_bg {
	width: 100%;
	background: #f6f6f6;
}
#three_columns {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
}
.column_1 {
	width: 300px;
	margin-right: 30px;
	float: left;
}
.column_2 {
	width: 300px;
	float: left;
}
/*----------speaker----------*/
ul.speaker {
	width: 300px;
}
ul.speaker li {
	background: none;
	list-style: none;
	padding-bottom: 30px;
	display: block;
	clear: both;
}
ul.speaker li .photo {
	border: 1px solid #e0e0e0;
	float: left;
	padding: 1px;
	margin-right: 10px;
}
ul.speaker li p {
	clear: right;
}
ul.speaker_social {
	float: right;
	padding-top: 10px;
}
ul.speaker_social li {
	background: none;
	list-style: none;
	padding-left: 5px;
	float: left;
	padding-top: 0px;
	clear: none;
}
/*----------venue----------*/
.venue_logo {
	float: left;
}
.venue_map {
	margin-top: 20px;
}
/*----------table - details----------*/
table, td, th {
	vertical-align:middle;
	text-align: left;
}
td {
	padding: 5px;
}
tr {
	background-color: #ffffff;
}
.alt {
	background-color: #ebebeb;
}
/*footer-bottom*/
/*---------------------------------------------------------------------------*/
#footer_bottom {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
}
/*----------footer links----------*/
.footer_links {
	float: left;
}
.footer_links ul {
	float: left;
}
.footer_links li {
	list-style: none;
	background: none;
	display: inline;
	float: left;
	padding-right: 5px;
}
.footer_links a {
	font-size: 11px;
	float: left;
	clear: left;
}
/*----------subscribe----------*/
.subscribe {
	width: 310px;
	float: right;
	position: relative;
}
/*subscribe form*/
form#subform fieldset {
	border: none;
	background: none;
}
form#subform fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
form#subform input {
	background: url(../images/subscribe-input-fld.jpg) no-repeat;
	width: 211px;
	height: 25px;
	padding: 5px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #787878;
	line-height: 2em;
	outline: none;
	border: none;
	float: left;
}
form#subform input.submit {
	width: 89px;
	height: 35px;
	background: url(../images/signup-btn.png) no-repeat;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	float: left;
	font-size: 0;
	line-height: 0;
	border: none;
	cursor: pointer;
	outline: none;
	display: block;
}
/*position of error is relative to "suscribe" div*/
form#subform label.error {
	position: absolute;
	top: 32px;
	left: 0;
	color: #c52c02;
	font-style: italic;
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0;
}
form#subform #result_sub {
	width: 310px;
	height: 15px;
	padding-top: 10px;
	font-size: 12px;
	text-align: left;
	float: left;
}
/*info_page*/
/*---------------------------------------------------------------------------*/
.info_page {
	width: 100%;
	display: none;
}
/*----------back to main page link----------*/
.back {
	background: url(../images/back-btn.png) no-repeat;
	width: 160px;
	height: 42px;
	float: right;
	margin-top: 35px;
}
.back a {
	font-size: 24px;
	color: #170606;
	text-align: center;
	display: block;
	padding-top: 10px;
}
/*----------tipsy----------*/
.tipsy {
	padding: 5px;
	font-size: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: #535353;
	color: #ffffff;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}
