﻿    /*
        html {
            background: url(/images/bg/PopUpHoleSummer14_1920.png) no-repeat center center fixed !important;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-attachment:scroll;
            
            //height: 100%;
            //overflow: hidden;

            
        }
            */

        hr {
            //color: #4cff00;
        }

        body {
    		background-color:#333333;
                text-align: center;
            height: 100%;
            font-family: 'Muli', Century Gothic, sans-serif;
            font-size: 14pt;
        }

        #menuicon {
            margin-right: 5px;
            vertical-align: top;
            max-height: 45px;
            display: none;
        }

        .infopanel {
            //background-color: rgba(88, 88, 88, .8);
            //background-color: rgba(64, 64, 64, .5);
            background-color: rgba(25, 25, 25, .7);
            color: white;
            border-radius: 7px;
            padding: 10px;
            text-align:left;
        }

        #subcontentwrapper {
            padding: 0px;
        }

        #maincontentwrapper {
            //width:1200px;
            display: inline-block;
            float: left;
            margin-left: 0px;
            margin-top: 20px;
        }

        #GalleryPanel {
            //font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, s= ans-serif;
            display: inline-block;
            width: 635px;
        }

        #GalleryContent {
            background-color: rgba(0, 0, 0, .5);
            margin: auto;
            text-align: center;
            border-radius: 5px;
            padding: 5px;
        }

        #GalleryContent iframe {
                width: 600px;
                height:338px;
            }
            

        #USGSLogo {
            vertical-align: text-bottom;
            border-radius: 5px;
        }

        #LatestLevelsPanel {
            text-align: left;
            display: inline-block;
            float: right;
            margin-left: 100px;
        }

            #LatestLevelsPanel a {
                text-decoration: none;
                cursor: pointer;
                color: white;
            }

        #subcontentwrapper {
            margin-top: 20px;
            display: inline-block;
        }

        .subinfopanel table td {
            display: list-item;
        }

        .subinfopanel table {
            margin-left:15px;

        }
        

        #ForumPanel .title {
            color: white;
            white-space: nowrap;
            //float: left;
        }
            
        #ForumPanel .title a {
	        //display:list-item;
        }

        #ForumPanel .forum {
            white-space: nowrap;
            text-align: center;
            display:table-cell;
        }

            #ForumPanel .forum a {
                color: #4cff00;
                display: inline;
                font-weight: bold;
            }


        #menuwrapper {
            background-color: rgba(25, 25, 25, 0.6);
            border-radius: 3px;
            padding: 3px 10px 3px 10px;
            display:block;
        }

        .menuItemHeader {
            color: #FFF;
            display: inline;
            margin-right: 15px;
        }

        #header {
            //height: 75px;
            width: 100%;
        }

        #footer {
            background-color: rgba(36, 147, 36, .8);
            width: 90%;
            clear: both;
            vertical-align: bottom;
            position: absolute;
            border-radius: 3px;
            bottom: 10px;
            height: 30px;
            text-align: right;
        }

        #medialinks {
            vertical-align: bottom;
            position: absolute;
            border-radius: 3px;
            bottom: 0px;
            right: 20px;
            text-align: right;
        }


            #medialinks img {
                margin-left: 10px;
                width: 50px;
                height: 50px;
            }

        #container {
            min-height: 100%;
            width: 90%;
            margin: 0 auto;
            text-align: left;
        }

        #maincontentblock {
            display: inline-block;
        }


        .subinfopanel {
            //margin-right: 10px;
            color: white;
            display: inline-block;
            text-align: left;
            padding:10px;
        }


            .subinfopanel td {
                margin-right: 20px;
                //margin-left:20px;
                color: white;
                font-size: 14pt;
            }

            .subinfopanel a {
                //font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-= serif;
                color: white;
                text-decoration: none;
            }

        .PanelHeaderText {
            font-size: 16pt;
            text-align:left;
        }

        .LatestLevelsLineItem {
            white-space: nowrap;
        }


        #menuwrapper ul {
            display: inline;
            padding: 0px;
        }

        #menuwrapper a {
            text-decoration: none;
            color: #ffffff;
        }

        /* sub menus */
        #menuwrapper ul ul {
            background-color: rgba(149, 197, 85, 1);
            border-radius: 8px;
            display: block;
            position: absolute;
            padding: 15px;
            list-style-type: circle;
            padding-left:25px;
            color:black;
        }

            #menuwrapper ul ul a {
                color: black;
                font-style: italic;
            }


            /********* test *********/
             #logoimg {
                width: 300px;
            }

             #menuicon {
                 //display:none;
             }



        /************************************* Media Queries ***************************************/
        
         @media screen and (min-width: 2560px) {
             /*
            html {
                background: url(/images/bg/PopUpHoleSummer14_2560.png) no-repeat center center fixed !important;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
            }
                 */

            #container {
                width: 85%;
                
            }
                                   

            body, ForumPanel .title, .subinfopanel td, a {
                font-size: 24pt;
            }

            .infopanel, .subinfopanel {
                padding:20px;
            }

            .PanelHeaderText{
                font-size: 28pt;
            }

            #logoimg {
                width:380px;
            }

            #GalleryPanel {
                width: 980px;
                
            }

            #GalleryContent iframe {
                width: 950px;
                height:534px;
            }
            

            #LatestLevelsPanel {
                margin-left: 100px;
            }

             #LatestLevelsPanel img {
                //width:160px;
                //height:48px;
                //need 
            }

           
        }
        
        
        @media screen and (min-width: 1920px) and (max-width: 2559px) {
            /*
            html {
                background: url(/images/bg/PopUpHoleSummer14_1920x1200.png) no-repeat center center fixed !important;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
            }
                */

            #container {
                width: 85%;
            }
                                   

            body, #ForumPanel .title, .subinfopanel td, a {
                font-size: 16pt;
            }

            .infopanel, .subinfopanel {
                padding:20px;
            }

            .PanelHeaderText{
                font-size: 18pt;
            }

            #logoimg {
                width:380px;
            }

            #GalleryPanel {
                //width: 800px;
                
            }

            #GalleryContent iframe {
                width: 600px;
                height:338px;
            }
            

            #LatestLevelsPanel {
                margin-left: 100px;
            }



         
            #footer {
                width: auto;
                margin-top:50px;
                position:relative;
            }

           
        }


        @media screen and (min-width: 1401px) and (max-width: 1650px) {
             #container {
                width: 90%;
            }

                       

            body, ForumPanel .title, .subinfopanel td, a {
                font-size: 14pt;
            }

            .PanelHeaderText {
                font-size: 16pt;
            }

            #GalleryPanel {
                width: 580px;
                
            }

            #GalleryContent iframe {
                width: 560px;
                height:360px;
            }
            

            #LatestLevelsPanel {
                margin-left: 60px;
            }
            

            #footer {
                width: auto;
                position: relative;

                margin-top: 50px;
            }

        }

        @media screen and  (min-width: 1281px) and (max-width: 1400px) {

            #container {
                width: 95%;
            }

                       

            body, ForumPanel .title, .subinfopanel td {
                font-size: 13pt;
            }

            .PanelHeaderText {
                font-size: 16pt;
            }

            #GalleryPanel {
                width: 580px;
                
            }

            #GalleryContent iframe {
                width: 560px;
                height:360px;
            }
            

            #LatestLevelsPanel {
                margin-left: 60px;
            }

         
            #footer {
                width: auto;
                position: relative;
                margin-top: 100px;
            }

        }
  
        @media screen and  (min-width: 1024px) and (max-width: 1280px) {

            #container {
                width: 100%;
            }
                                   

            body, #ForumPanel .title, .subinfopanel td, a {
                font-size: 13pt;
            }

            .PanelHeaderText, .menuItemHeader {
                font-size: 15pt;
            }
            
            #logoimg {
            	width: 280px;
            }
                        

            #GalleryPanel {
                width: 450px;
                
            }

            #GalleryContent iframe {
                width: 430px;
                height:230px;
            }
            

            #LatestLevelsPanel {
                margin-left: 30px;
            }
            

            #ForumPanel .title {
                white-space:normal;
                max-width:400px;
            }

            #medialinks img {
                width:48px;
                height:48px;
            }

            #footer {
                width: auto;
                position: relative;
                margin-top: 100px;
            }
            
           

        }


        
        @media screen and (min-width: 768px) and (max-width: 1023px) {

            #container {
                width:100%;
                text-align:left;
            }

            body, #ForumPanel .title, .subinfopanel td, a {
                font-size: 13pt;
            }

              #maincontentwrapper {
                margin-top: 10px;
                float:none;
                //display:block;
                padding-top: 20px;
                min-width:90%;
            }
            
            #logoimg {
                width: 280px;
            }

            .PanelHeaderText {
                font-size: 15pt;
            }

            #GalleryPanel {
                //width: 500px;
            }

            #GalleryContent iframe {
                //width: 480px;
                width:450px;
                height:253px;
            }

            #LatestLevelsPanel {
                margin-left: 20px;
            }

            #ForumPanel .title {
                white-space:normal;
            }

            #footer {
                width: auto;
                position: relative;
                margin-top: 50px;
            }

            #medialinks img {
                width:45px;
                height: 45px;

            }

                 }

        @media screen and (min-width: 768px) and (max-width: 850px) {

            #ForumPanel .forum {
                display:none;
            }


        }
                

        /* mobile phones */
        @media screen and (max-width: 767px) and (orientation: landscape), (min-width: 480px) and (max-width: 767px) {
            /*@media (max-width: 400px) { */
            body, ForumPanel .title, .subinfopanel td {
                font-size: 14pt;
            }

            #logoimg {
                width: 280px;
            }
           

            .PanelHeaderText {
                font-size: 15pt;
            }

             #menuicon {
                width: 45px;
                margin-right: 5px;
                display:inline-block;
            }
                            
            #menuwrapper {
                display: none;
                //display:block;
                position:absolute;
                z-index:1;
                background-color:#0088ff;
                padding: 5px;
                width:95%;
                left:10px;

            }
            
            .menuItemHeader {
                padding-bottom:2px;
                display: block;
            }

            .menuItem {
                padding-bottom:4px;
            }

            #header {
                //height: 50px;
            }

            #maincontentwrapper {
                margin-top: 0px;
                text-align: center;
                float:none;
                display:block;
                //width:100%;
            }

            .infopanel {
                //display:block;
            }

           #GalleryPanel {
                //margin-top:10px;
                display:block;
            }

            #GalleryContent {
                //height:100%;
                padding: 1px;
            }

            #GalleryPanel iframe {
                width:95%;
                height:220px;  

            }

            #LatestLevelsPanel {
                //width: 98%;
                display: block;
                float:none;
                margin-left: 0px;
                margin-top: 10px;
            }

            #subcontentwrapper {
               // width: 98%;
                margin-top: 10px;
                display:block;
            }

            .subinfopanel {
                margin: 0px 0px 0px 0px;
            }

            #ForumPanel {
                margin-top: 0px;
            }

             #ForumPanel .title
                {
                    white-space: normal;
                }

            #LocalOutfittersPanel {
                margin-top: 10px;
            }

            #ForumPanel .forum {
                //display:none;
            }

            #container {
                width: 100%;
            }

            #footer {
                width: auto;
                position: relative;
                margin-top: 50px;
            }

            #medialinks img {
                margin-left: 10px;
                width: 45px;
                height: 45px;
            }

        }

        @media screen and (max-width: 480px) and (orientation: portrait) {
            /*@media (max-width: 400px) { */
            /*
            html {
                background: url(/images/bg/PopUpHoleSummer14_480.png) no-repeat center center fixed !important;
            }
                */
            body, #ForumPanel .title, .subinfopanel td {
                font-size: 14pt;
            }

            #logoimg {
                width: 260px;
            }

            #menuicon {
                width: 38px;
                margin-right: 2px;
                display:inline-block;
            }

            #menuwrapper {
                display: none;
                //display:block;
                position:absolute;
                z-index:1;
                background-color:#0088ff;
                padding: 5px;
                width:95%;
                
            }
            
            .menuItemHeader {
                padding-bottom:2px;
                display: block;
            }

            .menuItem {
                padding-bottom:4px;
            }
                        

            .PanelHeaderText {
                font-size: 15pt;
                
            }

            
            #header {
                height: 50px;
                
            }

            /*
            #maincontentwrapper {
                margin-top: 0px;
                text-align: center;
                
            }
            */
              #maincontentwrapper {
                margin-top: 0px;
                text-align: center;
                float:none;
                display:block;
                //width:100%;
            }

            .infopanel {
                display: block;
            }

            #GalleryPanel {
                width: 95%;
                //height:300px;
                display: block;
            }

            #GalleryContent {
                //height:100%;
                padding: 1px;
            }

            #GalleryPanel iframe {
                //width: 95%;
                width:95%;
                height:auto;  
            }

            #LatestLevelsPanel {
                //width: 98%;
                display: block;
                float: none;
                margin-left: auto;
                margin-top: 10px;
            }

            #subcontentwrapper {
                //width: 98%;
                display:block;
                margin-top: 10px;
            }

            .subinfopanel {
                margin: 0px 0px 0px 0px;
            }

            #ForumPanel {
                margin-top: 0px;
            }

                #ForumPanel .title
                {
                    white-space: normal;
                }
            #LocalOutfittersPanel {
                margin-top: 10px;
            }

            #ForumPanel .forum {
                display: none;
            }

            #container {
                width: 100%;
            }

            #footer {
                width: auto;
                position: relative;
                margin-top: 50px;
            }

            #medialinks img {
                margin-left: 10px;
                width: 40px;
                height: 40px;
            }

        }