﻿/*-------------------------------------------------
STYLESHEET FOR STEAM ACHIEVEMENTS WEBSITE VERSION 2
-------------------------------------------------*/


body 
{
    color: #000000;
    background-color: #ffffff;
    margin: 0;
    background-image: url('../images/bodybackground.gif');
    background-position: top;
    background-repeat: repeat-x;
}

    /* common attributes */
    
    img 
    {   
        border: 0;
    }
    
    
    h2  
    {
        background-color: #e5e5e5;
        color: #ffffff;
        margin-bottom: 0;
        margin-top: 40px;
        margin-left: 20px;
        padding-left: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-right: 540px;
    }
    
    
    h1#pagetitle    
    {
        margin-top: 50px;
        color: #3c4437
    }
    
    
    p a   
    {
        color: #3c4437;
        text-decoration: none;
        border-bottom: 1px dashed #3c4437
    }
    
    
    
    

    /* whole page area */
    
    div#wholepage   
    {   
        width: 960px;
        margin: auto;
        margin-top: 42px;
        background-image: url('../images/wholepagebackground.gif');
        background-position: top center;
        background-repeat: no-repeat;
    }
    
        /* logo positioning */
        
        #logo   
        {   
            margin-top: 160px;
        }
        
        /* logo positioning for device page */
        
        #logodevicepage
        {
            margin-top: 120px;
        }
        
        
        
        /* windows phone image positioning */
        
        #wp7pic 
        {   
            margin-top: 60px;
            margin-left: 400px;
            display: block;
            width: 226px;
            position: absolute;
            z-index: 200;
            
        }
        
        
        /* iphone image positioning */
        
        #iphonepic 
        {   
            margin-top: 60px;
            margin-left: 650px;
            display: block;
            position: absolute;
            z-index: 200;
            
        }
        
        
        /* pic overlay ornamental graphic */
        
        #picoverlay 
        {   
            position: absolute; 
            margin-left: -30px;
        }
        
        
        /* intro text */
        
        #intro  
        {
            width: 400px;
            margin-top: 50px;
        }
        
         #intro em  
         {
             color: #2f372a
         }
        
        
        /* home page heading */
        
        #homehead   
        {   
            float: right;
            margin-right: 140px;
            margin-top: 510px;
        }
        
        
        /* link list */
        
        #links  
        {   
            list-style: none;
            margin-left: 0;
            padding-left: 0;
            margin-top: 30px;
        }
        
            #links li   
            {
                margin-bottom: 10px;
            }
        
        
        /* features list */
        
        #features   
        {   
            float: right;
            margin-top: -250px;
            list-style: none;
            margin-right: 100px;
            color: #666a4a
        }
        
            #features li    
            {
                margin-bottom: 10px;
                padding-left: 20px;
                background-image: url('../images/homelistbullets.gif');
                background-position: left;
                background-repeat: no-repeat;
            }
        
        
        /* download link on phone pages */
        
        #downloadlink   
        {
            position: absolute;
            margin-left: 500px;
            margin-top: -160px;
        }
        
        
       
    /* footer */
    
    #footer 
    {
        background-color: #e7e7e7;
        height: 22em;
        margin-top: 50px;
        background-image: url('../images/footerbg.gif');
        background-position: top;
        background-repeat: repeat-x;
        padding-top: 30px;
        clear: both
    }
    
        #footer div 
        {
            width: 960px;
            margin: auto;
            background-image: url('../images/footericons.gif');
            background-position: bottom right;
            background-repeat: no-repeat;
        }
    
            #footer ul  
            {
                list-style: none;
                margin-left: 20px;
                padding-left: 0;
                width: 300px;
                margin-bottom: 30px;
            }
            
                #footer ul li   
                {
                    margin-bottom: 5px;
                    padding-bottom: 3px;
                    border-bottom: 1px solid #d8d8d8
                }
            
                    #footer ul li a 
                    {   
                        color: #999999;
                        font-weight: bold;
                        text-decoration: none
                    }
                    
                    #footer ul li a:hover   
                    {   
                        color: #333333
                    }
        
            #footer p   
            {
                color: #999999
            }
            
                #footer p#email 
                {
                    margin-bottom: 20px;
                    padding-left: 22px;
                    background-image: url('../images/email.gif');
                    background-position: left;
                    background-repeat: no-repeat;
                }
            
                    #footer p#email a 
                    {
                        color: #999999;
                        border-bottom: 1px dashed #999999
                    }
                
                    #footer p#email a:hover 
                    {
                        color: #333333
                    }
            
            
            
            
            
            
    /*--------------------
    UNIQUE TO DEVICE PAGES
    --------------------*/     
    
    
    #wp7title   
    {
        position: absolute;
        margin-left: -240px;
        margin-top: 260px;
        display: inline
    }   
    
    #bodytext   
    {
        width: 400px;
        margin-top: 80px;
        margin-left: 30px;
    }  
    
    .topscreens 
    {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        float: right;
        margin-top: 60px;
        padding-top: 20px;
        margin-right: 50px;
        background-image: url('../images/wp7icon.png');
        background-position: top right;
        background-repeat: no-repeat;
    } 
    
    .iphone 
    {
        background-image: url('../images/iphonicon.png');
    } 
    
        .topscreens li  
        {
            float: left
        }
        
        .topscreens li#topscreen2   
        {
            margin-left: -50px;
            margin-top: 40px;
        }
        
        .topscreens li#topscreen3   
        {
            margin-left: -50px;
            margin-top: 80px;
        }
        
    
    
    
    
    /* version & bug fix list */
    
    
    #versions   
    {
        width: 400px;
    }
    
        #versions dt    
            {
                margin-top: 15px;
                margin-bottom: 5px;
            }
            
            #versions dd    
            {
               background-color: #edecd4;
               padding-left: 15px;
               padding-top: 5px;
               padding-right: 10px;
               padding-bottom: 5px;
            }
            
            #versions a 
            {
                color: #3c4437;
                text-decoration: none;
                border-bottom: 1px dashed #3c4437
            }
        
    
    
    
    
    
    /*-------------------------
    SCREENSHOT GALLERY
    -------------------------*/
    
    
    #surround   
    {
        float: left;
        margin-bottom: 40px;
        margin-top: 10px;
        width: 960px;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        overflow: hidden
    }
    
    
    #screenshotgallery  
    {
        /*background-image: url('../images/gallerybg.jpg');
        background-position: center;
        background-repeat: no-repeat*/
        float: left;
        width: 860px;
        padding-left: 0;
        text-align: center;
        overflow: hidden;
        margin-left: 35px;
        margin-right: 65px;
        position: relative;
    }
    
        #screenshotgallery ul   
        {
            list-style: none;
            float: left;
            margin-left: 0;
            width: 1240px;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            padding-bottom: 0;
            background-image: url('../images/screenshotgalleryarrows.gif');
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 60px;
        }
        
            #screenshotgallery ul li    
            {
                float: left;
                margin-right: 20px;
            }
            
            #screenshotgallery ul li.iphonescreenshot    
            {
                float: left;
                margin-right: 60px;
            }
            
                #screenshotgallery ul li img    
                {
                    width: 170px;
                    height: 283px;
                }
                
                #screenshotgallery ul li.iphonescreenshot img    
                {
                    width: 149px;
                }
      
      
      
      /*---------------------------------
        FAQS PAGE
        -------------------------------*/
        
        
        #faqslist   
        {
            width: 400px;
            
        }
        
            #faqslist dt    
            {
                margin-top: 15px;
                margin-bottom: 5px;
            }
            
            #faqslist dd    
            {
               background-color: #edecd4;
               padding-left: 15px;
               padding-top: 1px;
               padding-right: 10px;
               padding-bottom: 5px;
            }
            
            #faqslist a 
            {
                color: #3c4437;
                text-decoration: none;
                border-bottom: 1px dashed #3c4437
            }
        
        
        
        
        /*---------------------------------
        STEAM INFO PAGE 
        -------------------------------*/
        
        .signin 
        {
            width: 400px;
            margin-left: 0;
            padding-left: 0
        }
        
            .signin h2  
            {
                margin-right: 0;
            }
            
            .signin a   
            {
                color: #3c4437;
                text-decoration: none;
                border-bottom: 1px dashed #3c4437
            }
            
            .signin ul  
            {
                margin-left: 0;
                padding-left: 0;
                margin-top: 20px;
            }
            
                .signin ul li   
                {
                    margin-top: 10px;
                }
        
