/*
Theme Name: WP Bootstrap
Theme URI: http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial
Description: A demo theme built to accompany the Treehouse blog post <a href="http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial">How to Build a WordPress Theme with Bootstrap</a>.
Author: Zac Gordon
Author URI: http://teamtreehouse.com/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/

	@import url('bootstrap/css/bootstrap.css');
	@import url('bootstrap/css/main.css');


.logo-rodape{
float: right;
margin-right: 30px;
padding:10px;
}
.dir-conass a{
font-size: 16px;
color: #40baa5;
float: left;

}
.banner-home  {
padding: 10px;

text-align: center;
text-align: -moz-center;
text-align: -webkit-center;
}
.icone-home{
width: 100%;
height 100%;
padding-bottom: 15px;

}
.samonte{
background: #c32126;
}
.samonte:hover{
background: #40baa5;
}
.taua{
background: #0072bf;
}
.taua:hover{
background: #40baa5;
}
.curitiba{
background: #00923d;
}
.curitiba:hover{
background: #40baa5;
}
.icone-home-titulo{
	text-align: -webkit-center;
	text-align: center;
	padding: 3px;
	color: #fff;
	font-size: 20px;
}
.icone-home-titulo-d{
	text-align: -webkit-center;
	text-align: center;
	padding: 3px;
	color: #fff;
	font-size: 13px;
	height: 6.000em;
	margin-top: 1.000em;
	margin-bottom: 1.000em;
	
	
}

.icone-home-titulo-d p{
	text-align: center;
	text-align: -webkit-center;
	position: relative;
	top: 20%;

}

.mat-download{
	margin: auto;

}
.icone-home-img{
	text-align: -webkit-center;
	text-align: center;

}
.link-home h3{
	text-decoration: none;
}
a{
	text-decoration: none;
}
.logo-laboratorio{
text-align: center;


}
aside{
	margin-bottom: 3%;
}
 aside .widget-title{

  	width: 100%;
  	height: 20px;

  	text-align: left;
  	padding: 5px 0 5px 0;
  	letter-spacing: 2px;
  	font-family: Verdana, Arial, Helvetica, sans-serif !important;
    color: #000;
	font-weight: bold;
    margin-left: -2%;
    position: relative;
    z-index: -2;
  }
  
  .titulo-categoria-samonte{
	max-width: 609px;
	height: 40px;
	color: #fff;
	background: #c32126;
	text-align: -webkit-center;
	text-align: center;
	position: relative;
	margin: auto;
	 
  }
    .titulo-categoria-curitiba{
	max-width: 609px;
	height: 40px;
	color: #fff;
	background: #00923d;
	text-align: -webkit-center;
	text-align: center;
	position: relative;
	margin: auto;
  }
     .titulo-categoria-taua{
	max-width: 609px;
	height: 40px;
	color: #fff;
	background: #0072bf;
	text-align: -webkit-center;
	text-align: center;
	position: relative;
	margin: auto;
  }
  
  .banner-categoria-samonte{
	max-width: 609px;
	text-align: center;
	text-align: -webkit-center;
	position: relative;
	margin: auto;
	height: auto;
   
  }
  
.pagination-centered {
  text-align: center;
}

.conteudo-corpo {
max-width: 680px;
margin: auto;
padding-bottom: 20px;

}
.conteudo-corpo-search{
max-width: 680px;
margin: auto;
padding-bottom: 20px;

}
.conteudo-corpo-single{
max-width: 680px;
margin: auto;
}

.conteudo-corpo h2 a{
text-decoration: none;
color: #000;

}
.conteudo-corpo h2 a:hover{
text-decoration: underline;


}
.conteudo-corpo img{
float: left;
margin: 10px 10px 10px 0px;
}

.borda-sidebar{
border-style: solid;
border-right-width: 1px;
border-color: #ccc;
border-left-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;

}
  .titulo-post-samonte{
	
	max-width: auto;
	height: auto;
	background: #c32126;
	padding: 7px;
	margin-bottom:  20px;

    
  }

    .titulo-post-taua{
	max-width: auto;
	height: auto;
	background: #0072bf;
	padding: 7px;
	margin-bottom:  20px;

    
  }
.titulo-post-curitiba{
	
	max-width: auto;
	height: auto;
	background: #00923d;
	padding: 7px;
	margin-bottom:  20px;

    
  }
  .titulo-post-padrao{
	max-width: auto;
	height: auto;
	background: #40baa5;
	padding: 7px;
	margin-bottom: 20px;
  
  }
 .conteudo-corpo-single h2 a   {
 
  color: #fff;
  }
  
  .label a{
	color: #fff;
	padding: 3px 5px;
	background: #40baa5;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	box-shadow: 3px 2px 10px #6b6b6b;
	
  }
  
  .label a:hover{
		
		/*background: #007225;*/
		background: #F16702;
	
	}
  
  .mat-download-samonte{
	width: 140px;
	height: 180px;
	background: #c32126;
    }
	
	.title-down{
		width: 100%;
	
	}
	.title-down h2{
	text-align: center;
	
	}

	.conteudo-corpo-single ul li {
		margin-bottom: 3%;
	
	}





