@charset "utf-8";
/* CSS Document */

<style type= "text/css">
<!--
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }
{  }

/*GENERAL SETTINGS*/

/*-------------------------------------------------------------------*/

/*FONTS*/

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: Verdana;
    color: #000000;
    text-align:center;
    padding: 0 0 10px 0;
}

h1 {
    font-size: 20px	;
    font-weight: normal;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    font-weight: bold;
}

p, li, td, th, a, datatext {
    font-size: 12px;
	font-family: Verdana;
	color: #000000;
}

/*LINK ATTRIBUTES*/

a:link {
	color: #0101DF;
	text-decoration: none;
}

a:visited {
	color: #0101DF;
	text-decoration: none;
}

/*PAGE SECTIONS*/

/*-------------------------------------------------------------------*/
/*BACKGROUND*/

body {
	margin:0px; /*background-color: #000000; */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7dee3+0,f6f8f9+0,7b7f7e+0,f5f7f9+100 */
/* Old browsers */
/* FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */
background: #f5f7f9 url('http://www.sierrachest.com/gfx/general/background2small.JPG') no-repeat fixed center 50%; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7dee3', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */

/*background-image: url(http://www.sierrachest.com/gfx/general/background.jpg);
    background-color: #d7dee3;
    background-blend-mode: multiply;*/

    min-height:100%; background-position-x:center; background-position-y:50%; background-size:cover; padding-left:0px; padding-right:0px; padding-top:0; padding-bottom:0; background-image:url('http://www.sierrachest.com/gfx/general/background2small.JPG'); /*opacity: 0.5;*/
background-repeat:no-repeat; background-attachment:fixed

}

/*-------------------------------------------------------------------*/
/*HEADER*/

.header {
    background-color: #2B2B2B;
    width:100%;
    height: 135px;
    position: fixed; /*maintain at the top of the screen */
    left: 0px;
    z-index: +1000;  /*display the dropdown menu over the content below */
}

.headerbox {
    max-width: 1040px;  /*avoid overstretching on wide screen*/
    height: 135px;
}

.logo {
    height: 100px;
    float: left;
    margin: 0 20px 0 0;
}

.sitetitle {
    float: left;
    text-align: left;
    padding-top: 20px;
    font-size: 28px	;
    color: #FFFFFF;
}

.user {
    float: right;
    text-align: left;
    padding-top: 20px;
    /*font-size: 28px	;*/
    color: #FFFFFF;
}

.notifications {
    float: right;
    position: absolute;
	padding: 0px;
	width: 15px;
	height: 15px;
	text-align: center;
	color: red;
	font-weight: bold;
}

.quicksearch {
    float: left;
    margin: 0 0 0 0;
    padding-left: 0;
}

.links {
    float: left;
    margin: 0 0 0 0;
    padding-left: 0;
}


/*-------------------------------------------------------------------*/
/*NAVIGATION*/

.menubuttoncontainer {
    clear: left;
    margin: 0;
    padding: 0;
}

nav {
    clear: left;
    margin: 0;
}

