/*
Theme Name:     DH13
Theme URI:      
Description:    Digital Humanities 2013 Theme 
Author:         Karin Dalziel
Author URI:     http://nirak.net
Template:       twentyeleven
Version:        0.1.0
*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #C4B4A0;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #C4B4A0;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  appearance: button;
  -webkit-appearance: button;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/*Photos*/
.pageimage {
  display: block;
  float: left;
  height: 140px;
  width: 110px;
  padding: 0 10px 10px 0;
}

.photoinfo {

  font-size: .8em;
  display: block;
}

/* =============================================================================
   Abstracts section
   ========================================================================== */

div.bibl a {
  word-wrap: break-word
}

.selected {
  background-color: #ede5d6;
  /*Abstracts */
}

.metadata {
  border: #aaa solid 1px;
  padding: .3em 1em 1em 1em;
  background-color: #f0f0f0;
  overflow: auto;
}

.metadata h4 {
  /*float: left;*/
  /*clear: left;*/
  font-size: 1.1em !important;
}

.metadata ul {
  margin: 0;
  padding: 0;
}

.metadata li {
  float: left;
  list-style-type: none;
  padding-left: 1em;
}

.metadata p {
  margin: .5em 0 0 0;
  padding: 0;

}

.keywords,
div.author {
  display: block;
  overflow: auto;
  clear: both;
  padding: 0;
}

.keywords {
  margin-top: 1em;
}

.bibl {
  text-indent: 2em;
  margin-bottom: .5em;
}

/* --------------- */

.searchresult_item {
  clear: both;
  overflow: auto;

}

/*------*/
ul.search_results {
  list-style-image: none;
  margin: 0;
  padding: 0;
}

ul.search_results li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: .2em 0;
  clear: both;
  border-bottom: 4px solid #ede5d6;
  overflow: auto;
}

.results_day {
  width: 7em;
  display: block;
  float: left;
  font-size: .8em;
}

.results_session {
  width: 7em;
  display: block;
  float: left;
  clear: left;
  font-size: .8em;
}

.results_title {
  display: block;
  margin-left: 6.7em;
}

.author_list {
  display: block;
  margin-left: 6.7em;
}

.author_list em {
  font-size: .8em;
}

a.withdrawn {
  text-decoration: line-through;
}

/*------*/
.result_title {
  margin-left: 1em;
  /*padding-left: 1em;*/
  /*padding: .25em .25em .25em 1em;*/
  float: left;
}

.result_type {
  display: inline;
}

.searchresults .Paper,
.searchresults .Poster,
.searchresults .Panel {
  /*width: 4.5em;
	float: right;
	text-align: center;
	padding: .25em .25em;*/
  /*border-left: black solid 1em;*/
  color: #000;
  display: inline;
}

.searchresults .Paper {
  background-color: #ede1cb;
}

.searchresults .Poster {
  background-color: #bfd8c5;
}

.searchresults .Panel {
  background-color: #cfcfcf;
}

.abstracts_section #content img {
  display: block;
  margin: 10px 0;
  max-width: 100%;
  height: auto;
}

.browse_options,
.sort_options {
  float: left;
  /*border: 1px solid #aaa;*/
  margin: .5em 2.5em 1em 0;
}

.abstracts_section ul {
  clear: both;
}

.abstracts_section h5 {
  clear: both;
}

ul.ordered {
  list-style-type: none;
  text-indent: -2em;
  margin-left: 2em;
}

ul.simple {
  list-style-type: none;
  text-indent: -2em;
  margin-left: 2em;
}

h1.showcase-heading {
  background: #f1eee1 url("images/bg_wood4.jpg") repeat 0 bottom;
  padding: 8px;
  color: #000;
  border: 1px solid #aaa;
  text-shadow: 1px 1px 0px #f3e6d1;
}

.recent-posts article {
  border: 1px solid #ede5d5;
  padding: 10px;
  background-color: #f9f6ed;
  margin-top: 20px;
}

