/*
 * 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.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   ==========================================================================
   ANDY'S CUSTOM STYLES FOR THE DIVERS WEB PAGES = this section only
   - EDIT AS NECESSARY/DESIRED...
==========================================================================
========================================================================== */

body {
    background-image: url('../images/bg-repeat.jpg');
    font-family: cabin, sans-serif;
    margin: 0;
    // padding-bottom: 500px;
    // margin-bottom: -500px;
    min-height: 100%;
}

h1 {
    margin: 20px;
    text-align: center;
}

p {
    margin: 20px;
}

img {
    max-width: 100%;
}

.center {
    text-align: center;
}

.envelope {
    min-width: 768px;
    max-width: 900px;
    position: relative;
    margin: 0 auto;
}

.container {
    background-color: white;
    color: #b63131;
    position: relative;
    overflow: hidden;
}

html.html-splash {
    background-color: transparent;
}

body.splash > div {
    width: 600px;
	margin: 0 auto;
	color: #b63131;
}

body.splash div.cover {
	margin: 0 auto;
	width: 480px;
}

body.splash  h3 {
	padding-top: 30px;
	text-align: center;
}
		
body.splash {
    background-image: url('../images/stripbg.jpg');
    background-position: 0 -175px;
}

    body.splash .envelope {
        //width: 100%;
        margin: 0;
        min-width: inherit;
        max-width: none;
		position: static;
    }

    body.splash .container {
        background: none;
        text-align: center;
		margin: 0 auto;
		width: 600px;
		position: static;
		overflow: visible;
    }

        body.splash .container h1 {
            white-space: nowrap;
        }

        body.splash .container h3 {
            padding-top: 25px;
        }

.home {
    height: 500px;
    background-image: url('../images/headerimage.jpg');
}

.regular {
    height: 75px;
    background-color: #fff;
}

nav ul {
    margin: 0;
    padding: 20px 65px 0 150px;
    height: 2.6em;
    overflow: hidden;
}

    nav ul li {
        color: #b63131;
        text-decoration: none;
        display: inline-block;
        width: 24%;
        text-align: center;
        margin: 0;
        font-size: 130%;
    }

        nav ul li:hover {
            background: #b63131;
            color: white;
        }

        nav ul li a:link, nav ul li a:visited, nav ul li a:active {
            text-decoration: none;
            line-height: 2;
            color: inherit;
        }

        nav ul li a:hover {
            color: inherit;
        }

nav li.nav-about {
    float: left;
}

/*LINKS*/
a:link, a:visited, a:active {
    color: #6c2100;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: red;
}


.leftcolumn {
    float: left;
    width: 45%;
    /*	background-image: url(../images/bg.jpg);*/
    color: #b63131;
    /*	opacity: 0.4;
	border-right: solid 2px #b63131; */
    padding-bottom: 500px;
    margin-bottom: -500px;
}

.rightcolumn {
    float: left;
    width: 50%;
}

article {
    margin: 0 60px;
}

.pictureholder {
    float: left;
    margin: 20px;
}

.clearfloats {
    clear: both;
}

footer {
    background-color: #b63131;
    color: #fff;
    height: 45px;
    font-size: 70%;
    margin-top: 100px;
}

    footer p {
        padding: 20px 0 0 60px;
    }

.eyebrows {
    width: 372px;
    height: 132px;
    right: 30px;
    bottom: 0px;
    position: absolute;
    z-index: 3;
}

/* THIS IS THE MANDOLIN PEEKING OUT ON THE LEFT OF THE MAIN CONTENT*/
.mandolin-peek {
    // width: 198px;
    // height: 682px;
    position: absolute;
    left: -198px;
    top: 150px;
    // z-index: 10;
}















/* ==========================================================================
   Helper classes (all that follows was defined by the authors of this boilerplate)
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

/*
 * 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;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    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,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.page-content {
    padding: 5px 20px 0;
    min-height: 600px;
}

.enter-link {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 8px 12px;
    background: #fff;
    text-decoration: none;
    font-size: 17px;
    border-left: 15px solid #b63131;
}

a.enter-link {
    color: #b63131;
}

    a.enter-link:hover {
        color: #6c2100;
        border-color: #6c2100;
    }

.buy-now-button {
    padding: 20px;
	text-align: center;
}

    .buy-now-button a {
        padding: 8px 20px;
        font-size: larger;
        background: #fff;
        border: 2px solid #b63131;
    }

.bg-gradient {
    background: url(../images/top-bg.png);
    position: absolute;
    height: 825px;
    width: 100%;
}

.logo {
    position: absolute;
    top: 5px;
    left: 15px;
}

.fb-logo {
    position: absolute;
    top: 25px;
    right: 30px;
}

.about-member, .about-publicity, .product {
    margin-bottom: 40px;
    overflow: auto;
}

    .about-member img, .about-publicity img, .product img {
        float: left;
        margin-right: 20px;
    }

.album-detail {
    padding-top: 10px;
}

.album-art.large {
    float: left;
    margin-top: 15px;
    margin-left: 50px;
}

.album-tracks {
    display: inline-block;
    padding-left: 20px;
}

    .album-tracks h2 {
        margin-top: 10px;
    }

.back-to-music {
    padding-top: 30px;
}

.news-wyan-cover {
    display: block;
    text-align: center;
}

.news h2 {
    text-decoration: underline;
    margin-bottom: 0;
}

.news h4 {
    margin: 10px 0;
}

.product {
    margin-left: 200px;
}

    .product.sheet img {
        margin-left: 50px;
    }

.lyrics-top {
    text-align: center;
    padding-top: 15px;
}

.composer-notes {
    font-style: italic;
}
