@charset "utf-8";
/*
Theme Name: SBTE 2014
Theme URI: http://www.sbte.org.br/reuniao2014
Author: Itarget
Author URI: http://www.itarget.com.br
Description: Reunião Anual da Sociedade Brasileira de Tecnologia de Embriões
Version: 1.0
License: Creative Commons
License URI: http://www.creativecommons.org
*/

@import url(css/bootstrap.css);
@import url(css/reset.css);
@import url(css/sidebar.css);
@import url(css/menu.css);
/* @import url(css/widgets.css); */
@import url(css/fonts.css);
@import url(css/wp_styles.css);
@import url(css/sprite.css);	
/*General DIV*/
.wrapper {
}

/*Header document!*/
.top-header{
	background: #FFF;
	width:auto;
	height:auto;
}
.header{
	width: 960px;
	height: 190px;
	margin:0 auto 0 auto;
	position:relative;
}

.header > h1{
	margin:0;
}
.header > h1 > a{
	line-height:130px;
}
.header > .langs{
	position:absolute;
	top:20px;
	right:0;
}
.header > .langs > a{
	margin:0 0 0 10px;
}
/*End of header!*/
.sliderBox {
	background: url(images/shadow.png) bottom center no-repeat;
	width: auto;
	height: 350px;
	padding:0 0 30px 0;
	margin:0 auto 0 auto;
	position:relative;
}
.sliderBox > .slidealign{
	margin:0 auto 0 auto;
	width:1366px;
	height:350px;
}
.container {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
}
/*DIV Content e Content Post*/
.content {
	border:1px solid #EBEBEB;
	padding:5px;
	float: right;
	width:670px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.content .content-post {
	margin: 0 0 30px 0;
}
.content .content-post > a > h2{
	background:url(images/spacer.png) bottom repeat-x;
	font-size: 16px;
	color: #969696;
	margin:0;
	line-height:25px;
}
.content .content-post p {
	width: auto;
	text-align: justify;
	margin: 0 auto 20px auto;
	color: #333;
}
.content .content-post li{
	list-style: square;
	margin: 0 0 0 20px;
}
.content .content-post > p > a > span {
	font-size: 11px;
	font-style: italic;
	color: #09C;
}
.content .content-post > p > a > span:hover {
	color: #009;
}

/*Author.php*/
.author-links{float:left;}
.author-links h2{
	border-bottom:dashed 1px #333;
}
.author-links h2:before{content:"» ";}

.author-links h2, .author-links h3, .author-links h4{
	line-height:25px;
}
.author-links li{text-align:justify;}
/*Fim da DIV content Post*/

h3.title-single{
	background:url(images/spacer.png) bottom repeat-x;	
	font-size:22px;
	color:#969696;
	line-height:25px;
	font-weight:400;
	margin:0;
}
.social-share{
	position:absolute;
	bottom:0;
	right:0;
	height:50px;
}
.box-search{
	background:#92CEB1;
	position:absolute;
	top:0;
	right:0;
	padding:0 5px 5px 5px;
}
.box-search input[type=text]{margin:5px 0 0 0;}
.box-search input[type=image]{margin:5px 0 0 0; padding:0 0 0 5px;}
.box-search input, .box-search input:hover, .box-search focus{
	border-radius:0 !important;
	box-shadow:none !important;
	border:0 !important;
}

.footer{
	background:url(images/footer-background.png) bottom repeat-x;
	width:auto;
	height:44px;
	position:relative;
	z-index:1;
	color:#FFF;
}

.footer > h1{
	width:960px;
	line-height:44px;
	margin:0 auto 0 auto;
	padding:0 10px 0 10px;
	font-size:12px;
}

.footer > h1 > a{
	float:right;

}

.footer > h1 > a > img {
	width:90px;
}