/*
Theme Name: Boteco Digital
Theme URL: http://www.botecodigital.info/
Description: Tema do blog boteco digital
Author: Rodrigo Arambuu
Author URI: http://www.botecodigita.info
Version: 0.1.0
*/
/*  The CSS Reset    */

* {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana,Arial;
	text-decoration:none;
}

body{
	text-align:center;
	background:url(images/bg.jpg) no-repeat #bcc5c0;
	background-position:center 0 ;
}

#site{
	margin:0 auto;
	margin-top:10px;
	width:990px;
	text-align:left;
	
}
#borda-redonda{
	height:12px;
	background:url(images/bordas-redondas.png) no-repeat;
}
#borda-redonda2{
	height:12px;
	background:url(images/bordas-redondas2.png) no-repeat;
}

#topo{
	height:80px;


}

#topo h1{
	text-indent:-90000px;
	background:url(images/logo.png) no-repeat;
	width:500px;
	height:55px;
}


/* sidebar search */

#searchtab{
  background: transparent url(images/search-bg.png) no-repeat left top;
  height: 40px;
  position: relative;
  width:370px;
}

#searchtab .inside{
  background: transparent url(images/search-go.png) no-repeat right top;
  height: 40px;
}

#searchtab fieldset{
  padding: 0;
  border: none;
}

#searchtab input{
  border: 0;
  background: none;
  font-size: 12px;
  padding: 0px;
}

#searchtab input.searchfield, #searchtab input#s{
  position: absolute;
  top: 6px;
  left: 46px;
  color: #949496;
  padding: 0px;
  margin: 0;
  width: 50%;
}

#searchtab input.searchfield:focus, #searchtab input#s:focus{ color: #000; }

#searchtab input.searchbutton, #searchtab input#searchsubmit{
  position: absolute;
  right: 37px;
  top: 6px;
  color: #e5e5e5;
  text-transform: uppercase;
  padding: 0px;
  margin: 0;
}

#searchtab label{ display: none; }
#searchtab input.searchbutton:hover{ color: #fff; }




#lateral form fieldset{
	margin:0px;
	border:none;
	width:270px;
}


#menu{
	margin-top:0px;
	width:200px;
	float:right;
}

#menu ul li{
		display:inline;
}

#menu ul li a {
	font-weight:bold;
	color:#000;
	font-size:14px;
	padding:0 5px;
	border-right:1px solid #000;
}

#menu ul li a:hover {
	color:#000;
}



#content{
	background:#FFF;
}

#the_post ul{
	margin-left:20px;
}

#the_post ul li{
	margin-bottom:5px;
}



/* LATERAL */
#lateral{
	float:right;
	width:380px;
	background:#F5F5F5;
	margin:5px;
	padding:0 10px;
}

#lateral h3{
	color:#212831;
	font-size:16px;
	margin-top:10px;
	border-bottom:2px solid #292C31
}

#lateral ul li{
	list-style:none;

}

#lateral ul li a{
	display:block;
	padding:3px;
	padding-left:10px;
	border-bottom:1px solid #CCC;

}

#lateral ul li a:hover{
	background:#212831;
	color:#FFF;
	padding-left:20px;
}

#lateral a{
	color:#000;
}

#tags{
	text-align:justify;
}

#tag a:hover{
	color:#999;
}


#rss{
	text-align:center;
	padding-top:10px;
}
#rss img{
	border:none;
}


.caixa{
	width:50%;
	float:left;
	text-align:center;
}



/* INDEX */

#post-home,#the_post{
	width:560px;
	float:left;
	padding:0 10px 10px 10px;
}

h2{
	border-bottom:1px solid #42517B;
	margin-bottom:5px;
}
h2 a{
	font-size:18px;
	color:#42517B;
 
}


.post-index{
	/*border-bottom: 1px dashed #000;*/
	padding:10px;
}

.post-index img{
	float:left;
	margin:5px 5px 5px 0 ;
	border:none;
}

