/************************************************
+   Wannaplay.com
+   Last Edited: 10.26.06
+   Written By: Michael Cabarus
+   Copyright 2006: Consulting Matters, Inc.
************************************************/

/************************************************
GENERIC  HTML                               [001]

    NOTE: These HTML tags are universally 
    utilazed through every page of the site.
************************************************/

body {
    margin: 0 auto;
    text-align: center;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    background: url(../img/bg.jpg) repeat-y center;     
}

a {
    color: #0066FF;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a.active {
    text-decoration: underline;
}

h1 {
    font:700 11px verdana, sans-serif;
    text-transform:uppercase;
    margin:0 auto;
}

hr {
    color:#000;
    background-color:#000;
    height:2px;
    border:0;
    clear: both;
}

hr.two {
    color:#ccc;
    background-color:#ccc;
    width: 90%;
}

hr.three {
    color:#ccc;
    background-color:#ccc;
}

input,
select,
textarea {
    border: thin solid #000;
    font: 700 10px Verdana, Arial, Helvetica, sans-serif;
    padding: 2;
    color: #fff;
    background: #666;
}

input:hover,
select:hover,
textarea:hover {
    border: thin solid #000;
    color: #666;
    background: #fff;
}

input,
select {
    width:75%;
    margin-top: 10;
}

/************************************************
WINDOW  MODULE                              [002]

    NOTE: This is the window that surrounds the 
    entire contents of the page except for the 
    page's body background.
************************************************/

#window {
    margin: 0 auto;
    padding: 0;
    text-align: left; 
    width: 800px; 
}

/************************************************
HEADER MODULE                               [003]

    NOTE: The header module has the logo, main
    menu, slogan, and name. Which is on every
    site. 
************************************************/

#header {
    width: 800px;
    height: 100px;
    background: url(../img/header.jpg) no-repeat 0 0;
    text-align: right;
    color: #fff;
}

#header a {
    color: #fff;
}

#header h1 {
    padding: 10px;
}

a.logo {
    float: left;
    width: 100px;
    height: 100px;
    border: 0;
    background: url(../img/logo.jpg) no-repeat 0 0; 
}

a.logo:hover {
    background-position: -100 0;
}

/************************************************
LEFT COLUMN MODULE                          [004]

    NOTE: This is the left column module
************************************************/

#lc {
    margin: 5px;
    float: left;
    width: 480px;
}

/************************************************
RIGHT COLUMN MODULE                         [005]

    NOTE: This is the right column module
************************************************/

#rc {
    margin: 5px;
    float: left;
    width: 300px;
}

/************************************************
GAME STATISTICS MODULE                      [006]

    NOTE:   BOX IMAGE
            DESCRIPTION
            EDITOR'S REVIEW RATING
            DEVELOPER
            RELEASE DATE
            GENRE
            PLAYERS
************************************************/

#game-stats {
    float: left;
    width: 480px;
}

#game-stats img {
    float: left;
    margin: 0 10 10 0;
}

span.game-stats {
    width: 100%;
    float: left;
}

#rr /* review rating is "rr" */ {
    padding-top: 5;
    float: right;
    margin-left: 10px;
    width: 70px;
    height: 60px;
    background: url(../img/tab.jpg) repeat-x bottom;
    border: 2px solid #000;
    text-align: center;
    color: #000;        
}

#rr h1 a {
    font-size: 28px;
    color: #000;
}

#rr h1 a:hover {
    text-decoration: none;
}

span.game-stats /* middle column of game stats module */ {
    margin-bottom: 10;
    width: 230px;
    float: left;
} 

/************************************************
SEARCH MODULE                               [007]

    NOTE: Search Module is always on the right,
    when search is submitted, the module expands
************************************************/

input.search {
    width: 95%;
}

#search {
    width: 50px;
}

select.browse {
    float: left;
    clear: right;
    width: 135px;
    margin-left: 5;
}

select.narrow {
    float: left;
    clear: left;
    width: 130px;
}

/************************************************
BUY MODULE                                  [008]

    NOTE: If the featured game is commercial, we
    will have a direct link to a store where the 
    user may purchase the item.
************************************************/

#store img {
    float: right;
    border: 0;
}

#store h1 {
    width: 90px;
    float: left;
    margin: 10 0;
    font-size: 12px;
}

