/*  
Theme Name: Primaveras
Version: 1.0.0
Author: Direct Labs
Author URI: http://www.directlabs.com.br
Tags: primaveras
Description: Layout para o blog da Primaveras
*/

/* CSS Reset ************************************************************************** */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, p, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
:focus {
	outline: 0;
}
body {
	background: white;
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;}
strong {
	font-weight: bold;
}


/* Helpers ************************************************************************** */
.left {
	float: left;
}
.right {
	float: right;
}
.clear  {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.small {
	font-size: 12px;
}
.tiny {
	font-size: 11px;
}
.light {
	color: #a9a9a9;
}
.light a {
	color: #80a47f;
}

/* Peek-a-boo Fix ************************************************************************** */html .pab-fix {	height: 1%;}html>.pab-fix {	height: auto;}
/* Basics ************************************************************************** */
body {
	background: #c6e9ef url(img/body.bg.gif) repeat-x;
	font: 14px/120% Arial, Tahoma, Helvetica, sans-serif;
	color: #515151;
}

a, a:visited {
	color: #2a8729;
}
a:hover {
	text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}


/* Shared ************************************************************************** */
#header,
#content,
#footer {
	width: 968px;
}


/* Header ************************************************************************** */
#header {
	height: 90px;	
	margin: 0 auto;
}
#header h1.blog-name {
	background: url(img/blog_primaveras.png) no-repeat 5px 22px;
	width: 400px;
	height: 64px;
	padding-top: 20px;
}
#header h1.blog-name a {
	width: 400px;
	height: 64px;
	text-indent: -1000px;
	position: absolute;
}

#menu {
	float: right;
	margin-top: 30px;
}
#menu li {
	float: left;
	margin: 0 2px 0 18px;
	padding: 16px 0 20px 0;
	font-size: 18px;
	color: #2a8729;
}
#menu li a {
	text-decoration: none;
	padding: 16px 20px 20px 20px;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu li.selected {
	background: url(img/header.menu.left.gif) no-repeat 1px;
}
#menu li.selected a {
	background: url(img/header.menu.right.gif) no-repeat right 2px;
}


/* Sidebar ************************************************************************** */
#sidebar {
	background: #f2f8f9;
	width: 325px;
	float: right;
}
#sidebar h3 {
	background: #eaf0f1;
	padding: 10px 15px;
	color: #2a8729;
}
#sidebar .content {
	font-size: 12px;
	color: #7e7e7e;
	padding: 5px 15px 15px 15px;
}

#sidebar .search #s {
	font-size: 16px;
	padding: 3px;
	border: 1px solid #b6b6b6;
	width: 220px;
}
#sidebar .search #searchsubmit {
	padding: 1px;
}

#sidebar .categories li {
	list-style: none;
	float: left;
	width: 137px;
	background: url(img/sidebar.bullet.gif) no-repeat 0 7px;
	padding-left: 10px;
	margin-bottom: 2px;
}

#sidebar .channels a {
	margin: 0 3px 0 4px;
}
#sidebar .channels-descr {
	margin-top: 3px;
	height: 36px;	
}


/* Wrapper ************************************************************************** */
#wrapper {
	background: url(img/body.sun.gif) no-repeat -100px 0;
}


/* Content ************************************************************************** */
#content-footer {
	min-height: 850px;
	background: url(img/footer.bg.gif) repeat-x bottom;	
}

#content {
	margin: 0 auto;
}
#content .top {
	background: url(img/content.top.png) no-repeat;
	height: 11px;	
	font-size: 1px;
}
#content .middle {	
	background: url(img/content.bg.png) repeat-y top center;
	padding: 0 16px;
}
#content .bottom {
	background: url(img/content.bottom.png) no-repeat;
	height: 21px;	
}
#content .main-column {
	margin-right: 335px;
	padding: 0 20px 20px 5px;
}

#content .post {
	padding-top: 25px;
}
#content .post .date-title {
	margin-bottom: 8px;
}
#content .post .date-title td {
	vertical-align: middle;
}
#content .post .title {
	margin-left: 14px;
}
#content .post .title h2 {
	margin-bottom: 2px;
	font-weight: bold;
	line-height: 100%;
}
#content .post .page-title h2 {
	margin-bottom: 15px;
	font-weight: bold;
}
#content .post .title h2 a {	
	color: #5e9199;
}
#content .post .page-title h2, #content .page-title h2 {
	color: #9fc2c7;
	font-size: 30px;
	line-height: 100%;
}
#content .post .date {
	background: url(img/post.date.gif) no-repeat;
	color: #fff;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	line-height: 0.7em;
	padding-top: 10px;
	width: 60px;
	height: 57px;
}
#content .post .date .month {
	font-size: 20px;
}
#content .post .meta {
	font-size: 12px;
}
#content .post p {	
	text-align: justify;
	margin-bottom: 15px;
	line-height: 130%;
}
#content .post .more-link {
	float: right;
}
#content .post .separator {
	background: url(img/post.separator.gif) no-repeat center;
	height: 32px;
	margin-top: 18px;
}

/* Comments ************************************************************************ */
#content .commentlist .comment {
	background: #f2f8f9;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 12px;
	color: #7E7E7E;
}
#content .commentlist .comment .avatar {
	float: left;
	margin-right: 10px;
	border: 1px solid #eaf0f1;
}
#content .commentlist .comment p {
	clear: left;
	margin: 9px 0 0 0;
}

