@font-face {
  font-family: 'LeagueGothicRegular';
  src: url('../fonts/league_gothic-webfont.eot');
  src: url('../fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/league_gothic-webfont.woff') format('woff'),
       url('../fonts/league_gothic-webfont.ttf') format('truetype'),
       url('../fonts/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/**************************************************************************** universal styles ** */
html, body {
  height: 100%;
}

body {
  background: #eae7df url(../img/bg.png) repeat 0 0 !important;
  color:#222;
  font: normal 93% "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 24px;
}

abbr {
  cursor: help;
}

a, a:visited {
  color: #409cc1;
  text-decoration: none;
}

a:hover {
  color: #006e91;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: normal;
  margin-bottom: 10px;
}

h1 {
  font-size: 167%;
  line-height: 1.4em;
}

h2 {
  font-size: 153.9%;
}

h3 {
  font-size: 131%;
}

h4 {
  font-size: 123.1%;
}

h5 {
  font-size: 116%;
}

h6 {
  font-size: 108%;
}

p, ul, ol {
  margin-bottom: 15px;
}

ul, ol {
  margin-left:34px;
  list-style-type:circle;
}

address {
  font-style: normal;
}

hr {
  clear:both;
  width:100%;
  margin:15px 0;
  height:2px;
  background:none;
  border:0;
  background: url(../img/thin_stripe.png) repeat-x 0 0;
}

blockquote {
  margin-left:20px;
  border-left:1px solid #006e91;
  padding-left:20px;
  font-style:italic;
}

/**************************************************************************** library styles ** */
.hidden {
  display: none;
}

.clear {
  clear: both;
}

.spacer {
  margin-bottom:40px;
}

/** forms ** */
form, form.uniForm {
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 6px solid #f2f2f2;
  margin-bottom: 10px;
  overflow: hidden;
}

form.uniForm .focused {
  background: none;
}

form.uniForm .ctrlHolder {
  border:0;
}

form.uniForm .form_block {
  padding: 10px 5px;
}

#errorMsg ul {
  margin: 5px;
}

form.uniForm label {
  font-size: 100%;
  color: #222222;
  line-height: 1.4em;
  font-weight: bold;
}

form.uniForm .inlineLabels label {
  width:30%;
}

form.uniForm .inlineLabels input[type=text], form.uniForm .inlineLabels input[type=password],
form.uniForm .inlineLabels input[type=file],
input[type=text], input[type=password], input[type=file] {
  font-size: 85%;
  padding: 8px 6px;
  border: 1px solid #dddddd;
}

form.uniForm .inlineLabels input[type=text], form.uniForm .inlineLabels input[type=password],
form.uniForm .inlineLabels input[type=file], form.uniForm .inlineLabels select {
  width:60%;
}

input[type=submit] {
  border:0;
  border-left: 1px solid #34879b;
  border-right: 1px solid #34879b;
  font-size: 85%;
  background: #57adc1 url(../img/btn-bg.png) repeat-x 0 0;
  color:#fff;
  margin-top: 5px;
  margin-right:6%;
  padding: 0 10px;
  float: right;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  height:31px;
  line-height:31px;
  font-weight:bold;
  text-shadow:0 1px 1px #35707e;
}

input[type=submit]:hover {
  background-position:left bottom;
}

textarea {
  font-size: 108%;
  padding: 2px;
}

select {
  font-size: 85%;
}

.uniForm .ctrlHolder input[type="password"]:focus,
.uniForm .ctrlHolder input[type="text"]:focus {
  outline: none;
}

/** form toggle ** */
.form-toggle p {
  margin-bottom: 2px;
}
.form-toggle span {
  background: #ddeeff;
  padding: 3px 6px;
  border-top: 1px solid #99bbcc;
  border-left: 1px solid #99bbcc;
  border-right: 1px solid #99bbcc;
  cursor: pointer;
}
.form-toggle form {
  padding: 3px 6px;
  margin: 0;
  background: #ddeeff;
  border: 1px solid #99bbcc;
}

ul.errorlist {
  margin: 0;
  padding: 0;
  list-style: none;
  color: red;
}

/** messages ** */
ul#messages {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 902px;
  margin-bottom: 20px;
  box-shadow:0 0 4px #c9c2b5;
  -moz-box-shadow:0 0 4px #c9c2b5;
  -webkit-box-shadow:0 0 4px #c9c2b5;
}
ul#messages li {
  padding: 3px 10px;
  margin: 0 0 10px 0;
  list-style-type: none;
}
ul#messages li span {
  display: block;
  width: 940px;
  margin: 0 auto;
}
ul#messages li a {
  float: right;
  color: #80dd00;
}
ul#messages .debug {
  border: 1px solid #cccccc;
  background: #eeeeee;
  color: #888888;
  text-shadow: 0px 1px 0px #f7f7f7;
}
ul#messages .info {
  border: 1px solid #c9e5f2;
  background: #e9f8ff;
  color: #819faa;
  text-shadow: 0px 1px 0px #f4fcff;
}
ul#messages .success {
  border: 1px solid #9ADF8F;
  background: #d5ffce;
  color: #556652;
  text-shadow: 0px 1px 0px #f7fff8;
}
ul#messages .warning {
  border: 1px solid #f5e791;
  background: #fff9e0;
  color: #93907c;
  text-shadow: 0px 1px 0px #fffdf2;
}
ul#messages .error {
  border: 1px solid #e6a8a8;
  background: #f9e1e1;
  color: #ad6d6d;
  text-shadow: 0px 1px 0px #fbeeee;
}

