/*
Title:  SXSW Theme 2012
Author:  Zach Meyer
Copyright:  2012

Credits: Elements brought in from HTML5 ✰ Boilerplate + A listapart article on responsive design
*/

/* Reset styles 
--------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
#footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px dotted #CCC; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 Arial, sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

em, i { font-style: italic; }
body, select, input, textarea { color: #2d3234; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #fc4209; }
a:hover { color: #b02e07; }
a.nolink { cursor: default; }

/* Primary styles 
--------------------------------------------- */
body { background: #3e4549 url('/2012/images/bg-noise.jpg') top center repeat; color: #2d3234; }

#wrapper { margin: 0 auto; }

#branding, 
#page, 
#left, 
#footer { margin: 0 auto; width: 960px; }

#content-top,
#main,
#sponsors,
#sidebar,
#rightnav { 
  display: inline;
  float: left;
  position: relative;
}

#left {
  clear: both;
}

.top_left,
#footer { background-color: #2d3235; }

.top_left {
  display: block;
  height: 28px;
  text-shadow: 1px 1px 1px #25292b; 
  font-size: 0.85em;
  border-bottom: 1px solid #929698;
}

#top { 
  height: 96px; 
  overflow: hidden; 
  width: 835px;
  margin-left: 125px;
}

#header { 
  text-shadow: 1px 1px 1px #25292b; 
  position: relative; 
  width: 835px;
  margin-left: 125px;
  overflow: hidden;
  min-height: 75px;
}

.notice {
  position: relative;
  line-height: 1.5em;
  clear: both;
  overflow: hidden;
  padding: 10px 45px 10px 15px;
  margin: 15px 20px 10px;
  border-bottom: 1px solid #D7D7D7;
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  background: transparent url(../images/error.png) top center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -9999em;
}

#sponsors {
  width: 125px;
  margin-bottom: 40px;
  left: -855px;
}

#sponsors.topmargin { margin-top: 66px; }

#main {
  width: 490px;
  min-height: 600px;
  padding: 10px 10px 20px;
  margin: 0px 0px 20px 0px;
  background-color: #f3f3f3;
  left: 125px;
}

.wide #main { width: 835px; margin-right: 0; padding: 0 0 20px 0; }

#sidebar { 
  width: 305px; 
  margin-bottom: 20px;
  padding: 10px 5px;
  background: #f3f3f3;
  left: 135px;
}

#sidebar .block {
  padding: 5px 7px 10px;
  border-bottom: 1px solid #949697;
}

#sidebar .block.last {
  border: none;
}

#sidebar p {
  margin-bottom: 8px;
}

#sidebar h3 {
  font-size: 2.1em;
  line-height: 1.1em;
  font-weight: normal;
}

#sidebar .label {
  font-size: .85em;
  color: #949697; 
  text-transform: uppercase;
}

.addto {
  padding: 4px 10px 3px 18px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url('/2012/images/sprite.png');
  background-repeat: no-repeat;
  background-position: 5px 7px;
  background-color: #272727;
}

.removefrom {
  padding: 4px 10px 3px 18px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url('/2012/images/sprite.png');
  background-repeat: no-repeat;
  background-position: 5px 7px;
  background-color: #272727;
}

.more_details {
  padding: 4px 10px 3px 18px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url('/2012/images/sprite.png');
  background-repeat: no-repeat;
  background-position: 5px 7px;
  background-color: #272727;
}

#rightnav { 
  width: 196px; 
  border-left: 1px solid #6d787f; 
  background: #d1d4d4;
  margin-bottom: 20px;
}
  
#footer { width: 890px; padding: 0 35px 40px 35px; float: left; position: relative; } 

/*
 * Sprites
 */
.sprite, 
.facebook,
.youtube,
.rss, 
.twitter, 
.cap, 
.grande, 
.austin,
.corenap, 
.alliancetech, 
.mobiapps,
.arrow,
#search label { text-indent: -9999em; display: block; overflow: hidden; background: url('/2012/images/sprite.png'); }