.recent-posts ul {
  margin: 20px 0 0 0;
  padding: 0;
}

.recent-posts footer.entry-meta {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

.recent-posts ul li {
  border: 1px solid #ede5d5;
  padding: 10px;
  background-color: #f9f6ed;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  width: 200px;
  float: left;
  height: 5.5em;
}

.showcase .textwidget {
  clear: both;
}

/* Subnavigation */
ul.subnavigation {
  margin: 10px 0 20px 0;
  padding: 0;
  display: block;
  overflow: auto;
  font-size: .9em;
}

ul.subnavigation li {
  margin: 0;
  list-style-type: none;
  display: inline;

}

ul.subnavigation a {
  color: #fff;
  line-height: 3em;
  margin: 5px 0;
  display: inline;
  float: left;
  border: 1px solid #aaa;
  margin-right: 10px;
  background-color: #dcc29b;
  color: #fff;
  padding: 0 7px;
  line-height: 1.8em;
  -moz-border-radius: 15px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: bold;
  background-image: url("images/dark_stripe.png");
}

ul.subnavigation li.comingsoon a {
  background: #776d62 none;
  font-weight: normal;
  font-style: normal;
}

ul.subnavigation a:hover {
  background-color: #c70210;
  background-image: none;
}

ul.subnavigation li.comingsoon a:hover {
  background: #776d62 none;
  font-weight: normal;
  font-style: normal;
}


/*Schedule*/


.schedule_day {

  width: auto;
  font-size: 1em;
  height: auto;
  float: none;
  background-color: #f9f6ee;
  border-radius: 3px;
  margin: 0 0 20px 0;
  font-size: .9em;
}

.schedule_date {
  background-color: #766d63;
  text-align: center;
  font-size: 1.2em;
  padding-top: 3px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}

.schedule_day .event {
  background-color: #eee5d4;
  border: 1px solid #bbb3a6;
  border-radius: 3px;
  padding: 4px;
  clear: both;
}

.event .time,
.event .description {
  display: inline;
  line-height: 1em;
  color: #5e5750;
}

.event .time {
  font-weight: bold;
  width: 8em;
  display: block;
  float: left;
  padding-top: 2px;
}

.workshops,
.opening_session,
.opening_reception,
.sessions,
.poster_session,
.tour_cdrh,
.digital_arts,
.busa_award,
.busa_reception,
.closing_session,
.banquet,
.social_capital,
.social_nebraska {
  height: auto;
  width: auto;
  margin: 0;
  float: none;
}

ul.workshop_dates {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  list-style-type: none;
}

ul.workshop_dates li {
  margin: 0;
  list-style-type: none;
}

ul.workshop_dates ul {
  font-size: .8em;
  margin: 0;
}

/* Program */
span.a {
  font-weight: bold;
}

#post-489 table td {
  border: solid 1px #aaa;
  padding: .4em;
}

td.listheader {
  background-color: #756d64;
  color: #fff;

}

/* ==|== primary styles =====================================================
   Author: Karin Dalziel
   ========================================================================== */
