/* -------------------------------------------------------------- 
   Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; background: #fff; margin: 1.5em 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }




/* -------------------------------------------------------------- 
   Typography
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; }


/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial, sans-serif; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #009; text-decoration: none; }
a:hover { text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }




/* -------------------------------------------------------------- 
   Forms
-------------------------------------------------------------- */

label { font-weight: bold; }

/* Fieldsets */
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ddd; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

/* Textareas */
textarea { margin: 0.5em 0.5em 0 0; }
textarea { padding: .4em; }


/* hForm
-------------------------------------------------------------- */
form.hform p { margin: 0 0 .5em; }
form.hform p label { float: left; width: 100px; }

form.hform p input { width: 200px; }
form.hform p select { width: 200px; }

form.hform p input.button { width: auto; }
form.hform p input.checkbox { width: auto; }
form.hform p input.radio { width: auto; }

form.hform p.checkbox { margin-left: 100px; }
form.hform p.checkbox label { float: none; }
form.hform p.checkbox input { width: auto; }


/* vForm
-------------------------------------------------------------- */
form.vform p { margin: 0 0 .5em; }
form.vform p label { display: block; }

form.vform p.checkbox label { display: inline; }



header, footer, section, aside, article {
  display: block;
}

h3.image {
  position: relative;
  height: 40px;
  background: transparent none no-repeat 0 0;
  text-indent: -2000em;
  overflow: hidden;
}
  h3.image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


img.cityflats {
  float: right;
  padding-left: 1em;
  padding-bottom: 1em;
}

ul.topics {
  margin-left: 2em;
  list-style: disc;
}

.bios img {
  border: 4px solid #fff;
}
.bios g {
  padding-bottom: 5px;
}
.bios p {
  display: block;
  overflow: hidden;
}

#twitter {
  padding: 0 30px;
  background: url(/images/sessions/bg-twitter.gif) no-repeat 0 15px;
}
  #twitter h3 {
    width: 200px;
    background-image: url(/images/sessions/twitter-logo.png);
  }
  #twitter li>a {
    display: block;
  }
.venue h3 {
  height: 35px;
  background-image: url(/images/venue.png);
}
#footer-wrap {
  clear: both;
  padding: 55px 1.5em 1.5em;
  color: #988264;
  background-color: #3e3022;
  font: normal 11px Helvetica, Arial, sans-serif;
  overflow: hidden;
}
.footer {
  width: 915px;
  margin: 0 auto;
  color: #fff;
}
  .footer a img {
    border: none;
  }
  .footer h1 {
    color: #fff;
    font: normal 18px Helvetica, Arial, sans-serif;
  }
  .footer h1 a {
    color: #fff;
  }
  .footer h2 {
    color: #fec156;
    font: normal 12px/24px Helvetica, Arial, sans-serif;
  }
  .footer .column  {
    float: left;
    text-align: left;
    width: 30%;
  }
  .footer #subscribe {
  }
  .footer h1.subscribe {
    padding: 15px 0 0 0;
  }
  .footer #contact {
  }
  .subscribe {
    margin-bottom: 1.5em;
  }
    #subscribe ul {
      list-style: none;
      margin-left: 0;
    }
    #subscribe a.feed,
    #subscribe a.ical,
    #subscribe a.twitter,
    #subscribe a.facebook {
      display: block;
      height: 16px;
      padding: 0 0 5px 24px;
      color: #fff;
      font: normal 11px/16px Helvetica, Arial, sans-serif;
    }
    #subscribe a.feed, #contact-method li.feed {
      background: url(/images/feed.png) no-repeat 0 0;
    }
    #subscribe a.ical, #contact-method li.ical {
      background: url(/images/calendar.png) no-repeat 0 0;
    }
    #subscribe a.twitter, #contact-method li.twitter {
      background: url(/images/twitter.png) no-repeat 0 0;
    }
    #subscribe a.facebook, #contact-method li.facebook {
      background: url(/images/facebook.png) no-repeat 0 0;
    }
    #contact-method {
      margin-bottom: 1em;
    }
    .footer #blog {
      width: 40%;
    }
    .footer #blog ol {
      margin-left: 0;
    }
    .footer #blog li {
      list-style: none;
      padding-bottom: 10px;
      line-height: 1.25em;
    }
    .footer #blog .posted-at {
      display: block;
      color: #927c66;
      font-size: 9px;
    }
    #contact img {
      padding-right: 20px;
    }
  #contact-method li {
    list-style: none;
    padding: 0 0 5px 24px;
  }
  
  #logos {
    margin-top: 30px;
  }
  footer {
    clear: both;
    padding: 50px 0 0;
    color: #988264;
  }
    footer a {
      color: #988264;
    }
    address {
      display: inline;
      font-style: normal;
    }
  .flickr-photo {
    margin-right: 10px;
    margin-bottom: 10px;
    border: 4px solid #33281d;
    }
    .flickr-photo:hover {
      -webkit-box-shadow: 0 0 10px #fec156;
      box-shadow: 0 0 10px #fec156;
    }

