/*
Theme Name: cppcon
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: cppcon
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 cppcon is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* line 5, ../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Ruby200/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/partials/_global.scss */
body {
  background: white url("img/header.png") center top no-repeat;
  color: #00171d;
  font: 16px/24px Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

/* line 16, ../sass/partials/_global.scss */
.container {
  margin: 0 auto;
  text-align: left;
  max-width: 1000px;
  padding: 0 15px;
}

/* line 23, ../sass/partials/_global.scss */
a {
  color: #00a0cc;
}

/* line 27, ../sass/partials/_global.scss */
strong,
b {
  font-weight: bold;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* line 32, ../sass/partials/_global.scss */
em,
i {
  font-style: italic;
}

/* line 37, ../sass/partials/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 42, ../sass/partials/_global.scss */
.screen-reader-text {
  width: 0px;
  height: 0px;
  overflow: hidden;
  text-indent: -9999px;
}

/* line 3, ../sass/partials/_header.scss */
.site-header {
  background: #00171d url("img/header.png") center top no-repeat;
  height: 218px;
}

/* line 8, ../sass/partials/_header.scss */
.site-title {
  height: 136px;
  padding-top: 36px;
}

/* line 13, ../sass/partials/_header.scss */
.site-title a {
  display: block;
  overflow: hidden;
}

/* line 18, ../sass/partials/_header.scss */
.site-title img {
  display: block;
  margin: 0 auto;
}

/* line 23, ../sass/partials/_header.scss */
.site-description {
  display: none;
}

/* line 27, ../sass/partials/_header.scss */
.menu-toggle,
.skip-link {
  display: none !important;
}

/* line 32, ../sass/partials/_header.scss */
.main-navigation {
  clear: both;
  font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 29px;
  position: relative;
  text-align: center;
}
/* line 39, ../sass/partials/_header.scss */
.main-navigation li {
  display: inline-block;
  font-size: 16px;
  height: 29px;
  line-height: 29px;
  padding: 0 16px 0 16px;
  position: relative;
  white-space: nowrap;
}
/* line 48, ../sass/partials/_header.scss */
.main-navigation a {
  color: white;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  text-decoration: none;
}
/* line 54, ../sass/partials/_header.scss */
.main-navigation a:hover {
  color: #ffba00;
}

/* line 60, ../sass/partials/_header.scss */
.main-navigation ul ul {
  background-color: #00171d;
  float: left;
  margin-left: -16px;
  left: -9999px;
  padding-bottom: 5px;
  position: absolute;
  text-align: left;
  top: 29px;
  z-index: 99999;
}
/* line 70, ../sass/partials/_header.scss */
.main-navigation ul ul li {
  display: block;
  font-size: 14px;
  padding: 0 16px;
}
/* line 75, ../sass/partials/_header.scss */
.main-navigation ul ul a {
  display: block;
}

/* line 80, ../sass/partials/_header.scss */
/*.main-navigation ul.active {
  left: auto;
}*/

.main-navigation #menu-main li:hover ul {left:auto;}

/* line 84, ../sass/partials/_header.scss */
.top-navigation {
  background: url("img/top-right.png") right top no-repeat;
  height: 77px;
  min-width: 190px;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 91, ../sass/partials/_header.scss */
.top-navigation .menu {
  font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px 35px 0 0;
}
/* line 95, ../sass/partials/_header.scss */
.top-navigation .menu li {
  display: inline-block;
  font-size: 21px;
  height: 29px;
  line-height: 29px;
  padding: 0 8px 0 8px;
}
/* line 102, ../sass/partials/_header.scss */
.top-navigation .menu a {
  color: white;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  text-decoration: none;
}
/* line 108, ../sass/partials/_header.scss */
.top-navigation .menu a:hover {
  color: #ffba00;
}

/* line 115, ../sass/partials/_header.scss */
.call-for-submissions {
  background: url("img/call-for-submissions.png") right top no-repeat;
  display: block;
  height: 77px;
  overflow: hidden;
  text-indent: -9999px;
  width: 234px;
}

/* line 3, ../sass/partials/_content.scss */
.site-content {
  /*overflow: hidden;*/
  *zoom: 1;
  background: url("img/content.png") center top no-repeat;
  min-height: 3000px;
  padding: 40px 0 0 0;
}
/* line 8, ../sass/partials/_content.scss */
.site-content .container {
  position: relative;
}

/* line 13, ../sass/partials/_content.scss */
.content-area {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #ccd1d2;
  clear: both;
  margin-right: 230px;
  padding-bottom: 100px;
  padding-right: 22px;
}

.page-template-page-with-no-sidebar .content-area {
  margin-right: 0px;
  padding-right:0px;
  border:none;
}

/* line 24, ../sass/partials/_content.scss */
.page .entry-title,
.single .entry-title {
  background: url("img/bullet-large.png") 0 12px no-repeat;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 12px;
  padding-left: 30px;
}
/* line 31, ../sass/partials/_content.scss */
.page .entry-meta,
.page .entry-content,
.page .entry-footer,
.page .post-navigation,
.single .entry-meta,
.single .entry-content,
.single .entry-footer,
.single .post-navigation {
  padding-left: 30px;
}

/* line 39, ../sass/partials/_content.scss */
.page-title,
.blog-listing-title {
  background: url("img/bullet-large.png") 0 12px no-repeat;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 12px;
  padding-left: 30px;
}

/* line 48, ../sass/partials/_content.scss */
.blog .post,
.archive .post {
  margin-bottom: 30px;
  padding-left: 30px;
}
/* line 52, ../sass/partials/_content.scss */
.blog .post .entry-title,
.archive .post .entry-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
/* line 56, ../sass/partials/_content.scss */
.blog .post .entry-title a,
.archive .post .entry-title a {
  color: #00171d;
  text-decoration: none;
}

/* line 64, ../sass/partials/_content.scss */
.entry-content h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
/* line 69, ../sass/partials/_content.scss */
.entry-content h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 1em;
}
/* line 74, ../sass/partials/_content.scss */
.entry-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
/* line 79, ../sass/partials/_content.scss */
.entry-content h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
/* line 84, ../sass/partials/_content.scss */
.entry-content h5 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}
/* line 90, ../sass/partials/_content.scss */
.entry-content h6 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1em;
}
/* line 96, ../sass/partials/_content.scss */
.entry-content p {
  margin-bottom: 1em;
}
/* line 99, ../sass/partials/_content.scss */
.entry-content ul {
  list-style-type: square;
  margin-bottom: 1em;
  padding-left: 2em;
}
/* line 104, ../sass/partials/_content.scss */
.entry-content ol {
  list-style-type: decimal;
  margin-bottom: 1em;
  padding-left: 2em;
}
/* line 109, ../sass/partials/_content.scss */
.entry-content blockquote {
  margin-bottom: 1em;
  padding-left: 2em;
}
/* line 113, ../sass/partials/_content.scss */
.entry-content table {
  border-collapse: collapse;
}
/* line 116, ../sass/partials/_content.scss */
.entry-content th,
.entry-content td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}

