/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'hero_lightlight';
    src: url('font/hero_light-webfont.woff2') format('woff2'),
    url('font/hero_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'darwinfontregular';
    src: url('font/darwinfont-webfont.woff2') format('woff2'),
    url('font/darwinfont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: Courier, serif;
    color: #111111;
    font-size: 16px;
    background-color: #747067;
    background-image: url('/images/vectheme/bg_gradient.png');
    background-position: center;
    background-repeat: repeat-y;
    height: 100%;
    display: flex;
}

body {
    line-height: 24px;
    min-height: 100%;
    flex: 1;
}

h1 {
    font-size: 3em;
    line-height: 1em;
}

h2 {
    font-size: 2em;
    line-height: 1em;
}

hr {
    border: none;
    background: none;
    border-bottom: 1px solid #333333;
}

a{
    color: #9c1a2b;
}

.alert-box {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 20px;
    color: #9c1a2b;
    background-color: #ffdcdc;
    border: 1px solid #9c1a2b;
}

#user-menu {
    margin: 15px;
    padding: 5px;
    text-align: center;
    border: 1px solid #dfd8c8;
    background-color: #fffaed;
}

input {
    font-family: "courier", courier, typewriter, monospace;
    padding: 10px;
    font-size: 1em;
}

#site-wrapper {
    background: url('/images/vectheme/inkblot.png');
    background-repeat: no-repeat;
    background-position: center 72px;
    background-size: 1342px 626px;
    min-height: 100%;
}

#header {
    height: 103px;
    background-image: url('/images/vectheme/header_bg.png');
    background-position: center;
    border-bottom: 1px solid #470c13;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 10;
}
#header_content {
    height: 103px;
    max-width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#socialmedia {
    display: none;
}
#header_content #socialmedia {
    display: block;
}

#logo {
    display: block;
    width: 257px;
    height: 66px;
    background-image: url('/images/vectheme/logo.png');
    background-size: 257px 66px;
    background-repeat: no-repeat;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#topnav {
    padding-top: 42px;
}
#topnav a {
    font-family: 'hero_lightlight', sans-serif;
    font-size: 0.9em;
    letter-spacing: 3px;
    margin-right: 6px;
    text-decoration: none;
    color: #060606;
    text-shadow: 0.5px 0 0 #000;
}
#topnav a:hover,
#topnav a.active {
    color: #fcb762;
}
#topnav .icon {
    display: none;
}

#socialmedia {
    position: absolute;
    top: 37px;
    right: 25px;
    z-index: 25;
}
#socialmedia a {
    text-decoration: none;
    font-size: 2em;
    margin-left: 15px;
    color: #751320;
}
#socialmedia a:hover {
    color: #fcb762;
}

#content_mainstage {
    max-width: 1000px;
    margin: auto;
    position: relative;
    z-index: 5;
    background-image: url('/images/vectheme/letter_top.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 1000px 69px;
    min-height: 80px;
}

#content_mainstage .pagetitle {
    padding: 20px;
}

#content_page_outer {
    background-image: url('/images/vectheme/letter_body.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 1072px 593px;
    min-height: 593px;
}

#content_page {
    max-width: 960px;
    min-height: 600px;
    padding: 20px;
    border: 1px solid #dfd8c8;
    margin: auto;
    position: relative;
    z-index: 5;
    background-color: #fffaed;
    background-image: url('/images/vectheme/mountview_watermark.png');
    background-position: right 20px top 20px;
    background-size: 211px 141px;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.5);
}

.gigs_list {
    line-height: 1.8em;
    margin-top: 15px;
    margin-bottom: 15px;
}
.gigs_list .gig {
    padding: 15px;
    border: 1px solid #333333;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-post {
    margin-top: 15px;
    margin-bottom: 25px;
}
.news-post .date a {
    color: #111111;
    font-size: 1.2em;
}
.news-post .date {
    margin-bottom: 15px;
    color: #998675;
}
.news-post .link {
    font-size: 1.2em;
    margin-top: 10px;
}
.news-post .contents {
    background-image: url('/images/vectheme/write_bg.png');
    background-repeat: repeat;
    background-position: top 23px left;
    background-size: 18px 32px;
    line-height: 1.115em;
    font-size: 1.8em;
}

.blogpost {
    padding: 100px;
}
.blogpost img {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    transform: rotate(-4deg);
    border: 8px solid #fffcf6;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
    max-width: 75%;
}
.blogpost .quote-block {
    margin-top: 35px;
    margin-bottom: 35px;
}
.blogpost .author {
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: underline;
    margin-bottom: 10px;
}
.blogpost .intro {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 25px;
}
strong {
    font-weight: bold;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

#footer {
    height: 550px;
    background-image: url('/images/vectheme/coffee.png');
    background-size: 950px 618px;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    color: #998675;
    padding-bottom: 50px;
    width: 100%;
}