/*
 * Text only
 */
h1 { font-size: 2.5em;  line-height: 1em;}

h2 { font-size: 1.5em; line-height: 1.5em; font-weight: bold; }

h2 a, 
h2 a:visited { color: #2d3234; text-decoration: none; }

h3 { font-size: 1.7em; line-height: 1.5em; }

h3.title { margin: 10px; }

h3#detail_time {
  display: inline;
  font-size: 1.8em;
  padding: 0 10px;
  line-height: 1.5em;
  /*color: red;*/
}

a.detail_venue{
	text-decoration: none;
}

h2.detail_venue {
  font-size: 2em;
  padding: 10px, 0px, 0px, 2px;
  line-height: 1.2em;
}
h2.detail_room {
  font-size: 1.8em;
  font-style:italic;
  padding: 4px, 0px, 0px, 2px;
  line-height: 1.2em;
}

#footer h3, 
#footer h3 a { 
  color: #ffffff;
  font-size: 1em;
  margin-bottom: 2px;
  margin-top: 20px;
}
#footer h3 a { text-decoration: none; }
#footer h3 a:hover { color: #ccc; }

h4 { font-size: 1.1em; line-height: 1.5em; color: #fc4209; }

.notice h4 {
  color: #2d3234;
  text-shadow: none;
}

h5 { font-size: 1em; color: #B8BEC0; margin-bottom: 8px; font-weight: normal; }

p, ul, ol, h1, h2, h3, table, iframe { margin-bottom: 12px; }

p { line-height: 1.5em; }

.message { 
  color: #6b7077; 
  padding-top: 20px; 
  margin-top: 20px;
  display: block; 
  float: left; 
  border-top: solid 1px #6b7077;
}

.footer-right .footer_right.first,
.footer-right .message {
  padding-left: 25px;
}

.footer_right.first {
  height: 60px;
}

.dates { 
  font-size: 1.0em;
  line-height: 1.5em;
  color: #949697;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
  letter-spacing: 0.08em;
}
 
.caption {
  font-style: italic;
  font-size: .8em;
}

.caption-sm {
  font-style: italic;
  font-size: 10px;
  text-align: right;
  display: block;
  margin-right: 0px;
  margin-top: 4px;
}

table { width: 100%; }

/* Meta styles submitted and terms */
.meta { 
  margin-bottom: 12px;
} 

.submitted { 
  float: left; 
  margin-right: 5px; 
}

.submitted a { 
  color: #2d3234;
  text-transform: capitalize; 
}

.submitted a:hover { text-decoration: none; }

.terms { float: left; }
.terms .inline { margin-left: 0; }
.terms .inline li { float: left; }
.terms .inline li a {
  background-color: #d1d1d1;
  padding: 2px 5px;
  margin-right: 5px;
  color: #2d3234;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
  /* the Film Tag */
  .terms .inline li.taxonomy_term_2 a { color: #ffffff; background-color: #22a3b3; }
  /* the Music Tag */
  .terms .inline li.taxonomy_term_1 a { color: #ffffff; background-color: #9dab2f; }
  /* the Interactive Tag */
  .terms .inline li.taxonomy_term_3 a { color: #ffffff; background-color: #ff8600; }
  /* the Platinum Tag */
  .terms .inline li.taxonomy_term_4 a { color: #ffffff; background-color: #2d3234; }
  .terms .inline a:hover { background-color: #2d3234; color: #ffffff; }

/* 
 * Navs only 
 */

/* Primary menu */
.primary-links {
  display: block;
 	list-style: none;
	margin: 5px 0 0 125px;
	text-shadow: none;
	position: relative;
  float: left;
  width: 465px;
  bottom: -1px;
}

.primary-links li { float: left; }

.primary-links a {
	float: left;
	margin-right: 2px;
	font-size: 1.1em;
  height: 22px;
  background-color: #a8aeb1;
  padding-left: 13px;
  padding-top: 18px;
  min-width: 82px;
  
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  
  background: #a3aaad; /* Old browsers */
  background: -moz-linear-gradient(top,  #a3aaad 30%, #4d5356 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#a3aaad), color-stop(100%,#4d5356)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a3aaad 30%,#4d5356 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a3aaad 30%,#4d5356 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a3aaad 30%,#4d5356 100%); /* IE10+ */
  background: linear-gradient(top,  #a3aaad 30%,#4d5356 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3aaad', endColorstr='#4d5356',GradientType=0 ); /* IE6-9 */
}

.is_on {
	background: yellow;
}

.primary-links a,  
.primary-links a:hover {
	color: #272727;
	font-weight: bold;
	text-decoration: none;
}

.primary-links a:hover {
	background: #2f3436;
	color: #fff;
}

.dots {
  display: inline;
  padding: 1px 11px;
  background-image: url(../images/grey_dots.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;	
}

.home span.dots,
span.dots.active {
  display: inline;
  padding: 1px 11px;
  background-image: url(../images/dots.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.home a.all,
a.all.active {
  color: #fff;
  background: #2D3235; /* Old browsers */
  background: -moz-linear-gradient(top,  #444a4d 0%, #292e30 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444a4d), color-stop(100%,#292e30)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #444a4d 0%,#292e30 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #444a4d 0%,#292e30 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #444a4d 0%,#292e30 100%); /* IE10+ */
  background: linear-gradient(top,  #444a4d 0%,#292e30 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444a4d', endColorstr='#292e30',GradientType=0 ); /* IE6-9 */
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
  
.home a.music, 
a.music:hover, 
.music a.music {
  color: #272727;
  background: #afbf35;

  background: #a8bc48; /* Old browsers */
  background: -moz-linear-gradient(top,  #a8bc48 30%, #5a6426 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#a8bc48), color-stop(100%,#5a6426)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a8bc48 30%,#5a6426 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a8bc48 30%,#5a6426 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a8bc48 30%,#5a6426 100%); /* IE10+ */
  background: linear-gradient(top,  #a8bc48 30%,#5a6426 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8bc48', endColorstr='#5a6426',GradientType=0 ); /* IE6-9 */
}
a.music {
  padding-right: 10px; 
}

.music a.music {
  border-top: 1px solid #AFBF35;
  border-left: 1px solid #AFBF35;
  border-right: 1px solid #AFBF35;
}

.home a.film, 
a.film:hover, 
.film a.film {
  color: #272727;
  background: #00a8bc;
  
  background: #00a6b6; /* Old browsers */
  background: -moz-linear-gradient(top,  #00a6b6 30%, #006b74 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#00a6b6), color-stop(100%,#006b74)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #00a6b6 30%,#006b74 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #00a6b6 30%,#006b74 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #00a6b6 30%,#006b74 100%); /* IE10+ */
  background: linear-gradient(top,  #00a6b6 30%,#006b74 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a6b6', endColorstr='#006b74',GradientType=0 ); /* IE6-9 */
}

.film a.film {
  border-top: 1px solid #00A8BC;
  border-left: 1px solid #00A8BC;
  border-right: 1px solid #00A8BC;
}

.home a.interactive, 
a.interactive:hover, 
.interactive a.interactive {
  color: #272727;
	background: #f47920;
	
	background: #ef752e; /* Old browsers */
  background: -moz-linear-gradient(top,  #ef752e 30%, #a24617 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ef752e), color-stop(100%,#a24617)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ef752e 30%,#a24617 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ef752e 30%,#a24617 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ef752e 30%,#a24617 100%); /* IE10+ */
  background: linear-gradient(top,  #ef752e 30%,#a24617 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef752e', endColorstr='#a24617',GradientType=0 ); /* IE6-9 */
}

a.interactive {
  padding-right: 55px;
}

.interactive a.interactive {
  border-top: 1px solid #E97918;
  border-left: 1px solid #E97918;
  border-right: 1px solid #E97918;
}

.music a.music, 
.interactive a.interactive, 
.film a.film {
  color: #fff;
}

/*
 * Top Tab nav
 */
.top-links {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
}
.top-links li {
  display: inline;
  list-style: none;
  float: left;
  border-right: 1px solid #3c4347;
}
.top-links li.last {
  border: none;
}
.top-links a {
  color: #272727;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 21px;
  background-color: #a8aeb1;
  padding-left: 15px;
  padding-top: 7px;
  min-width: 135px;

  border-radius: 0px 0px 10px 10px; 
  -moz-border-radius: 0px 0px 10px 10px; 
  -webkit-border-radius: 0px 0px 10px 10px;
  
  background: #a8aeb1; /* Old browsers */
  background: -moz-linear-gradient(top,  #4d5356 0%, #a8aeb1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d5356), color-stop(100%,#a8aeb1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4d5356 0%,#a8aeb1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4d5356 0%,#a8aeb1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4d5356 0%,#a8aeb1 100%); /* IE10+ */
  background: linear-gradient(top,  #4d5356 0%,#a8aeb1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d5356', endColorstr='#a8aeb1',GradientType=0 ); /* IE6-9 */

}

.top-links .shortcuts {
  color: #B6B8B8;
  line-height: 32px;
  margin-left: 15px;
  margin-right: 5px;
}

.top-links a.active,
.top-links a:hover {
  color: #d8dcde;
  background: #2D3235;
}

span.star {
  display: inline;
  padding: 1px 11px;
  background-image: url(../images/display_star.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.subnav {
  margin: 0px;
}

.subnav li {
  display: inline;
  list-style: none;
  float: left;
}

.subnav a {
  color: #272727;
  font-size: 1.1em;
  text-decoration: none;
  display: block;
  height: 22px;
  padding: 8px 10px 0;
}

.subnav span {
  color: #272727;
  font-size: 1.0em;
  text-decoration: none;
  display: block;
  height: 22px;
  padding: 8px 10px 0;
  font-style:italic;  
}

li.label {
  color: #555;
  padding: 13px 5px 0 5px;
  font-weight: bold;
}

.subnav li {
  background-color: #B6B8B8;
}

.subnav a.active,
.subnav a:hover {
  background-color: #292E30;
  color: #fff;
}

/* 
 * Menu inside of the content 
 */
ul.menu.contentnav {
  display: block;
}

.contentnav li {
  display: inline;
  list-style: none;
  float: left;
  border-right: 1px solid #f3f3f3;
}

.contentnav li.last {
  border: none;
}

.contentnav li.first a {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.contentnav li.last a {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.contentnav a {
  color: #272727;
  font-size: 1.1em;
  text-decoration: none;
  display: block;
  height: 18px;
  min-width: 55px;
  padding-left: 8px;
  padding-top: 6px;
  padding-right: 30px;
  background-color: #e0e0e0;
}

.contentnav a.active,
.contentnav a:hover {
  color: #fff;
  background-color: #7a8184;
}

/* 
 * Calendar Nav 
 */
.calendarinfo {
  width: 350px;
  text-align: center;
}

.calendar-nav {
  border-top: 1px solid #aeb4b7;
  border-bottom: 1px solid #aeb4b7;
  height: 42px;
  margin-bottom: 6px;
}

.calendar-nav td {
  vertical-align: middle;
}

.calendarinfo h1 {
  display: inline;
}

/*
 * Full day views.
 */
.venue-info {
  padding: 10px;
}

h3#venue-list {
  color:#fff;
  font-size: 1.2em;
  background-color: #2D3234;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 10px;
}

h1.venue-title {
  color: #2D3234;
  margin-bottom: 2px;
}

.venue-info p {
  margin-bottom: 10px;
  padding: 0;
}

.venue-info .label {
  color: #949697; 
  text-transform: uppercase;
}

.venue-details {
  width: 35%;
  float: left;
  display: inline-block;
}

.venue-info .map_canvas {
  display: block;
  clear: both;
  float: none;
}

/*
 * Breadcrumb nav
 */
.breadcrumb {
  float: left;
  width: 100%;
  font-size: 0.9em;
  margin-top: 6px;
  margin-left: 4px;
}

.breadcrumb li {
  padding: 0 14px 0 9px;
  background-image: url('/2012/images/sprite.png');
  background-position-y: 2px;
  background-position-x: right;
}

.breadcrumb li.last {
  background: none;
}

.breadcrumb a {
  color: #555;
}

.breadcrumb a.active {
  color: #292e30;
  font-weight: bold;
}

/*
 * View change nav
 */
.view-sort {
  float: right;
  margin: 4px 0;
}

.view-sort a {
  display: block;
  overflow: hidden;
  background-color: #b2b3b5;
  padding: 5px 9px 4px;
  margin-right: 5px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.view-sort a:hover,
.view-sort a.active {
  background-color: #565e61;
}

.view-sort span {
  background-image: url('/2012/images/sprite.png');
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin-right: 5px;
}

.view-sort .compact {
  background-position: -240px -140px;
  
}
.view-sort .detail {
  background-position: -255px -140px;
}
.view-sort .superg {
  background-position: -270px -140px;
}

/* 
 * Arrows for all nav
 */
.date-left, 
.date-right {
  width: 21px;
  height: 32px;
  text-indent: 9999em;
}

/* previous */
.date-left {
  background-position: -300px -82px;
/*   float: right; */
}

/* next */
.date-right {
  background-position: -278px -82px;
}

/* dropdown */
/*
.date-down {
  width: 15px;
  height: 9px;
  background-position: -295px -116px;
  display: inline-block;
  margin: 0 0 -3px 0;
}
*/

.read_more a { color: #2d3234; text-transform: uppercase; text-decoration: none; font-weight: bold; }
.read_more a:hover { color: #fc4209;  }

/* 
 * Colored by sections 
 */

/* Home */
.home .subnav {
  border-top: 5px solid #292e30;
}

/* Interactive */
.interactive .subnav a {
  color: #571704;
} 

.interactive .subnav li {
  background-color: #E97918;
}

.interactive .subnav a:hover,
.interactive .subnav a.active {
  background-color: #571704;
  color: #fff;
}

.interactive.two-col #main {
  border-top: 8px solid #f47920;
}

.interactive .addto {
  background-color: #f47920;
}

.interactive .addto:hover {
  background-color: #571704;
  color: #fff;
}

.interactive .contentnav a.active,
.interactive .contentnav a:hover {
  background-color: #f47920;
}

.interactive.bar {
  border-left: 8px solid #f47920;
}

.box_interactive, 
.no-nav .interactive .preview {
  border-top: 4px solid #f47920;
}

.interactive .subnav {
  border-top: 5px solid #E97918;
}

/* Music */
.music .subnav a {
  color: #213A18;
} 

.music .subnav li {
  background-color: #AFBF35;
}

.music .subnav a:hover,
.music .subnav a.active {
  background-color: #213A18;
  color: #fff;
}

.music.two-col #main {
  border-top: 8px solid #afbf35;
}

.music .addto {
  background-color: #afbf35;
}

.music .addto:hover {
  background-color: #213a18;
  color: #fff;
}

.music .contentnav a.active,
.music .contentnav a:hover {
  background-color: #afbf35;
}

.music.bar  {
  border-left: 8px solid #afbf35;
}

.box_music, 
.no-nav .music .preview {
  border-top: 4px solid #afbf35;
}

.music .subnav {
  border-top: 5px solid #AFBF35;
}

/* AFBF35 */

/* Film */
.film .subnav a {
  color: #00323F;
} 

.film .subnav li {
  background-color: #00A8BC;
}

.film .subnav a:hover,
.film .subnav a.active {
  background-color: #00323F;
  color: #fff;
}

.film.two-col #main {
  border-top: 8px solid #00a8bc;
}

.film .addto {
  background-color: #00a8bc;
}

.film .addto:hover {
  background-color: #00323f;
  color: #fff;
}

.film .contentnav a.active,
.film .contentnav a:hover {
  background-color: #00a8bc;
}

.film.bar {
  border-left: 8px solid #00a8bc;
}

.box_film, 
.no-nav .film .preview {
  border-top: 4px solid #00a8bc;
}

.film .subnav {
  border-top: 5px solid #00A8BC;
}

/* 
 * Data appearances.
 */
.odd {
  background-color: #dfdfdf;
}

select#cat_filter_drop {
  width: 160px;
}

/* 
 * Begin styles brought over from old sheet.
 */
#letterbar {
  background-color: #ddd;
  padding: 5px;
  text-align: center;
}

#letternav a, 
#letternav a:active, 
#letternav a:visited { color: #2d3234; }

#letternav {
  margin: 5px;
}

#letternav li, 
#letternav a {
  display: inline;
  padding: 4px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}

div.item ul li a {
  font-weight: bold;
  text-decoration: underline;
  margin-left: 15px;
}

/* div rows */
.data {}

.row {
  position: relative;
  line-height: 1.5em;
  clear:both;
  overflow:hidden; 
  padding:10px;
  padding-right: 0px;
  border-bottom: 1px solid #D7D7D7;
  background-color: white;
}

.data h2, 
h2.title_time {
  padding-left: 10px;
  margin: 5px 0;
}

/*
 * Column position styles.
 */
.col1, 
.col2, 
.col3, 
.col4 {
  overflow: hidden;
  position: relative;
  float: left;
}

.col1 {
  width: 35%;
  margin-right: 15px;
  font-weight: bold;
}

.col2 {
  width:170px;
  margin-right: 15px;
}

.col3 {
  width:170px;
}

.col4 {
  width:140px; 
  float: right;
  margin-right: 4px; 
}

.col2,
.col3,
.col4 {
  text-transform: uppercase;
  color: #676767;
  font-weight: bold;
}

.col2 .time {
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 10px;
}

.col2 .type a {
  color: #676767;
}

.col2 .type a:hover {
  text-decoration: none;
}

div.item ul li.time {
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin-left: 15px;
}

.group_time h3 {
  color: #888;
  padding-left: 5px;
}

.group_time h1 {
  margin: 10px;
}

.extended_item {
  padding: 5px 5px 10px 5px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  float: left;
  border-bottom: 1px solid #bcbcbc;
  background-color: #efefef;
}

/* 
 * Details section 
 */
.details {
  background-color: #efefef;
  border-top: 1px solid #cdcdcd;
  padding: 20px;
}

.preview {
  padding: 20px;
  border-bottom: 1px solid #d7d7d7;
}

.preview h1 {
  border-bottom: 1px solid #AEB4B7;
  padding-bottom: 10px; 
}

.picture {
  width: 180px;
  padding:10px;
  background-color: #eee;
  border: 1px solid #ccc;
  float: left;
}

.picture img {
  width: 100%;
}

.taxonomy {
  text-transform: capitalize;
  margin-right: 10px;
  width: 120px;
}

.details .buttons a.linkbutton {
  width: 200px;
  padding: 10px;
  display: block;
  background-color: #27ace9;
  border: 1px solid #aaa;
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}

.buttons a:active, .buttons a:visited, .buttons a:hover {
  color: #fff;
}

.details .buttons a.linkbutton:hover; {
  text-decoration: underline;
  color: white;
}

.details p {
  padding-top: 10px;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}

/* Details single page layout.  */
.details_description {
  padding: 10px 20px;
  overflow: hidden;
}

[icon ^="starred"] {
   padding-left: 2px;
   background: transparent url(/star.png) no-repeat center left;
   margin-right: 10px;
}

.group_time {
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #efefef;
}

.group_day {
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #91939B;
}

.group_day h2 {
  font-size: 24px;
  padding: 10px;
  margin-top: 10px;
}

.venue_title {
  font-size: 22px;
  padding: 15px;
  color: #fff;
}

#sharecheck a{
	text-align: center;
	background-color: #454545;
	border-left: 1px solid #787878;
	border-right: 1px solid #787878;
	padding: 5px;
}

#share_my_schedule{
background-color: #fff;
padding: 5px;
}

.tooltip {
	display:none;
	background: url('/2012/images/white_arrow.png');
	font-size:14px;
	height:60px;
	width:160px;
	padding:25px;
	color: #3A3A3A;
}

[disabled] { /* Text and background colour, medium red on light yellow */
  color:#933;
  background-color:#ffc;
}

.presenter {
  font-size: 12px;
  color: #000;
  padding-bottom: 10px;
  font-weight: normal;
}

.presenter_info {
  font-size: 12px;
  color: #000;
  padding-bottom: 10px;
  font-weight: normal;
  float: left;
  margin-right: 20px;
}

.presenter p {
  font-size: 11px;
  line-height: 14px;
  color: #444;
  padding-top: 10px;
}

h1.presenters {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

div.image_presenters {
  height: 30px;
  width: 30px;
  background-color: #232323;
  margin-right: 6px;
  margin-left: 6px;
  float: left;
}

.presenters_image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 100px;
}

.pres_odd {
  background-color: #fff;
  padding-top: 12px;
  border-top: 1px solid #ababab;
}

.pres_even {
  background-color: #fff;
  padding-top: 12px;
  border-top: 1px solid #ababab;
}
.pres_name {
  margin: 0px;
  padding: 0px;
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
}

.pres_title {
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  line-height: normal;
  display: block;
}

.pres_company {
  margin: 0px;
  padding: 0px;
  line-height: normal;
  display: block;
}

.pres_moderator {
  margin: 0px;
  padding: 0px;
  line-height: normal;
  display: block;
}

.pres_bio {
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  line-height: normal;
  display: block;
font-size: 13px;	
}
p.pres_bio {
  margin: 2px;
  padding: 4px;
  padding-left: 0px;
  line-height: normal;
  display: block;
  font-size: 13px;
}

p#bio {
	font-size: 24px;
	color: red;
}

.noresults {
  padding: 20px;
}

.noresults h1 {
  font-size: 1.5em;
  margin-top: 10px;
}

.noresults h2 {
  font-size: 1.25em;
  color: #343434;
}

.noresults h4 {
  font-size: 1em;
  margin-top: 10px;
  font-weight: normal;
}

.noresults .main_content {
  padding: 0px;
  font-size: 1.2em;
}

.leaf {
	color: #949697;
}

.title_presenters {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 5px;
}

.feedback p {
  margin-bottom: 10px;
  font-weight: normal;
}

.feedback h1 {
  margin-bottom: 10px;
  font-size: 18px;
}

.feedback h2 {
  margin-bottom: 10px;
  font-size: 14px;
}

.feedback h3 {
  margin-bottom: 10px;
  font-size: 12px;
}
/*
 * End styles brought over from old sheet.
 */

a.showcase_links {
	font-size: 14px;
	text-decoration: none;
}

/* Table rows */
tr.even td,
tr.odd td {
  padding: 5px 12px;
  line-height: 1.5;  
}

/* 
 * #footer 
 */
.footer-left {
  width: 600px;
  border-top: 1px solid #6b7077;
  float: left;
  margin-top: 44px;
}

.footer-right {
  width: 289px;
  border-left: solid 1px #6b7077;
  border-top: solid 1px #6b7077;
  float: left;
  margin-top: 18px;
  color: #ffffff;
}

/* Logos */
.logo {
  width: 432px; 
  height: 42px; 
  display: block; 
  overflow: hidden; 
  background: url('/2012/images/logo.png') top center;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 10px;
  text-indent: -9999em;
}

/* 
 * Social
 */
.facebook,
.youtube,
.rss, 
.twitter { width: 18px; height: 19px; margin-right: 5px; margin-top: 4px; }

.facebook { background-position: -159px -170px; }
.twitter { background-position: -177px -170px; }
.youtube { background-position: -195px -170px; }
.rss { background-position: -213px -170px; }

/* hover */
.facebook:hover { background-position: -159px -188px; }
.twitter:hover { background-position: -177px -188px; }
.youtube:hover { background-position: -195px -188px; }
.rss:hover { background-position: -213px -188px; }

#footer .cap {
  position: absolute;
  width: 137px;
  height: 87px;
  background-position: 0px -32px;
  left: -30px;
  top: -29px;
  display: inline;
}

.grande,
.austin,
.corenap, 
.alliancetech { margin-right: 10px; float: left; }

.grande { background-position: -136px -85px; width: 141px; height: 50px; }
.austin { background-position: 0px -120px; width: 104px; height: 50px; }
.corenap { background-position: -137px -31px; width: 167px; height: 50px; }
.alliancetech { background-position: 0px -223px; width: 141px; height: 50px; background-repeat: no-repeat; }

.menu {
  margin-left: 0;
}

.menu li,
.inline li {
  display: inline;
  float: left;
}

.menu li a { text-decoration: none; }

.top_left .menu a { color: #b8bec0; }

#rightnav .menu li,
#sidebar .menu li { display: block; }

.footer_left .menu li,
.footer_right .menu li { display: block; margin-right: 5px; margin-bottom: 4px; }

.footer_left .menu,
.footer_right .menu { margin-left: 0; }
.block.footer_left { width: 115px; float: left; }
.footer-right .footer_right { width: 88px; float: left; }
.footer-right #block-block { display: block; clear: both; float: none; padding-top: 5px; }

/* 
 * Top menu
 */
.top_right .menu { float: right; }

#footer .top_right ul { margin: 0; width: 270px; }

.menu li a.mobiapps { 
  color: #272727;
  margin-right: 14px;
  height: 26px;
  width: 158px;
	border:none;
	background-position: -321px -170px;
}

  .menu li a.mobiapps:hover {
    background-position: -321px -197px;	
  }

.top_left .menu { float: right; margin: 7px 0px 0px 0px; }

.top_left .menu li { border-right: 1px solid #a3a9ab; }
  .top_left .menu li.last { border: none; }

  .top_left .menu li a { padding: 0px 10px; line-height: 1em; }
  .top_left .menu li a:hover { text-decoration: underline; }

/* Footer menu */
#footer .menu a { color: #d5d5d5; text-decoration: none; }
#footer .menu a.active, #footer .menu a:hover { text-decoration: underline; } 

/* Help */
#console { background: #ccc; padding: 15px; margin-bottom: 20px; }

/* Image alignment */
img.alignright {
  padding: 2px;
  margin: 0 0 5px 15px;
  display: inline;
}

img.alignrightnb {
  padding: 2px 0 0 0;
  margin: 0 0 5px 15px;
  display: inline;
}

img.alignleft {
  padding: 2px;
  margin: 0 15px 5px 0;
  display: inline;
}

img.alignleftnb {
  padding: 2px 0 0 0;
  margin: 0 15px 5px 0;
  display: inline;
}

/* Share this block. */
.sharethisblock {
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 10px;
  float: none;
  display: block;
  clear: both;
}

.sharethisblock h3 {
  display: inline;
  font-size: 1em;
  padding: 0 10px;
  line-height: 1.8em;
}

.social-btns {
  float: right;
  margin-right: 10px;
}

/* Sidebar btn jump */
.btn-jump {
  margin: 0 5px 5px 0;
  display: inline-block;
}

/* TODO youtube embed */
.alignright, 
.alignrightnb, 
.rightbug, 
.floatright { float: right; }
    
.alignleft, 
.alignleftnb, 
.leftbug, 
.floatleft { float: left; }

/* Admin block menu */
tr.region td.region { font-weight: bold; }

td.region { padding-top: 8px; }
tr.draggable td { padding: 0px 5px; line-height: 2em; vertical-align: middle; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