/* self-clearing floats */
.mod:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.container {
  position: relative;
  width: 902px;
  margin: 0 auto;
}

.msg-container {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  z-index:10;
}

/* columns */
.col-wrapper {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* 3 columns */
}
.col-wrapper .col {
  float: left;
  width: 31%;
  display: inline;
  margin-right: 2%;
}
.col-wrapper .col-2-thirds {
  width: 64%;
}
.col-wrapper .col-3-fourths {
  width: 72%;
}
.col-wrapper .col-1-fourths {
  width: 24%;
}
.col-wrapper .last {
  margin-right: 0;
}

/*** tables ***/
table {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-bottom: 1px solid #f9f2e6;
  margin-bottom:15px;
}

table th {
  border-bottom: 1px solid #d7cfc1;
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 2px;
  padding:3px 4px;
  font-size:93%;
}

table td {
  vertical-align: middle;
  border-bottom: 1px solid #d7cfc1;
  border-top: 1px solid #f9f2e6;
  padding:8px 4px;
}

/*** dl, dt, dd ***/
dl {
  margin-bottom: 15px;
}

dl dt {
  font-weight:bold;
}

dl dd {
  padding:0 0 0 25px;
}

pre.changes {
  white-space: pre-line;
}

/**************************************************************************** general layout styles ** */
/** header ** */
header {
  position: relative;
  height: 130px;
}

header .container {
  background: url(../img/blue_stripe.png) repeat-x 0 0;
  height: 130px;
}

header h1#logo {
  margin: 0;
  position: absolute;
  top: 24px;
  left: 0;
}
header h1#logo a {
  display: block;
  width: 276px;
  height: 90px;
  background: url(../img/pycon_2012_sm.png) no-repeat 0 0;
  float: left;
  padding-bottom: 12px;
  color:#fff;
  text-decoration:none;
  font-size:123.1%;
  text-indent:-9999px;
}
header h2#slogan {
  position: absolute;
  top: 43px;
  left: 140px;
  color: #568aa0;
  font-size: 85%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  padding-left: 10px;
  font-weight: normal;
  line-height: 1.2em;
  text-shadow: 0 -1px 0 #033d56;
}
header .login {
  float: right;
  color: #7caec3;
  font-size: 77%;
  margin: 18px 0 0 0;
  text-shadow: 0 1px 0 #f9f2e6;
  line-height: 1.4em;
}
header .login a, header .login a:visited {
  color: #649fae;
  text-decoration: none;
  font-weight: bold;
  text-transform:uppercase;
}
header .login a:hover {
  color: #006e91;
  text-decoration: none;
}

#locale_switcher {
  display: inline;
}

/** body ** */
section#body {
  min-height: 400px;
  position: relative;
  text-shadow: 0 1px 0 #f9f2e6;
}

section#body .container {
  background: url(../img/blue_stripe.png) repeat-x 0 0;
  padding-top:30px;
}

h1.section-title, h2.section-title {
  font-family: LeagueGothicRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:340%;
  color:#484746;
  text-transform:uppercase;
  text-shadow: 0 1px 0 #f9f2e6;
  line-height:50px;
}

h2.section-title {
  font-size:240%;
}

h1.section-title span, h2.section-title span {
  color:#fcb500;
}

/** footer ** */
/* sticky footer */
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
}

.push {
  height: 100px;
}

footer {
  height: 20px;
  font-size: 8pt;
  line-height: 11pt;
}

footer .container {
  background: url(../img/thin_stripe.png) repeat-x 0 0;
  padding: 25px 0 40px 0;
}

footer a, footer a:visited {
  text-decoration: none;
}

footer a:hover {
  color: #006e91;
}

/**************************************************************************** elements */
/** subnav ** */
#subnav {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 85%;
  overflow: hidden;
}
#subnav ul {
  float: left;
  margin: 0 0 0 -20px;
  padding: 0;
}
#subnav li {
  display: inline;
  list-style-type: none;
}
#subnav a:link, #subnav a:visited {
  float: left;
  font-weight: bold;
  text-decoration: none;
  color: #444444;
  padding: 6px 20px 3px;
}
#subnav a:hover {
  background: #dddddd;
}

/** tabs ** */
#left_tabs {
  position: absolute;
  bottom: -1px;
  left: 0;
}

#right_tabs {
  position: absolute;
  right: 0;
  bottom: -1px;
}

ul.tabs {
  background: white;
  overflow: hidden;
  height: 30px;
  margin: 0 0 5px;
}
ul.tabs a, ul.tabs a:visited {
  padding: 5px 12px;
  color: #444444;
  font-weight: bold;
  text-decoration: none;
}
ul.tabs a:hover {
  color: #222222;
  background: #cccccc;
}
ul.tabs li {
  list-style-type: none;
  display: block;
  float: left;
  background-color: white;
  padding: 5px 0 4px;
  margin: 0 1px;
}

body.bidi div.right_panel {
  float: left;
}

/** main nav ** */
nav#main-nav {
  font-family: LeagueGothicRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 40px;
  right: -18px;
}
nav#main-nav ul {
  overflow: hidden;
}
nav#main-nav ul li {
  float: left;
}
nav#main-nav ul li a {
  display: block;
  padding: 0 18px;
  text-decoration: none;
  color: #484746;
  overflow: hidden;
  position: relative;
  text-shadow: 0 1px 0 #f9f2e6;
  font-size:161.6%;
  letter-spacing:0.04em;
  text-transform:uppercase;
  height:63px;
  line-height:63px;
}

