/*
Theme Name: Auditorium
Theme URI: http://graphpaperpress.com/themes/auditorium/
Author: Graph Paper Press
Author URI: http://graphpaperpress.com/
Description: A theatre style full width image, gallery and video slider and blog theme.
Version: 1.2.8
License: GNU General Public License, V2
License URI: license.txt
Tags: black, blue, pink, white, dark, light, one-column, two-columns, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready, photoblogging
*/

/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-wrap: break-word;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a {
    -webkit-transition: color .4s linear, background .4s linear;
    -moz-transition: color .4s linear, background .4s linear;
    -o-transition: color .4s linear, background .4s linear;
    -ms-transition: color .4s linear, background .4s linear;
    transition: color .4s linear, background .4s linear;
}
.flex-control-nav li a {
    -webkit-transition: color .4s linear;
    -moz-transition: color .4s linear;
    -o-transition: color .4s linear;
    -ms-transition: color .4s linear;
    transition: color .4s linear;
}
a:focus,
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
    font-size: 14px;
    font-size: 1.4em;
    line-height: 26px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
}
h1 {
    font-size: 2em;
    line-height: 1.4;
    padding: 1em 0;
}
h2 {
    font-size: 1.8em;
    line-height: 1.2;
    padding: 1em 0;
}
h3 {
    font-size: 1.6em;
    padding: 0.8em 0;
}
h4 {
    font-size: 1.4em;
    padding: 0.6em 0;
}
h5 {
    font-size: 1.2em;
    padding: 0.4em 0;
}
h6 {
    font-size: 1em;
}
hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-style: dotted;
    border-bottom-width: 1px;
    cursor: help;
}
mark, ins {
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.4rem;
    padding: 0.6em 1.5em 0.7em;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type=text],
textarea {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
input[type=text] {
    padding: 5px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

div.hide {
    display: none;
}
/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}
img.aligncenter {
    margin: 1.5em auto;
}
img.alignright {
    margin-right: 0;
}
img.alignleft {
    margin-left: 0;
}

/* Text meant only for screen readers */
.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}




/* =Layout
----------------------------------------------- */
.site {
    max-width: 1022px;
    margin: 1.5em auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.site-header, .site-content, .site-footer {
    clear: both;
}
hgroup {
    float: left;
}
.widget-area {
    overflow: hidden;
}

/* has sidebar */
.has-sidebar .site-content {
    float: left;
    width: 70%;
    padding: 2em 0;
}
.has-sidebar .widget-area {
    float: right;
    width: 25%;
}
.home.has-sidebar .site-content,
.category.has-sidebar .site-content  {
    width: 100%;
    border: none;
    padding: 0;
}
.home.has-sidebar .widget-area,
.category.has-sidebar .widget-area {
    margin: 2em 0;
}

/* Header */
#branding {
    padding: 4% 4% 0;
}
h1.site-title {
    line-height: 1;
}
h1.site-title {
    font-weight: normal;
    font-size: 1.6em;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
h2.site-description {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 5px;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
    float: right;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 0.9em;
    padding: 5px 10px;
}
.main-navigation ul ul {
    display: none;
    float: left;
    position: absolute;
    top: 2em;
    left: 0;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 150px;
    line-height: 2;
    padding: 4px 10px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {

}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
    cursor: pointer;
}
.main-small-navigation .menu {
    display: none;
}


/* =Content
----------------------------------------------- */
#main {
    padding: 0 4% 0;
    margin-top: 1.8em;
    overflow: hidden;
}
.home #main {
    border: none;
}
h1.entry-title {
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: 1em;
    padding: 0.8em 0 0;

}
.home h1.entry-title,
.category h1.entry-title {
    font-size: 1.3em;
    background: url(images/pixel-bk.png);
    position: absolute;
    line-height: 1.5;
    bottom: 40px;
    left: 0;
    z-index: 999999;
    padding: 0;
}
.home h1.entry-title a,
.category h1.entry-title a {
    text-decoration: none;
    font-size: 2em;
    padding: 5px 20px;
    display: block;
}
.entry-content ol, .entry-content ul {
    margin: 2em 3em;
}

h1.entry-title a {
    text-decoration: none;
}
ol.flex-control-nav {
    margin: 0;
}
.singlethumb {
    position: relative;
}
.singlethumb span.image-format,
.singlethumb span.gallery-format {
    display: none;
}
.entry-content .slides img {
    margin-bottom:0;
}
.singlethumb span.video-format {
    background: url("images/sprite.png") no-repeat scroll -0px -0px;
    bottom: 38%;
    height: 25px;
    left: 42%;
    position: absolute;
    width: 25px;
    text-indent: -999em;
    opacity: 0.8;
}
.singlethumb {
    height:auto;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
.singlethumb .post-title {
    position: absolute;
    bottom: 7px;
    padding-right: 10px;
    color: #fff;
    display: none;
    font-size: 12px;
    line-height: 16px;
    font-family: Georgia;
    font-style: italic;
    width: 96%;
    padding: 2%;
    text-align: center;
    text-decoration: none;
}
#navthumbs  .singlethumb.last-child {
    margin-right:0;
}
/*
.singlethumb.active:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 45%;
    content: ' ';
}
*/

