/* --------------------------------------------------------
    Home stylesheet
    Website: Gamesalon
    Created by: Guillaume - guillaume at tearsfromthesky.com
    Filename: css/home.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    Content - Home
   -------------------------------------------------------- */
/*
    div#content_main p.register_login { font-size: 16px; margin-bottom: 25px; line-height: 1.5em; }
    div#content_main h2.featured_download, div#content_main h2.featured_online { font-size: 31px; font-weight: bold; padding-left: 25px; line-height: 1em; }
    div#content_main h2.featured_download { background: url("../images/icon_featured_download.gif") no-repeat top left; color: #760064; }
    div#content_main h2.featured_online { background: url("../images/icon_featured_online.gif") no-repeat; color: #0f54aa; }

    div#content_main h2 { font-size: 28px; font-weight: normal; color: #d107b1; margin-bottom: 15px; }
    div#content_main h3 { color: #760064; font-size: 19px; font-weight: normal; margin-bottom: 10px; padding: 0px; }

    div.content_half_left { width: 270px; float: left; padding-right: 19px; border-right: 1px solid #d7d7d7; }
    div.content_half_right { width: 300px; float: right; }

    div.more_featured_game { float: left; width: 80px; height: 125px; margin-right: 15px; }
    div.more_featured_game img { border: 1px solid #d7d7d7; margin-bottom: 3px; }
    div.more_featured_game p { text-align: center; line-height: 1.2em; font-size: 12px; }
*/
    div.home_choose_category { margin-bottom: 15px; }
    div.home_choose_category form { padding: 7px; background-color: #efd7eb; }
    div.home_choose_category select { border: 1px solid #7f9db9; width: 287px;}
    div.home_choose_category select option { width: 265px;  padding: 1px 10px;}
    div.home_choose_category select option.genrename{ font-weight: bold; margin-top: 10px; }

    /* Fix colors for online games part */
    div#f_online a { color: #237ae6; }
    div#f_online h3, div#f_online h3 a { color: #0f54aa; }
    div#f_online div.home_choose_category form { background-color: #caddf5; }

    div#home_deluxe_month { background: url("../images/home_deluxe_bg.jpg") no-repeat; height: 356px; }
    div#home_deluxe_month div#home_deluxe_inner { padding: 10px 23px 10px 15px; }
    div#home_deluxe_month h3, div#home_deluxe_month p, div#home_deluxe_month a { color: #fff; }
    div#home_deluxe_month h3 { background: url("../images/icon_deluxe_no1.gif") no-repeat; padding: 10px 0 18px 70px; margin: 0; }
    div#home_deluxe_month div.deluxe_image { margin-bottom: 6px; }
