@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. three_columns
	3.1 column_1
		- speakers
		- venue
	3.2 column_2
		- contact form 
4. gallery_bg
	4.1 gallery
5. footer_bottom
	5.1 footer_links
	5.2 subscribe
*/


label {
display: block;
}

a { color:blue } 

	#errors {
margin:20px auto;
border:#CF0C26 1px solid;
background-color:#FEFF8F;
font-weight:bold;
width:50%;
padding:10px;
}

.bluebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}.bluebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.bluebutton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */


.taggedbg {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:1px;
	border:1px solid #dcdcdc;
	display:inline-table;
	color:#777777;
	font-family:arial;
	width:100%;
	font-size:15px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.taggedbg:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

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;
}
/*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*/
/*---------------------------------------------------------------------------*/
#headerbg {
	background: url(../images/headerbg.jpg) repeat-x center bottom;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	clear: both;
}

#header {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	clear: both;
}

.header_sponsor {
	border:1px solid #666;
	width:200px;
	height:80px;
	background:#f1f1f1;
	line-height:80px;
	text-align:center;
	margin-top:10px;
	position:inherit;
}

.header_sponsor_empty {
	width:200px;
	height:71px;
	background: url(../images/sponsor-fish.png) repeat-x center bottom;
	line-height:71px;
	text-align:center;
	margin-top:10px;
	position:inherit;
}

.logo {
	margin-top:15px;
}
#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 ul {
	padding-top: 5px;
	margin-left:0px;
}

#content a {
	color:blue;
}

#content ul li {
	list-style:outside;
	line-height: 2.0em;
}
/*--
/*----------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: auto;
	border: 1px solid #e0e0e0;
	height: auto;
	margin-top: 20px;
	padding: 9px;
	background-color: #f1f1f1;
}
#slider {
	width: 430px;
	height: 220px;
	float: left;
}
/*buttons*/
/*---------------------------------------------------------------------------*/
#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 {
	background-color: #f6f6f6;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
#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;
}
/*----------contact form----------*/
.contactForm {
	width:300px;
	float:left;
	margin: 0;
	overflow: hidden;
	float: left;
}
form.contact_form {
	width: 300px;
	float: left;
}
form.contact_form fieldset {
	border: none;
	background: none;
}
form.contact_form fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
form.contact_form label {
	width: 98px;
	height: 32px;
	float: left;
	margin: 7px 0px 0px 0px;
}
form.contact_form input {
	width: 190px;
	height: 20px;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 2em;
	background-color: #f1f1f1;
	border: 1px solid #e0e0e0;
	outline: none;
	float: left;
	color: #787878;
}
form.contact_form .select_style {
	width: 202px;
	height: 30px;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 2em;
	background-color: #f1f1f1;
	border: 1px solid #e0e0e0;
	outline: none;
	float: left;
	color: #787878;
}
form.contact_form textarea {
	width: 190px;
	height: 100px;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #d0d0d0;
	font-size: 12px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	background-color: #f1f1f1;
	border: 1px solid #e0e0e0;
	float: left;
	color: #787878;
}
form.contact_form .submit {
	background: url(../images/send-btn.png) no-repeat;
	width:70px;
	height:30px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	border:none;
	cursor: pointer;
	float:right;
	focus: none;
}
/*label.error is not used for this template*/
form.contact_form label.error {
	width: 0px;
	font-size: 0px;
	line-height: 0em;
	display: none !important;
}
form.contact_form input.error {
	border: 1px solid #c52c02;
}
form.contact_form textarea.error {
	border: 1px solid #c52c02;
}
form.contact_form #result {
	width: 300px;
	float: left;
	text-align: right;
	padding-top: 5px;
}

/*gallery*/

.navbutton {
	-moz-box-shadow: 0px 6px 0px 0px #a4e271;
	-webkit-box-shadow: 0px 6px 0px 0px #a4e271;
	box-shadow: 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	width:100px;
	vertical-align:middle;
	font-size:18px;
	font-weight:bold;
	padding:15px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}.navbutton:hover {
	box-shadow: 0px 0px 0px 0px #a4e271;
	top:1px;
	position:relative;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}



/*gallery*/
/*---------------------------------------------------------------------------*/
#gallery_bg {
	width: 100%;
	background: #ffffff;
}
#gallery {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
}
#gallery ul {
	float: left;
	list-style-type: none;
}
#gallery li {
	margin-right: 12px;
	padding: 1px;
	display:inline;
	float: left;
	list-style-type: none;
	background: none;
	border: 1px solid #e0e0e0;
}
#gallery li img {
	float:left;
}
#gallery li.last_image {
	width: 146px;
	height: 76px;
	display:inline;
	float: left;
	list-style-type: none;
	background: none;
	margin: 0;
	padding: 1px;
	border: 1px solid #e0e0e0;
}
#gallery li a {
	width: 150px;
	height: 80px;
	float: left;
	display: block;
}
/*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;
}