/* Slides area */
.entry-content ul {
    margin: 0 0 2em 3em ;
}
.entry-content .flexslider ul {
    margin: 0;
}
.home .format-video h1.entry-title,
.category .format-video h1.entry-title {
    display: none;
}
#navthumbs {
    overflow:hidden;
    /* margin-top: 10px; */
    clear: both;
    position:relative;
}
#navthumbs .singlethumb  {
    float:left;
    cursor:pointer;
    position:relative;
    margin-right: 1.0656%;
    max-width: 180px;
    width: 19.148%;
    background: #111;
}
#navthumbs .singlethumb img {
    display: block;
}
#navthumbs .singlethumb:last-child {
    margin-right: 0;
}

.loading {
    position:absolute;
    top:45%;
    left:47%;
    text-indent: -999em;
    width: 32px;
    height: 32px;
}
#navthumbs .loading {
    top: 31%;
}


/* Left / Right Thumbnail browser */
#content {
    overflow: hidden;
    position: relative;
}
.home #content article,
.category #content article {
    display: none;

}
.home #content,
.category #content {
    margin-bottom:10px;
}
.home #content article:first-child,
.category #content article:first-child {
    display: block;
}

#thumbnails {
    position: relative;
}
#leftnav, #rightnav {
    background: url(images/sprite.png) no-repeat;
    width: 22px;
    height: 35px;
    display: block;
    position: absolute;
    top: 34%;
    text-indent: -999em;
    cursor: pointer;
}

.sticky {
}
.hentry {
    margin: 0 0 2em;
}
.entry-meta {
    clear: both;
}
.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.home #content .entry-content,
.home #content .entry-summary,
.category #content .entry-content,
.category #content .entry-summary {
    margin: 0;
    position: relative;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.clear {
    clear:both;
}
.home #content .post,
.category #content .post {
    position: relative;
    float:left;
    margin: 0 -134% 0% 0;
    overflow:hidden;
    width: 100%;
}

#otherposts {
    margin: 2em 0;
    padding: 2em 0;
}
.has-sidebar #otherposts {
    max-width: 70%;
    float: left;
}
h1 a {
    text-decoration: none;
}
h1.page-title {
    font-size: 1.5em;
    margin-bottom: 1em;
}
.archive .page-title,
.search .page-title {
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: normal;
    color: #aaa;
    letter-spacing: 1px;
}
.category .page-title {
    text-align: center;
    margin: 0;
}
.edit-link {
    clear: both;
}


/* =Media
----------------------------------------------- */
.home img.attachment-large,
.category img.attachment-large {
    margin: auto;
}
img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
    height: auto;
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    height: auto;
    display: block;
    /* width: auto; */ /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    display: inline;
}
.wp-caption {
    max-width: 100%;
    padding: 3px;
    margin-bottom: 1.5em;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
}
.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    font-family: georgia;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    padding: 2px 10px;
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
#content .gallery {
    margin-bottom: 1.5em;
}
.gallery-content {
    margin-top: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
    border: none;
    height: auto;
    max-width: 100%;
}
#content .gallery dd {
    margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}
.next-image {
    float: right;
}

embed,
object {
    width: 100%;
}
.single-attachment .site-content {
    width: 100%;
}
.entry-attachment {
    margin: 1em 0;
}

/* =Navigation
----------------------------------------------- */

#content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
#content .nav-previous {
    float: left;
    width: 50%;
}
#content .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

aside {
    font-size: 0.9em;
    padding:  0;
    margin-top: 3em;
}
#secondary {
    margin-bottom: 2em;
}



/* =Comments
-------------------------------------------------------------- */
article.comment {
    display:block;
    border-top: 1px dashed #eee;
    padding-top: 1.5em;
}
.comment-content {
    clear: both;
    margin: 1em 0;
}
.bypostauthor {
    padding: 0 15px;
}
.says {
    font-style: italic;
}
.reply {
    font-size: 0.85em;
}
h2.comments-title {
    font-size: 1.6em;
}
#respond {
    padding: 2em 0;
    margin: 3em 0;
    padding-bottom:35px;
}
#respond input[type=text] {
    display:block;
    width:40%;
}

#respond textarea {
    display: block;
    margin: 0 0 1em;
    width: 98%;
}

#respond .form-allowed-tags {
    clear: both;
    width: 60%;
}

#respond .form-allowed-tags {
    display: none;
}

#comments-title {
    font-size: 16px;
}

.commentlist {
    list-style-type: none;
    margin-bottom: 2em;
}