nav#main-nav ul li a:hover {
  color: #006e91;
  cursor: pointer !important;
}

nav#main-nav ul li.sfHover a, nav#main-nav ul li.sfhover a,
body.about nav#main-nav ul li a#link-about,
body.codeofconduct nav#main-nav ul li a#link-about,
body.diversity nav#main-nav ul li a#link-about,
body.volunteers nav#main-nav ul li a#link-about,
body.registration nav#main-nav ul li a#link-registration,
body.venue nav#main-nav ul li a#link-venue,
body.sponsorship nav#main-nav ul li a#link-sponsors,
body.blog nav#main-nav ul li a#link-blog,
body.speaker nav#main-nav ul li a#link-speakers,
body.jobs nav#main-nav ul li a#link-jobs,
body.schedule nav#main-nav ul li a#link-schedule {
  background: url(../img/main_nav_over.png) no-repeat center center;
  color: #006e91;
  cursor: pointer;
}

/* subnav */
nav#main-nav ul li ul {
  margin: -17px 0 0 0;
  display: block;
  left: -9999px;
  list-style: none;
  position: absolute;
  z-index: 10000;
  width: 180px;
  background: #f5f5f5;
  padding: 10px 0;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border:3px solid #e3dfd4;
}

nav#main-nav ul li:hover ul, nav#main-nav ul li.sfhover ul {
  left: auto;
}

nav#main-nav ul li ul li {
  float: none;
}

nav#main-nav ul li.sfhover ul li a, nav#main-nav ul li ul li a {
  color: #666666;
  text-shadow: 0px 1px 0px #dddddd;
  font-size: 93%;
  font-weight: normal;
  padding: 2px 15px;
  border: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height:24px;
  line-height:24px;
  text-transform:none;
  text-shadow:0 1px 0 #fff;
}

/* subnav rollover effects */
nav#main-nav ul li ul li a:hover {
  color: #006e91;
  background: none;
}

/** sidebar nav ** */
nav.sidebar-nav ul li a {
  color: #7b7b7b;
  font-size: 93%;
  line-height: 36px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #e9e9e9;
}

nav.sidebar-nav ul li a:hover {
  color: #0a84c1;
}

.block {
  background: white;
  margin-bottom: 15px;
  color: #444444;
}

.pd {
  padding: 20px;
}

.bdr {
  border: 1px solid #cccccc;
}

.holder {
  padding: 4px;
}

.sh {
  box-shadow: 0px 0px 4px #cccccc;
  -moz-box-shadow: 0px 0px 4px #cccccc;
  -webkit-box-shadow: 0px 0px 4px #cccccc;
}

.hr-line {
  height: 1px;
  background: url(../img/dots.png) repeat-x 0 0;
  clear: both;
  margin: 25px 0;
}

a.btn {
  color: #929292;
  background-color: #f2f2f2;
  padding: 8px 15px 8px 15px;
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

a.btn:hover {
  color: white;
  background-color: #02a5e2;
}

.learn-more, p.more a {
  font-style:italic;
  text-decoration:none;
  text-align:right;
}

.user-nav {
  margin-top:20px;
  border-left:1px solid #d7cfc1;
}

.user-nav a {
  border-left:1px solid #f9f2e6;
  display:block;
  padding-left:15px;
}

.note {
  font-size:93%;
  line-height:1.45em;
}

/*** sponsor sidebar ***/
.sponsors-side {
  margin: 20px 0 20px 3px;
  padding-left:15px;
  background: url(../img/thin_stripe_v.png) repeat-y left top;
}

.sponsors-side .level {
  overflow:hidden;
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom:1px dotted #d7cfc1;
}

.sponsors-side .level.last {
  background: none;
}

.sponsors-side .level h6 {
  display:block;
  text-transform:uppercase;
  color:#484746;
  font-size:77%;
  letter-spacing:0.08em;
  margin-bottom:0;
}

/*** side nav ***/
ul.side-nav {
  list-style-type:none;
  margin:20px 0 0;
  border-left:1px solid #d7cfc1;
}

ul.side-nav li {
  border-left:1px solid #f9f2e6;
  display:block;
  padding-left:15px;
}

dl.inline {
  line-height:1.25em;
  margin-top:20px;
}

dl.inline dt {
  float: left;
  width:20%;
  clear:both;
  margin-bottom:10px;
}

dl.inline dt span {
  font-size:12px;
  display:block;
  font-weight:normal;
}

dl.inline dd {
  float: left;
  width:75%;
  padding:0;
  margin-bottom:10px;
}

.sold {text-decoration: line-through;}

/**************************************************************************** page specific styles */
/** homepage ** */
body.home header {
  height: 388px;
}

body.home header .container {
  height: 388px;
}

body.home header h1#logo {
  top:129px;
  left:210px;
}

body.home header h1#logo a {
  display: block;
  width: 388px;
  height: 45px;
  background: url(../img/pycon_2012.png) no-repeat 0 0;
  text-indent:-9999px;
}

body.home header h2#slogan {
  top:198px;
  left:335px;
  width: 329px;
  height: 31px;
  background: url(../img/santa_clara.png) no-repeat 0 0;
  text-indent:-9999px;
}

