/*
 * 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
   ========================================================================== */


body{
	background:#1b1816;
	color: #857e7a;
	font-family: verdana, sans-serif;
}

p{
	font-size: .8em;
}

h1{
	font-size: 1.2em;
	color: #9c2d25;
	font-weight: 300;
    font-family: "adrianna-extended",sans-serif;
    text-transform: uppercase;
}

h2{
    font-size: 1em;
    color: #9c2d25;
    font-weight: 300;
    font-family: "adrianna-extended",sans-serif;}

a{
	color: #9c2d25;
    text-decoration: none;
}

a:hover{
	color: #c80d00;
}

.highlight{
    color: #9c2d25!important;
}

#wrapper{
	margin: 0 auto;
	max-width: 1200px;
}

#subnav{
	min-width: 100%;
    height: 40px;
	border-bottom:1px solid #2f2a28;
    position: relative;
    margin: 0 0 1.5em 0;
}

#subnav ul, #subnav li{
	list-style-type:none;
	margin:0;
	padding:0;
	display: inline;
	font-size: .8em;
	color: #534d4a;
}

.spacer{
    min-width: 100%;
    height: 40px;
}

.languageholder{
    width: 200px;
    cursor: pointer;
}

.language{
    width: 200px;
}

.language a{
    padding: 0 10px;
    text-decoration: none;
    color: #534d4a;
    line-height: 40px;
    font-size: 11px;
}

.language a:hover{
    color: #9c2d25;
}

.lhome ul, .lhome li{
    list-style-type:none;
    font-size: 18px;
    color: #857e7a;
    text-transform:uppercase;
    padding: 0 0 5px 0;
}

.lhome li a{
    color: #857e7a;
    font-family: "adrianna-extended",sans-serif;
    font-weight: 300;
}

.lhome li a:hover{
    /*color: #9c2d25;*/
}

.lwrapper{
    width: 300px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.arrowdown{
    background: url("/images/arrow-down.png") no-repeat;
    width: 5px;
    height: 3px;
    background-position: 0 0;
    display: inline-block;
    line-height: 40px;
}

.lhome li a div.arrowright{
    padding-bottom: 4px;
}

.arrowright{
    background: url("/images/arrow-right.png") no-repeat;
    width: 3px;
    height: 5px;
    background-position: 0 0;
    display: inline-block;
    line-height: 40px;
}

.sociallinks{
	float: right;
    margin: -4px 0 0 0!important;
}

.facebook, .twitter, .bethblog, .youtube{
    width: 22px;
    height: 21px;
    background-position: 0 0;
    display:inline-block;
    font-size: 0;
    margin: 0px 5px!important;
}

a.facebook:hover, a.twitter:hover, a.bethblog:hover, a.youtube:hover{
    background-position: 0 -21px;
}

a.facebook{
background:url("/images/social-facebook.png") no-repeat;
}

a.twitter{
background:url("/images/social-twitter.png") no-repeat;
}

a.bethblog{
background:url("/images/social-bethblog.png") no-repeat;
}

a.youtube{
background:url("/images/social-youtube.png") no-repeat;
}


#mainnav{
	margin: 0 auto 1.5em auto;
	text-align: center;
}

#mainnav ul, #mainnav li{
	list-style-type:none;
	display: inline;
	font-size: 16px;
	color: #857e7a;
	text-transform:uppercase;
}

#mainnav li a{
    color: #857e7a;
    font-family: "adrianna-extended",sans-serif;
    font-weight: 300;
}

#mainnav li a:hover{
    color: #9c2d25;
}


#footer{
	margin: 3em 0;
	text-align: center;
	border-top:1px solid #2f2a28;
}

#footer ul, #footer li{
	list-style-type:none;
	margin: 0;
	padding:0;
	display: inline-block;
	font-size: .8em;
	color: #534d4a;
}

#footer ul{
    margin: 2em 0;
}

#footer li{
    vertical-align: top;
    padding: 0;
}

.left{
    float: left;
}

.right{
    float: right;
}

.zenimax{
    background:url("/images/zenimax-logo.png") no-repeat;
    width: 137px;
    height: 31px;
    background-position: 0 0;
    display:inline-block;
    font-size: 0;
    text-align: right;
}

a.zenimax:hover{
    background-position: 0 -32.5px;
}

#content{
	text-align: center;
    margin: 2em auto 0 auto;
}

#content ul, #content li{
	list-style-type:none;
}

#content li{
	text-align: left;
	vertical-align: top;
}

#content h1, #content p{
    text-align: left;
}


.overlay{
    background: url(/images/overlay-bg.png) repeat;
}

.overlay h1{
    color: #e3dcd7;
}

.overlay p{
    color: #bcb4af;
}

.small{
    font-size: .6em;
    font-style: italic;
}

.blog, .tweet, .like, .watch{
    padding-left: 30px;
    cursor: pointer;
    height: 21px;
}

.blog{
    background: url(/images/social-bethblog.png) no-repeat 0 -21px;
}

.tweet{
    background: url(/images/social-twitter.png) no-repeat 0 -21px;
}

.like{
background: url(/images/social-facebook.png) no-repeat 0 -21px;
}

