﻿/*  
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: #333;
  margin: 3px auto;
  width: 790px;
  font-family: Verdana, Arial, sans-serif;
  background: url(imagens/fundo.gif) repeat;
  text-align: center;
  }
#logo {
  height: 100px;
  width: 790px;
  background: url(imagens/logoba.gif) no-repeat ;
  }

#menu {
  width: 795px;
  height: 35px;
  background: #222;
  }
#menu ul {
  list-style: none;
  }
#menu li {
    float: left;
  list-style: none;
  }
#menu li a {
  padding: 0 20px;
  line-height: 30px;
  font-size: 8pt;
  color: #f7f7f7;
  text-transform: uppercase;
  }
#pubcima {
  width: 795px;
 height:145px !important; /*moz width*/
 height:125px; /*IE width*/
  text-align: center;
  background: #fff;
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px;
  }
#main {
  width: 795px;
  text-align: left;
  margin-bottom: 10px;
  }
#conteudo {
  background: #fff;
  float: left;
  font-size: 10pt;
  color: #333;
  padding: 10px 10px 10px 10px;
  width: 444px;
  }
.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: 220px;
  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: 795px;
  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:1.70em Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 7px 0px;
}
#pubbaixo {
  width: 795px;
  padding: 5px 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;
  }
