/*
Theme Name: bitpop: Tupinigames
Theme URI: http://www.tupinigames.com.br/

Author: Mauri Helme
Author URI: http://www.maurihelme.com.br
Version: 1.0
*/

/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
    margin:0;
    padding:0;
    background:#FFFFFF url(images/fundo.png) center;
    text-align:center;
}
a{
    color:#990000;
    text-decoration:none;
}
    a:hover{
        color:#990000;
        text-decoration:none;
    }

/* ----- IDS ----- */

#container{
    width:760px;
    margin:10px auto;
    padding:0;
    text-align:left;
}

/* ----- HEADER ----- */

#logo{
    margin:0;
    padding:0;
}

#logo #box{
    float:left;
    clear:none;
    height:100px;
    width:760px;
    margin:0;
	cursor:pointer;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
    color:#333333;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:25px;
    line-height:40px;
}
#logo p{
    float:left;
    clear:none;
    height:40px;
    width:250px;
    margin:0;
    padding:0 0 0 5px;
    color:#394E06;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:12px;
    text-indent:2px;
    line-height:43px;
}

.subContainer, #navigation ul{
    width:760px;
    margin:0 auto;    
}
#header{
    text-align:left;
    margin:0;
    height:100px;
    background:#EEEEEE;
	background-image:url(images/logo_fundo.png);
	background-position:center;
}
#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#EEEEEE;
}

/* ----- NAVIGATION ----- */

#navigation{
    margin:0;
    padding:0;
    background:#999999;
	background-image:url(images/menu_fundoa.png);
    height:30px;
    list-style:none;
}
    #navigation li{
        float:left;
        clear:none;
        list-style:none;
    }
    #navigation li a{
        color:#fff;
        display:block;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
        padding:8px 12px;
    }
    #navigation li a:hover{
        color:#fff;
        background:#666666;
		background-image:url(images/menu_fundob.png);
    }
    #active a{
		background-image:url(images/menu_fundob.png);
    }

/* ----- HEADINGS ----- */

h1{
    font-size:20px;
    margin-top:10px;
    margin-bottom:10px;
	padding-bottom:5px;
    font-weight:bold;
}
h2{
    font-size:16px;
    margin-top:10px;
    margin-bottom:10px;
	padding-bottom:5px;
    font-weight:bold;
	border-bottom:solid 2px #999999;
}
h2 a:hover{
	color:#FFFFFF;
	background-color:#990000;
}
h3{
    font-size:11px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}

/* ----- PARAGRAPHS ----- */

p{
    color:#333333;
	text-align:justify;
    font-size:12px;
	margin-bottom:15px;
}
#primaryContent ul{
    padding-left:15px;
    color:#999999;
	text-align:justify;
    font-size:12px;
    margin:15px 0;
    list-style:none; 
}
#primaryContent li{    
    padding-left:15px;
    color:#999999;
	text-align:justify;
    font-size:12px;
    margin-bottom:10px;
	margin-left:15px;
    list-style:none;
    background:url(images/li_quadrado.png) left top no-repeat;
}
#secondaryContent p{
    
}

/* ----- FORMS ----- */
input[type="text"]{
    background-color: #FFFFFF;
    color: #333333;
    border: 1px solid #666666;
    font-size: 12px;
    height:20px;
    margin-top: 5px;
    padding:0px;
    width:178px;
}
input[type="submit"]{

	background-image:url(images/botao_fundo.png);
    line-height:11px;
    color: #333333;
    border: 1px solid #666666;
    font-size: 12px;
    height:25px;
    margin-top: 5px;
	width:180px;
}
textarea{
    background-color: #FFFFFF;
    color: #333333;
    border: 1px solid #666666;
    font-size: 12px;
    margin-top: 5px;
    padding: 3px;
    width:400px; 
}
select{
    width:180px;
	margin-top:5px;
}
form p{
    padding:2px 0;
}

/* ----- IMAGES ----- */

img{
    border: solid 0px #CCCCCC;
	padding: 0px;
	background-color:#FFFFFF;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}


/* ----- COPIADO DO TEMA DEFAULT ----- */


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* Begin Calendar */

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
	}

