/*
Theme Name: Verso e Inverso - Design, Internet e Tecnologia
Theme URI: http://versoeinverso.com.br/
Description: Template inovador para o site da Verso e Inverso
Version: 5
Author: Riccardo Benetti
Author URI: http://riccardo.bents.com.br
Tags: red,yellow,gray,clean,tree-columns

*/

/**
 *
 *
 * Fonts
 *
 *
**/
@font-face {
	font-family: 'AvantGardeMdBTMedium';
	src: url('font/avgardm-webfont.eot');
	src: local('☺'), url('font/avgardm-webfont.woff') format('woff'), url('font/avgardm-webfont.ttf') format('truetype'), url('font/avgardm-webfont.svg#webfont9cwX0Cyc') format('svg');
	font-weight: normal;
	font-style: normal;
}


/**
 *
 *
 * General uses
 *
 *
**/
.mceContentBody,
textarea.theEditor {
	background-color: #ffffff;
	height: 100%;
}
body {
	background: #fea13f url(img/bg_site.jpg) scroll no-repeat center top;
	font-family: 'Trebuchet MS', Garuda, sans-serif;
	font-size:16px;
}


article .alignleft {
	float: left;
	margin: 5px 5px 5px 0;
	}
article .alignright {
	float: right;
	margin: 5px 0px 5px 5px;
	}
article .aligncenter {
	margin: 5px;
	}
article p {
	color: #919191;
	font-size: 0.8em;
	letter-spacing: 0.010em;
	line-height: 1.3em;
	margin-bottom: 8px;
	}
article a {
	color: #919191;
	}
article p strong, p b {
	font-weight: bold;
	font-style: normal;
	line-height:normal;
	}
article p em, article p i {
	font-weight: normal;
	font-style: italic;
	line-height:normal;
	}
section h2, h3, h4, h5 {
	color: #dd2323;
	font-family: 'AvantGardeMdBTMedium', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 3em;
	}
.left  { float:left}
.right { float:right}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0px; height:0px;}
.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.hide  { display:none}
.imgrpl{display:block;font-size:1px;text-indent:-9000px;}

.align_right    { text-align:right;}
.align_left     { text-align:left;}
.align_center   { text-align:center;}
.align_justify  { text-align:justify;}

