﻿/*  
Theme Name: Blogamador.com
Description: Tema do site BlogAmador.com.
Version: 1.0
*/

* {
  margin: 0;
  padding: 0;
  }

a,a:link,a:visited,a:active {text-decoration: none; color: #000;}

DIV {
     -moz-box-sizing:border-box;box-sizing:border-box;
     -webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;
}

body {
  position: relative;
  color: #000;
  margin: 0px auto;
  width: 880px;
  font-family: Verdana, Arial, sans-serif;
  background: url(imagens/fundo.gif) repeat;
  text-align: center;
  }
#logo {
  padding: 105px 0 0 22px;
  text-align: left;
  font: 14px Verdana;
  height: 130px;
  width: 880px;
  background: url(imagens/logoba.png) no-repeat ;
  background-color: #fff;
  }

#menu {
  width: 880px;
  height: 35px;
  background: url(imagens/fundomenu.png) repeat-x;
  }
#menu ul {
  list-style: none;
  }
#menu li {
  float: left;
  list-style: none;
  }
#menu li a {
  padding: 0 24px 0 43px;
  line-height: 35px;
  font-size: 8pt;
  color: #f7f7f7;
  text-transform: uppercase;
  }
#pubcima {
  width: 880px;
 height:145px !important; /*moz width*/
 height:125px; /*IE width*/
  text-align: center;
  background: #fff;
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px;
  }
#main {
  width: 880px;
  text-align: left;
  margin-bottom: 10px;
  }
#conteudo {
  background: #fff;
  float: left;
  font-size: 10pt;
  color: #333;
  padding: 10px 10px 10px 10px;
  width: 530px;
  }
.titlec {
  font-family: Helvetica;
  font-size: 12pt;
  color: #222;
  cursor:text;
}
#conteudo p, {
  font-size: 10pt;
  color: #333;
  line-height: 20px;
  }
#post h2 {
  font-size: 14pt;
  font-family: Tahoma;
  color: #000;
  }
#conteudo p.titlecp {
  font-size: 14pt;
  line-height: 20px;
  padding-bottom: 10px;
  font-family: Tahoma;
  color: #000;
  }
.alignleft {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  }
#lateral {
  float: left;
  margin-left: 10px;
  }
#lateral li {
  list-style: none;
  font-size: 8pt;
  }
#lateral a {
  color: #000;
  font-size: 10pt;
  }
#busca {
  background: #fff;
  width: 340px;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
}
#bloco1 {
  background: #fff;
  width: 340px;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
}
#bloco2 {
  background: #fff;
  width: 340px;
  height: 245px;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
}
#bloco3 {
  background: #fff;
  width: 340px;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
}
#bloco2 ul a:hover {
  text-decoration: underline;
}
#bloco2 ul.left {
	float: left;
}
#bloco2 ul.right {
	float: left;
	margin-left: 15px;
  }
#footer {
  width: 880px;
  height: 30px;
  background: #212121;
  }
#footer li {
  list-style: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 8pt;
  color: #f7f7f7;
  }
.clearedfooter {
  clear: both;
  background: #fff;
  }
.descri {
  color: #333;
  font:16px Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 7px 0px;
}
#pubbaixo {
  width: 880px;
  padding: 8px 5px 5px 5px;
  background: #fff;
  }
#baixo li {
  list-style: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 8pt;
  color: #f7f7f7;
  }
.cleared {
  clear: both;
  border-bottom: 1px dotted #c1c1c1;
  margin-bottom: 10px;
  }
#topbar{
position:absolute;
border: 0px solid red;
padding: 1px;
background-color: #000000;
width: 310px;
visibility: hidden;
z-index: 100;
}