.date ,.date a{
	font-size:10px;
}

 a{
	color:#42517B;
}

.post .author {
	background-position:0 -88px;
	float:left;
	margin-right:15px;;
}




.post .date, .post .author,  .post .comments ,.post .tag{
	background:url("images/icons.gif") no-repeat;
	display:block;
	font-size:11px;
	height:16px;
	line-height:16px;
	padding-left:22px;
}

.post .date {
	background-position:0 -48px;
	float:left;
	margin-right:15px;;
}

 .post .comments{
	background-position:0 -95px;
	float:left;
	margin-right:15px;;
}

 .post .tag{
	background-position:0 -400px;
	float:left;
	margin-right:15px;;
}



.excerpt{
	text-align:justify;
	text-indent:30px;
	margin:5px 0;
	width:380px;
	float:right;
}



/* the_post */
#the_post  h2 a,#the_post  h2{
	font-size:20px;
	color:#42517B
}

#the_post  a{
	color:#42517B;
    font-weight:bold;
}

#the_post a:hover{
	color:#999;
}

#the_post  p{
	text-align:justify;
	margin:10px 0;
}


h4{
	background: url(images/fundo-h4.png) repeat-x ;
	padding:3px;
	color:#FFF;
	font-size:14px;
	margin:10px 0;
	padding-left:10px;
}
/* posts relacionados*/

#post-relacionados ol li{
	list-style:none;
	margin-bottom:5px;
	width:100px;
	float:left;
	margin: 0 5px;
}


/*Comentários */
.comment-author,.comment-meta {
	background: url(images/fundo-h4.png)  repeat-x ;
	color:#FFF;
	padding:5px;

}

.comment-content{
	border:1px solid #CCC;
		margin-left:70px;
		margin-bottom:10px;
}

#comment-wrap img{
	float:left;
	margin: 0 5px;
}

.comment-meta a{
	color:#FFF !important ;
}

#comments li{

	list-style:none;
}

.comment-author{
	font-weight:bold;
}

.comment-text{
padding-right:5px;
}

.comment-text{
margin-left:10px;
margin-right:10px;
}

.url{
	color:#FFF !important;
}

.url:hover{
	color:#999 !important;
}

#commentform input{

	height:18px;
	padding:2px;
	width:200px;
}

#commentform textarea{
	padding:2px;
	width:98%
}

#commentform label{
	color:#42699C
}

#commentform small{
	color:#555;
}

#submit{
	height:38px !important;
	width:148px !important;
	border:none !important;
	background: url(images/bt-comentario.png) no-repeat;
	color:#FFF;	
	margin-left:3px;
	text-align:center;
	margin:0 auto;
}


/* contato*/
#gb_form_div fieldset{
	border:none;
}
#gb_form_div label{
	margin-top:10px;
	display:block;
	font-weight:bold;
}

#gb_form_div input,#gb_form_div textarea,#gb_form_div select{
	border:2px solid #42659C;
	padding:2px;
	
}

/* posts relacionados*/

#crp_related{
	padding:0;
}
#crp_related ul{
	height:140px;
	background:#FFFFFF;
	padding:0;
	margin-left:0;
}
#crp_related ul li{
	width:100px;;
	height:130px;
	display:block;
	float:left;
	list-style:none;
	text-align:center;

	margin:0 5px;
}

.crp_thumb{
	margin: 0 auto;
}
#crp_related ul li img{
	display:block	
}


/* rodape */

#rodape{
	clear:both;
	height:10px;
	text-align:center;
	padding:10px;
	color:#000
}

#rodape a,#rodape *{
	font-weight:bold;
	color:#000
}



.prettyPhoto{
	width:50%;
	display:block;
	float:left;
	background:#FFF;
	text-align:center;
}

#publicidade{
    text-align:center;
    padding-top:10px
}


#publicidade a img{
    border:none !important;
    width:30% !important;
}