/* line 123, ../sass/partials/_content.scss */
.entry-meta {
  color: #7f8b8e;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
}
/* line 128, ../sass/partials/_content.scss */
.entry-meta a {
  color: #7f8b8e;
  text-decoration: none;
}
/* line 132, ../sass/partials/_content.scss */
.entry-meta .updated {
  display: none;
}

/* line 137, ../sass/partials/_content.scss */
.post-navigation {
  padding-top: 30px;
}

/* line 141, ../sass/partials/_content.scss */
.comments-area {
  border-top: 2px solid #ccd1d2;
  margin-top: 30px;
  padding-top: 30px;
}

/* line 147, ../sass/partials/_content.scss */
.comment-reply-title {
  background: url("img/bullet-large.png") 0 12px no-repeat;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 12px;
  padding-left: 30px;
}

/* line 155, ../sass/partials/_content.scss */
.comment-form {
  padding-left: 30px;
}
/* line 158, ../sass/partials/_content.scss */
.comment-form label {
  display: block;
}
/* line 162, ../sass/partials/_content.scss */
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e5e7e8;
  border: 1px solid #b2b9bb;
  width: 100%;
}

/* line 176, ../sass/partials/_content.scss */
#top-content {
  margin-top: -25px;
  text-align: center;
}
/* line 179, ../sass/partials/_content.scss */
#top-content .widget-title {
  display: inline-block;
  font: 42px/44px Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
}
/* line 183, ../sass/partials/_content.scss */
#top-content .widget-title:before, #top-content .widget-title:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  width: 9px;
  height: 44px;
}
/* line 192, ../sass/partials/_content.scss */
#top-content .widget-title:before {
  background: url("img/parentheses-left.png") 0 0 no-repeat;
  left: -25px;
}
/* line 196, ../sass/partials/_content.scss */
#top-content .widget-title:after {
  background: url("img/parentheses-right.png") 0 0 no-repeat;
  right: -25px;
}

/* line 202, ../sass/partials/_content.scss */
.featured-speakers {
  margin: 0 -30px;
  overflow: hidden;
  padding: 30px 0 50px 0;
}