#wp-calendar th {
	font-size: 10px;
	font-weight:bold;
	color:#FFF;
	text-align: center;
	background:#CCCCCC;
	padding:2px 0px;
	}

#wp-calendar {
	empty-cells: show;
	margin: 5px auto -10px auto;
	width: 160px;
	}

#wp-calendar #next a {
	color:#FFFFFF;
	text-align: right;
	font-weight:bold;
	}

#wp-calendar #next a:hover {
	color:#FFFFFF;
	}

#wp-calendar #prev a {
	color:#FFFFFF;
	text-align: left;
	font-weight:bold;
	}

#wp-calendar #prev a:hover {
	color:#FFFFFF;
	}

#wp-calendar a {
	display: block;
	color:#FFFFFF;
	font-weight:bold;
	}

#wp-calendar a:hover {
	color:#FFFFFF;
	}

#wp-calendar td {
	padding: 2px 0;
	text-align: center;
	color:#FFFFFF;
	}

/* End Calendar */



/* ----- CONTENT ----- */

#primaryContent{
    width:520px;
    padding:10px 20px;
    font-size:10px;
    float:left;
    clear:none;
}
    #primaryContent img{
        margin-top:3px;
        margin-right:7px;
    }
    #primaryContent object{
		display:block;
		text-align:center;
		margin:auto;
    }
    #primaryContent embed{
		display:block;
		text-align:center;
		margin:auto;
    }
#secondaryContent{
    width:180px;
    padding:10px 10px;
    font-size:10px;
    float:right;
    clear:none; 
}
#secondaryContent h2{
    padding:11px 15px;
    color:#fff;
    margin-bottom:0;
    line-height:21px;
    font-size:13px;
    font-weight:normal;
}
#secondaryContent h3{
	width:166px;
    color:#FFFFFF;
    margin:20px 0px 0px 0px;
	padding:5px 5px 7px 7px;
	background-color:#CCCCCC;
    background:url(images/sidebar_barra.png);
    border: 1px solid #FFFFFF;
}
#secondaryContent ul{
    list-style:none;
}
#secondaryContent li{
    list-style:none;
    padding-left:7px;
    margin:4px 0;
    background:url(images/sidebar_h2_quadrado.png) left top no-repeat;
}
#secondaryContent li a{
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
}
#secondaryContent li a:hover{
    color:#FFFF00;
    font-weight:bold;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

/* ----- COMMENTS ----- */

.comments{
    margin:15px 0 25px 0;    
}
    .comments .status{
        color:#666666;
        background:#EEEEEE;
        padding:5px;
        margin-bottom:10px;    
    }
        .comments .status dd, .comments .status dt{
            display:inline;
        }
    .comments a{
        color:#666666;
        font-weight:bold;
        text-decoration:none; 
    }
    .comments a:hover{
        color:#666;
        text-decoration:underline; 
    }
    .comments .comment{
        border-top:5px solid #999999;  
    }
        .comments .comment dt{
            float:left;
            clear:none;
        }
        .comments .comment dd{
            clear:both;
            color:#656565;
            line-height:20px;
            font-size:10px;
            margin-bottom:10px;
        }
        .comments .comment .date{
            float:left;
            clear:none;
            margin-left:0px;
            font-size:10px;
            color:#999999;
        }
        .comments .comment .pagination{
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#585858;
        }
.date{
	margin-left:0px;
	margin-bottom:5px;
	font-size:10px;
	color:#999999;
}
.date a{
	color:#FF9900;
	font-weight:bold;
}
.date a:hover{
	color:#FF6600;
	text-decoration:none;
}
.separador{
	border-top:5px solid #999999;
	margin-bottom:10px;
}

/* ----- FOOTER ----- */