#band_annotated_photo {
    width: 100%;
    height: 492px;
    margin-bottom: 50px;
    overflow: visible;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 739px;
    transform: rotate(8deg);
    z-index: 0;
    background-image: url('/images/vectheme/band_notes.jpg');
    background-size: 739px 492px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6), 0 2px 5px 0 rgba(0, 0, 0, 0.6);
}

.handwritten {
    font-family: 'Reenie Beanie', cursive;
    color: #0e3a9f;
    font-size: 1.6em;
    line-height: 1em;
}
.handwritten.darwin {
    font-family: 'darwinfontregular', cursive;
    color: #0e3a9f;
}
.pagetitle .handwritten {
    margin-top: 15px;
}
.pagetitle .handwritten.darwin {
    font-size: 2em;
}

.blogpost .quote {
    font-family: 'Reenie Beanie', cursive;
    color: #0e3a9f;
    background-image: url('/images/vectheme/write_bg.png');
    background-repeat: repeat;
    background-position: top 32px left;
    background-size: 18px 44px;
    line-height: 1.115em;
    font-size: 2.5em;
}
.blogpost p {
    margin-bottom: 25px;
}

#vector_album_widget {
    padding: 25px;
    height: 300px;
}
#vector_album_widget .album_cover {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 15px;
    top: 38px;
    transform: rotate(-5deg);
    border: 10px solid #fffcf6;
    overflow: hidden;
    box-shadow: 7px 7px 11px 0px rgba(0, 0, 0, 0.5);
}
#vector_album_widget h1 {
    font-size: 2em;
}

.pagetitle h1 {
    color: black;
    text-transform: uppercase;
}

.contact-info p {
    margin-bottom: 25px;
}

.large-font {
    font-size: 1.2em;
    line-height: 1.2em;
}

#vector_album_widget .pagetitle {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    padding-top: 74px;
    font-size: 1.2em;
}

#vector_album_widget a {
    font-size: 1.2em;
    line-height: 1.2em;
}

#store p {
    margin-top: 10px;
    margin-bottom: 10px;
}
#store .store-category-desc {
    margin-bottom: 30px;
}
#store #thirdparty-stores {
    margin-bottom: 35px;
}
#store #thirdparty-stores a {
    text-decoration: none;
}
#store #thirdparty-stores img {
    max-width: 80%;
    margin: auto;
    transform: rotate(-4deg);
    border: 10px solid #fffcf6;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.5);
}
#store ol li {
    list-style: decimal-leading-zero;
    list-style-position: inside;
    margin-bottom: 10px;
}

#checkout-progressbar {
    margin-bottom: 25px;
    border-bottom: 1px solid #111111;
    font-size: 1.2em;
    line-height: 1.4em;
    padding-bottom: 10px;
}
#checkout-progressbar li {
    float: left;
    margin-right: 30px;
}
#checkout-progressbar .current {
    font-weight: bold;
    color: #9c1a2b;
}
#checkout-progressbar .completed {
    font-size: 0.8em;
    color: #747067;
}
#checkout-progressbar .completed a {
    color: #747067;
    text-decoration: none;
}
.form-section-title h2 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.cart-small {
    color: #111111;
    font-size: 1.2em;
    text-align: right;
    position: absolute;
    top: 32px;
    right: 15px;
}

.store-category-title {
    font-size: 1.5em;
    line-height: 1.5em;
    border-bottom: 1px solid #111111;
    margin-top: 25px;
    margin-bottom: 25px;
}
#store p.title {
    font-size: 2em;
}

#store .store-item1 {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 50px;
    width: 80%;
}
#store .store-item1 .product-name {
    font-weight: bold;
}
#store .store-item1 .product-photo {
    display: inline-block;
    vertical-align: middle;
}
#store .store-item1 .product-info {
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}
#store .store-item1 .product-photo img {
    transform: rotate(5deg);
    border: 6px solid #fffcf6;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.5);
    max-width: 75%;
}
#store .store-item1 input.handwritten {
    font-family: 'Reenie Beanie', cursive;
    color: #0e3a9f;
    font-size: 2.5em;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.cart-item {
    border-bottom: 1px solid #111111;
    margin-bottom: 35px;
    padding-bottom: 15px;
}
.cart-item .image-column {
    float: left;
}
.cart-item .info-column {
    float: left;
    margin-top: 15px;
}
.cart-item .info-column .title {
    font-weight: bold;
}
.cart-item img {
    transform: rotate(5deg);
    border: 6px solid #fffcf6;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.5);
    max-width: 75%;
    margin-bottom: 15px;
}
.btn-red-large {
    font-size: 1.2em;
    margin-top: 25px;
    color: #9c1a2b;
    border: none;
    background: none;
    text-decoration: underline;
    padding: 0;
    margin-bottom: 25px;
    cursor: pointer;
    outline: none;
}

