/*

	File: screen.css
		Copyright: (c) 2013 Easy Street. www.easy-street.co.uk
	Author: Easy-Street
	Notes: 

/* Title
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, 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-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
input {
	-webkit-appearance: none;
}
input.check_box {
	-webkit-appearance: checkbox;
}
ul {
	list-style: none;
}
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: "" "";
}
/* Basic Selectors
--------------------------------------------------------------------------------------- */

html {
	background-color: #e3e2d6;
	background-image: url(../images/bg_html.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}
body {
	font: normal 62.5% Merriweather, Georgia, "Times New Roman", serif;
	color: #000;
	height: 100%;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Merriweather, Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	color: #000000;
}
p {
	font-size: 1.5em;
	line-height: 1.6em;
	margin: 12px 0;
}
hr {
	border: 0;
	width: 72.5806452%;
	height: 1px;
	color: #ddd;
	background: #ddd;
}
.footer_cmg hr {
	border: 0;
	width: 72.5806452%;
	height: 10px;
	color: #000;
	background: #000;
	margin-bottom: 60px;
}
/* Links
--------------------------------------------------------------------------------------- */

a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
}
.top_bar a {
	font-weight: 800;
}
.top_bar a:link {
	color: #8b877d;
}
.top_bar a:visited {
	color: #8b877d;
}
.top_bar a:hover {
	color: #000;
	text-decoration: none;
}
.top_bar a:active {
	color: #8b877d;
}
a.button {
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #000;
	color: #fff;
	padding: 20px 30px;
	font-size: 2.4em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
/* Main Structural Selectors
--------------------------------------------------------------------------------------- */

.header_cmg {
	max-width: 992px;
	width: 93.75%;
	margin: 0 auto;
	padding: 114px 0 70px 0;
	height: 136px;
	overflow: hidden;
}
.colored_wrap {
	width: 100%;
}
.section_header {
	height: 16px;
	width: 942px;
	margin: 0 auto;
	margin-bottom: 60px;
	background-color: transparent;
	background-image: url(../images/bg_line_dj.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.footer_cmg {
	width: 942px;
	margin: 0 auto;
	padding: 30px 0;
}
.footer_cmg p {
	font-size: 1.2em;
	color: #000;
	line-height: 1.4em;
	text-align: center;
}
.orange {
	padding: 70px 0 34px 0;
	background-color: #cf4823;
	background-image: url(../images/bg_orange.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}
.orange .section_header {
	background-image: url(../images/bg_line_speakers.png);
}
.teal {
	padding: 70px 0 60px 0;
	background-color: #8ebda8;
	background-image: url(../images/bg_teal.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}
.teal .section_header {
	background-image: url(../images/bg_line_teal.png);
}
.brown {
	padding: 70px 0 60px 0;
	background-color: #b4b39d;
	background-image: url(../images/bg_brown.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}
.brown .section_header {
	background-image: url(../images/bg_line_brown.png);
}
/* Header Layout
--------------------------------------------------------------------------------------- */

.top_bar_wrap {
	width: 100%;
	padding: 8px 0;
	position: fixed;
	top: 0;
	background-color: transparent;
	background-image: url(../images/bg_top.png);
	background-repeat: repeat;
	background-position: 0 0;
}
.top_bar {
	width: 942px;
	margin: 0 auto;
	overflow: hidden;
}
.top_bar p {
	float: right;
	text-shadow: 1px 1px 0 #e3e2d6;
	display: inline;
	text-align: right;
	font-family: "proxima-nova-alt-condensed", Merriweather, Georgia, serif;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.6em;
	width: 24%;
	margin: 0;
	line-height: 1.4em;
}
.top_bar ul {
	float: left;
	text-shadow: 1px 1px 0 #e3e2d6;
	display: inline;
	width: 74%;
}
.top_bar ul li {
	float: left;
	display: inline;
	font-family: "proxima-nova-alt-condensed", Merriweather, Georgia, serif;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.6em;
	margin-right: 30px;
	line-height: 1.4em;
}
.header_cmg h1 {
	float: left;
	display: inline;
}
.conference_info {
	float: right;
	display: inline;
	width: 355px;
	height: 96px;
	text-indent: -9999px;
	margin: 20px 24px 0 0;
	background-color: transparent;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/* Homepage
--------------------------------------------------------------------------------------- */

.tier_1 {
	width: 942px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.tier_1 p {
	font-size: 2.8em;
	color: #000;
	line-height: 1.4em;
	text-align: justify;
	text-shadow: 1px 1px 0 #fff;
}
.pricing {
	border-bottom: 1px solid #c7c6ba;
	border-top: 1px solid #c7c6ba;
	padding: 16px 0;
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.pricing h2 {
	text-shadow: 1px 1px 0 #fff;
	font-size: 5.6em;
	font-weight: 300;
	margin: 4px 0 0 0;
	float: left;
	display: inline;
	font-family: "proxima-nova-alt-condensed", Merriweather, Georgia, serif;
	text-transform: uppercase;
	color: #a8a49a;
}
.pricing h2 strong {
	font-weight: 800;
}
.pricing a.button {
	float: right;
}
.pricing a.button:hover {
	text-decoration: none;
	background: #333;
}
.tier_2 {
	width: 982px;
	margin: 0 auto;
}
.tier_2 .title {
	width: 180px;
	height: 16px;
	text-indent: -9999px;
	margin: 0 auto;
	background-color: transparent;
	background-image: url(../images/title_dj.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.speakers_wrap {
	width: 100%;
	overflow: hidden;
}
.speaker_item {
	width: 22.4032587%;
	margin-right: 3.2586558%;
	float: left;
	display: inline;
	text-align: center;
	height: 310px;
}
.speaker_item.alt {
	margin-right: 0;
}
.speaker_item h3 {
	margin: 18px 0 2px 0;
	text-shadow: 1px 1px 0 #eb6d4d;
	font-family: "proxima-nova-alt-condensed", Merriweather, Georgia, serif;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 2px;
	font-size: 1.8em;
}
.speaker_item small {
	color: #ffa68e;
	font-size: 1.1em;
}
.speaker_bio {
	display: none;
}
.tier_3 {
	width: 982px;
	margin: 0 auto;
	padding: 70px 0;
}
.tier_3 .title {
	width: 192px;
	height: 16px;
	text-indent: -9999px;
	margin: 0 auto;
	background-color: transparent;
	background-image: url(../images/title_schedule_text.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.venue_wrap {
	overflow: hidden;
	width: 100%;
}
.venue_wrap img {
	float: left;
	display: inline;
}
.venue_info {
	float: right;
	display: inline;
	width: 478px;
	margin-bottom: 30px;
}
.venue_info h3 {
	width: 313px;
	height: 156px;
	text-indent: -9999px;
	margin-top: 6px;
	background-color: transparent;
	background-image: url(../images/title_schedule.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.venue_info p {
	margin: 26px 30px 26px 7px;
	text-shadow: 1px 1px 0 #fff;
}
.venue_info p.location {
	padding-left: 36px;
	background: transparent url(../images/bg/bg_location.png) 0 50% no-repeat;
	line-height: 1.4em;
}
.location_info {
	float: right;
	display: inline;
	width: 680px;
}
.location_title {
	float: left;
	display: inline;
	margin: 0;
	font-family: "proxima-nova-alt-condensed", Merriweather, Georgia, serif;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 1.8em;
}
.form {
	font-family: "proxima-nova-alt-condensed", Merriweather, Georgia, serif;
	text-transform: uppercase;
	font-weight: 800;
	padding: 5px 0 5px 0;
	letter-spacing: 1px;
	font-size: 0.8em;
	background-color: #8ebda8;
	background-image: url(../images/bg_teal.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}
.location_wrap {
	width: 942px;
	overflow: hidden;
	margin: 40px auto 0 auto;
}
.location_item {
	width: 33.3333%;
	float: left;
	display: inline;
	background: transparent url(../images/bg/bg_hotel.png) 0 0 no-repeat;
	margin-bottom: 20px;
}
.dining .location_item {
	background: transparent url(../images/bg/bg_dining.png) 0 0 no-repeat;
}
.drinking .location_item {
	background: transparent url(../images/bg/bg_drinking.png) 0 0 no-repeat;
}
.location_item.alt {
	clear: left;
}
.location_item h3 {
	margin: 0 0 2px 40px;
	text-shadow: 1px 1px 0 #fff;
}
.location_item p {
	font-size: 1.1em;
	margin-left: 40px;
	text-shadow: 1px 1px 0 #fff;
}
.tier_4 {
	width: 982px;
	margin: 0 auto;
}
.tier_4 .title {
	width: 186px;
	height: 16px;
	text-indent: -9999px;
	margin: 0 auto;
	background-color: #8FBCA7;
	background-image: url(../images/title_archives.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.schedule_wrap {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.schedule_wrap h3 {
	font-size: 4em;
	margin: 0;
	line-height: 1em;
	font-family: "proxima-nova-alt-condensed", Merriweather, Georgia, serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #e8e7d5;
}
.tier_5 {
	width: 942px;
	margin: 0 auto;
	padding: 70px 0;
}
.tier_5 .title {
	width: 190px;
	height: 16px;
	text-indent: -9999px;
	background: transparent url(../images/title_sponsors.jpg) 0 0 no-repeat;
	margin: 0 auto;
}
.sponsors_wrap {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.sponsors_wrap img {
	margin: 0 16px 10px 16px;
}
.sponsors_wrap a img {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.sponsors_wrap a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tier_5 p {
	color: #aaa;
	font-size: 1.2em;
	font-style: italic;
}
.tier_6 {
	width: 982px;
	margin: 0 auto;
}
.tier_6 .title {
	width: 130px;
	height: 16px;
	text-indent: -9999px;
	background-color: #B4B29D;
	background-image: url(../images/title_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.about_wrap {
	overflow: hidden;
	width: 100%;
}
.about_wrap img {
	float: right;
	display: inline;
}
.about_info {
	float: left;
	display: inline;
	width: 478px;
}
.about_info p {
	margin: 30px 0 26px 20px;
	color: #fff;
	font-size: 2.1em;
}
.about_info a {
	color: #fff;
}
/* Forms
--------------------------------------------------------------------------------------- */

.form_wrap {
	width: 72.5806452%;
	margin: 0 auto;
}
.form_row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
}
.form_row.fr_project_row {
	margin-bottom: 30px;
}
.fr_left {
	width: 46.5517241%;
	float: left;
	display: inline;
}
.fr_right {
	width: 46.5517241%;
	float: right;
	display: inline;
}
.form_row label {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 1.4em;
}
.required label {
	font-weight: bold;
}
.required label span {
	color: red;
}
input.input_normal {
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 4px;
	padding: 7px 3.95061728%;
	width: 91.6049383%;
	font-size: 2.4em;
	font-family: Merriweather, Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.form_row textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 4px;
	padding: 7px 1.15207373%;
	width: 97.4712644%;
	font-size: 1.6em;
	font-family: Merriweather, Helvetica, Arial, sans-serif;
	font-weight: 500;
}
.form_row select {
	padding: 10px;
	font-size: 1.8em;
	border: 1px solid #ccc;
	width: 100%;
	margin-top: 8px;
}
.form_row .check_box {
	margin-right: 6px;
}
.add-ons {
	width: 100%;
	overflow: hidden;
	margin-top: 6px;
	margin-bottom: 7px;
}
.add-ons li {
	width: 44.2528736%;
	padding: 6px 1.14942529%;
	float: left;
	display: inline;
	font-size: 1.1em;
	margin-bottom: 4px;
	background: #f5f5f5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.add-ons li.alt {
	float: right;
	display: inline;
}
.add-ons li label {
	font-weight: normal;
	color: #000;
}
.form_row small {
	font-size: 1.1em;
	font-style: italic;
	color: #999;
}
.error label {
	color: red;
}
.error input.input_normal {
	border-color: #b30101;
}
 @-moz-document url-prefix() {
 input.input_normal 
 padding: 7px 12px;
}
 .form_row textarea {
 padding: 7px 12px;
width: 96%;
}
.button_submit {
	overflow: hidden;
	position: static;
background-color: transparent
padding: 0px;
	height: 26px;
	width: 82px;
	background-image: url(../images/submit-button.gif);
	border: 0;
}
.button_reset {
	overflow: hidden;
	position: static;
	bbackground-color: transparent padding: 0px;;
	color: #FF0;
	padding: 0px;
	height: 26px;
	width: 82px;
	background-image: url(../images/reset-button.gif);
	border: 0;
}
.btn_dark {
color: #FF0;
font-size: 14px;
text
}
