﻿
*
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html, body, form
{
    height: 100%;
}

body
{
    margin: 0px;
    padding: 0px;
    background: #fff url('/gfx/main-bg.gif') no-repeat center bottom;
    background-attachment: fixed;
    text-align: center;
    line-height: 20px;
    font-size: 13px;    
}

body, input, select, textarea, td
{
    font-family: Georgia, Helvetica, Arial;
}

#globalOuter
{
    background: url('/gfx/header-bg.jpg') no-repeat center top;
    height: 131px;
}

#globalWrapper
{
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

    #globalHeader
    {
        height: 131px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px;
        overflow: hidden;
    }
        #globalHeaderFlash
        {
            /*width: 300px;
            height: 160px;*/
            position: absolute;
            z-index: 1000;
            overflow: hidden;
        }    
        #globalHeader .home
        {
            margin: 0 auto;
            text-align: center;
            display: block;
            width: 158px;
            height: 131px;
            background: url('/gfx/top-logo.jpg') no-repeat;
        }
            #globalHeader .home span
            {
                display: none;
            }

    #globalMiddle
    {
        width: 100%;
        overflow: hidden;
    }
      
        #globalMainNav
        {
            float: left;
            list-style-type: none;
            padding: 0;
            margin: 0;
            width: 120px;
        }
            #globalMainNav li
            {
                display: inline;
                margin: 0;
                text-align: right;
            }    
            #globalMainNav li a
            {
                display: block;
                color: #a9a9a9;
                padding: 0px 0px 12px 0px;
                font-weight: bold;
                text-decoration: none;
                text-transform: uppercase;
                font-family: Rockwell, Helvetica, Arial;
                font-size: 14px;
                text-align: right;
            }      
                #globalMainNav li a:hover
                {
                    color: #585858;
                }           
                #globalMainNav li a.selected
                {
                    color: #a00000;
                }                                 
    
    #blogList
    {
    }
    
    #listTop
    {
        padding: 0 0 10px 0;
    }    
    
    #blogPaging
    {
        padding-top: 10px;
    }
        #blogPaging .newer
        {
            float: left;
        }
        #blogPaging .older
        {
            float: right;
        }        
    
    #listCategories
    {
        padding: 25px 0 0 0;
        margin: 10px 0 0 0;
        font-family: Rockwell, Helvetica, Arial;
        background: url('/gfx/sep1.gif') repeat-x top left;     
        font-weight: bold;
    }    
        #listCategories a
        {
            text-decoration: none;
            text-transform: uppercase;
            color: #a9a9a9;
            margin-right: 10px;
        }
        #listCategories a:hover
        {
            color: #585858;
        }        
    

    #radioPlayer
    {
        margin-top: 15px;
    }
            
    #globalFooter
    {
        margin: 10px 0 10px 0;
        padding-bottom: 10px;
    }        
        #globalContactInfo
        {
            background: url('/gfx/sep1.gif') repeat-x top left;   
            text-align: center;
            font-size: 11px;
            line-height: 20px;
            margin-left: 180px;
            padding-top: 15px;
        }
            #globalContactInfo a
            {        
                text-decoration: none;
            }
            #globalContactInfo a:hover
            {        
                text-decoration: underline;
            }              
            #globalContactInfo .pres
            {
                display: block;
                margin: 10px 0 10px 0;
            }
                #globalContactInfo .pres a
                {
                    text-decoration: underline;
                }            
      