#store input {
    float: left;
    margin-left: 30;
    width: 80;
    color: #0066FF;
    background: #fff;
    border: 1px solid #0066FF; 
}

#store input:hover {
    background: yellow;
}

/************************************************
GAME TAB MODULE                             [009]

    NOTE: A very complex module that has tabs
************************************************/

#tabs {
    border: 1px solid #000;
    position: relative;
    float: left;
    margin: -45 10 0 10;
    padding: 7px;
    color: #000;
    background: url(../img/tab.jpg) repeat-x bottom;
}

#tabs a:hover {
    cursor: pointer;    
}

#tabs a.active {
    text-decoration: underline;
    color: #000;    
}

/************************************************
FEATURE MODULE                              [010]

    NOTE: This module is located in the homepage
    and shows what's the latest greatest right 
    now!
************************************************/

#feature {
    position: relative;
    margin: -100 0 0 0;
    width: 455;
    height: 90;
    color: #fff;
    font-size: 12px;
    padding: 5 5 5 20 ;    
}

#feature h1 {
    margin: 0 -15;
    font-size: 14px;    
}

#feature ul {
    margin-left: 360;    
}

#feature span {
    position: absolute;
    top: -250;
    width: 100%;
    height: 30;
    font-weight: bold;
}

/************************************************
HEADLINE MODULE                             [011]

    NOTE: This is a general headline format
************************************************/

#headline {
    width: 100%;
}

#headline img {
    border: 2px solid #000;
}

/************************************************
TOP TEN MODULE                             [012]

    NOTE: This is a general headline format
************************************************/

#topten span {
    float: left;
    vertical-align: middle;
    margin: 5 5 0 0;
    font: 700 16px Verdana; 
}

#topten img {
    border: 2px solid #000;
}

#topten hr {
    color:#ccc;
    background-color:#ccc;
}

#topten h2 {
    float: right;
    margin: 5;
}

/************************************************
img MODULE                               [013]

    NOTE: Image tab's format
************************************************/

#gallery {
    text-align: center;
    width: 100%;
}

#gallery img {
    margin: 10px;
    border: 2px solid #000;
}

/************************************************
DOWNLOAD MODULE                             [014]

    NOTE: A complex style sheet for this module
************************************************/

#download {
    width: 340px;
    float: left;
}

#dl {
    width:70px;
    float: left;
    text-align: center;

}

a.downicon {
    float: left;
    margin-left: 10;
    border: 0;
    width: 50px;
    height: 50px;
    background: url(../img/download.gif) no-repeat 0 0;
}

a.downicon:hover {
    background-position: -50 0;        
}

/************************************************
CONTACT MODULE                              [015]

    NOTE: This is the window that surrounds the 
    entire contents of the page except for the 
    page's body background.
************************************************/

#contact input, #contact select {
    width: 30%;
}

#contact select {
    margin-bottom: 10px;
}

/************************************************
ARTICLE MODULE                              [015]

    NOTE: What the articles look like
************************************************/

#articles {
    padding: 5px;
    width: 100%;
}

#articles h1 {
    font-size: 16px;
}

#article_date {
    font-style: italic;
    font-size: 11px;
}

/************************************************
MIDDLE AD                                  [AD01]

    NOTE: This ad size is 800x100 with a black BG
************************************************/

#middle-ad {
    margin: 0 auto;
    text-align: center;
    width: 800px;
    height: 100px;
    background: #000;
    clear: both;
}

#middle-ad img {
    padding: 5 0;
}

/************************************************
FOOTER                                      [A01]

    NOTE: It's the footer!
************************************************/

#footer {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
}

/************************************************
GENERAL                                     [A02]

    NOTE: Anything that can be generally applied
    with other elements, which is a different
    type of nesting that isn't already being put
    at use.
************************************************/

.left,
#left {
    float: left;
}

.right {
    float: right;
}

#right {
    text-align: right;
}

#center,
.center {
    text-align: center;
}

#date {
    font-style: italic;
    font-size: 9px;
}

.hand,
#hand {
    cursor: pointer;
}

img.thumb-left {
    float: left;
    margin: 5px 5px 5px 0;
    border: 2px solid #000;
}

img.thumb-right {
    float: right;
    margin: 5px 0 5px 5px;
    border: 2px solid #000;
}

.icon {
    width: 60px;
    height: 60px;
}