/* FONTS*/
/* ARVO */
@font-face {
  font-family: 'ArvoRegular';
  src: url('fonts/arvo-fontfacekit/Arvo-Regular-webfont.eot');
  src: url('fonts/arvo-fontfacekit/Arvo-Regular-webfont.eot') format('embedded-opentype'),
    url('fonts/arvo-fontfacekit/Arvo-Regular-webfont.woff') format('woff'),
    url('fonts/arvo-fontfacekit/Arvo-Regular-webfont.ttf') format('truetype'),
    url('fonts/arvo-fontfacekit/Arvo-Regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ArvoBold';
  src: url('fonts/arvo-fontfacekit/Arvo-Bold-webfont.eot');
  src: url('fonts/arvo-fontfacekit/Arvo-Bold-webfont.eot') format('embedded-opentype'),
    url('fonts/arvo-fontfacekit/Arvo-Bold-webfont.woff') format('woff'),
    url('fonts/arvo-fontfacekit/Arvo-Bold-webfont.ttf') format('truetype'),
    url('fonts/arvo-fontfacekit/Arvo-Bold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;

}

/* Basic Font Styling */
body {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
nav {
  font-family: 'ArvoRegular', Arial, sans-serif;
  font-weight: 100;
}

/* Header */
header#branding #site-title a {
  text-decoration: none;
}

.date_header {
  height: 300px;
  width: 43%;
  text-indent: -9999px;
  background: url("images/DH13_simplified.png") no-repeat right center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  float: left;
}

html#ie8 .date_header,
html#ie7 .date_header,
html#ie6 .date_header {
  background: url("images/DH13_simplified_IE.png") no-repeat right center;
}

a .dh {
  width: 55%;
  margin: auto;
  display: block;
  float: right;
  text-align: left;
  font-family: 'ArvoBold';
  font-size: 2.3em;
  text-decoration: none;
  color: #000;
  line-height: .91;
  padding-top: 1em;
  text-shadow: 1px 1px 0px #f3e6d1;
}

.digital,
.humanities {
  display: block;
}

.callout {
  background-color: #f7edde;
  display: block;
  padding: 5px 10px;
  border: 2px solid #c70210;
  font-weight: bold;
}

#site-description {
  background-color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  padding: .2em 0 .2em 0;
  margin: 0;
  overflow: auto;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  color: #000;
  clear: both;
  /* Add h2 styles */
  line-height: 1.2;
  font-family: 'ArvoRegular', Arial, sans-serif;
  font-weight: 100;
}

header#branding {
  margin: -10px -10px 10px -10px;
  overflow: auto;
  background: #f1eee1 url("images/bg_wood4.jpg") repeat 0 bottom;
}

.header #site-title {
  max-width: 38em;
  margin: auto;
}

nav#access {
  margin: 0;
  padding: .3em 0 .3em 0;
  font-size: 1.1em;
  background: url("images/dark_stripe.png");
}

.assistive-text,
.nocomments {
  display: none;
}

nav ul ul {
  display: none;
}

nav#access ul {
  text-align: center;
  line-height: 1.9em;
}

nav#access ul li {
  display: inline;
  margin: 0 .3em;
}

nav#access ul li:after {
  content: " ";
}

nav#access ul li a {
  color: #fff;
  padding: .2em .6em .2em .6em;
  text-decoration: none;
  white-space: nowrap;
}

nav#access ul li a:visited {
  color: #fff;
}

nav#access ul li a:hover {
  background-color: #fff;
  color: #c60202;
}

/* h1, h2, h3, h4, h5, h6 */
h1,
h2:not(h3),
h3:not(h4),
h4,
h5,
h6, 
h2.h3, .entry-content h2.h3,
h3.h4, 
h4.h5 {
  margin: .2em 0;
  padding: 0;
  color: #c60202;
  line-height: 1.2;
}

.header #site-title {
  font-size: 2.2em;
}

h1 {
  font-size: 2em;
}

h2:not(h3) {
  font-size: 1.8em;
}

h3:not(.h4),
h2.h3, .entry-content h2.h3 {
  font-size: 1.6em;
}

h4,
h3.h4 {
  font-size: 1.4em;
}

h5,
h4.h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

h1.entry-title {
  font-weight: bold;
  /*text-shadow: 1px 1px 0px #aaa;*/

}

.entry-content h2:not(.h3) {
  /*background-color: #aaa;*/
  font-size: 1.4em;
  font-weight: 100;
  font-style: normal;
  border-bottom: 2px solid #ddc09b;
  border-top: 2px solid #ddc09b;
  padding: 3px 0;
  color: #3d362e;
  margin: 20px 0;
}