.menubutton {
    float: left;
    display: inline-block;
    color: #FFFFFF;
    background-color: #2B2B2B;
    padding: 8px;
    width: 108px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #1C1C1C;
    cursor: pointer;
    
}
.menubutton:hover {background-color: #3D3D3D;}

nav {
    clear: left;
    margin: 0;
}

nav ul {
    float: left;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav li {
    display: inline-block;
    color: #FFFFFF;
    background-color: #2B2B2B;
    padding: 8px;
    width: 108px;
    height: 35px;
    font-size: 14px;
    border: 1px solid #1C1C1C;
    cursor: pointer;
    }

/*nav li a {
    display: block;
    color: #FFFFFF;
    background-color: #2B2B2B;
    padding: 8px;
    width: 108px;
    height: 35px;
    font-size: 14px;
    border: 1px solid #1C1C1C;
    cursor: pointer;
}*/

/*nav li a:link {color: #FFFFFF;}*/
/*nav li a:visited {color: #FFFFFF;}*/
nav li:hover {background-color: #3D3D3D;}

li.dropdown {display: inline-block;} /*block for mobile*/
    
.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #2B2B2B;*/
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    /*border: 1px solid #1C1C1C;*/
    z-index: +1000;
}

.dropdown-content a {
    display: block;
    color: #FFFFFF;
    background-color: #2B2B2B;
    padding: 8px;
    width: auto;
    height: 35px;
    font-size: 14px;
    border: 1px solid #1C1C1C;
}

.dropdown-content a:hover {background-color: #3D3D3D;}

.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3D3D3D;
}

/*-------------------------------------------------------------------*/

.content {
    max-width: 1040px;
    padding-left: 0;
    padding-right: 0;
}

.floating-holder, .icon-holder, .floating-holder-fifth, .floating-holder-quarter, .floating-holder-third,
.floating-holder-third2, .floating-holder-half, .floating-holder-threequarter, .floating-holder-hidden, .menubuttoncontainer {
    /*border: 1px solid black;*/
    border: 0px none;
}

.floating-holder {
    float: left;
    padding: 0 2% 20px 0;
    width: 100%;
}

.icon-holder {
    float: left;
    display: flex;
    display: -webkit-flex; /* Safari */
    display: -ms-flex: 1; /* IE 10 */
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}

.floating-box {
    box-sizing: padding-box;
    float: left;
    padding: 2% 2% 2% 2%;
    background-color: #E5E5E5;
    width: 100%;
    border: 1px solid #CCCCCC;
}

.light-box {
    box-sizing: padding-box;
    float: left;
    padding: 2% 2% 2% 2%;
    background-color: #E5E5E5;
    width: 100%;
    border: 1px solid #CCCCCC;
}

.light-box:hover {
    background-color: #F0F0F0;
    cursor: pointer;
}

select {
    width: 100%;
    wrap: true;
    /*overflow-wrap: break-word;*/
    /*white-space: pre; */
    /*word-wrap: break-word;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-appearance: none;*/
}

select option {
    /*width: 100%;*/
    wrap: true;
    /*white-space: pre;*/
    /*word-wrap: break-word;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-appearance: none;*/
}

td {vertical-align: top;}

hr {border-color: #2B2B2B;}

.whitespace {
    white-space: pre-wrap;
}

img {max-width: 100%; min-width: 60px;}

.footer {

    /*position:absolute; */
    /*bottom:0;*/
    /*width:100%;*/
    background-color: #2B2B2B;
    clear: both;
    /*z-index: 100;*/
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*-------------------------------------------------------------------*/
/*RESOLUTION SETTINGS*/

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
	only screen and (-o-min-device-pixel-ratio: 13/10),
	only screen and (min-resolution: 120dpi),
    only screen and (min-width: 320px) {

.header {
    height: 85px;
}

.headerbox {
    height: 85px;
}
.logo {
    height: 50px;
    float: left;
    margin: 0 10px 0 10px;
}

.sitetitle {
    float: left;
    text-align: left;
    padding-top: 5px;
    font-size: 14px	;
    color: #FFFFFF;
}

.user {
    float: right;
    text-align: left;
    padding-top: 5px;
    color: #FFFFFF;
}

.sitesubtitle {
    font-size: 9px	;
    color: #FFFFFF;
}

/*-------------------------------------------------------------------*/
/*NAVIGATION MOBILE*/

.menubutton {display: block;}
/*.menumargin {margin-left: 108px;}*/
nav {display: none;}
.menubuttoncontainer:hover nav {display: block;}
.menubuttoncontainer:hover .floating-holder-hidden {display: block;}
li.dropdown {display: block;}
.dropdown-content {
    position: fixed;
    top: 85px;
    left: 108px;
}
.quicksearch {
    height: 21px;
    position: fixed;
    top: 59px;
    left: 108px;
    /*z-index: +1001;*/
}

.ui-autocomplete {
    position: fixed;
    top: 109px;
	max-height: 300px;
	width:200px;
	overflow-y: scroll;
	overflow-x: hidden;
	list-style: none;
	text-align:left;
	padding:5px;
    cursor: pointer;
    /*z-index: +1200;*/
}

.links {
    position: fixed;
    top: 50px;
    margin-left: 0px;
    left: 265px;
}


/*-------------------------------------------------------------------*/

.sidebar {display: none;}

.floating-holder-fifth {
    float: left;
    padding: 0 2% 20px 0;
    width: 33%;
}

.floating-holder-quarter {
    float: left;
    padding: 0 2% 20px 0;
    width: 50%;
}

.floating-holder-third {
    float: left;
    padding: 0 2% 20px 0;
    width: 50%;
}

.floating-holder-third2 {
    float: left;
    padding: 0 2% 20px 0;
    width: 100%;
}

.floating-holder-half {
    float: left;
    padding: 0 2% 20px 0;
    width: 100%;
}

.floating-holder-threequarter {
    float: left;
    padding: 0 2% 20px 0;
    width: 100%;
}

.floating-holder-hidden {
    display: none;
    position: absolute;
    margin-top: 35px;
    float: left;
    padding: 0 2% 20px 0;
    width: 100%;
}

.column-box {
    column-count: 2;
    column-gap: 2%;
    -moz-column-count: 2;
    -moz-column-gap: 2%;
    -webkit-column-count: 2;
    -webkit-column-gap: 2%;
    column-fill: balance;
    padding: 2% 2% 2% 2%;
    background-color: #E5E5E5;
}

.column-box-12 {
    column-count: 1;
    column-gap: 2%;
    -moz-column-count: 1;
    -moz-column-gap: 2%;
    -webkit-column-count: 1;
    -webkit-column-gap: 2%;
    column-fill: balance;
    padding: 2% 2% 2% 2%;
    background-color: #E5E5E5;
}


.floating-box-hidden {
    display: none;
    box-sizing: padding-box;
    float: left;
    padding: 2% 2% 2% 2%;
    background-color: #E5E5E5;
    width: 100%;
    border: 1px solid #CCCCCC;
}

.newstitle {
	font-size: 5px;
	font-weight: bold;
	color:#FF9900;
}

.content {
    padding-top:95px; /*keep content below fixed header*/
}


/*-------------------------------------------------------------------*/

@media screen and (min-width: 730px){

.header {
    height: 135px;
}

.headerbox {
    height: 135px;
}
.logo {
    height: 100px;
    float: left;
    margin: 0 20px 0 20px;
}

.sitetitle {
    float: left;
    text-align: left;
    padding-top: 20px;
    font-size: 28px	;
    color: #FFFFFF;
}

.user {
    float: right;
    text-align: left;
    padding-top: 20px;
    color: #FFFFFF;
}

.sitesubtitle {
    font-size: 16px	;
    color: #FFFFFF;
}

/*-------------------------------------------------------------------*/
/*NAVIGATION DESKTOP*/

.menubutton {display: none;}
.menumargin {margin-left: 0;}
nav {display: block;}
li.dropdown {display: inline-block;}
.dropdown-content {
    position: absolute;
    top: auto;
    left: auto;
}
.quicksearch {
    position: static;
    top: auto;
    left: auto;
    /*width:350px;*/
    /*margin-left: 13px;*/
}

.ui-autocomplete {
    position: fixed;
    top: 109px;
	max-height: 300px;
	width: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	list-style: none;
	text-align:left;
	padding:5px;
    cursor: pointer;
    /*z-index: +1200;*/
}

.links {
    position: static;
    margin-left: 2px;
    top: auto;
    left: auto;
}

/*-------------------------------------------------------------------*/

.sidebar {display: block;}

.floating-holder-fifth {
    display: inline-block;
    padding: 0 2% 20px 0;
    width: 20%;
}

.floating-holder-quarter {
    float: left;
    padding: 0 2% 20px 0;
    width: 25%;
}

.floating-holder-third {
    float: left;
    padding: 0 2% 20px 0;
    width: 33%;
}

.floating-holder-third2 {
    float: left;
    padding: 0 2% 20px 0;
    width: 33%;
}

.floating-holder-half {
    float: left;
    padding: 0 2% 20px 0;
    width: 50%;
}

.floating-holder-threequarter {
    float: left;
    padding: 0 2% 20px 0;
    width: 75%;
}

.floating-holder-hidden {
    display: block;
    position: static;
    float: left;
    padding: 0 2% 20px 0;
    width: 100%;
}

.column-box {
    column-count: 4;
    column-gap: 2%;
    -moz-column-count: 4;
    -moz-column-gap: 2%;
    -webkit-column-count: 4;
    -webkit-column-gap: 2%;
    column-fill: balance;
    padding: 2% 2% 2% 2%;
    background-color: #E5E5E5;
}

.column-box-12 {
    column-count: 2;
    column-gap: 2%;
    -moz-column-count: 2;
    -moz-column-gap: 2%;
    -webkit-column-count: 2;
    -webkit-column-gap: 2%;
    column-fill: balance;
    padding: 2% 2% 2% 2%;
    background-color: #E5E5E5;
}


.floating-box-hidden {
    display: inline;
    box-sizing: padding-box;
    float: left;
    padding: 2% 2% 2% 2%;
    background-color: #E5E5E5;
    width: 100%;
    border: 1px solid #CCCCCC;
}

.newstitle {
	font-size: 8px;
	font-weight: bold;
	color:#FF9900;
}

.content {
    padding-top:145px; /*keep content below fixed header*/
}

}

/*-------------------------------------------------------------------*/


@media only screen and (min-width: 1000px){

/*to be removed*/
.newstitle {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color:#FF9900;
}

/*to be removed*/
.pagetitle {
	font-size: 20px;
	font-family: Verdana;
	color:#000000;
}

/*to be removed*/
.boxtitle {
	font-size: 16px;
    font-weight: bold;
	font-family: Verdana;
	color:#000000;
}

.inputtext {
	font-size: 12px;
	font-family: Verdana;
	color:#000000;
}

.bottomtext {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color:#000000;
}

.titletext {
	font-size: 16px	;
	font-family: Tahoma;
    font-weight: bold;
	color:#000000;
}

}

#music-player {
	float:left;
    width: 100%;
}

#slide-show {
	float:right;
	width: 300px;
	height:253px;
	text-align:center;
	background-color:#eee;
}

#slide-show img{
	width: 300;
	height:224px;
}

#slide-show-caption {
	float:right;
	width:334px;
	height:100px;
	text-align:center;
	background-color:#eee;
}

#pure-awesomeness {
    text-align:center;
    font-size:15px;
}