a {	color:#525252;	}
a:hover, a:focus { color: #8f8f8f; text-decoration:underline;}
a:active, a:visited { }

blockquote {
		font-family: Georgia,"Times New Roman", Times, serif; 
		margin:5px; 
		padding:10px;
		font-size:1em; 
		color:#999; 
		font-style:italic; 
		line-height:1.5em; 
		width:100%; 
		quotes:none;
	}
	blockquote.left {border-right:1px dashed #ccc; width:35%;}
	blockquote.right {border-left:1px dashed #ccc; width:35%;}

/*
 *
 * Header Styles
 *
 */
h1, h2, h3, h4, h5 {margin:0 0 0.5em; line-height:1.1em;}
h1	{	font-size:1.6em;} 
h2	{	font-size:1.4em;} 
h3	{	font-size:1.2em;} 
h4	{	font-size:1em;} 
h5	{	font-size:0.8em;} 
h6	{	font-size:0.6em;}

/*
 *
 * ul li's
 *
 */
ul li
{
	margin-left:25px;
}

/*
 *
 * custom select color
 *
 */
::selection{  /* Safari */
	background: #d73314;
	}
::-moz-selection {  /* Firefox */
	background: #d73314;
	color:#ffffff;
	}
::-webkit-selection {
	background: #d73314;
	color:#ffffff;
	}

/*
 *
 * paragraph styling
 *
 */
p img.left {float:left;margin:1.52em 1.52em 1.52em 0;padding:0;}
p img.right {float:right;margin:1.52em 0 1.52em 1.52em;}

/*
 *
 * Forms
 *
 */
form input[type=text],
form input[type=email],
form input[type=url] {
	background: #ffffff url(img/bg_inputtext.jpg) scroll repeat-x left top;
	border:1px solid #ccc;
	font-size: 0.9em;
	height:17px;
	margin-bottom:3px;
	padding:2px 0 2px 5px;
	width: 250px;
	
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
form textarea {
	background: #fafafa url(img/bg_textarea.jpg) scroll repeat-x left bottom;
	border:1px solid #ccc;
	font-family: 'Trebuchet MS', Garuda, sans-serif;
	font-size: 0.9em;
	height: 120px;
	margin-bottom:3px;
	padding:2px 0 2px 5px;
	width: 250px;
	
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
form label {
	display:block;
	font-size:0.9em;
	height:17px;
	margin-bottom: 4px;
	}
form button.submit,
form .wpcf7-submit {
	background: transparent url(img/bg_send.png) scroll repeat-x left top;
	border: none;
	color: #ffffff;
	cursor: pointer;
	height: 21px;
	margin-top: 8px;
	padding: 0 10px 0 5px;
	text-align: left;
	}
form button.submit:hover,
form .wpcf7-submit:hover {
	color: #919191;
	}


strong   		{	font-weight:600;}
em, dfn  		{	font-style:italic;}
dfn 	 		{   font-weight:600;}
sup, sub 		{   line-height:0;}
abbr, acronym   {	border-bottom:1px dashed #ccc;}
address 		{	margin:0 0 1.5em;font-style:italic;}
del 			{	color:#666;}
pre, code, tt   {	font-size: 1em;line-height:1.5; display:block;}
code 			{	background-color:#d5d2d8; display:block; padding:0px 2px 4px 26px; background:#fff url(../img/code.jpg) no-repeat left top; line-height:1.67em;}
pre 			{	margin:1.5em 0;white-space:pre;}

/**
 *
 *
 * @section: #content-page
 *
 *
**/
#content-page {
	margin: 0 auto;
	width: 960px;
	}
	
/**
 *
 *
 * @section: #content-page
 * @subsection: header
 *
 *
**/
header {
	background: url(img/bg_header.png) scroll repeat-x left top;
	height: 130px;
	padding: 10px;
	position: relative;
	width: 940px;
	}
header .logo {
	background: url(img/logo.png) scroll no-repeat left top;
	height: 46px;
	margin: 20px 0 0 15px;
	width: 204px;
	}
header nav {
	border-top: 1px solid #c2c2c2;
	display: inline-block;
	padding: 3px 0;
	margin: 19px 0 0 0;
	width: 940px;
	}
header nav ul {
	float: left;
	height: 32px;
	margin: 0 0 0 10px;
	width: 530px;
	}
header nav li {
	float: left;
	margin: 0 10px;
	}
header nav li a {
	display: block;
	height: 32px;
	line-height: 32px;
	text-decoration: none;
	}
header nav li a:hover,
header nav li.current_page_item a {
	height: 32px;
	color: #dd2323;
	text-decoration: none;
	}
	
ul.siganos  {
	display: block;
	float: right;
	width: 200px;
	}
.siganos li {
	float: right; display: inline;
	background: transparent;
	height: 32px;
	margin: 0px 12px 0 2px;
	}
.siganos .twitter {
	display: block;
	background: url(img/social/ico_twitter_32.png) scroll no-repeat left top;
	width: 32px; height: 32px;
	}
.siganos .facebook {
	display: block;
	background: url(img/social/ico_facebook_32.png) scroll no-repeat left top;
	width: 32px; height: 32px;
	}
.siganos .linkdin {
	display: block;
	background: url(img/social/ico_linkedin_32.png) scroll no-repeat left top;
	width: 32px; height: 32px;
	}
.siganos .rss {
	display: block;
	background: url(img/social/ico_rss_32.png) scroll no-repeat left top;
	width: 32px; height: 32px;
	}

	
/**
 *
 *
 * @section: #content-page
 * @subsection: .content-wrap
 *
 *
**/
.content-wrap {
	background: url(img/bg_content.png) scroll repeat-y center top;
	height: auto;
	width: 960px;
	}
	
/**
 *
 *
 * @section: .content-wrap
 * @subsection: section
 *
 *
**/
section {
	float: left;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: 600px;
	}
section article {
	border-bottom: 1px dotted #c2c2c2;
	float: left;
	margin-bottom: 10px;
	width: 580px;
	}
section article:last-child {
	border: none;
	}
section h3 a {
	color: #919191;
	text-decoration: none;
	}
section h3 a:hover {
	text-decoration: underline;
	}
section article ul {
	list-style-type: none;
	margin: 0 20px 0 20px;
	padding: 0;
	}
section article li {
	list-style-type: none;
	background: url(img/item-bullet-red.png) scroll no-repeat 3px 5px;
	color: #919191;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 3px 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-right: 5px;
	padding-left: 23px;
	}
	
	
/**
 *
 *
 * @section: section
 * @subsection: article.box_300
 *
 *
**/
section article.box_300 {
	height: 92px;
	margin: 0 10px 0 0;
	padding: 5px;
	width: 280px;
	}
section article.box_300 h4 {
	background: url(img/item-bullet-red.png) scroll no-repeat 3px 3px;
	line-height: 1.5em;
	text-indent: 20px;
	}
section article.box_300 h4 a {
	color: #dd2323;
	}	
	
/**
 *
 *
 * @section: section
 * @subsection: article.box_news
 *
 *
**/
section article.box_news {
	margin: 0;
	padding: 5px;
	width: 580px;
	}


/* Formatação da página de parceiros */
section article ul.parceiros {
	width: 590px;
	}
section article ul.parceiros li {
	color: #919191;
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 10px 0;
	margin: 5px 0;
	width: 100%;
	}
section article ul.parceiros li p {
	margin: 8px 0;
	}
section article ul.parceiros li p a {
	font-size: 0.9em;
	}
	
/**
 *
 *
 * Compartilhador
 *
**/
article > ul.share  {
	border-top: 1px solid #ccc;
	display: block;
	margin-top: 20px;
	padding-top: 10px;
	width: 540px;
	}
.share li {
	float: left; display: inline;
	background: transparent;
	height: 40px;
	margin: 8px 12px 0 2px;
	}
.share .compartilhe	{
	float: left; display: block;
	font-size: 0.9em; color: #333;
	font-weight: bold; line-height: 1.5em;
	margin: 8px 3px 0 3px;
	}
.share .delicious {
	display: block;
	background: url(img/social/ico_delicious_32.png) scroll no-repeat left top;
	width: 32px; height: 32px;
	}
.share .twitter {
	display: block;
	background: url(img/social/ico_twitter_32.png) scroll no-repeat left top;
	width: 32px; height: 32px;
	}
.share .facebook {
	display: block;
	background: url(img/social/ico_facebook_32.png) scroll no-repeat left top;
	width: 32px; height: 32px;
	}
.share .linkdin {
	display: block;
	background: url(img/social/ico_linkedin_32.png) scroll no-repeat left top;
	width: 32px; height: 32px;
	}
.share .buzz {
	display: block;
	background: url(img/social/ico_buzz_32.png) scroll no-repeat left top;
	width: 32px; height: 32px;
	}
.share .rss {
	display: block;
	background: url(img/social/ico_rss_32.png) scroll no-repeat left top;
	width: 32px; height: 32px;
	}

/**
 *
 *
 * @section: #content-page
 * @subsection: aside
 *
 *
**/
aside {
	float: right;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: 270px;
	}
aside .box {
	margin: 0 5px 10px;
	padding-bottom: 20px;
	}
aside .box.newsletter {
	border-bottom: 1px dotted #c2c2c2;
	height: 160px;
	}
aside .box.newsletter button {
	float: right;
	}
aside .box.address {
	border-bottom: 1px dotted #c2c2c2;
	}
aside .box.address p {
	color: #dd2323;
	font-size: 0.850em;
	font-style: normal;
	line-height: 1.5em;
	text-align: left;
	}
	
/**
 *
 *
 * @section: footer
 *
 *
**/
footer {
	background: url(img/bg_footer.png) scroll no-repeat left top;
	padding: 40px 10px;
	width: 960px;
	}
footer p {
	color: #333333;
	font-size: 0.9em;
	text-indent: 30px;
	}