#bring h1, #bring h2 {
  font: normal 18px "Lucida Grande", sans-serif !important;
  color: #fec57c !important;
  padding-left: 35px;
  text-transform: capitalize !important;
  margin-bottom: 10px;
}
  #bring h1#take_home {
    background: url(/images/check.png) no-repeat 0 0;
  }
  #bring h2#friends_family {
    margin-top: 40px;
    background: url(/images/friends_icon.png) no-repeat 0 0;
  }
  #bring h2#weather {
    margin-top: 40px;
    background: url(/images/weather.png) no-repeat 0 0;
  }

/* hCards */
.hidden {
  display: none;
}

p.note {
  color: #ccb690;
  font-size: smaller;
}

/* EE Sponsors */
div.sponsor2badge, div.sponsor1badge {
  width: 132px;
  margin: 0 12px 3em 0;
  float: left;
  }
  div.sponsor2badge img, div.sponsor1badge img {
    margin: 0;
  }
  div.sponsor1badge img {
    background: #fff;
  }
 
/* Evaluation Forms */
#new_evaluation .ui-slider-label {
  text-align: center;
}
#new_evaluation p.slider {
  height: 8em;
}
#new_evaluation .ui-slider {
  margin: 1em 4em;  
}
#new_evaluation textarea {
  font-size: larger;
  width: 90%;
}
#new_evaluation input {
  font-size: larger;
}

img.chart {
  margin: 0 0 1em 1em;
}

ins {
  text-decoration: none;
}

/* Registration Forms */
	.registration-form form,
	.registration-form>h1 {
		padding-left: 22px;
	}
	.registration-form form {
		padding-bottom: 22px;
		overflow: hidden;
	}
	.registration-form input[type=text],
	.registration-form input[type=telephone],
	.registration-form input[type=email],
	.registration-form input[type=search],
	.registration-form input[type=url]
	 {
		display: block;
		height: 25px;
		font-size: 22px;
		line-height: 25px;
	}
	.registration-form input[type=text],
	.registration-form input[type=telephone],
	.registration-form input[type=email],
	.registration-form input[type=search],
	.registration-form input[type=url],
	.registration-form textarea {
		width: 274px;
		padding: auto 5px;
		border: solid 1px #53422b;
		background-color: #dccaad;
	}
	.registration-form input[disabled],
	.registration-form textarea[disabled] {
	  background-color: #b19d81;
	}
	.registration-form input[type=submit] {
		float: right;
		display: inline-block;
		min-height: 22px;
		padding: 0 5px;
		border: solid 1px #fb8c57;
		color: #fff;
		background: #d75700 url(/images/gradient-button.png) repeat-x 0 100%;
		font: normal 12px/22px 'Lucida Grande', 'Lucida Sans Unicode', Lucida, sans-serif;
	}
	.registration-form textarea {
	  height: 9em;
	}
	.registration-form label {
		color: #d4c6b9;
		font: bold 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}
	.registration-form li {
		padding: 0 0 .5em;
	}
	.registration-form ul {
		margin: 0;
		list-style-type: none;
	}
	form.registration-form {
		margin: 27px 0;
  }
	.registration-form legend {
	  font-size: 1.2em;
	  line-height: 1.25;
	  padding: 0 0 1em 0;
	  color: #fec57c;
	}
	form.paypal {
	  text-align: center;
	}

.check-payment .vcard {
  margin-left: 2em;
  }
  .check-payment .vcard .org, .check-payment .vcard .street-address {
    display: block;
  }
  
