﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,img,
form,fieldset,input,textarea,p,blockquote,table, th,td 
{
    padding: 0;
    margin: 0 auto;
    border: 0;
}

a 
{
    background-position: center;
    background-repeat: no-repeat;
	color: #13A4D3;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

html, body
{
    height:100%;
    width:100%;
    font-family:Arial;
    margin:0px ;
    padding: 0px;
}

body
{
	background-color: Black;
}

.hidden
{
    display: none;
    visibility: hidden;   
}

.padmargin
{
    margin:0px;
    padding:0px;
}

#mainwrapper
{
    min-height:100%;
    min-width: 1024px;
    /*
        @TODO: Come up with a smart min-width and add to any other elements that need it
    */
    height: auto !important;
    overflow:hidden;
    
}
.mainNav
{
    width:100%;
    height:121px;
}

.rel
{
    position:relative;
}
.abs
{
    position:absolute;
}

.paddwidth
{
    width:100px;
}
.paddheight
{
    height:50px;
}
.inline
{
    display:inline;
}

.hover
{
    cursor: pointer;
    border:0;
}

/************************
    Start OF HEADER
************************/

#Navigation
{
    
    height:106px;
    background-image: url("../assets/header_bg.png");
    background-position: top;
    background-repeat:repeat-x;
}

#wickedlogo 
{
    width: 55%;
    min-width: 870px;
    margin: 0 auto;
    height: 90px; 
    
}

#wickedlogo a
{
    padding: 20px 0;
    background-image: url("../assets/wicked_logo_header2.png");
    display:block;
    width: 263px;
    height: 50px;
    z-index: 5;
}

div#menuStrip
{
    text-align: right;
    position: relative;
	margin: 0 auto;
	width:100%;
	height: 35px;
	top: -4px;
	background-image: url("../assets/gray_navbar2_repeat.png");
	background-repeat: repeat-x;
    background-position: top;
    background-color: #787878;
    z-index: 4;


}

div#menuButtonsWrap 
{
    width: 920px;
    height: 35px;
    margin: 0 auto;
    background-image: url("../assets/gray_navbar2_blur.png"), url("../assets/gray_navbar2_bottom_blur.png");
    background-repeat:no-repeat;
    background-position: top, bottom;
}

div#menuButtonsWrap a 
{
   height:35px;
   background-repeat: no-repeat;   
}

#menuButtonsWrap .nav_divider 
{
    margin-right: 1px;
    margin-left: 1px;   
    margin-top: 6px;
}

.menuitem 
{   
    height: 23px;
    background-position: center;
    text-decoration:none;
    float:right;
    display: block;
}

#home
{ 
    width:84px;
    background-image: url("../assets/nav_buttons/images/home.png");
}

#home:hover 
{
    background-image: url("../assets/nav_buttons/images/home_roll.png");
}

#news
{
    width:80px;
    background-image: url("../assets/nav_buttons/images/news.png");
}

#news:hover
{
    background-image: url("../assets/nav_buttons/images/news_roll.png");   
}

#aboutUs
{
    width:100px;
    background-image: url("../assets/nav_buttons/images/about.png");
}

#aboutUs:hover
{
    background-image: url("../assets/nav_buttons/images/about_roll.png");
}

#careers
{
    width:90px;
    background-image: url("../assets/nav_buttons/images/careers.png");
}

#careers:hover
{
    background-image: url("../assets/nav_buttons/images/careers_roll.png");   
}

#contactUs
{
    width:110px;
    background-image: url("../assets/nav_buttons/images/contact.png");
}

#contactUs:hover
{
    background-image: url("../assets/nav_buttons/images/contact_roll.png");   
}

/************************
    END OF HEADER
************************/

/************************
    START OF CONTENT
************************/

#content_container 
{
    margin: 9px 0 0 0;
    width: 100%;
    height: 802px;
    
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#game_bg_banner
{
    display:none;
    visibility: hidden;   
}

#game_bg_banner img
{
    display: none;
    visibility: hidden;   
}

#translucent_content_backing 
{
    width: 100%;
    min-width: 935px;
    height: 770px;
    background-image: url("../assets/content_frame.png");
    background-position: center;
    background-repeat: no-repeat; 
       
}

#content
{
    width: 50.0%;
    /*
        @TODO: Finalize this width, not good atm
    */
    min-width: 935px;
    height: 770px;
    margin:0px auto;
    
}

#inner_content_bg
{
    background-color: White;
    background-image: url("../assets/bg/bg_blue_content.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 885px;
    height: 740px;
}

/************************
    END OF CONTENT
************************/

/************************
    START OF FOOTER
************************/

.footer
{
    clear:both;
    top: -15px;
    min-height:104px;
    width:100%;
    background-color: #000;
    color: #8c8b8b;
    font-size: 12px; 
}


.copy
{
    position:relative;
    top:0px;
    text-align:center;
}

.copy a:link,
.copy a:visited,
.copy a:hover,
.copy a:active
{
    color: #8c8b8b;
    text-decoration: none;
}

.miniLogo
{
    position:relative;
    top:18px;
    
}

.medgrey
{
    color: #666666; 
}

/************************
    END OF FOOTER
************************/

.push
{
    height:104px;
    clear:both;
}

.fontblue
{
    color: #117ead;
}

.nav_divider 
{
    margin-left: 1em;
    margin-right: -1em;
}

.center
{
    margin-left:auto;
    margin-right:auto;
}

.rightbar
{
    width:100%;
}

.block
{
    display:block;
}
.none
{
    display:none;
}

img
{
    border:0px;
}