/*  
Theme Name: GC


/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  }

a {
  color: #5f0000;
  text-decoration:none;
  }

a:hover {
  text-decoration:underline;
  }

blockquote {
  margin: 5px 10px;
  padding: 5px 10px;
  background: #9DCAE8;
  border: 1px dotted #BBB;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body {
  margin: 0 auto;
  font-family:'trebuchet ms', 'lucida sans', arial, helvetica, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #000000 url(images/back03.jpg) top center;
  background-attachment:fixed;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  background: #FFF url(images/wrap.gif) repeat-y;
  width: 1100px;
  margin:0 auto;
  }
#wrapper_times {
  text-align: left; /* IE Centering Technique */
  background: #FFF url(images/wrap_time.gif) repeat-y;
  width: 1100px;
  margin:0 auto;
  }



#header {
  width:1100px;
  height:170px;
  margin: 0 0 0 0;
  padding: 0px 0 0px 0;
  background: url(images/logo.jpg) no-repeat;
  position:relative;
  }

#header h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 20pt;
  }

#header h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#header h1.sitename a:hover {
  color: #D0DE9C;
  text-decoration: none;
  }

#header h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 11pt;
  color: #A6DDEA;
  }

#header .topright {
  float: right;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0;
  color: #fff;
  font-size: 9px;
  }

#header .topright a {
  color: #FFF;
  }

#header .topright a:hover {
  color: #FFF;
  }

.search {
  padding-bottom: 5px;
  }

#searchform {
  float: right;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0px;
  }

#searchform {
  margin-left: 10px;
  width: 213px;
  padding-top: 0;
  height: 28px;
  background: #ccc;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 5px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 5px 0;
  }

#searchbox {
  margin-left: 8px;
  margin-bottom: 0;
  width: 145px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }
  
#menu{
  position:absolute;
  width:960px;
  margin-left: 0;
  margin-top: 125px;
  margin-left: 120px;
  }
#nav_right {
  float:right;
  margin-top: 7px;
  }

#nav {
  float:left;
  width:390px;
  margin-left: 0;
  }
  
#nav-example {
background:url(images/menu.png) no-repeat;
width:650px;
height:41px;
margin:0;
padding:0;
}

#nav-example span {
display: none;
}

#nav-example li, #nav-example a {
height:41px;
display:block;
}

#nav-example li {
float:left;
list-style:none;
display:inline;
}

#nav-home {width: 58px;}
#nav-noticias {width: 74px;}
#nav-atualizacoes {width: 107px;}
#nav-colabore {width: 81px;}
#nav-colaboradores {width: 119px;}
#nav-ajuda {width: 58px;}
#nav-anuncie {width: 75px;}
#nav-contato {width: 68px;}

#nav-home a:hover {background:url(images/menu.png) 0px -41px no-repeat; }
#nav-noticias a:hover {background:url(images/menu.png) -58px -41px no-repeat; }
#nav-atualizacoes a:hover {background:url(images/menu.png) -132px -41px no-repeat; }
#nav-colabore a:hover {background:url(images/menu.png) -239px -41px no-repeat; }
#nav-colaboradores a:hover {background:url(images/menu.png) -320px -41px no-repeat; }
#nav-ajuda a:hover {background:url(images/menu.png) -439px -41px no-repeat;  }
#nav-anuncie a:hover {background:url(images/menu.png) -497px -41px no-repeat; }
#nav-contato a:hover {background:url(images/menu.png) -572px -41px no-repeat; }


#main {
  clear: both;
  width: 1100px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 15px 10px;

  }

#contentwrapper {
  float:right;
  width: 550px;
  margin:10px 10px 0 0;
}

#contentwrapper_times {
  float:right;
  width: 725px;
  margin:10px 0 0 20px;
  
}

#contentwrapper_single{
  float:right;
  width: 510px;
  margin:0;
 
}

#contentwrapper_home {
  float:right;
  width: 510px;
  text-align:justify;
}

img.ajuda { 
vertical-align: middle;
padding-right:5px;
 }
 
span.ajuda_texto {
font-weight:bold;
}

#content {
padding:10px;
  }

#content .pageTitle {
  padding: 5px 10px 15px 0;
  font-size: 16pt;
  font-family: arial, sans serif;
  letter-spacing: -1px;
  color: #000;
  }
  