/*.entry-content h3 {
	padding: 5px 5px 5px 15px;
border-radius: 25px;
border-right: solid ;
border-left: solid ;
}*/
.entry-content h3:not(.h4), .entry-content h2.h3 {
  background-color: #ede5d5;
  padding: 3px 10px 5px 10px;
  border-radius: 10px;
  margin-left: -10px;
  margin-bottom: 8px;
  margin-top: .3em;
}

.entry-content h4,
.entry-content h3.h4 {
  font-size: 1.2em;
  font-weight: bold;
  font-style: normal;
}


.entry-content h5,
.entry-content h4.h5 {
  font-size: 1.2em;

}

/* Links */
a {
  color: #c60202;
}

a:hover {
  color: #ea5d10;
}

a:visited {
  color: #800101;
}

/* Layout */
#main_content {
  max-width: 90em;
  margin: auto;
  padding: 10px;
  overflow: auto;
}

#primary {
  font-size: 1.2em;
}

#primary {
  width: 100%;
  float: none;
}

#primary.no_sidebar {
  width: 100%;
}

#secondary {
  float: left;
  width: 29%;
  margin-left: 2%;
  border-left: 1px solid #cecbc5;
  padding: 0 .5em .5em .5em;
  background-color: #f9f6ee;
  margin-top: 200px;
  display: none;
}

footer#colophon {
  clear: both;
  /*background-color: #bed8c6;*/
  padding: 20px;

  background: #bfd8c5 url("images/grass_small.jpg") repeat-x 0 top;
  padding-top: 90px;

}

footer#colophon div#supplementary {
  max-width: 90em;
  margin: auto;
  padding: 10px;
  overflow: auto;
  /*background-color: #bed8c6;*/

}

footer#colophon div#site-generator {
  max-width: 90em;
  margin: auto;
  padding: 10px;
  overflow: auto;
  text-align: right;
  display: none;

}

footer#colophon div#site-generator a,
footer#colophon div#site-generator a:visited {
  padding: 3px;
  color: #1c5c2b;
}

/* Posts */
.entry-meta {
  background-color: #f9f6ee;
  padding: .5em;
  text-align: right;

  border-bottom: 1px solid #cecbc5;
  clear: both;
}

/* Sidebar */
#secondary ul li {
  /*background-color: #f9f6ee;*/
  /*padding: -.1em .1em .1em .1em;*/
  margin: .2em 0 .2em 0;
  padding: 0em 0 .4em 0;
  display: block;
  border-bottom: 1px dashed #cecbc5;
  font-size: .9em;
}

#secondary ul li a {
  display: block;
}

#secondary ul {
  margin: 0 0 0 1em;
  list-style: none;
  padding: 0;
  border-top: 1px dashed #cecbc5;
}

#secondary .widget-title {
  margin-top: .5em;
}

header#branding {
  margin: 0 0 0 0;
  padding: 0;
}

#secondary {
  margin-top: -20px;
  padding: 20px 10px 20px 10px;
  /*background: #f9f6ed url("images/ribbon.jpg.html") no-repeat center bottom;*/
  border: 3px solid #eee5d4;
  border-bottom: 10px solid #eee5d4 !important;
  /*-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;*/
}

/* Footer Stuff */

footer ul li {
  margin: .2em 0 .2em 0;
  padding: 0em 0 .4em 0;
  display: block;
  font-size: .9em;
}

footer ul li a,
footer ul li a:visited {
  color: #1c5c2b;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #1c5c2b;
}

footer ul {
  margin: 0 0 0 1em;
  list-style: none;
  padding: 0;
}

#first.widget-area {
  float: left;
  width: 46%;
  padding: 10px;
}

#second.widget-area {
  float: right;
  padding: 10px;
}

