/*
 * 
 * 
 * Table of Contents
 * 
 * Universe
 * Header
 * 
 * 
 */



/*
 * Universe
 */
 body {background: url(/images/layout/bg.jpg) no-repeat top center #010101;
 

font-family: Helvetica, Arial, sans-serif;
font-size: 11px;

font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.6em;
color: #787777;

 
 
 
 }


a {color:#9d0f41; text-decoration:none;}
a:hover {color:#116aac;}
 
 .globallist {margin-left:30px; list-style:url(/images/icons/bullet_pink.png); margin-bottom:10px;}
 .clear {clear:both;}
 
 
 
 #container {margin:0 auto; width:900px;}
 /*
  * Header
  */
 
 #logo {width:455px; height:55px; background: url(/images/layout/logo.jpg) no-repeat; float:left; display:inline; margin-top:40px; margin-left:226px;}
 
#blueomega {width:212px; height:106px; background: url(/images/layout/blueomega.jpg) no-repeat; float:right; display:inline;}
 
#adspace {width:900px; height:115px; }



 /*
  * Nav Buttons
  */
 
 #navcontain { width:900px; height: 60px; }

#homenav, #gamenav, #communitynav, #blognav, #contactnav {float:left; display:inline; height:27px; cursor:pointer; margin-top:15px;}

#homenav:hover, #gamenav:hover, #communitynav:hover, #blognav:hover, #contactnav:hover {background-position: 0 -27px;}

#homenav {background:url(/images/nav/home.png) no-repeat; width:60px;margin-left:111px;}
#gamenav {background:url(/images/nav/game.png) no-repeat;width:60px;margin-left:98px;}
#communitynav {background:url(/images/nav/community.png) no-repeat;width:120px;margin-left:87px;}
#blognav {background:url(/images/nav/blog.png) no-repeat;width:60px;margin-left:80px;}
#contactnav {background:url(/images/nav/contact.png) no-repeat;width:90px;margin-left:80px;}


 /*
  * Content Holders
  */
 
 #contentholder {background:white; width:865px; margin: 0 auto;  }
 #homebanner {background:url(/images/layout/homebanner.jpg) no-repeat; width:865px; height:286px; }
 #playnow {background:url(/images/layout/playnow.png) no-repeat; cursor:pointer; width:204px; height:86px; float:right; display:inline;margin-top:150px; margin-right:140px;}
#playnow:hover {background-position: 0 -102px;}
 
 #contentleft {width:524px; padding:20px; float:left; }
 #contentright {width:261px; padding:20px; float:left; }
 
 #gamehold {width:640px; height:480px; padding:96px 113px; background:url(/images/layout/gamehold.jpg) no-repeat;  }
 
 
 /*
  * Contact Us
  */
 


/*
 * Misc
 */


 
 
 /*blog
  * 
  * 
  */
 
 
 .blogthumb {background:url(/images/blog/thumb.png) no-repeat; width:77px; height:77px; float:left; display:inline;}
 .blogtitle {width:400px; font-weight:bold; float:left; margin-top:18px;}
 .blogmeta {width:400px; color:#969595; float:left; margin-top:5px;}
 .blogimage {width:50px; height:50px; padding:1px; border:1px solid #7c7c7c; margin:11px 0px 0px 11px;}
 