body.home #python {
  position:absolute;
  top:30px;
  left:8px;
  background: url(../img/snake.png) no-repeat 0 0;
  width:158px;
  height:217px;
}

body.home .dates {
  position:absolute;
  top:264px;
  width:100%;
  background: url(../img/stripe.png) no-repeat top center;
  padding-top:32px;
}

body.home .dates .tutorials {
  display:block;
  float:left;
  width:216px;
  height:55px;
  background: url(../img/dates/tutorials.png) no-repeat 0 0;
  text-indent:-9999px;
  margin-right:106px;
}

body.home .dates .talks {
  display:block;
  float:left;
  width:225px;
  height:55px;
  background: url(../img/dates/talks.png) no-repeat 0 0;
  text-indent:-9999px;
}

body.home .dates .sprints {
  display:block;
  float:right;
  width:244px;
  height:55px;
  background: url(../img/dates/sprints.png) no-repeat 0 0;
  text-indent:-9999px;
}

body.home section#body .container {
  padding-top:20px;
}

/* diamond sponsor */
.diamond-sponsors {
  position:absolute;
  top:117px;
  right:10px;
  width:150px;
}

.diamond-sponsors span {
  display:block;
  text-transform:uppercase;
  color:#484746;
  font-size:77%;
  letter-spacing:0.08em;
}

.diamond-sponsors img {
  margin:-3px 0 0;
  width:100px;
}

.other-sponsors {
  clear:both;
  margin:0 -20px 10px 0;
  overflow:hidden;
}

.other-sponsors h6 {
  display:block;
  text-transform:uppercase;
  color:#484746;
  font-size:77%;
  font-weight:bold;
  margin-bottom:3px;
}

.other-sponsors span {
  float:left;
  margin-right:15px;
  height:60px;
}

/* sponsor slideshow */
ul#slider {
  display: block;
  width: 902px;
  height: 133px;
  overflow: hidden;
  background: url(../img/thin_stripe.png) repeat-x left bottom;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#slider li {
  display:none;
}

ul#slider li.first {
  display:block;
}

.sponsor {
  float:left;
  margin:10px;
  position:relative;
}

.sponsor.last {
  margin-right:0;
}

.sponsor span {
  display:block;
  text-align:center;
  border-top:1px dotted #8dbac1;
  text-transform:uppercase;
  color:#484746;
  padding-top:6px;
  margin:13px 0 0 0;
  width:130px;
  font-weight:bold;
  font-size:77%;
}

/* slideshow nav */
nav#slider-nav {
  float:left;
  height:19px;
  margin:5px 0 20px;
}

nav#slider-nav a {
  text-indent:-9999px;
  display:block;
  float:left;
  width:19px;
  height:19px;
  margin-right:3px;
  background: url(../img/dots.png) repeat 0 0;
}

nav#slider-nav a.activeSlide {
  background-position:-22px 0;
}

body.home .blog-post div.teaser {
  font-style: normal;
}

/*** blog ***/
.blog-post h1, .blog-post h2 {
  font-weight:bold;
  margin-bottom:0;
  line-height:1.2em;
}

.blog-post p.post_dateline {
  text-transform:uppercase;
  font-weight:bold;
  font-size:77%;
  letter-spacing:0.05em;
  color:#888;
  text-shadow: 0 1px 0 #f9f2e6;
  margin-bottom:8px;
}

body.home .blog-post p.post_dateline {
  margin-bottom:3px;
}

.blog-post p.post_dateline .author {
  color:#484746;
}

.blog-post div.teaser {
  font-style:italic;
}

/*** wiki pages ***/
body.wiki section#body h1,
body.wiki section#body h2 {
  font-family: LeagueGothicRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:340%;
  color:#484746;
  text-transform:uppercase;
  text-shadow: 0 1px 0 #f9f2e6;
  line-height:50px;
}

body.wiki section#body h1.shift,
body.wiki section#body h2.shift {
  margin-left:-304px;
  width:294px;
  float:left;
}

body.wiki section#body h1.shift span,
body.wiki section#body h2.shift span {
  color:#fcb500;
}

body.wiki section#body h2 {
  font-size:240%;
}

body.wiki section#body table th {
  text-align:left;
  padding-right:40px;
}

body.wiki.about section#body table th {
  padding-right:40px;
}

body.wiki.registration section#body table th {
  text-transform:uppercase;
  font-weight:normal;
  padding:10px 20px 10px;
}

body.wiki.registration section#body table td {
  font-weight:bold;
  padding:10px 20px 10px;
  font-size:108%;
}

body.wiki section#body .info {
  color:#434343;
  margin-top:20px;
  font-size:85%;
  background: url(../img/thin_stripe.png) repeat-x 0 0;
  padding-top:15px;
}

.cancel {
  float:right;
  line-height:36px;
  margin-right:20px;
  text-decoration:underline;
}

/*** explore ***/
body#explore .main-content h6 {
  font-weight:bold;
  margin:18px 0 2px;
}

body#explore .main-content p,
body#shopping .main-content p,
body#bars .main-content p {
  margin-bottom:3px;
}

body#explore .main-content address,
body#shopping .main-content address {
  margin:8px 0 10px 25px;
}

body#bars .main-content h6, body#shopping .main-content h6 {
  font-weight:bold;
  margin:18px 0 2px;
}

body#restaurants .main-content .place {
  display:block;
  width:47%;
  float:left;
  overflow:hidden;
  padding-bottom:10px;
}