.pinglist {
    margin: 20px 0 40px 52px;
    list-style-type: decimal;
}

.comment {
    margin-top: 20px;
}

#commentform {
    margin-top: 20px;
}

.children {
    list-style-type: none;
    margin-left: 55px;
}

.comment .avatar {
    float:left;
    margin:0 14px 0 0;
}

.comment-author {
    display:inline;
    margin-right:5px;
}

.comment-author cite {
    font-weight:bold;
    font-size:14px;
    font-style:normal;
}

.comment-author .says {
}
.comment-meta {
    display:block;
    font-size:12px;
}
.comment-body {
    margin:0 0 30px 55px;
}
#respond h3 {
    font-weight:bold;
}
.nocomments {
    text-align:center;
    padding:20px;
}
.comment-body ul {
    list-style-type:disc;
}
.comment-body ol {
    list-style-type:decimal;
}
#commentform label small {
    font-size:12px;
}



/* =Widgets
----------------------------------------------- */

footer .widget {
    margin: 0 0 2em 0;
}

/* Search widget */
#searchsubmit {
    display: none;
}
#s {
    width: 95%;
}
#searchform {
    padding-top: 2.4em;
}
#wp-calendar td, #wp-calendar th, #wp-calendar caption {
    text-align: center;
}

/* =Footer
----------------------------------------------- */
footer.entry-meta {
    font-size: 0.85em;
    padding: 10px;
    margin-bottom: 3em;
    margin-top: 2em;
    line-height: 1.6;
}
#colophon {
    padding: 3% 4%;
}
.one aside {
    width: 100%;
    float: none;
}
.two aside {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.two aside#widget-2, .two aside#widget-3 {
    margin-right: 0;
}
.three aside {
    width: 31%;
    float: left;
    margin-right: 3.33%;
}
.three aside#widget-3 {
    margin-right: 0;
}
#footer-widgets {
    margin: 0 0 4em;
    overflow: hidden;
}
.site-info {
    padding: 1em 0;
}
.site-info, .site-info a {
    clear:both;
    text-align: center;
    font-size: 12px;
}
h3.widget-title {
    margin-top: 1em;
}
aside ul {
    list-style: none;
}

/* =Responsiveness: Readers
----------------------------------------------- */
@media screen and (max-width: 1050px) {
    .site {
        margin: 10px;
    }
}

@media screen and (max-width: 768px) {

    .site {
        padding-top: 30px;
    }
    hgroup {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    nav {
        text-align: center;
        width: 100%;
        padding: 10px 0 20px;
    }
    nav ul {
        clear:left;
        float:right;
        right:50%;
        position: relative;
    }
    nav ul li {
        left: 50%;
    }
    nav ul li ul {
        width: 170px;
    }
    nav ul li ul li {
        left:0;
        right:auto;
        text-align: left;
    }
    .has-sidebar .site-content, .has-sidebar #content, .has-sidebar .widget-area {
        clear: both;
        display: block;
        float: none;
        width: 100%;
    }
    .one aside, .two aside, .three aside {
        float: none;
        margin: 0;
        width: 100%;
    }
    h1.entry-title, h1.page-title {
        font-size: 26px;
    }
    h3.widget-title {
        margin-top: 2em;
    }
    #footer-widgets {
        padding-top: 0;
    }
    footer {
        padding: 2em 0;
    }
    #thumbnails #rightnav {
        right: -22px;
        top: 20%;
    }
    #thumbnails #leftnav {
        left: -22px;
        top: 20%;
    }

}

/* =Responsiveness: Handhelds
----------------------------------------------- */

@media screen and (max-width: 520px) {
    .main-navigation {
        padding-bottom: 0;
    }
    .main-navigation a {
        padding: 2px 5px;
        font-size: 12px;
    }
    .site-header {
        text-align: center;
    }
    small, .entry-meta, .wp-caption .wp-caption-text, .gallery-caption {
        font-size:0.85em;
    }
    .home h1.entry-title,
    .category h1.entry-title {
        font-size: 0.9em;
        bottom: 10px;
    }
    .singlethumb span.video-format {
        bottom: 10%;
        left: 32%;
    }
    .singlethumb .post-title {
        text-indent: -999em;
        z-index: -1;
        display: none ;
    }
    #thumbnails #rightnav {
        background: none repeat scroll 0 0 transparent;
        border-bottom: 6px solid transparent;
        border-left: 7px solid #333333;
        border-top: 6px solid transparent;
        height: 0;
        right: -10px;
        top: 35%;
        width: 0;
    }
    #thumbnails #leftnav {
        background: none repeat scroll 0 0 transparent;
        border-bottom: 6px solid transparent;
        border-right: 7px solid #333333;
        border-top: 6px solid transparent;
        height: 0;
        left: -10px;
        top: 35%;
        width: 0;
    }

}