.request h1 {
  position: relative;
  padding-left: 35px;
  background: url(/images/check.png) no-repeat 0 0;
  
  font: normal 18px "Lucida Grande", sans-serif !important;
  color: #fec57c !important;
  padding-left: 35px;
  text-transform: capitalize !important;
  margin-bottom: 10px;  
}

#errorExplanation {
	border: solid 1px #564226;
	padding: 20px 80px 20px 120px;
	margin: 35px 0 20px 20px;
	color: #21180f;
	background: #dccaad url(/images/bg-error.png) no-repeat 0 0;
	font: normal 12px/25px "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
	#errorExplanation h2 {
		margin-left: -40px;
		font: bold 18px/22px "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
	}
	#errorExplanation li {
		font-weight: bold;
	}
	#errorExplanation p {
		padding: 0;
		margin: 0 0 .5em;
	}

.macbook {
  background: url(/images/macbook.png) no-repeat top right;
}


body {
  background: #21180f url(/images/sessions/bg-2009.jpg) repeat-x center -7px;
  text-align: center;
  font-size: 85%;
  margin-bottom: 0;
}

p {
  line-height: 1.5;
}

a {
  color: #A6D6D8;
  text-decoration: none;
}

  a img, 
  a.photo {
    text-decoration: none;
    border: none;
  }

abbr {
  border-bottom: none;
}

#container {
  width: 965px;
  padding: 35px 2em 60px;
  margin: 0 auto;
  color: #d4c6b9;
  text-align: left;
  overflow: hidden;
}

#overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1017px;
  height: 350px;
  border-top: solid 9px rgba(0,0,0,.48);
  background: url(/images/sessions/lines.png) repeat-x 0 0;  
}

header {
  position: relative;
  overflow: hidden;
  height: 100px;
}
  header h1 { float: left; margin: 0 1em; padding: 0; }
  header h1 a {
    overflow: hidden;
    text-indent: -2000em;
    background: url(/images/logo.png) no-repeat 0 0;
    display: block;
    width: 313px;
    height: 58px;
  }
  header p {
    font: italic 21px Georgia, Times, serif;
    text-align: right;
    text-shadow: 0 2px 5px #000;
    color: #dccaad;
    line-height: 56px;
    margin: 0;
    padding: 0;
  }
  header p span {
/*    color: #f9dc74;*/
  }

#main {
  position: relative;
  width: 640px;
  float: left;
  clear: left;
  text-shadow: 0 0 0 #000;
}
  #main h3, #main section h1, #main article h1 {
	color: #4cbcc5;
	font: italic 26px Georgia, Times, serif;
	margin-bottom: 1em;
   text-transform: none;
} 
  #main .registration-form h1, 
  #main .register .column h1,
  #main .register>h1 {
    color: #dccaad;
    font: normal 30px Georgia, Times, serif;
    text-transform: none;
}
  .meta, #main section section h1, #main #topics h1, article h2 {
    text-transform: uppercase;
    color: #fec57c;
    font: normal 12px "Lucida Grande", Helvetica, sans-serif;
    margin-bottom: .5em;
    } 
    #main section section h1 a {
      color: #fec57c;
    }

nav ul {
  position: relative;
  width: 622px;
  padding-bottom: 10px;
  margin-left: 8px;
  overflow: hidden;
}
  nav ul a {
    display: block;
    height: 14px;
    padding: 11px 7px 25px;
    color: #fce6c0;
    background: transparent url(/images/sessions/nav-2009.png) no-repeat 0 0;
    font: normal 21px/1 'Futura-CondensedMedium', 'Future Medium Condensed', 'ArialNarrow', 'Arial Narrow', 'Lucida Sans', sans-serif;;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    text-indent: -2000em;
  }
    nav ul .home { width: 46px; }
    nav ul .current .home,
    nav ul .home:hover { background-position: 0 -51px; }

    nav ul .speakers { width: 83px; background-position: -110px 0; }
    nav ul .current .speakers,
    nav ul .speakers:hover { background-position: -110px -51px; }

    nav ul .schedule { width: 87px; background-position: -303px 0; }
    nav ul .current .schedule,
    nav ul .schedule:hover { background-position: -303px -51px; }

    nav ul .venue { width: 60px; background-position: -218px 0; }
    nav ul .current .venue,
    nav ul .venue:hover { background-position: -218px -51px; }

    nav ul .overview { width: 85px; background-position: 0 0; }
    nav ul .current .overview,
    nav ul .overview:hover { background-position: 0 -51px; }

    nav ul .register { width: 79px; background-position: -415px 0; }
    nav ul .current .register,
    nav ul .register:hover { background-position: -415px -51px; }           

    nav ul .secondary .contact { width: 52px; background-position: -519px 0; }
    nav ul .secondary .current .contact,
    nav ul .secondary .contact:hover { background-position: -519px -51px; }

    nav ul .secondary .blog { width: 31px; background-position: -596px 0; }
    nav ul .secondary .blog .contact,
    nav ul .secondary .blog:hover { background-position: -596px -51px; }

  nav ul li {
    float: left;
    max-width: 98px;
    padding: 0;
    margin-right: 5px;
    list-style-type: none;
  }