#box_esquerda {
    float:left;
	height:350px;
}

#box_direita {
    width:210px;
	height:350px;
    float:right;
	margin-right:5px;
}

#codigos {
    float:left;
    width:500px;
    margin-top:20px;
}

#codigos p{
font-weight:bold;
}


.post {
  margin: 5px 20px 0px 0;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0px;
  font-weight: bold;
  }

#content h3 {
  font-size: 11pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 10pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }
  
h2.titulo_post {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  height:40px;
}

h2.resultado {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #5f0000;
  height:40px;
}

h2.titulo_post a {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #5f0000;
  
  }

h2.titulo_post a:hover {
  text-decoration:underline;
  }

h2.postTitle {
  margin-top:10px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  }
  
h2.postTitle a {
  font-weight: bold;
  text-decoration: none;
  color: #5f0000;
  }

h2.postTitle a:hover {
  text-decoration:underline;
  }
  
h2.postTitle_single {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #5f0000;
  }
  
h2.postTitle_single a {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #5f0000;
  }

h2.postTitle_single a:hover {
  text-decoration:underline;
  }
  
h2.timeTitle {
  padding: 0 10px;
  font-size: 30px;
  font-weight: bold;
  color: #5f0000;
  }
 
  
h2.imgTitulo {
margin-top:10px;

  }

.postMeta {
  font-size: 7pt;
  color: #333;
  }

.postMeta a {
  text-decoration: none;
  }

.postContent img {
  margin: 10px;
  border: 3px solid #CCC;
  }

#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #000;
  }
  
span.texto_escolha{
  font-size: 10px;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

.postTags {
  margin: 5px 10px 15px 10px;
  font-size: 9pt;
  color: #000;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #CBE7FA;
  border: 1px solid #9DCAE8;
  width: 530px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 555px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }


/* Sidebars */

.sidebars_times {
  position:absolute;
  padding-top: 10px;
  margin-left: 10px;
  width: 190px;
  font-size: 11px;
  border-right:1px solid #e1e1e1;
  }
  
.sidebars_times ul{
  list-style-type:none;
  margin-bottom: 5px;
  padding: 0;
}

.sidebars {
  float:left;
  padding-top: 10px;
  margin-left: 10px;
  width: 200px;
  font-size: 11px;
  }
  
.sidebars ul{
  list-style-type:none;
  margin-bottom: 5px;
  padding: 0;
}

.sidebars ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 190px;
}

.sidebars ul.menu a {
  display: block;
  text-decoration: none;	
}

.sidebars ul.menu li {
  margin-top: 1px;
}

.sidebars ul.menu li a {
  background: #5f0000;
  color: #fff;	
  padding: 0.5em;
}

.sidebars lul.menu li a:hover {
  background: #000;
}

.sidebars ul.menu li ul li a {
  background: #F1EDED;
  color: #000;
  padding-left: 5px;
}

.sidebars ul.menu li ul li img.ico_simbolo {
     padding-left: 0px;
     vertical-align: middle; 
	 margin-right:5px;
}

.sidebars aul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.sidebars p {
  line-height: 1.5em;
}

.sidebars ul.exibe_ultima{
  list-style-type:none;
  margin-bottom: 20px;
  padding: 0;
}
 
.sidebars2 {
  float:left;
  width: 310px;
  text-align:center;
  padding-top:10px;
  }

.sidebars2 h2 {
  padding: 6px 5px 2px 7px;
  font-size: 11pt;
  color: #fff;
  background: url(images/sidebar_title_bg.gif) left top no-repeat;
  height: 29px;
  }

.sidebars2 table {
  width: 200px;
  }

.sidebars2 ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebars2 li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebars2 li ul {
  padding: 0;
  }

.sidebars2 ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #333;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dashed #ddd;
  }

.sidebars2 li.nobg a:hover {
  background: none;
  color: #003366;
  text-decoration: none;
  }

.sidebars2 a {
  display: inline;
  color: #333;
  text-decoration: none;
  }

.sidebars2 a:hover {
  color: #003366;
  background: #C1DEF1;
  }