/* line 207, ../sass/partials/_content.scss */
.featured-speaker {
  background: url("img/featured-speaker-shadow.png") center top no-repeat;
  float: left;
  width: 260px;
}
/* line 211, ../sass/partials/_content.scss */
.featured-speaker img {
  display: block;
  height: 250px;
  margin: 0 auto;
  width: 205px;
}
/* line 217, ../sass/partials/_content.scss */
.featured-speaker .featured-speaker-description {
  background: #e5e7e8 url("img/featured-speaker-description.png") center top no-repeat;
  border-bottom: 3px solid #e5a903;
  height: 140px;
  margin: 0 auto;
  padding: 25px 10px 0 10px;
  padding-top: 25px;
  width: 185px;
}
/* line 225, ../sass/partials/_content.scss */
.featured-speaker .featured-speaker-description h1 {
  color: #e5a903;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 5px;
}
/* line 232, ../sass/partials/_content.scss */
.featured-speaker .featured-speaker-description p {
  font-size: 14px;
  line-height: 18px;
}
/* line 236, ../sass/partials/_content.scss */
.featured-speaker .featured-speaker-description h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 10px;
  text-transform: uppercase;
}

/* line 3, ../sass/partials/_sidebar.scss */
#secondary.widget-area {
  padding-left: 23px;
  position: absolute;
  top: 0;
  right: 15px;
  width: 206px;
}
/* line 13, ../sass/partials/_sidebar.scss */
#secondary.widget-area a {
  text-decoration: none;
}
/* line 17, ../sass/partials/_sidebar.scss */
#secondary.widget-area .widget {
  margin-bottom: 40px;
}
/* line 21, ../sass/partials/_sidebar.scss */
#secondary.widget-area .widget-title {
  background: url("img/bullet-small.png") 0 5px no-repeat;
  font-size: 25px;
  margin-bottom: 8px;
  padding-left: 20px;
}
/* line 28, ../sass/partials/_sidebar.scss */
#secondary.widget-area .widget ul {
  color: #b2b9bb;
  font-size: 12px;
  line-height: 16px;
  padding-left: 20px;
}
/* line 35, ../sass/partials/_sidebar.scss */
#secondary.widget-area .widget p {
  padding-left: 20px;
}
/* line 39, ../sass/partials/_sidebar.scss */
#secondary.widget-area .widget p img {
  display: block;
  margin-bottom: 20px;
}

/* line 5, ../sass/partials/_session-submission-form.scss */
.session-submission-form input, .session-submission-form select {
  width: 120px;
  font: 1em Arial, sans-serif;
  padding: 3px 6px;
}
/* line 11, ../sass/partials/_session-submission-form.scss */
.session-submission-form input, .session-submission-form textarea {
  border: 1px solid #ccc;
}
/* line 15, ../sass/partials/_session-submission-form.scss */
.session-submission-form input[type="button"],
.session-submission-form input[type="submit"] {
  padding: 2px;
}
/* line 21, ../sass/partials/_session-submission-form.scss */
.session-submission-form input[type="checkbox"] {
  width: 2ex;
}
/* line 26, ../sass/partials/_session-submission-form.scss */
.session-submission-form input#submit {
  width: 32ex;
  border: 1px solid #006;
}
/* line 32, ../sass/partials/_session-submission-form.scss */
.session-submission-form div#submit {
  text-align: center;
}
/* line 37, ../sass/partials/_session-submission-form.scss */
.session-submission-form input.length {
  width: 6ex;
}
/* line 42, ../sass/partials/_session-submission-form.scss */
.session-submission-form input.long {
  width: 50ex;
}
/* line 47, ../sass/partials/_session-submission-form.scss */
.session-submission-form input.medium {
  width: 35ex;
}
/* line 52, ../sass/partials/_session-submission-form.scss */
.session-submission-form h1, .session-submission-form h3 {
  text-align: center;
}
/* line 57, ../sass/partials/_session-submission-form.scss */
.session-submission-form span.help {
  color: Gray;
}

@media screen and (max-width: 767px) {
  /* line 5, ../sass/partials/_responsive.scss */
  .site-title {
    height: auto;
    padding-bottom: 36px;
  }

  /* line 10, ../sass/partials/_responsive.scss */
  .main-navigation ul {
    background: #00171d;
    margin-left: -15px;
    margin-right: -15px;
  }

  /* line 18, ../sass/partials/_responsive.scss */
  .top-navigation .menu li {
    font-size: 16px;
  }

  /* line 24, ../sass/partials/_responsive.scss */
  .site-content {
    min-height: 0;
  }

  /* line 28, ../sass/partials/_responsive.scss */
  .content-area {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }

  /* line 34, ../sass/partials/_responsive.scss */
  #secondary.widget-area {
    border-top: 2px solid #ccd1d2;
    padding-left: 0;
    padding-top: 20px;
    position: static;
    width: auto;
  }
}

code a {
  text-decoration: none;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.post-6873{position:relative;}
.ondemandbutton{position: absolute;
top: 0;
right: 0;
background-color: #FDB834;
padding: 10px;
color: #000;
text-decoration: none;
	font-weight: bold;}
.ondemandbutton:hover{
background-color: #004A5E;
color:#FFF;
	text-decoration:underline;}