.anchorlink {
  background-color: #3c362d;
  color: #fff;
  padding: 0 3px;
  text-decoration: none;
  font-weight: bold;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.anchorlink:hover {
  background-color: #c70210;
  color: #fff;
}

.anchorlink:visited {
  color: #fff;
}

.from-meta {
  display: none;
}

.widget_twitter .entry-content a {
  display: inline !important;
  /*font-size: .9em;*/
}

.entry-content img {
  border: 2px solid #aaa;
}

.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

/* min-width: 1em */
@media only screen and (min-width: 1em) {

  body {
    font-size: .8em;
  }

  .date_header {
    height: 110px;
  }

  .dh {
    /*height: 130px;*/
    font-size: 1.1em !important;
  }

  header#branding {
    -webkit-background-size: 25%;
    -moz-background-size: 25%;
    -o-background-size: 25%;
    background-size: 25%;

  }

  nav ul li a {
    color: #fff;
    padding: .2em .6em .3em .6em;
    text-decoration: none;
    background-color: #c60000;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }

  #primary,
  #secondary {
    width: auto;
    float: none;
    /*margin: 0;
	padding: 0;*/
  }

  #secondary {
    border-top: 10px solid #eee5d4;
    margin-top: 20px;
    margin-left: 0;
  }

  .header #site-title {
    font-size: 2em;
  }

  h1 {
    font-size: 1.6em;
  }

  h2:not(.h3) {
    font-size: 1.6em;
  }

  h3:not(.h4),
  h2.h3, .entry-content h2.h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.4em;
  }

  h5 {
    font-size: 1.3em;
  }

  h6 {
    font-size: 1.2em;
  }

  #first.widget-area,
  #second.widget-area {
    float: none;
    width: 100%;
  }
}

/* min-width: 35em */
@media only screen and (min-width: 35em) {
  body {
    font-size: .9em;
  }

  nav {
    font-size: 1em;
  }
}

@media only screen and (min-width: 59em) {
  .schedule_day {
    width: 270px;
    font-size: .8em;
    height: 430px;
    float: left;
    margin: 0 5px 10px 0;
    background-color: #f9f6ee;
    border-radius: 3px;
  }

  .schedule_date {
    height: 27px;
    background-color: #766d63;
    text-align: center;
    font-size: 1.2em;
    padding-top: 3px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
  }

  .schedule_day .event {
    background-color: #eee5d4;
    border: 1px solid #bbb3a6;
    border-radius: 3px;
    padding: 2px;
    clear: none;
  }

  .schedule_day .description a,
  .schedule_day .description a.visited {
    color: #4d300e;
  }

  .event .time {
    font-weight: normal;
    width: auto;
    font-style: normal;
  }

  .event .time,
  .event .description {
    display: inline;
    line-height: 1em;
    color: #5e5750;
    margin: 0;
    padding: 3px;
  }

  .workshops1 {
    height: 80px;

  }

  .workshops2 {
    height: 80px;
    margin-top: 20px;
  }

  .opening_session {
    margin-top: 10px;
    height: 40px;
  }

  .opening_reception {
    height: 50px;
    margin-top: 00px;
  }

  .sessions1 {

    height: 40px;
  }

  .sessions2 {
    margin-top: 5px;
    height: 40px;
  }

  .sessions3 {
    height: 40px;
  }
  
  .poster_session {
    width: 129px;
    float: left;
    height: 50px;

  }

  .tour_cdrh {
    width: 129px;
    height: 60px;
    float: right;

  }

  .digital_arts {
    clear: both !important;
    height: 40px;
  }

  .busa_award {
    height: 40px;
    margin-top: 5px;
  }

  .busa_reception {
    height: 40px;
  }

  .closing_session {
    height: 40px;
    margin-top: 10px;
  }

  .banquet {
    height: 90px;
    margin-top: 20px;
  }

  .social_capital {
    width: 129px;
    float: right;
    margin-top: 40px;
    height: 80px;
  }

  .social_nebraska {
    width: 129px;
    float: left;
    margin-top: 20px;
    height: 160px;
  }

  .newcomers_dinner {
    margin-top: 80px;
    height: 50px;
  }

  .mentorship_mixer {
    height: 45px;
  }

  /* results */

  .results_day {
    width: 7em;
    display: block;
    float: left;
    font-size: 1em;
  }

  .results_session {
    width: 7em;
    display: block;
    float: right;
    clear: none;
    font-size: 1em;
  }

  .results_title {
    display: block;
    margin-left: 7.5em;
    margin-right: 7.5em;
  }

  .author_list {
    display: block;
    margin-left: 7.5em;
    margin-right: 7.5em;
  }

  .author_list em {
    font-size: .8em;
  }

  /*Abstracts*/
  .browse_page {
    width: 46%;
    float: left;
    padding-right: 1em;
  }

}

