/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-16, 19:25 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:

        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background-color:#d7ecf4; color:#000}

a {color:#739D13;}
a:hover {color:#516F0D;}

h3.title {border-bottom:1px solid #D7ECF4; color:#3fa5cd;}
h2.title {border-bottom:1px solid #D7ECF4; color:#3fa5cd;}


/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {background-color:#FFF;}

#header {background-color:#9fcf00; color:#FFF;}
#header a {color:#FFF;}

#tray {background-color:#2f2f2f; color:#FFF;}
#tray a {color:#FFF;}
#tray li#tray-active a {color:#94c9e2;}

.nav a {border-top:1px solid #e5e5e5; background-color:#d0d0d0 !important; color:#000 !important;}
.nav #nav-active a {background-color:#9fcf00 !important; color:#FFF !important;}
.nav #nav-active ul li a {border-top:1px solid #525252; background-color:#2f2f2f !important; color:#F1FADD !important;}

#search {border-top:1px solid #f2f2f2; background-color:#d0d0d0;}
#search-input {background:#FFF;}
#search-submit {background:#2F2F2F; color:#FFF;}

#footer, #footer a {color:#3fa5cd;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#topstory-top, #topstory {background-color:#D7ECF4;}
#topstory-desc .info, #topstory-desc .info a, .article .article-desc .info, .article .article-desc .info a {color:#5F5F5F;}
#topstory-desc .info a:hover, .article .article-desc .info a:hover {color:#2F2F2F;}
#topstory-desc h2 a {color:#3087ad;}
#topstory-desc h2 a:hover {color:#256785;}
#topstory-list {border-top:1px solid #EBF4F8; background-color:#C2DFEC;}

.box-01-top, .box-01-top-b {background-color:#44A1CA; color:#FFF;}
.box-01-top-b .f-right {color:#D7ECF4;}
.box-01 .bg {border-top:1px solid #D7F199; border-bottom:1px solid #D7F199; background:#F1FADD;}

    .news dt {color:#739D13;}
    .news dd span {color:#5F5F5F;}

.box-02-top, .box-02-top-b {background-color:#D7ECF4; color:#44A1CA;}

    .mostreaded span {color:#5F5F5F;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.rss {color:#000;}

/* ----------------------------------------------------------------------------------------------------------
6) GameJumble custom
---------------------------------------------------------------------------------------------------------- */
#catlist{
	width:650px;
}
#catlist dl{
	width:630px;
	margin:0 auto;
	padding:10px;
	overflow:hidden;
}
#catlist .bg
{
border-top:1px solid #D7F199; border-bottom:1px solid #D7F199; background:#F1FADD;
}
#catlist dd{font-size:85%; line-height:1.6;overflow:auto}
#catlist dt strong{
	float:right;
	padding:0 0 0 20px;
}
#catlist dt img{
	float:left;
	margin:0 10px 0 0;
}
dd{height:1%}/* 3px jog*/

.gamebox span { padding:1px; }
.news-title { color:#FFF; }
.news-title:hover { color:#FFF; text-decoration:none; }

#tsearch {margin:40px;float:right; height: 22px;}
#tsearch-input, #id_name, #id_email, #id_body {background:#FFF; width:180px;border:0; height:22px;vertical-align:top;}
#tsearch-submit, #contact_submit, #reg_submit, #login_submit, #id_submit {background:#2F2F2F; color:#FFF;  width:60px; border:0;height:22px;}
#tsearch-input, #tsearch-submit {font-size:100%; font-family:"arial",sans-serif;}
#id_login_username, #id_login_password, #id_username, #id_password1, #id_password2, #id_name, #id_email, #id_body {height:22px; width:180px; border: 1px solid #D7ECF4; }
#id_body { height:200px; width:300px }
#id_login_username, #id_login_password { width:72px; }

.msg {padding:10px; padding-left:35px;}
.msg.warning {background:url("../design/ico-warning.gif") 10px 50% no-repeat;}
.msg.info {background:url("../design/ico-info.gif") 10px 50% no-repeat;}
.msg.done {background:url("../design/ico-done.gif") 10px 50% no-repeat;}
.msg.error {background:url("../design/ico-delete.gif") 10px 50% no-repeat;}

.msg.warning {border:2px solid #F2DD8C; background-color:#FFF5CC;}
.msg.warning a {color:#df0000;} .msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {color:#303030;}
.msg.info {border:2px solid #B8E2FB; background-color:#E8F6FF;}
.msg.done {border:2px solid #BBDF8D; background-color:#EAF7D9;}
.msg.error {border:2px solid #FFAEAE; background-color:#FEEBEB;}

/* pagination */

/*
 * Plugin Name: WP-Digg Style Paginator
 * Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
 * Author: Victor De la Rocha
 * Author URI: http://www.mis-algoritmos.com
 * */
/*Scott*/
div.pagination {
    padding:3px;
    margin:3px;
    text-align:center;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #ddd;
    
    text-decoration: none; 
    color: #88AF3F;
}
div.pagination a:hover, div.pagination a:active {
    border:1px solid #85BD1E;
    color: #638425;
    background-color: #F1FFD6;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #B2E05D;
    font-weight: bold;
    background-color: #B2E05D;
    color: #FFF;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    border: 1px solid #f3f3f3;
    color: #ccc;
}

.ad-game-top
{
width:470px;margin-left:auto;margin-right:auto;
}
#game-area
{
width:660px;
text-align:center;
}
.addthis_button { padding-left:60px; }

#toolbar { border: 1px solid #D7ECF4; padding:10px; margin:5px 0 5px 0; }
#toolbar span { padding-right:20px; } 
#toolbar img { border:none; vertical-align: middle; margin-right:3px; } 
#id_comment { border: 1px solid #D7ECF4; }
#id_submit { width: 100px; }
#comment_form { margin-top:20px; }
#member_panel { clear:none; }
#member_panel span { padding-right: 20px; }