body#restaurants  h6 {
  font-weight:bold;
  margin:0 0 2px;
}

body#restaurants div.place i {
  display:block;
  line-height:22px;
  font-size:85%;
  margin-top:5px;
}

body#restaurants div.place i.walking {
  background: url(../img/icons/walking.png) no-repeat 0 0;
  padding-left:20px;
}

body#restaurants .main-content h2 {
  clear:both;
  color:#FCB500;
  font-weight:bold;
}

.icon-walking {
  background: url(../img/icons/walking.png) no-repeat 0 0;
  padding-left:20px;
}

.icon-star {
  margin-bottom:20px;
}

/** restaurant filter **/
.filter {
  position:relative;
  background: url(../img/thin_stripe.png) repeat-x 0 0;
  margin-bottom:20px;
  padding:15px 0 0;
}

.filter h4 {
  margin-bottom:6px;
}

.filter ul {
  padding-bottom:15px;
  margin:0;
  display: block;
  list-style: none;
  position:relative;
  width: 100%;
  overflow:hidden;
  background: url(../img/thin_stripe.png) repeat-x left bottom;
}

.filter li {
  float: left;
}

.filter li a {
  display:block;
  position:relative;
  overflow: hidden;
  cursor: pointer;
  width:180px;
}

.filter ul li a {
  font-size:93%;
  display:block;
  height: 24px;
  line-height: 24px;
  margin:0;
  padding-left:20px;
  width: 165px;
  text-shadow:none;
  float:left;
}

/*** venue detail ***/
.map iframe {
  border: 6px solid #f2f2f2;
  margin:0;
}

.map a {
  text-align:right;
  font-size:77%;
  display:block;
  margin:-5px 11px 15px;
}

body#venue-info .main-content h5 {
  font-size:100%;
  font-style:italic;
  margin-bottom:6px;
}

body#venue-info .main-content h4 {
  margin-bottom:3px;
}

body#venue-info .main-content .place {
  display:block;
  width:49%;
  float:left;
  overflow:hidden;
  padding-bottom:10px;
}

/** subnav **/
nav.sidenav ul {
  margin:20px 0 0 0;
  border-left:1px solid #d7cfc1;
  list-style-type:none;
}

nav.sidenav ul li {
  list-style-type:none;
  border-left:1px solid #f9f2e6;
  display:block;
  padding-left:15px;
  padding-bottom:10px;
  line-height:1.2em;
}

nav.sidenav.venue-sidenav {
  margin-left:3px;
  margin-bottom:60px;
}

nav.sidenav.venue-sidenav ul li a {
  display:block;
  height:34px;
  line-height:34px;
  padding-left:40px;
  background:url(../img/icons/icons.png) no-repeat left bottom;
}

nav.sidenav ul li a#l-info {background-position:0 4px;}
nav.sidenav ul li a#l-travel {background-position:0 -40px;}
nav.sidenav ul li a#l-directions {background-position:0 -87px;}
nav.sidenav ul li a#l-around {background-position:0 -134px;}
nav.sidenav ul li a#l-weather {background-position:0 -179px;}
nav.sidenav ul li a#l-explore {background-position:0 -224px;}
nav.sidenav ul li a#l-restaurants {background-position:0 -269px;}
nav.sidenav ul li a#l-bars {background-position:0 -315px;}
nav.sidenav ul li a#l-shopping {background-position:0 -360px;}
nav.sidenav ul li a#l-share {background-position:0 -405px;}
nav.sidenav ul li a#l-hotel {background-position:0 -917px;}

body#venue-info nav.sidenav ul li a#l-info, nav.sidenav ul li a#l-info:hover {background-position:0 -457px;color:#006e91;}
body#traveling nav.sidenav ul li a#l-travel, nav.sidenav ul li a#l-travel:hover {background-position:0 -501px;color:#006e91;}
body#directions nav.sidenav ul li a#l-directions, nav.sidenav ul li a#l-directions:hover {background-position:0 -548px;color:#006e91;}
body#getting-around nav.sidenav ul li a#l-around, nav.sidenav ul li a#l-around:hover {background-position:0 -595px;color:#006e91;}
body#weather nav.sidenav ul li a#l-weather, nav.sidenav ul li a#l-weather:hover {background-position:0 -640px;color:#006e91;}
body#explore nav.sidenav ul li a#l-explore, nav.sidenav ul li a#l-explore:hover {background-position:0 -685px;color:#006e91;}
body#restaurants nav.sidenav ul li a#l-restaurants, nav.sidenav ul li a#l-restaurants:hover {background-position:0 -730px;color:#006e91;}
body#bars nav.sidenav ul li a#l-bars, nav.sidenav ul li a#l-bars:hover {background-position:0 -776px;color:#006e91;}
body#shopping nav.sidenav ul li a#l-shopping, nav.sidenav ul li a#l-shopping:hover {background-position:0 -821px;color:#006e91;}
body#share-room nav.sidenav ul li a#l-share, nav.sidenav ul li a#l-share:hover {background-position:0 -866px;color:#006e91;}
body#hotels nav.sidenav ul li a#l-hotel, nav.sidenav ul li a#l-hotel:hover {background-position:0 -961px;color:#006e91;}

