@import url("https://fonts.googleapis.com/css?family=Fauna+One");

#gsh-gallery-list {
    font-size: 6px !important;
    /* color: green; */
    font-weight: normal;
    background-color: #242524;
}

td#gsh-gallery-list {}

td#gsh-gallery-list {}

div#gsh-gallery {
    width: 60%;
    height: auto;
}

br {
    display: block;
    line-height: 1.5em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

input, textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    max-width: 100%;
}

h1 {
    font-family: 'Fauna One', Helvetica, sans-serif;
    font-size: 3.3em;
    line-height: 1.7em;
    margin-bottom: 5px;
    color: #666;
}

h3 {
    font-size: 2.2em;
    line-height: 1.45em;
    font-weight: bold;
    margin-bottom: 6px;
    margin: -5px 0 0px 0px;
    color: firebrick;
    /* background: #202020; */
    padding: 0;
}

ul {
    font-size: 1.2em;
}

    ul li {
        margin-bottom: 5px;
    }

a {
    color: #7862ad;
}

    a:hover {
        color: #8c73c8;
    }


#w {
    display: block;
    width: 800px;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 3px 4px 9px rgba(0,0,0,0.65);
    -moz-box-shadow: 3px 4px 9px rgba(0,0,0,0.65);
    box-shadow: 3px 4px 9px rgba(0,0,0,0.65);
}

#inner {
    padding: 12px 20px;
}


#gallery-container {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

#gsh-gallery-content {
    margin-top: 2px;
}

#mygallery {
    width: 796px;
    height: 511px;
    border: 1px #404040 solid;
    overflow: hidden;
    margin: 10px 0 10px 10px;
    background: #353535;
}

#gsh-gallery-details {
    color: #69a4d8;
    margin-top: -2px;
}



.left-nav-group {
    font-family: "Exo 2", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: white;
    background-color: #443b3f;
    /* border: 3px solid #003366; */
    border-bottom: 4px solid #930f3a;
    padding: 6px 5px 9px 5px;
    vertical-align: bottom;
    text-align: left;
    margin: 8px 0 8px 0;
}



    .left-nav-item > a {
        text-decoration: none;
        font-size: 17px;
        color: #c2abb4;
        font-family: '', monospace;
    }

.main-content {
    vertical-align: top;
    /*
	   background-repeat: no-repeat;
   background-image: url('Snowstorm_Page_Images/snowstorm-race-start-fade4.gif');
   background-size: 100% auto;
*/
    padding: 0px;
    background-color: #242524;
}

.banner-back {
    background: rgb(171,218,225); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(171,218,225,1) 0%, rgba(59,141,229,1) 30%, rgba(244,202,63,1) 63%, rgba(229,121,71,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(132 136 137) 0%,rgb(104 115 126) 30%,rgba(244,202,63,1) 63%,rgba(229,121,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(133 170 173) 20%,rgb(124 157 153) 50%,rgb(206 191 140) 70%,rgb(202 190 183) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abdae1', endColorstr='#e57947',GradientType=1 ); /* IE6-9 */
}

.nav-gallery-set-active {
    color: white;
    background-color: #404040;
}