/* min-width: 45em */
@media only screen and (min-width: 45em) {


  body {
    font-size: .9em;
  }

  .date_header {
    height: 200px;
  }

  .dh {
    /*height: 200px;*/
    font-size: 2em !important;
  }

  /*
h1 { font-size: 2.8em; }
h2 { font-size: 2.4em;}
h3 { font-size: 2.2em;}
h4 { font-size: 2.0em;}
h5 { font-size: 1.8em;}
h6 { font-size: 1.6em; }*/
  #primary {
    width: 100%;
    float: nonet;
    /*-webkit-transition: all .4s ease-in-out; -webkit-transform-origin-x: 0px;*/

  }

  #secondary {
    float: right;
    width: 27%;
    /*margin: 10px 0 2% 0;*/
    /*-webkit-transition: all .4s ease-in-out; -webkit-transform-origin-x: 0px;*/
    border: 3px solid #eee5d4;
    /*padding: .5em .5em .5em .5em;*/
    margin-top: -20px;
    margin-left: 2%;
  }

  nav ul li a {
    color: #fff;
    background-color: transparent;
    padding: .2em .6em .2em .6em;
    text-decoration: none;
  }

  nav ul li a:hover {
    background-color: #fff;
    color: #c60202;
  }

  #first.widget-area {
    float: left;
    width: 46%;
    padding: 10px;
  }

  #second.widget-area {
    float: right;
    width: 46%;
    padding: 10px;
  }


}

/* /45em*/



@media only screen and (min-width: 80em) {
  /* Style adjustments for viewports that meet the condition */


  body {
    font-size: 1em;
  }

  .header #site-title {
    font-size: 2.2em;
  }

  .date_header {
    height: 300px;
    margin: .2em;
  }

  .dh {
    font-size: 2.5em !important;
    text-shadow: 2px 2px 0px #f3e6d1;
  }

}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2:not(h3),
  h3:not(h4),
  h2.h3, .entry-content h2.h3 {
    orphans: 3;
    widows: 3;
  }

  h2:not(h3),
  h3:not(h4),
  h2.h3, .entry-content h2.h3 {
    page-break-after: avoid;
  }
}

/* /////////////////
Accessibility Fixes
///////////////// */
/* Skip to main content link */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

a.sr-only-focusable:hover,
a.sr-only-focusable:focus {
  color: #345c87;
  text-decoration: underline;
}

.static-banner-wrapper {
  background-color: #cce5f2;
  border-bottom: 1px solid #226e95;
  padding: 0px 20px;
}

.static-banner {
  margin: auto;
  max-width: 100%;
  padding: 15px 0px;
  text-align: left;
  width: 1134px;
}

@media screen and (min-width: 768px) {
  .static-banner {
    text-align: center;
  }
}

.static-banner p {
  font-size: 14px;
  margin: 0;
}

.static-banner p a,
.static-banner p a:visited {
  color: #0000EE;
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.static-banner p a:hover {
  background: none;
  color: #010194;
  margin: 0;
  padding: 0;
}

.widget-area ul li p {
  margin-top: 0;
}