.watch{
  background: url(/images/social-youtube.png) no-repeat 0 -21px;
}

/*.blog:hover, .tweet:hover, .like:hover, .watch:hover{
    background-position: 0 0px;
    color: #4e4945;
}*/

.blogdark, .tweetdark, .likedark, .watchdark{
    padding-left: 30px;
    cursor: pointer;
    height: 21px;
}

.blogdark{
    background: url(/images/social-bethblog-dark.png) no-repeat 0 -21px;
}

.tweetdark{
    background: url(/images/social-twitter-dark.png) no-repeat 0 -21px;
}

.likedark{
background: url(/images/social-facebook-dark.png) no-repeat 0 -21px;
}

.watchdark{
  background: url(/images/social-youtube-dark.png) no-repeat 0 -21px;
}

/*.blogdark:hover, .tweetdark:hover, .likedark:hover, .watchdark:hover{
    background-position: 0 0px!important;
}*/

.darkover{
    background-position: 0 0px!important;
    color: #1b1816!important;
}

.readmore{
    position: absolute;
    left: 1em;
    bottom: 1em;
}

.readmore p{
    margin-bottom:0!important;
    color:#9c2d25!important;
}

/*.readmore a{
    color:#9c2d25!important;
}*/

.contact-form{
    width: 100%;
    position: relative;
    clear: both;
}

.clear{
    clear: both;
}

#contact-comments, #contact-email, #contact-name, #contact-topic{
    width: 100%;
}

    #content p.contact{
        margin-bottom: 2em;
        line-height: 1.8em;
    }

    .newsitem{
        padding: .5em 1em 0 1em;
        background-color:#1f1c1a;
        position: relative;
        word-wrap:break-word;
        display: block;
    }

    a div.newsitem{
        color: #857e7a!important;
    }

    .newscontent{
        position: relative;
        word-wrap:break-word;
        display: block!important;
        max-height: 85%;
        max-width: 100%;
    }

    .filteritem{
        padding: .05em .5em;
        background: #1f1c1a;
        cursor: pointer;
    }

    .selected{
        background:#9b2e26!important;
    }

    .active{
        cursor: pointer;
        background: rgb(155,46,38); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliMmUyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NzE2MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(155,46,38,1) 0%, rgba(135,22,22,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,46,38,1)), color-stop(100%,rgba(135,22,22,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(155,46,38,1) 0%,rgba(135,22,22,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(155,46,38,1) 0%,rgba(135,22,22,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(155,46,38,1) 0%,rgba(135,22,22,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(155,46,38,1) 0%,rgba(135,22,22,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b2e26', endColorstr='#871616',GradientType=0 ); /* IE6-8 */
    }

    .active{
        color: #1b1816;
        background-position: 0 0;
    }

.languagedd {
            position:absolute;
            left:0;
            display:none;
            background: transparent;
            margin:0;
            padding:0;
            top:40px;
            z-index: 1000;
        }
         
         
        .languagedd li a { 
        zoom: 1;
        color:#857e7a;
        opacity:.75;
        filter: alpha(opacity = 50);
        text-align:left;
        padding: 1em 1em 1em 2em;
        text-indent: -1em;
        font-family:verdana, sans-serif;
        font-size:11px;
        list-style:none;
        display: list-item;
        width: 150px;
        background: #25211e;
        }

        .languagedd ul{ 
        }
        
        .languagedd li {
        vertical-align:middle;
        padding:0;
        }
         
        .languagedd li a:hover {
            zoom: 1;
            /*color:#1b1816;*/
            text-decoration:none; 
            opacity:.85;
            /*filter: alpha(opacity = 85);
background: rgb(155,46,38); 
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliMmUyNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NzE2MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(155,46,38,1) 0%, rgba(135,22,22,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,46,38,1)), color-stop(100%,rgba(135,22,22,1))); 
background: -webkit-linear-gradient(top,  rgba(155,46,38,1) 0%,rgba(135,22,22,1) 100%); 
background: -o-linear-gradient(top,  rgba(155,46,38,1) 0%,rgba(135,22,22,1) 100%); 
background: -ms-linear-gradient(top,  rgba(155,46,38,1) 0%,rgba(135,22,22,1) 100%); 
background: linear-gradient(to bottom,  rgba(155,46,38,1) 0%,rgba(135,22,22,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b2e26', endColorstr='#871616',GradientType=0 ); */

        }

/* ==========================================================================
   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: 100%;
}

/*
 * 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 screen and (min-width: 800px){
    /* Target standard desktops */

    #wrapper2{
        max-width: 1400px;
        margin: 0 auto;
    }

    #wrapper{
    margin: 0 8%;
    max-width: 1200px;
    }

    #mainnav ul, #mainnav li{
    margin:0;
    padding:0;
    }
    
    #mainnav li{
    padding: 0 .8em;
    }
    
    #mainnav .container{
    width: 740px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    }

    .navleft{
    position: absolute;
    width: 280px;
    left: -30px;
    top: 20px;
    text-align: right;
    }

    .navcenter{
    position: absolute;
    left: 250px;
    width: 210px;
    height: 90px;
    }

    .navright{
    position: absolute;
    right:-20px;
    top: 20px;
    width: 270px;
    text-align: left;
    }

    #content ul, #content li{
    margin:0;
    padding:0;
    display: inline-block;
    }

    #content ul{
        width: 100%;
    }

    #content li.half{
    width: 50%;
    padding: 10px;
    }

    #content li.full{
    width: 100%;
    padding: 10px;
    }

    #content li{
    width: 30%;
    padding: 10px;
    }

    #content h1, #content p{
    /*width: 96%;*/
    margin: 0 auto;
    }

    #content p{
        margin-bottom: 3em;
    }

    #content li.contact{
    width: 24%!important;
    padding: 0;
    }

    #content div ul{
        width:90%;
        border-top:1px solid #2f2a28;
        padding: 2em;
    }

    #footer{
        min-width: 100%;
    }

    .leftside{
    float: left;
    width: 45%;
    margin: 15px;
}

