﻿body
{
    background-color: Black;   
}


#home
{
   background-image: url("../assets/nav_buttons/images/home_state.png");
}

#home:hover
{
    background-image: url("../assets/nav_buttons/images/home_state.png");   
    cursor: default; 
}

.invisible
{
    visibility: hidden;   
}

.hidden
{
    display: none;
    visibility: hidden;   
}

/************************
   START OF GAME AREA
************************/

#content_container
{
      
}

#game_content_wrapper 
{
    /*background-image: url("../assets/game_banners/ace_banner.jpg");
    background-position: center;
    background-repeat: no-repeat;*/
    background-color: White;
    width: 885px;
    margin: 0 auto;
    height: 420px;
    position: relative;
}

#game_bg_banner
{
    background-image: url("../assets/game_banners/domo_banner_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color:Black;
    width: 100%;
    
    height: 802px;
    
    position: absolute;
    z-index: -3;   
    display: block;
    visibility: visible;
}

#game_bg_banner div
{
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -4;   
    background-image: url("../assets/game_banners/domo_banner_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;  
}

#game_banner 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 885px;
    height: 420px;
    z-index: 0;
    background-image: url("../assets/game_banners/domo_banner.jpg");
    
}

#game_banner div
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;   
    background-image: url("../assets/game_banners/domo_banner.jpg");
}



#game_text 
{
    top:90px;
    width: 100%;
    height: 100px;
    padding-left: 44px;
}

#game_text p 
{
    width: 306px;
    height: 100px;
    float: left;
    font-family: Arial;
    font-size: 14px;
    color: #efeeee;
    text-align: left;    
}

#game_buttons_wrapper
{
    top: 185px;
    height: 80px;
    padding: 0 27px;
}

.game_button
{
    width: 149px;
    height: 79px;
}

.scroll_arrow
{
    height: 79px;
    width:  25px;  
}

/************************
    END OF GAME AREA
************************/

/************************
   START OF NEWS AREA
************************/

#news_header 
{
   top: 225px;
   height: 35px;
   width: 885px;  
   z-index: 10; 
}

#news_header img 
{
   display: block;   
}

#news_title
{
   margin-left: 44px;
   float:left;
   width: 156px;
   height: 35px;
}

#more_news_button
{
   background-image: url("../assets/more_button.png");
   margin-right: 43px;
   float: right;
   width: 77px;
   height: 35px;    
}

#more_news_button:hover
{
   background-image: url("../assets/more_button_roll.png");    
}

#news_wrapper
{
    width: 885px;
    height: 309px;
    background-color: White;
    padding-top: 35px;
    overflow: hidden;
    
}

div.news_box.rel.open_story
{
    background-image: url("../assets/news_bg_homepage.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 885px;
    height: 217px;
}

/************************
   START OF NEWS TITLE
************************/

.news_title
{
    height: 24px;
    padding: 0 44px;
    background-image: url("../assets/newsbar.png");
}

.news_title:hover
{
    background-image: url("../assets/newsbar_roll.png");   
}

.news_title:last-of-type
{
    background-image: url("../assets/newsbar_bottom.png");   
}

.news_title:last-of-type:hover
{
    background-image: url("../assets/newsbar_bottom_roll.png");   
}

.news_box
{
    background-image: url("../assets/news_bg_homepage.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;   
}

.news_title h4
{
    width: 40%;
    float: left;
    
    font-family: Arial;
    font-weight: normal;
    font-size: 13px;
    vertical-align: middle;
    color: #d8dadb;  
    white-space: nowrap;
}

.news_title h4 img
{
    margin-right: 10px;
	position: relative;
	top:2px
}

.open_title h4
{
    color: #199bd6;   
}

.news_title h5
{
    width: 40%;
    float: right;
    font-size: 13px;
    font-weight: normal;
    font-family: Arial;
    color: #d8dadb;
    text-align: right;
    margin-top: 4px;
       
}

.open_title h5
{
    color: #505050;
       
}

/*.open_story div
{
    background-image: none;
}*/

.open_title
{
    background-image: none;
	top: 20px;
}

.open_title:hover
{
    background-image: none;
}

/************************
    END OF NEWS TITLE
************************/

/************************
  START OF NEWS SECTION
************************/

.news_section
{
    height:  193px; 
    padding: 0 44px;
    display: none;
    visibility: hidden;
}

.news_section *
{
    display: none;
    visibility: hidden;   
}

.open_story.news_section
{
    display:block;
    visibility:visible;
	top: 20px;
}

.open_story.news_section *
{
    display:block;
    visibility:visible;      
}


.news_section p
{
    width: 100%;
    height: 100px;
    float: left;  
    margin-top: 5px;
    
    font-size: 13px;
    font-family: Arial;
    color: #505050; 
}

.read_story_button
{
   
    position: absolute;
    width: 77px;
    height: 33px;   
    top: 130px;
    left: 765px;
    
}

#subagames_button
{
    width: 200px;
    height: 33px;
}

/*.news_section a
{
    width: 30%;
    height: 150px;
    float: right;
    margin-top: 20px;
    
    /*background-color: White;
    border: solid 1px #505050;   
}

.news_section a img
{
    width: 100%;
    height: 150px;


    
    background-color: White;
    border: solid 1px #505050;   
} */

/************************
   END OF NEWS SECTION
************************/


/************************
    END OF NEWS AREA
************************/