#sidebar {
  position: relative;
  margin-top: 5em;
  float: right;
/*  width: 274px;*/
  text-shadow: 0 0 0 #000;
}
  #sidebar section {
    margin-bottom: 3em;
    width: 274px;
  }
  #sidebar a.fn {
    font: bold 14px Arial, sans-serif;
  }
  #sidebar h1{
    background-repeat: no-repeat;
    text-indent: -2000em;
    margin: 0;
  }
  #sidebar img.photo {
    float: left;
    width: 70px;
    min-height: 70px;
    border: solid 2px #684e24;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 10px 0 0;
  }
  #sidebar li {
    list-style-type: none;
  }
  #sidebar #speakers .vcard {
    color: #b9a28d;
    font: normal 12px Helvetica, Arial, sans-serif;
    overflow: hidden;
  }
  #speakers h1 {
/*    background-image: url(/images/speakers.png);*/
  }
  #speakers ul {
    margin: 0;
  }

#register {
  position: static;
}
#register.moving {
  position: fixed;
  top: 0;
}

#register em {
  color: #FFF;
}

#register.earlybird h1 {
  background-image: url(/images/register_early.png);
}
  #register.earlybird .blurb {
    background: url(/images/sessions/earlybird.png) no-repeat 0 0;
    padding-left: 120px;
  }
  
#register.latebird h1 { background-image: url(/images/register.png); }
#register .price {
  display: block;
  width: 80px;
  float: left;
  margin-top: -4px;
}
#register span.today {
  text-transform: uppercase;
  font: 10px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  color: #a58e69;
}
#register span.cost {
  font: 26px Helvetica, Arial, sans-serif;
  color: #f6f1e9;
  margin-top: -3px;
  display: block;
}
  #register a.register {
    display: block;
    background: url(../images/register_button.png) no-repeat;
    width: 153px;
    height: 41px;
    color: #d4c6b9;
    line-height: 41px;
    margin-left: 90px;
  }
  #register a.register span {
    display: none;
  }
  #register a.register:hover { text-decoration: none; }

  #register .payment {
    font-size: 0.8em;
  }
  
#sessions {
	background: url(/images/sessions/upcoming-shadow.gif) no-repeat center 100%;
	padding-bottom: 40px;
	margin-bottom: 0 !important;
}
#sessions h1 {
  height: 38px;
  background-image: url(/images/upcoming_training.png);
  width: 288px;
}
  #sessions ol {
    padding: 0;
	 border-top: solid 1px #1a1109;
	 border-bottom: solid 1px #422c18;
    margin: 0;
    width: 288px;
  }
  #sessions li {
    font: normal 13px Georgia, Times, serif;
    border-bottom: 1px solid #1a1109; /* dark */
    border-top: 1px solid #422c18;    /* light */
  }
  #sessions li a {
    display: block;
    width: 211px;
    padding: 9px 9px 9px 70px;
    color: #fce6c0;
    background: no-repeat 8px center;
  }
  #sessions li a:hover {
    text-decoration: none;
    background-color: #281b0f;
  }
  #sessions li .summary {
    color: #4cbcc5;
    font: normal 18px Georgia, Times, serif;
    padding-right: 25px;
    background: url(../images/arrow.png) no-repeat right center;
  }
  #sessions li .date_location {
   color: #927c66;
   font: normal 11px "Lucide Grande", Helvetica, sans-serif;
  }
  #sessions li .dtstart, #sessions li .dtend, .footer li .posted-at {
    text-transform: uppercase;
  }
  #sessions li .date_location .location:before { content: '// ';}

  #sessions li.expression-engine a { background-image: url(/images/logos/expression-engine.png); }
  #sessions li.ruby-on-rails a { background-image: url(/images/logos/ruby-on-rails.png); }
  #sessions li.advanced-rails a { background-image: url(/images/logos/advanced-rails.png); }
  #sessions li.jquery a { background-image: url(/images/logos/jquery.png); }
  #sessions li.behavior-driven-development a { background-image: url(/images/logos/behavior-driven-development.png); }
  #sessions li.sidebar-workshop a { background-image: url(/images/logos/sidebar-workshop.png); }
  #sessions li.mongodb a { background-image: url(/images/logos/mongodb.png); }
  #sessions li.iphone a { background-image: url(/images/logos/iphone.png); }

  #sessions .vcard .street-address,
  #sessions .vcard .geo,
  #sessions .vcard .postal-code,
  #sessions .vcard .org {
    display: none;
  }
  #sessions .vcard .show {