.sidebars2 p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebars2 ul.children li {border-bottom:none;}
.sidebars2 ul.children {margin-bottom:-5px;}

.sidebar_home {
  float:left;
  padding-top: 10px;
  width: 360px;
  margin-left:10px;
    }
  
.sidebar_home ul{
  list-style-type:none;
  margin-bottom: 5px;
  padding: 0;
}



/* Footer */

#footer {
  background: url(images/footer.gif) repeat-y;
  width:1100px;
  height:70px;
  clear: both;
  padding-top: 10px;
  color: #fff;
  text-align: left; /* IE Centering Technique */
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  line-height: 19px;
  }

#footer a {
  color: #FFFFFF;
  }

#footer a:hover {
  color: #FFFFFF;
  }

#credits {
  clear: both;
  margin: 0 auto;
  padding: 0 10px 20px 10px;
  width: 1050px;
  text-align: center;
  }

/* extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:85%;
  }
.msg_list {
margin: 0 0 10px 0;
padding: 0px;
width: 500px;
}
.msg_head {
padding: 5px 10px;
cursor: pointer;
position: relative;
background-color:#F1EDED;
margin:1px;
}

.msg_body {
padding: 5px 10px 15px;
background-color:#F4F4F8;
}

#cod_orkut {
width:490px;
height:55px;
overflow:hidden;
border:1px solid #999999;
padding:1px;
font: 11px arial, sans-serif;
background: #FFFFFF;
color:#333333;
}

#link_imagem {
width:490px;
height:15px;
overflow:hidden;
border:1px solid #999999;
padding:1px;
font: 11px arial, sans-serif;
background: #FFFFFF;
color:#333333;
}

#link_camisa {
margin-top:5px;
width:500px;
}

#mensagem{
        display:none;
    }
#carregando{
            width:100px;
            padding:5px;
            color:#000;
            font-size:12px;
            font-family: Verdana , Arial;
            display:none;
        }
a img
{
 border:none;
}

.thumbnail_camisas
{
 width:110px;
 height:132px;
 padding:5px;
}

.thumbnail_letras
{
 padding:5px;
}

.thumbnail_numeros
{
 padding:5px;
}


#jsgd_
{
 display:none;
}


#jsgd_box
{

 border:2px solid #dddddd;
 background-color:rgb(252,252,252);
 width:200px;
 height:240px;
 position:relative;
 overflow:hidden;

}



div.jsgd_canvas_editor
{
display:none;
 margin:4px;
 padding:20px;
 border:1px solid #eeeeee;
 background-color:rgb(230,230,230);
}

#jsgd_cat{
width:302px;
height:20px;
padding-left:5px;
font-weight:bold;
}

.jsgd_but_criar{
	border: none;
	cursor: pointer;
	vertical-align: middle;
    background:url(images/button_criar.png) no-repeat;
	margin-top:25px;
	width:210px;
	height:46px;
}

.jsgd_but_deletar{
	border: none;
	cursor: pointer;
	vertical-align: middle;
    background:url(images/button_delete.jpg) no-repeat;
	margin-top:10px;
	width:100px;
	height:13px;
}
.jsgd_but_salvar{
	border: none;
	cursor: pointer;
	vertical-align: middle;
    background:url(images/button_salvar.png) no-repeat;
	margin-top:25px;
	width:210px;
	height:46px;
}

#box_ultima
{
 border:2px solid #dddddd;
 width:170px;
 height:204px;
 margin-top:10px;

}

.titulo_ultima{
margin:10px 0 5px 0;
padding:0px;
}

h2.atualizacoes{
border-bottom:2px solid #5f0000;
}

#bottom_home{
 clear: both;
 margin-left:210px;
 background:url(images/divider.gif) no-repeat top;
 width:723px;
}

.box_post{
float:left;
width:220px;
margin-right:20px;
}
.thumbnail {
display:block;
margin-left:10px;
border:2px solid #dddddd;
}
.mais {
float: right;
margin-right:30px;
margin-top:5px;
font-size:12px;
}

.mais2 {
float: right;
margin-top:5px;
margin-right:20px;
font-size:12px;
}p.eng {	margin: 10px 0 5px 5px;	background: url(images/eng.png) no-repeat;	padding: 0px 0px 10px 35px;	}