#footer{
    margin:0 auto;
	height:10px;
    padding:10px 10px;
    clear:both;
    text-align:left;
    font-size:10px;
    color:#666666;
	border-top: solid 5px #CCCCCC;
    background:#EEEEEE;
	height:30px;
}
    #footer ul{
        list-style:none;    
    }
    #footer li{
        list-style:none;
        display:inline;    
    }
    #footer #copyright{
        float:left;
        clear:none;
    }
    #footer #links{
        float:right;
        clear:none;
    }
    #footer a{
        color:#666666;
        text-decoration:none;
    }
    #footer a:hover{
        color:#FF6600;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #CCCCCC;
	text-align: center;
	background-color: #EEEEEE;
	padding: 3px 0px 0px 6px;
	margin: 0px 10px 5px 0px ;
}

.wp-caption img {
    border: solid 1px #CCCCCC;
	padding: 1px;
	background-color:#FFFFFF;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height:15px;
	padding: 0px 4px 4px 0px;
	margin: 0;
}
/* End captions */


/* ----- BITPOP ----- */

.bitpop-menu{
	text-align:center;
	font-size:10px;
	color:#666666;
	width:750px;
	padding:5px;
	margin:auto;
	background-color:#EEEEEE;
	border-bottom:solid 1px #CCCCCC;
}

.bitpop-barraex-superior{
	height:30px;
	background:#9966CC url(images/fundo_barraex_superior.png) center;
}

.bitpop-barraex-superior-logo{
	float:left;
	width:60px;
	height:30px;
	margin:-7px 0px 0px -10px;
	cursor:pointer;
}

.bitpop-barraex-superior-centro{
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	width:740px;
	padding-top:7px;
	margin:auto;
}

.bitpop-barraex-superior-centro a{
	color:#FFFFFF;
	font-weight:bold;
}

.bitpop-barraex-superior-centro a:hover{
	color:#FFFF66;
	font-weight:bold;
}

.bitpop-barraex-inferior{
	font-size:10px;
	text-align:center;
	color:#666666;
	line-height:20px;
	background-color:#FFFFFF;
	border-top:solid 5px #CCCCCC;
	padding:7px;
}

.bitpop-barraex-inferior a{
	color:#666666;
	font-weight:bold;
}

.bitpop-barraex-inferior a:hover{
	color:#FF6600;
}

.favoritos-favorito{
	width:20px;
	height:20px;
	background-image:url(images/favoritos_favorito.png);
	border:solid 1px #AAAAAA;
	margin:0px 0px 0px -1px ;
	float:right;
	cursor:pointer;
}

.favoritos-delicious{
	width:20px;
	height:20px;
	background-image:url(images/favoritos_delicious.png);
	border:solid 1px #AAAAAA;
	margin:0px 0px 0px -1px ;
	float:right;
	cursor:pointer;
}

.favoritos-google{
	width:20px;
	height:20px;
	background-image:url(images/favoritos_google.png);
	border:solid 1px #AAAAAA;
	margin:0px 0px 0px -1px ;
	float:right;
	cursor:pointer;
}

.favoritos-technorati{
	width:20px;
	height:20px;
	background-image:url(images/favoritos_technorati.png);
	border:solid 1px #AAAAAA;
	margin:0px 0px 0px -1px ;
	float:right;
	cursor:pointer;
}

.favoritos-blogblogs{
	width:20px;
	height:20px;
	background-image:url(images/favoritos_blogblogs.png);
	border:solid 1px #AAAAAA;
	margin:0px 0px 0px -1px ;
	float:right;
	cursor:pointer;
}

.favoritos-live{
	width:20px;
	height:20px;
	background-image:url(images/favoritos_live.png);
	border:solid 1px #AAAAAA;
	margin:0px 0px 0px -1px ;
	float:right;
	cursor:pointer;
}

.rsswidget{
	color:#FFFFFF;
	height:25px;
}
.rsswidget img{
	margin:0px 2px -1px -2px;
	vertical-align:middle;
}


.hidden{
color:#FFFFFF;
}
.recentcomments{
color:#FFFFFF;
}


.bitpop-coluna-sites{
margin:-20px 0px 10px 0px;
width:180px;
clear:both;
}

.bitpop-coluna-sites-item{
margin-top:10px;
}
.bitpop-coluna-sites-item img{
border:none;
}