/*    display: block;*/
  }

#content section, article {
  margin: 2em;
  overflow: hidden;
  border-bottom: solid 1px #422c18;
  }
  #content section section, #content article section {
    margin: 2em 0;
  }
  
  article .meta, article .vevent {
    margin: -2em 0 2em 0;
  }
  h1 img.banner {
    background: url(/images/banners/bg.png) no-repeat 0 0;
    padding: 6px;
  }
  h1 .vevent {
    display: block;
    overflow: hidden;
    text-indent: -2000px;
    height: 0px;
  }
  article h5 {
    color: #deef82;
    font-size: 14px;
    margin-top: .75em;
  }
  article .venue {
    float: left;
    margin-right: 20px;
  }
  article .venue h1 {
    display: none;
  }
  article .venue ul {
    list-style-type: none;
    margin-left: 0;
  }
  article pre {
    font-family: 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', Monaco, Courier, monospace;
    white-space: pre-wrap;
    margin: 1em 0;
    background-color: #3e3022;
    padding: 0.5em 0 0.3em 0.5em;
    color: #f9dc74;
    overflow: auto;
  }
  article ul, 
  article ol {
    margin-left: 2em;
  }
  article li {
    padding-top: .3em;
  }
  article ol.outline ul li {
    list-style: disc;
    font-size: smaller;
  }
  form.subscribe {
    line-height: 3em;
  }
  form.subscribe label {
    display: block;
    width: 3.5em;
    float: left;
    margin-right: 1em;
    text-align: right;
    }
    form.subscribe .buttons {
      text-align: center;
    }
    
    form.subscribe input {
      font-size: 1.4em;
    }
    
  article img {
    float: left;
    margin-right: 20px;
  }
    article .polaroids img {
      float: none;
    }
    
  article ul.notes li {
    list-style:none;
    font-style:italic;
    margin-top:5px;
  }
  
  article ul.notes li img {
    float:none;
  }

img.polaroid {
  background: url(/images/sessions/polaroids_no_text.png) no-repeat 0 0;
  width: 245px;
  height: 163px;
  padding: 13px 22px 54px 16px; /* 67 */
}

.polaroids {
  width: 247px;
  height: 213px;
  padding: 12px 19px 5px 15px;
  background: url(/images/sessions/polaroids_no_text.png) no-repeat 0 0;
  position: relative;
  margin: 0;
  list-style: none;
}

  .polaroids li {
    position: absolute;
    margin-top: 13px;
    margin-left: 16px;
    padding: 0 0 20px;
  }
  .polaroids li.cityflats_hotel {
    background: url(/images/city_flats_title.png) no-repeat 1em 170px;
  }
  .polaroids li.inn_on_the_riverwalk {
    background: url(/images/inn_on_the_riverwalk.png) no-repeat 1em 170px;
  }
  .polaroids li.emily_morgan_hotel {
    background: url(/images/emily_morgan_hotel.png) no-repeat 1em 170px;
  }
  .polaroids li.hotel_monaco_alexandria {
    background: url(/images/hotel_monaco.png) no-repeat 1em 170px;
  }

.callout {
/*  line-height: 1.2;*/
  margin-top: 20px;
  margin-bottom: 35px;
  color: #e3c196;
  font: 26px Georgia, Times, serif;
  font-weight: normal;
  letter-spacing: 1px;
}