#slide-show-info {
    margin-top:60px;
    font-size:9px;
}

#music-game-select {
   background: transparent;
   padding: 5px;
   font-size: 16px;
   border: 1px solid #ccc;
   width: 756px;
   height: 34px;
   overflow:scroll;
   background:  #ddd;
}

/* Dropdown Button */
.dropbtn {
    background-color: #2B2B2B;
    color: E8E8E8;
    padding: 8px;
    width: 108px;
    height: 35px;
    font-size: 14px;
    border: 1px solid #1C1C1C;
    cursor: pointer;
}

#parent {
    font-size:0;
    bottom:0;
}



/* The container <div> - needed to position the vertical menu */
.menu-vert {
    position: relative;
    display: block;
    font-size: 14px;
    /*overflow:hidden;*/
}


/* Vertical menu button */
.menu-vert-button {
    background-color: #2B2B2B;
    color: E8E8E8;
    width: 180px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #1C1C1C;
    cursor: pointer;
    /*overflow:hidden;*/
}

/* Vertical menu category */
.menu-vert-category {
    background-color: blue;
    color: E8E8E8;
    width: 180px;
    height: 25px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #1C1C1C;
    cursor: default;
    overflow:hidden;
}

/* Change color of vertical menu button on hover */
.menu-vert-button a:hover {
    background-color: #3D3D3D;
    color: #E8E8E8;
}

/* Change the background color of the vertical menu button when the dropdown content is shown */
.menu-vert:hover .menu-vert-button {
    background-color: #3D3D3D;
}

#newsletterlink img{
    height: 29px;
    width: 270px;
}

#newsletterform .input {
    width:375px;
}

.emailconfirmation {
    color:white;
    margin-left:15px;
}

#newsletterlink {
	float: right;
	margin-top: -2px;
}

.info {
    font-size:10px;
    padding:0px;
}

.platforms {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    color: #CCCCCC;
}

#gamesearch {
    /*width: 350px;*/
    /*margin-left: 13px;*/
}


-->
</style>