@charset "utf-8";
/*
Theme Name: Boladentro
Description: Tema do Boladentro
Version: 1.0
Author: Darwin
Tags: Sports
*/
/* CSS Document */

body{
	/*background: url(images/linebar.jpg) repeat-x top;*/
    background: url(images/strip.png) top;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica;
}

.tudo{
    padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background: url(images/linebar.jpg) repeat-x top;
}

img, div{ 
    behavior: url(images/iepngfix.htc);
}

img, div, a, input{
     behavior: url(wp-content/themes/boladentro/images/iepngfix.htc);
}

h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: #DE0C7D;;
}

a{
    color: #DE0C7D;
    text-decoration: none;
}

#header {
	background: url(images/back_01.jpg) top no-repeat;
	width: 950px;
	height: 195px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
    z-index: 3;
	
}

/* MENU - INTERNET EXPLORER */

.header_navigation{
	background: #ffab00;
	height: 33px;
	width: 950px;
	position: relative;
	left: 0;
	top: 23px;
	padding-top: 18px;
	text-align: center;
  	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica Rounded, Helvetica, Arial;
}

/* MENU - TODOS OS DEMAIS BROWSERS */

html>/**/body .header_navigation{
	background: #ffab00;
	height: 43px;
	width: 950px;
	position: relative;
	left: 0;
	top: 23px;
    padding-top: 8px;
	text-align: center;
  	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica Rounded, Helvetica, Arial;
}

.header_navigation ul li{
    display: inline;
}

.header_navigation ul li a{
    padding: 2px;
	list-style: none;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-family: Helvetica Rounded, Helvetica, Arial;
}

.header_navigation ul li a:hover{
	color: #da0c7a;
}


/* LOGO - INTERNET EXPLORER */

.logo{
	position: relative;
	top: 15px;
	left: 100px;
	height: 125px;
	width: 221px;
}

/* LOGO - TODOS OS DEMAIS BROWSERS */

html>/**/body .logo{
	position: relative;
	top: 15px;
	left: 50px;
	height: 125px;
	width: 221px;
}

.player{
	background: url(images/player2_.png) no-repeat top left;
	width: 200px;
	height: 244px;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: -3px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


#middle {
	position: relative;
	top: 0px;
	width: 950px;
	min-height: 752px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/middle.jpg) repeat-y top center;
	z-index: 1;
}

#middle h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: #333333;
}

#middle h1 a {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: #DE0C7D;
	text-decoration: none;
}

.footer{
	width: 950px;
	height: 96px;
    clear: both;
    margin: auto;
    text-align: center;
    padding-top: 30px;
    background: url(images/footer_.png) no-repeat top center;
}

.the_content{
	margin-top: 15px;
    margin-left: 50px;
	width: 600px;
	min-height: 752px;
	float: left;
    padding-left: 5px;
    font-size: 12px;
}

.the_content h1 {
    font-size: 20px;
}

.right_bar{
	height: 346px;
	width: 220px;
	top: 75px;
	left: 730px;
	position: absolute;
    font-size: 12px;
    min-height: 680px;
}

.right_bar h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: #DE0C7D;
	text-decoration: none;
}

.right_bar ul {
	list-style: none;
}

.rblock{
    padding-bottom: 15px;
}

.hidden{
	display: none;
}

#searchform{
	left: -37px;
	position: relative;
}

#s{
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: #999999;
}

.content{
	position: absolute;
	height: 400px;
	max-height: 500px;
	width: 500px;
	top: 50px;
	left: 50px;
	overflow: hidden;
}

.page{
	font-family: Arial;
	color: #333333;
	font-size: 13px;
}


/* COMENTARIOS */

.commentlist{
	width: 500px;
}

.p1{
    float: left;
    width: 200px;
    text-align: center;
}

.pc{
    clear: both;
}

.piclenselink{
    display: none;
}