nav.sidenav a.active {color:#006e91;}

nav.sidenav ul ul {
  margin:10px 0 -10px 0;
  border-left:0;
}

nav.sidenav ul li li {
  border-left:0;
}

/*** sponsors ***/
ol.steps {
  list-style-type:none;
  margin-left:-2px;
  text-shadow:none;
}

ol.steps li {
  display:block;
  height:34px;
  line-height:34px;
  padding-left:40px;
  background-image:url(../img/steps.png);
  background-repeat: no-repeat;
  margin-bottom:10px;
  font-weight:bold;
  font-size:108%;
}

ol.steps li.first {
  background-position: 0 0;
}

ol.steps li.second {
  background-position: 0 -42px;
}

ol.steps li.third {
  background-position: 0 -86px;
}

ol.steps li.done {
  color:#666;
  text-decoration: line-through;
}

a.boxes-edit-link {
    display: none;
}

/*** sponsors: about ***/
h5.sponsor-level {
  text-transform:uppercase;
  font-size:93%;
  font-weight:bold;
  color:#FCB500;
  margin-top:30px;
  margin-left:180px;
}

.sponsor-details {
  clear:both;
  width:100%;
  position: relative;
  overflow:hidden;
  border-bottom:1px dotted #d7cfc1;
  padding-bottom:7px;
  margin-bottom:17px;
}

.sponsor-details.last {
  border-bottom:0;
  padding-bottom:0;
  margin-bottom:15px;
}

.sponsor-details .col-1 {
  float:left;
  width:180px;
  display:inline;
}

.sponsor-details .col-2 {
  float:left;
  width:440px;
  display:inline;
}

.sponsor-details h2 {
  margin-bottom:2px;
}

.sponsor-details p.site-link {
  margin-bottom:8px;
  font-size:85%;
  font-weight:bold;
}

nav.sponsor-sidenav {
  font-weight:bold;
  font-size:85%;
}

a.btn-sponsor {
  display:block;
  width:139px;
  height:51px;
  background: url(../img/arrow_bg.png) no-repeat 0 0;
  color:#fff;
  text-decoration:none;
  text-shadow:0 1px 1px rgba(76,154,172,0.75);
  font-size:85%;
  cursor:pointer;
  margin:0 0 10px;
}

a.btn-sponsor span {
  display:block;
  padding:9px 0 0 12px;
  line-height:1.3em;
}

a.btn-sponsor:hover {
  background-position: 0 -51px;
}


body.full.speaker .formHint {
  margin-left: 0;
}

body.full.speaker form.uniForm ul {
  list-style: none;
}

form p.errorField {
  background-color:pink;
}

#div_id_kind ul li {
  float: left;
  width: 100px;
}

.uniForm .blockLabels .label{
  display: inline;
}

textarea.markItUpEditor {
  font-family: "Droid Sans Mono", fixed;
  font-size: 14px;
}

/*** proposals ***/
div.badges {
  margin-bottom:15px;
  font-size:13px;
}

div.badges .badge {
  width: 20px;
  height: 20px;
  color: white;
  line-height: 20px;
  text-align: center;
  margin: 3px 5px 5px 0;
  float: left;
  text-shadow:none;
}

div.badges .badge.extreme {
  background:#555;
}

div.badges .badge.invited {
  background:#555;
}

div.badges .label {
  float:left;
  margin-right:20px;
}

/* review table */
table.review-list {
  font-size:13px;
  background-color:#f7f6f4;
  border-bottom: 1px solid #e9e8e4;
  clear: both;
}

table.review-list th {
  background-color:#fff;
  border-right: 1px solid #eee;
  border-bottom:1px solid #eee;
  text-shadow:none;
}

table.review-list td {
  vertical-align: top;
  border-top: 1px solid #e9e8e4;
  border-bottom: 0;
}

table.review-list tr.first td {
  border-top:0;
}

table.review-list td.pr-number {
  text-align:right;
}

table.review-list td.pr-details {
  width:250px;
}

table.review-list td .title {
  line-height:1.3em;
}

/* level */
table.review-list .level {
  text-align: center;
  padding: 3px 5px;
  text-shadow:none;
  text-transform:uppercase;
  font-size:10px;
  background:#555;
  margin-right:5px;
}

table.review-list .level.novice {
  background:#acdbee;
}

table.review-list .level.intermediate {
  background:#afe6af;
}

table.review-list .level.experienced {
  background:#f5d8ae;
}

table.review-list .author {
  font-size:12px;
}

table.review-list td.count {
  text-align:left;
}

table.review-list th.comments,
table.review-list td.comments {
  width:37px;
}

table.review-list th.comments span {
  display:block;
  text-indent:-9999px;
  background: url(../img/icons/comments.png) no-repeat left center;
}

table.review-list td.result {
  width:64px;
}

.dataTables_filter {
  margin-bottom:15px;
  font-size:13px;
}

.dataTables_filter input[type="text"] {
  font-size: 85%;
  padding: 3px 6px;
}

.dataTables_info {
  font-size:12px;
  margin-bottom:35px;
}

.dataTables_length {
  font-size:13px;
}

/*** review details ***/
/* results */
form.result-form {
  padding:0;
  border:0;
  float:left;
  width:30%;
}

.result-box {
  border:6px solid #f2f2f2;
  padding:15px;
  margin-bottom:15px;
}

.result-box h6 {
  float:left;
  width:30%;
  padding-top:8px;
}

.result-box.accepted h6 span {
  color: #0C0;
}

.result-box.rejected h6 span {
  color: #C00;
}

.result-box.undecided h6 span {
  color: #999;
}

