/*
Theme Name: Goodwill Guestlist v.1
Theme URI: goodwillguestlist.org
Description: HTML5 Theme for GWG by Garrett Ross
Version: 1.0
Author: Garrett Ross
Author URI: www.grafiik.net
*/

/*
 * 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;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html{
    height:100%;
}
body{
    background: url(./../img/pw_maze_blue.gif);
    height:100%;
}
#container{
    width:1000px;
    height:100%;
    margin:0 auto;
}
#header{
    width:960px;
    height:315px;
    margin:0 auto;
    background:#77cdf6;
    padding: 10px 20px 0px 20px;
}
#title{
    width:800px;
    height:250px;
    margin:0 auto;
    color:#fff;
    font-family:'Josefin Sans',sans-serif;
    text-transform:uppercase;
}
#ticket{
    width: 800px;
    height: 250px;
    background: url(./../img/ticket3.png);
    background-size: contain;
    padding-left: 40px;
    padding-top: 15px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    }
#ticket-left{
    float:left;
    height:250px;
    width:35px;
    margin-left:-1px;
    background:url(./../img/ticket.png);
    background-size:contain;
}
#title-left{
    float:left;
    border-right: 4px dashed #77cdf6;
    width: 544px;
    height: 240px;
    padding: 10px 0px 0px 10px;
    background:url(./../img/bg.png);
}
#ticket a:link,#ticket a:visited{
    color:#fff;
    text-decoration:none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#ticket a:hover{
    color:#9ADBF9;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#ticket h3{
    float:left;
    font-size:84px;
    font-weight:100;
    margin:0;
    padding-top:15px;
    padding-left:20px;
}
#ticket h1{
    float:left;
    font-size:96px;
    font-weight:100;
    margin: 0px;
    margin-top: -40px;
    padding-left:20px;
}
h6.mid-heading{
    background: #ceedfc;
    width: 106%;
    margin-left: -6%;
    padding-left: 6%;
    padding-top: 5px;
    font-size: 24px;
    margin-top: -24px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color:#7caec7;
}
#title-right{
    float:left;
    width:174px;
    height:250px;
    background:url(./../img/bg.png);
}
#ticket-right{
    float:left;
    height:250px;
    width:35px;
    margin-right:-1px;
    background:url(./../img/ticket2.png);
    background-size:contain;
}
#navigation{
    clear: both;
    width: 1000px;
    background: #77cdf6;
    margin: 0 auto;
    margin-left: -20px;
    padding-left: 0px;
    padding-top:10px;
    padding-bottom:10px;
    font-family: 'Josefin Sans',sans-serif;
}
#navigation.stuck{
    position:fixed;
    top:0;
}
#navigation nav ul{
    list-style:none;
    display:inline;
}
#navigation nav ul li{
    display:inline;
    float:none;
    margin:15px 20px 8px 0px;
}
#navigation nav ul li:nth-child(7),#navigation nav ul li:nth-child(8){
    margin-right:10px;
}
#navigation nav ul li:last-child{
    display:none;
}
#navigation.stuck nav ul li:last-child{
    display:inline;
}
#navigation nav ul li a:link, #navigation nav ul li a:visited{
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:27px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#navigation nav ul li a:hover{
    color:#63a7c5;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#navigation nav ul li i{
    color:#fff;
    font-size:29px;
    width:24px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#navigation nav ul li i:hover{
    color:#63a7c5;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#navigation nav ul li a.active:link,#navigation nav ul li a.active:visited{
    color:#63a7c5;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#navigation nav ul li a.active:hover{
    color:#315362;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#wrapper{
    float:left;
    width:960px;
    margin:0 auto;
    margin-top:-2px;
    clear:both;
    background:#fff;
    padding: 0px 20px;
    overflow:auto;
    overflow-x:hidden;
}
.content-entry#about{
    padding-top:0px;
    margin-top:-2px;
}
.content-entry{
    float:left;
    font-family:'Josefin Sans',sans-serif;
    color:#b3b3b3;
    width:98%;
    margin-left:1%;
    margin-bottom:55px;
    padding-top: 63px;
    margin-top: -65px;
}
.content-entry h3{
    font-size: 75px;
    margin: 0px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 10px;
    background: #9cdaf9;
    margin-left: -3.1%;
    margin-bottom: 23px;
    width: 972px;
    padding-left: 3%;
    color: #fff;
    letter-spacing:5px;
}
a.expand{
    cursor:default;
}
a.close{
    display:none;
}
.content-entry p{
    font-size:20px;
    margin:0px;
    margin-bottom:10px;
}
.content-entry p.subheader{
    font-size:32px;
}
.content-entry a:link, .content-entry a:visited{
    color:#6e98ab;
    text-decoration:none;
}
.content-entry a:hover{
    color:#315362;
}
.current-charity-name{
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: -13px;
    padding: 5px;
}
.past-charity-image,.artist-image,.charity-image{
    float:left;
    clear:both;
    width:150px;
    height:auto;
    padding: 8px;
    border: 1px solid #ccc;
}
.description{
    float:left;
    width:82%;
}
.current-charity{
    margin-bottom:20px;
}
.current-charity,.past-charity,.artist{
    width:100%;
    clear:both;
    float:left;
    padding-top:20px;
}
.charity-name,.artist-name{
    float:left;
    padding:0px 5px;
    color:#888;
    margin-bottom:8px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:24px;
    margin-left: 25px;
    margin-top: 0px;
}
.current-charity p,.past-charity p,.artist p{
    font-size:20px;
    margin:0px;
    margin-bottom: 10px;
    float:left;
    width:95%;
    margin-left:30px;
}
/*.artist{
    float:left;
    width:31.75%;
    margin-right:2%;
    overflow-x:hidden;
}*/
.artist:nth-child(3n+3){
    margin-right:0%;
}
/*.artist-name{
    font-size:18px;
    width:97.3%;
    color:#fff;
    padding:5px;
    background: #9ADBF9;
    margin-bottom:8px;
    text-transform:uppercase;
    text-align:center;
    font-weight:bold;
    letter-spacing:2px;
    height:22px;
}*/
.charity-name a:link, .charity-name a:visited, .artist-name a:link, .artist-name a:visited{
    color:#888;
    text-decoration:none;
}
/*.artist-name a:link, .artist-name a:visited{
    text-decoration:none;
    color:#fff;
}*/
.charity-name a:hover, .artist-name a:hover{
    color:#315362;
} 
#donate table{
    width:100%;
    font-size:20px;
}
#donate table tr:nth-child(even){
    background:#cfcfcf;
    color:#888;
}
#donate table tr table tr:nth-child(even){
    background:none;
}
#donate table tr th{
    text-align:left;
    border-bottom:1px solid #cfcfcf;
    text-transform:uppercase;
}
#donate table tr th:first-child{
    padding-left:10px;
}
#donate table tr th:last-child{
    text-align:right;
    padding-right:10px;
}
#donate table tr td:first-child{
    padding-left:10px;
}
#donate table tr td:last-child{
    text-align:right;
    padding-right:5px;
}
select {
    font-family: 'Josefin Sans',sans-serif;
    font-size: 16px;
    color: #555;
    background: #fff;
    border: 1px solid #888;
}
#contact #contactform{
    width:550px;
    float:left;
}
#contact #contactform fieldset{
    width:550px;
}
#contact #contactform fieldset input, #contact #contactform fieldset label, #contact #contactform fieldset textarea{
    float:left;
    width:100%;
    padding:5px 1px;
    font-family:'Josefin Sans',sans-serif;
}
#contact #contactform fieldset .clear{
    clear:both;
    margin-top:20px;
}
#contact #contactform fieldset .button{
    float:none;
    width:auto;
    margin-left:35%;
    background:#9cdaf9;
    color:#fff;
    border:none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:10px;
    font-family:'Josefin Sans',sans-serif;
    font-size:24px;
}
#contact #contactform fieldset .button:hover{
    background:#6e98ab;
}
/*#contact #contactform label:after{
    content: "*";
    color: red;
    float: left;
    display: block;
    height: 15px;
    width: 15px;
    font-size: 15px;
    font-family: arial;
}*/
#contact-right{
    float: right;
    width: 300px;
    border-left: 1px solid #ccc;
    padding-left: 42px;
}
ul#social{
    display:none;
}
#footer{
    display:none;
}










/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * 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.
   Theses 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;
    }
}