.callout mark, .callout cite {
  font-style: italic;
}

.callout a {
  color: #e3c196;
}

#content .column {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
  #content .column p {
    margin-right: 1em;
  }
  #content #speakers img.photo {
    float: left;
    width: 70px;
    min-height: 70px;
    border: solid 2px #684e24;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 10px 10px 0;
    
  }
#content .clearing {
  clear: left;
}

  #schedule h1 .vevent {
    font-size: 18px;
    color: #666;
    font-weight: normal;
    font-style: normal;
  }
  
  #schedule h3 .summary {
    display: none;
  }


#topics li {
  line-height: 1.5;
}

/*  #venue .vcard {
    float: right;
    margin: 1em;
    padding: 1em;
    width: 50%;
    background-color: #FFF;
    color: #21180f;
    opacity: 0.8;
  }
*/
aside  {
  position: relative;
  height: 5em;
  padding: 1em 0;
  margin: -2em 2em 1.5em;
  background: #261c12;
  border-bottom: solid 1px #422c18;
  text-align: center;  
  }
  aside blockquote {
    background: #261c12; /* needs background so it doesn't look like crap on load */
    position: absolute;
    width: 100%;
    margin: 1em 0 0 0;
    padding: 0;
    }
    aside blockquote q {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 2em;
      line-height: 1.5em;
      display: block;
      }
      aside blockquote q:before { content: '“';}
      aside blockquote q:after { content: '”';}
  
    aside blockquote cite, blockquote cite a {
      font-family: Georgia, "Times New Roman", serif;
      color: #988264;
      }
      aside blockquote cite:before { content: '–';}
section#travel {border-bottom:none;}
#travel ul {
  margin: 0;
  list-style: none;
}
#travel li {
  background: no-repeat left center;
  padding-left: 80px;
}
#travel h2 {
  display: none;
}

#travel .air   { background-image: url(../images/plane_gray.png); }
#travel .road  { background-image: url(../images/car_gray.png); }
#travel .water { background-image: url(../images/ship_gray.png); }
#travel .rail  { background-image: url(../images/train_gray.png); }

#contact-banner {
  margin-top: 3em;
}

.embassy p mark, article mark {
  padding: 1px 3px;
  color: #21180f;
  background-color: #A6D6D8;
}
.embassy .favicon ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

a.more:after { content: ' »';}

section section#save { border-bottom: none; margin-bottom: 0;}

#new_lead {
  font-size:22px;
}
#new_lead p {
  line-height: 2.5em;
}

#new_lead input[type=text] {
  width: 250px;
  font-size:22px;
  background: transparent;
  border: none;
  border-bottom: 1px dotted #D4C6B9;
  outline:none;
  color: #FFF;
  text-align: center;
}

#new_lead #lead_companions {width: 2em;}
#new_lead #lead_email {width:300px;}

.button {
  background: #D13600 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D13600), to(#D85618));
  background-image: -moz-linear-gradient(top, #D13600, #D85618);
  font-size: 12px;
  padding: 10px 20px;
  letter-spacing:0.1em;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0px 1px 1px rgba(0,0,0,1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #FB8C57;
}

#upcoming-sessions, img.banner {
  position: relative;
  display: block;
  width: 621px;
  height: 242px;
  overflow: hidden;
  list-style: none;
}
  #upcoming-wrapper, img.banner {
    background: url(/images/banners/bg.png) no-repeat center center;
    padding: 6px;
  }
  #upcoming-wrapper {
    margin-top: 3em;
  }
  #upcoming-sessions {
    width: 621px;
    height: 242px;
    padding: 0;
    margin: 0 auto;
  }
  #upcoming-sessions li {
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
  }
    #upcoming-sessions li .summary {
      display: none;
    }
    #upcoming-sessions li .url, #upcoming-sessions li .info {
      text-indent: -2000px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    #upcoming-sessions .previous, 
    #upcoming-sessions .next {
      display: block;
      position: absolute;
      width: 35px;
      height: 35px;
      top: 40%;
      text-indent: -2000em;
      overflow: hidden;
      background: url(../images/slideshow/nav.png) no-repeat 100% 0;
    }
    #upcoming-sessions .previous {
      left: 1em;
    }
    #upcoming-sessions .next {
      right: 1em;
      background-position: 0 0;
    }

#sidebar {
  margin-top: 40px;
}