.result-form input[type="submit"] {
  border: none;
  background: #CCC;
  text-shadow:none;
  float:left;
}

.result-form input:hover {
  border: none;
  background: #000;
  color: #FFF;
}

.result-form input[type="submit"].accept { background: #56e256; }
.result-form input[type="submit"].reject { background: #d46c6c; }
.result-form input[type="submit"].undecide { background: #999; }

.result-form input[type="submit"].accept:hover { background: #0c0; }
.result-form input[type="submit"].reject:hover { background: #c00; }
.result-form input[type="submit"].undecide:hover { background: #666; }

h2.proposal-title {
  line-height:1.3em;
}

.votes-box {
  margin-bottom:25px;
  text-align:right;
}

.votes-box .vote-count-box {
  float:left;
  width:15%;
  margin-right:5%;
}

.votes-box .vote-count-box .label {
  border-bottom:1px solid #fefefe;
}

/* review comments */
.review-box {
  border:1px solid #f8f8f8;
  padding:15px;
  margin-bottom:10px;
  position:relative;
}

.review-box .dateline {
  font-size:12px;
  color:#666;
  font-style:italic;
}

form.delete-comment {
  border:0;
  margin:0;
  position:absolute;
  top:-8px;
  right:0;
}

form.delete-comment input[type="submit"] {
  border:0;
  background:none;
  color:#aaa;
  text-shadow:none;
  text-decoration:underline;
  padding:0;
  margin:0;
}

form.delete-comment input[type="submit"]:hover {
  color:#666;
}

.stat-def {
  margin-bottom:15px;
}

.breadcrumbs {
  margin:-10px 0 15px 0;
}

/*** registration ***/
.register-block {
  text-align:center;
  margin:15px 0  25px;
}

.register-block .note {
  margin:20px 0 15px;
}

.ribbon {
  background: url(../img/ribbon.png) no-repeat 0 0;
  width:488px;
  height:48px;
  margin:20px auto;
  text-align:center;
  line-height:40px;
  color:#000;
  text-shadow:0 1px 0 #75d4eb;
  font-size:16px;
}

a.btn-register {
  display:block;
  margin:10px auto;
  width:163px;
  height:47px;
  background: url(../img/btn_register.png) no-repeat 0 0;
  text-indent:-9999px;
}

a.btn-register:hover {
  background-position:0 -48px;
}

.financial-aid {
  border:1px solid #4aabc2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding:15px;
  background: url(../img/icons/lighthouse.png) no-repeat 24px center;
  margin-bottom:25px;
}

.financial-aid h2, .financial-aid p {
  margin-left:68px;
}

.financial-aid h2 {
  margin-bottom:8px;
}

.financial-aid p {
  margin-bottom:0;
}

/********** Call To Action Buttons ************/
.cta {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
    font: bold 18px Helvetica, Arial, sans-serif;
    height: 50px;
    text-decoration: none;
    line-height: 50px;
  white-space: nowrap;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    z-index: 10;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#333333');
  -moz-user-select: none;
  -webkit-user-select:none;
  -khtml-user-select: none;
  user-select: none;
  overflow: visible;
  outline: none;
}
.cta:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.cta:hover {
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
.cta:active {
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
.cta-red, .cta-green, .cta-blue, .cta-yellow {
  -webkit-transition: border-color .218s;
  -moz-transition: border .218s;
  -o-transition: border-color .218s;
  transition: border-color .218s;
}
.cta-red {
    border: solid 1px #b8473d;
    background: #f36c4d;
    background: -webkit-gradient(linear, left top, left bottom, from(#f36c4d), to(#ef3e29));
    background: -moz-linear-gradient(top, #f36c4d, #ef3e29);
    background: -ms-linear-gradient(top, #f36c4d, #ef3e29);
    background: -o-linear-gradient(top, #f36c4d, #ef3e29);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f36c4d', EndColorStr='#ef3e29')";
}
.cta-red:before {
    border: solid 1px #f67b5f;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-red:hover {
    color: #fff;
    border: solid 1px #90332b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb856a), to(#f7523f));
    background: -moz-linear-gradient(top, #fb856a, #f7523f);
    background: -ms-linear-gradient(top, #fb856a, #f7523f);
    background: -o-linear-gradient(top, #fb856a, #f7523f);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fb856a', EndColorStr='#f7523f');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fb856a', EndColorStr='#f7523f')";
}
.cta-red:active {
    color: #fff;
    border: solid 1px #90332b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ef3e29), to(#f36c4d));
    background: -moz-linear-gradient(top, #ef3e29, #f36c4d);
    background: -ms-linear-gradient(top, #ef3e29, #f36c4d);
    background: -o-linear-gradient(top, #ef3e29, #f36c4d);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ef3e29', EndColorStr='#f36c4d');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ef3e29', EndColorStr='#f36c4d')";
}
.cta-green {
    border: solid 1px #00922d;
    background: #00b638;
    background: -webkit-gradient(linear, left top, left bottom, from(#50de76), to(#00b638));
    background: -moz-linear-gradient(top, #50de76, #00b638);
    background: -ms-linear-gradient(top, #50de76, #00b638);
    background: -o-linear-gradient(top, #50de76, #00b638);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#50de76', EndColorStr='#00b638');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#50de76', EndColorStr='#00b638')";
}
.cta-green:before {
    border: solid 1px #78e695;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-green:hover {
    color: #fff;
    border: solid 1px #006e22;
    background: -webkit-gradient(linear, left top, left bottom, from(#5cec82), to(#00c43c));
    background: -moz-linear-gradient(top, #5cec82, #00c43c);
    background: -ms-linear-gradient(top, #5cec82, #00c43c);
    background: -o-linear-gradient(top, #5cec82, #00c43c);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#5cec82', EndColorStr='#00c43c');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5cec82', EndColorStr='#00c43c')";
}
.cta-green:active {
    color: #fff;
    border: solid 1px #006e22;
    background: -webkit-gradient(linear, left top, left bottom, from(#00b638), to(#50de76));
    background: -moz-linear-gradient(top, #00b638, #50de76);
    background: -ms-linear-gradient(top, #00b638, #50de76);
    background: -o-linear-gradient(top, #00b638, #50de76);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b638', EndColorStr='#50de76');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b638', EndColorStr='#50de76')";
}
.cta-blue {
    border: solid 1px #0870c0;
    background: #007bda;
    background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#007bda));
    background: -moz-linear-gradient(top, #00c6ff, #007bda);
    background: -ms-linear-gradient(top, #00c6ff, #007bda);
    background: -o-linear-gradient(top, #00c6ff, #007bda);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#007bda');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#007bda')";
}
.cta-blue:before {
    border: solid 1px #3bb4ec;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-blue:hover {
    color: #fff;
    border: solid 1px #065491;
    background: -webkit-gradient(linear, left top, left bottom, from(#21cdff), to(#0387ec));
    background: -moz-linear-gradient(top, #21cdff, #0387ec);
    background: -ms-linear-gradient(top, #21cdff, #0387ec);
    background: -o-linear-gradient(top, #21cdff, #0387ec);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#21cdff', EndColorStr='#0387ec');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#21cdff', EndColorStr='#0387ec')";
}
.cta-blue:active {
    color: #fff;
    border: solid 1px #065491;
    background: -webkit-gradient(linear, left top, left bottom, from(#007bda), to(#00c6ff));
    background: -moz-linear-gradient(top, #007bda, #00c6ff);
    background: -ms-linear-gradient(top, #007bda, #00c6ff);
    background: -o-linear-gradient(top, #007bda, #00c6ff);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#007bda', EndColorStr='#00c6ff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#007bda', EndColorStr='#00c6ff')";
}
.cta-yellow {
    color: #484746;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.35);
    border: solid 1px #db8300;
    background: #ff9900;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#ff9900));
    background: -moz-linear-gradient(top, #ffcc00, #ff9900);
    background: -ms-linear-gradient(top, #ffcc00, #ff9900);
    background: -o-linear-gradient(top, #ffcc00, #ff9900);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcc00', EndColorStr='#ff9900');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffcc00', EndColorStr='#ff9900')";
}
.cta-yellow:before {
    border: solid 1px #ffc63b;
    border-color: rgba(255, 255, 255, 0.35);
}
.cta-yellow:hover {
    color: #4e4e4e;
    border: solid 1px #ad6800;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd322), to(#ffa51f));
    background: -moz-linear-gradient(top, #ffd322, #ffa51f);
    background: -ms-linear-gradient(top, #ffd322, #ffa51f);
    background: -o-linear-gradient(top, #ffd322, #ffa51f);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd322', EndColorStr='#ffa51f');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffd322', EndColorStr='#ffa51f')";
}
.cta-yellow:active {
    color: #fff;
    border: solid 1px #ad6800;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffcc00));
    background: -moz-linear-gradient(top, #ff9900, #ffcc00);
    background: -ms-linear-gradient(top, #ff9900, #ffcc00);
    background: -o-linear-gradient(top, #ff9900, #ffcc00);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9900', EndColorStr='#ffcc00');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9900', EndColorStr='#ffcc00')";
}
.icon-download, .icon-check {
  margin-left:-5px;
  padding-left:37px;
  display:block;
  height:50px;
  background:transparent url(../img/icons/sprite.png) no-repeat;
}
.icon-go, .icon-more {
  margin-right:-5px;
  padding-right:40px;
  display:block;
  height:50px;
  background:transparent url(../img/icons/sprite.png) no-repeat;
}
.icon-download {background-position:0 -141px;}
.icon-check {background-position:0 -66px;}
.icon-more {background-position:right 10px;}
.icon-go {background-position:right -212px;}
.cta-big {
  font-size: 22px;
  height: 60px;
  line-height: 60px;
}
.cta-big .icon-download {background-position:0 -136px; height:60px;}
.cta-big .icon-check {background-position:0 -61px; height:60px;}
.cta-big .icon-more {background-position:right 15px; height:60px;}
.cta-big .icon-go {background-position:right -207px; height:60px;}
.cta-huge {
  font-size: 26px;
  height: 76px;
  line-height: 76px;
  padding: 0 26px;
}
.cta-huge .icon-download {background-position:0 -128px; height:76px;}
.cta-huge .icon-check {background-position:0 -53px; height:76px;}
.cta-huge .icon-more {background-position:right 23px; height:76px;}
.cta-huge .icon-go {background-position:right -199px; height:76px;}

.cta-subhead {
    padding: 20px 30px;
  font-size: 26px;
    line-height: 26px;
}
.cta-subhead i {
  color: #000;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 0;
  font-weight: normal;
  font-style: normal;
  display: block;
  line-height: 26px;
  font-size: 14px;
}