.rightside{
    float: right;
    width: 45%;
    margin: 15px;
}

.overlay{
        bottom: 30px;
        padding: 0 3em;
        position: absolute;
        left:0;
}

.overlay h1{
    font-size: 1.4em;
}
#banner img{
    max-width: 100%;
}

.newsitem{
            height: 23em!important;
}

    .photocredit{
        bottom: -20px;
        right: -5px;
        padding: 0 .5em;
        width: 100%;
        position: absolute;
        text-align: right;
        font-size: .7em;
        color: #666666;
    }
}


@media screen and (min-width:480px) and (max-width:799px){
    /* Target landscape smartphones, portrait tablets, narrow desktops */
    #wrapper2{
        width: 480px;
        margin: 0 auto!important;
    }

    #mainnav{
        margin: 0 auto 0 auto!important;
    }

    #mainnav ul, #mainnav li{
    margin:0;
    font-size: 16px;
    padding: 0;
    }

    #slider{
        max-width: 480px!important;
        margin: 0 auto 0 auto!important;
    }
    
    .overlay{
        visibility: hidden!important;
    }

    #mainnav li{
    padding: 0 1em;
    }

    #mainnav .container{
    width: 480px;
    margin: 0 auto;
    position: relative;
    }


    .navleft{
    }

    .navcenter{
    margin: 0 auto .5em auto!important;
    width: 175px;
    height: 75px;
    display: block!important;
    }

    .navcenter img{
    width: 175px;
    height: 75px;
    }

    .navright{
    }

    #content ul, #content li{
    margin:0;
    padding:0;
    display: block;
    }

    #content li, #content > h1, #content > p, #footer{
    width: 95%;
    margin: 0 auto 2em auto;
    }

    #content li.contact{
    width: 90%;
    padding: 0;
    }

    #content div ul{
        width:100%;
        border-top:1px solid #2f2a28;
        padding-top: 2em;
    }

    .leftside{
    width: 90%;
    margin: 20px;
    }

    .rightside{
    width: 90%;
    margin: 20px;
    }

    .overlay{
        bottom: 5px;
        padding: 0 .5em;
        width: 100%;
        position: absolute;
        left:0;
    }

    .overlay h1{
        font-size: 1em;
        line-height: 1em;
    }

    .overlay p{
        font-size: .7em;
        line-height: 1em;
    }

    .photocredit{
        bottom: 5px;
        left: 5px;
        padding: 0 .5em;
        width: 100%;
        position: absolute;
        text-align: left;
        font-size: .6em;
        color: #999999;
    }

    #banner img{
    width: 100%;
}
.newsitem{
            height: 13em;
}
}

@media screen and (max-width: 479px) {
    /* Target portrait smartphones */
 #mainnav ul, #mainnav li{
    margin:0;
    font-size: 1em;
    padding: 0;
    }
    
    #mainnav li{
    padding: 0 1em;
    }

    #mainnav .container{
    width: 100%;
    margin: 0 auto;
    position: relative;
    }

    .navleft{
    }

    .navcenter{
    margin: 0 auto 2em auto!important;
    width: 242px;
    height: 104px;
    display: block!important;
    }

    .navright{
    }

    #content ul, #content li{
    margin:0;
    padding:0;
    display: block;
    }

    #content li, #content > h1, #content > p, #footer{
    width: 95%;
    margin: 0 auto 2em auto;
    }

    #content li.contact{
    width: 90%;
    padding: 0;
    }

    #content div ul{
        width:100%;
        border-top:1px solid #2f2a28;
        padding-top: 2em;
    }

    .leftside{
    width: 90%;
    margin: 20px;
    }

    .rightside{
    width: 90%;
    margin: 20px;
    }

    .overlay{
        padding: .5em;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .overlay h1{
        font-size: 1em;
        line-height: .3em;
    }

    .overlay p{
        display: none;
    }
        #banner img{
    width: 100%;
}
.newsitem{
            height: 15em;
}

    .photocredit{
        bottom: 5px;
        left: 5px;
        padding: 0 .5em;
        width: 100%;
        position: absolute;
        text-align: left;
        font-size: .6em;
        color: #999999;
    }
}

/* ==========================================================================
   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;
    }
}