form label {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.signin-form {
    padding: 25px;
    padding-bottom: 0;
    border: 1px solid #111111;
    margin: 15px;
    margin-left: 0;
    margin-right: 0;
}
.form-section {
    margin-bottom: 35px;
}
.form-label {
    display: block;
}
.form-section input[type="text"] {
    width: 250px;
    max-width: 90%;
    margin-top: 10px;
}

#vector_album_widget .handwritten {
    font-size: 3em;
    line-height: 1em;
    transform: rotate(10deg);
    position: absolute;
    width: 262px;
    top: 85px;
    right: 30px;
    text-align: center;
}

@media only screen and (max-width: 1075px) {
    /* trigger hamburger menu */
    #topnav {
        padding-top: 38px;
    }
    #topnav .icon {
        display: block;
        font-size: 2em;
        margin-bottom: 15px;
    }
    #topnav .icon #menu_open {
        display: block;
    }
    #topnav .icon #menu_close {
        display: none;
    }
    .topnav a {
        display: none;
    }
    .topnav.responsive {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 30;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        background-color: #a81b2f;
        box-shadow: 0 1px 3px 1500px rgba(0, 0, 0, 0.6), 0 1px 3px 0 rgba(0, 0, 0, 0.6);
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    #topnav.responsive a {
        font-size: 1.5em;
        line-height: 2em;
    }
    #topnav.responsive .icon #menu_close {
        display: block;
    }
    #topnav.responsive .icon #menu_open {
        display: none;
    }
}

@media only screen and (max-width: 920px) {
    .gigs_list .gig {
        float: none;
        width: auto;
    }
    .blogpost {
        padding: 25px;
    }
}

@media only screen and (max-width: 800px) {
    #vector_album_widget .pagetitle {
        padding-top: 0;
        padding-right: 30px;
        float: none;
        width: auto;
        text-align: right;
    }

    #vector_album_widget .handwritten {
        right: auto;
        left: 313px;
        top: 152px;
        font-size: 3em;
    }
}

@media only screen and (max-width: 750px) {
    #checkout-progressbar li {
        float: none;
    }
}

@media only screen and (max-width: 739px) {
    #band_annotated_photo {
        max-width: 400px;
        height: 266px;
        background-size: 400px 266px;
    }
}

@media only screen and (max-width: 640px) {
    #socialmedia {
        display: block;
    }
    #header_content #socialmedia {
        display: none;
    }
    #socialmedia {
        width: 100%;
        text-align: center;
        position: relative;
        color: #9d988c;
        top: 0;
        right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        z-index: 0;
    }
    #socialmedia a {
        color: #9d988c;
        margin-left: 8px;
        margin-right: 8px;
    }
    #socialmedia a:hover {
        color: #6a665f;
    }

    .cart-small {
        position: inherit;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #111111;
        border-bottom: 1px solid #111111;
        width: 100%;
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width: 550px) {
    #content_mainstage {
        background-image: none;
    }
    #vector_album_widget {
        height: auto;
    }
    #vector_album_widget .pagetitle {
        float: none;
        text-align: center;
        padding-right: 0;
    }
    #vector_album_widget .handwritten {
        float: none;
        position: inherit;
        text-align: center;
        margin: auto;
    }
    #vector_album_widget .album_cover {
        position: inherit;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 500px) {
    #content_page {
        background-image: none;
    }
    #logo {
        width: 188px;
        height: 46px;
        background-size: 188px 46px;
    }
    .gigs_list .gig label,
    .gigs_list .gig span {
        display: block;
    }
}


.admin-leftcol {
    text-align: center;
    border-bottom: 5px solid #111111;
    margin-bottom: 35px;
    padding: 20px;
}
.admin-leftcol li {
    display: inline-block;
    margin-right: 30px;
    font-size: 1.4em;
}
.admin-leftcol li.current a {
    color: #111111;
    font-weight: bold;
}

.admin-rightcol .title {
    display: block;
    font-size: 2em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.separator-thick {
    border: 3px solid #111111;
    margin-top: 30px;
    margin-bottom: 30px;
}

table {
    margin-top: 30px;
    border-bottom: 30px;
}
th {
    font-weight: bold;
    border-bottom: 1px solid #111111;
}
td {
    font-size: 0.8em;
    padding: 10px;
}
td input {
    width: 50px;
}
.width300 {
    width: 300px;
}
.width100 {
    width: 100px;
}

.viplist li {
    margin-top: 10px;
    margin-bottom: 10px;
}
.viplist {
    margin-bottom: 45px;
}

.vip_banner img {
    width: 100%;
    transform: rotate(-3deg);
    border: 10px solid #fffcf6;
    overflow: hidden;
    box-shadow: 7px 7px 11px 0 rgba(0, 0, 0, 0.5);
}
.vip_banner {
    width: 65%;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}


div.gig {
    vertical-align: top;
}
p.date {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
p.address {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}
p.location {
    display: inline-block;
    width: 44%;
    vertical-align: top;
}

@media only screen and (max-width: 950px) {
    p.date {
        display: block;
        width: auto;
    }
    p.address {
        display: block;
        width: auto;
    }
    p.location {
        display: block;
        width: auto;
    }
}