/* Pagination ********************************************************************** */
#content .navigation {
	margin: 30px auto 0 auto;
}
#content .navigation td {
	vertical-align: middle;
}
#content .navigation td.left {
	width: 59px;
	height: 24px;
	padding-right: 20px;
	background: url(img/pagination.left.gif) no-repeat left;
}
#content .navigation td.right {
	width: 59px;
	height: 24px;
	padding-left: 20px;
	background: url(img/pagination.right.gif) no-repeat right;
}
#content .navigation .wp-pagenavi {
	color: #515151;
}
#content .navigation .wp-pagenavi span.pages {
	padding: 0; 
	margin: 0;
	border: none;
}
#content .navigation .wp-pagenavi a,
#content .navigation .wp-pagenavi a:link,
#content .navigation .wp-pagenavi a:visited,
#content .navigation .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: underline;
	border: none;
	color: #2a8729;
}
#content .navigation .wp-pagenavi a:hover {	
	border: none;
	text-decoration: none;
	background-color: #eaf0f1;
}
#content .navigation .wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: none;
}
#content .navigation .wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: none;
}


/* Footer ************************************************************************** */
#footer {
	height: 190px;
	margin: 0 auto;
}
#footer .content {	
	font-size: 11px;
	color: #9b9b9b;
	padding: 0 10px;
	position: relative;
	top: -7px;
}
#footer .by {	
	text-align: right;
	float: right;
}

/* Wordpress Defaults ************************************************************** */

.alignright {
	margin-left: 15px;
	float: right;
}

.alignleft {
	margin-right: 15px;
	float: left;
}


















/*
input, textarea {
	font-family:  Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#5b5656;
}
small {
	font-size:11px;
	color: #5b5656;
}
small a{
	color: #3f71c5;
}
em {
	font-style:italic;
}
h1 {
	color:#5b5656;
	margin-bottom:10px;
	font-size:23px;
	font-weight:bold;
	line-height:110%;
}
h4 {
	font-size:14px;
	color:#5b5656;
	font-weight:bold;	
	margin-bottom:10px;
}

#quotes ul {		font-size: 13px;		line-height: 110%;		font-weight: bold;	}#quotes ul li.quote1 {	background: url(images/quote1.bg.gif) no-repeat;		height: 39px;		padding: 18px 15px 27px 15px;}#quotes ul li.quote2 {		background: url(images/quote2.bg.gif) no-repeat;		height: 40px;		padding: 10px 15px 26px 15px;		text-align: right;}#quotes ul li .autor {		float: right;		font-size: 11px;		color: #666;}
#content {
}
#videos {
	width: 320px;
	float: left;
}
#videos .youtube-thumb {
	border:1px solid #999999;
	height:70px;
	width:90px;	margin: 10px 8px 0 0;
}#twitter {		margin-left: 320px;}

#extras {
	width:275px;
	float:right;
	height:390px;
}

#authors {
	margin-top:10px;
}
#authors img {
	float:left;
}

#authors h3 {
	margin-left:80px;
}
#authors p {
	margin-left:80px;
	height:80px;
}

#socialmidias {
	margin-top:10px;
}
#socialmidias li {
	height:45px;
}
#socialmidias .logo {
	float:left;
	width:90px;
}

#socialmidias .text {
	margin-left:30px;
	padding-top:10px;
}


#ballon-tl {
	height:115px;
	width:305px;
	float:left;
	background: url(images/baloon.tl.png) bottom no-repeat;		
}
#ballon-tl div {
	left:10px;
	position:relative;
	text-align:center;
	top:45px;
	width:280px;
}
#ballon-tr {
	height:115px;
	width:305px;
	float:right;
	background: url(images/baloon.tr.png) 100% 0 no-repeat;		
}
#ballon-tr div {
	left:10px;
	position:relative;
	text-align:center;
	top:15px;
	width:280px;
}
#ballon-bl {
	height:115px;
	width:305px;
	float:left;
	background: url(images/baloon.bl.png) bottom no-repeat;		
}
#ballon-bl div {
	left:10px;
	position:relative;
	text-align:center;
	top:65px;
	width:280px;
}
#ballon-br {	margin-top: 5px;	
	height:115px;
	width:305px;
	float:right;
	background: url(images/baloon.br.png) 100% 0 no-repeat;		
}
#ballon-br div {
	left:10px;
	position:relative;
	text-align:center;
	top:35px;
	width:280px;
}
#related-posts li {
	list-style:disc;
	margin-left:15px;
	margin-bottom:5px;

}
#related-posts {
	margin-bottom:25px;

}

.post-separator {
	height:1px;
	border:none;
	background:#fff4d8;
	margin:20px;
}
.navigation {
	font-size:11px;
	margin-top:30px;
}
.alignright {
	margin-left:15px;
	float:right;
}
.alignleft {
	margin-right:15px;
	float:left;
}
.post  .size-full {
}
.post .size-medium {
}
.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.comment-meta {
	font-size:11px;
	margin-bottom:5px;
}
.comment-meta a{
	color: #feb17b;
}
.comment-author {
	margin-bottom:2px;
	font-weight:bold;
}
.commentlist li {
	margin-bottom:15px;
	padding:10px 15px;
}
.commentlist .even {
	background:#eef4f8;
}
*/
