/*
Theme Name: Estrada Afora
Theme URI: http://www.estradaafora.com.br/
Description: Tema customizado para o podcast "Estrada Afora".
Version: 1.2
Author: Andr&eacute; Gualhanone
Author URI: http://www.agrobase.com.br

This wordpress theme was costumized by Andreacute; Gualhanone based on Jason Schuller original theme.
*/

/* Lets Begin With Some Basics */
html, body {
font-size: 12px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin: 0px;
padding: 0px;
color: #565050;
line-height: 1.2em;
background-color:#DCDCDA;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 2.1em;
line-height: 24px;
}

h2 {
font-size: 1.6em;
line-height: 19px;
}

h2.pagetitle {
margin: 0;
}

h3 {
font-size: 1.3em;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

a:link, a:visited {
color: #29A3E0;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.clear {
clear: both;
}

p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}

p {
margin: 0 0 10px 0;
}
/* And... Moving On */

/* Begin Header */
#page {
background-color: #fff;
}

#header {
width: 980px;
margin: 0px auto;
height: 145px;
padding: 0;
}

#headleft {
width: 250px;
float: left;
padding-top:15px;
}

#headright {
width: 730px;
float: left;
text-transform: lowercase;
}

#navigation {
float: left;
height: 54px;
background-image: url(images/pages-bg.gif);
overflow: hidden; 
max-width: 710px;
}

#navigation ul { 
list-style-type: none; 
list-style-image: none; 
float: left; margin-top: 10px; 
padding: 0px 0px 0px 0px; 
display: block; 
margin-left: 0px;
}

#navigation li:hover {
background-color: #00BCE4; 
background-image: url(images/pages-hover-right.gif); 
background-repeat: no-repeat; 
background-position: right;
}

#navigation li { 
float: left; 
display: block; 
margin-right: 10px; 
padding-left: 0px; 
height: 29px; 
margin-bottom: 15px;
}

#navigation li a:link,
#navigation li a:visited {	 
float: left;
color: #6A6A6A;
display: block;
padding-right: 8px;
padding-left: 8px;
font-size: 12px;
line-height: 29px;
height: 29px;
margin: 0px;
}

#navigation li a:hover,
#navigation li a:active {
color: #FFF;
font-size: 12px;
text-decoration:none;
margin: 0px;
height: 29px;
line-height: 29px;
background-image: url(images/pages-hover-left.gif);
background-position: left;
background-repeat: no-repeat;
}

#searchwrap {
background:none;
height:27px;
margin:15px 0 0 0;
float:right;
background: url(images/searchbg.jpg) top left no-repeat;
}

#searchwrap input{
vertical-align:middle;
background:none;
color:#A7A7A7;
font-family:arial,helvetica,verdana,sans-serif;
}

#searchwrap #s{
font-size:14px;
border:none;
padding:4px 4px;
margin-right:3px;
width:250px;
}
/* End Header */

/* Begin Content Slider */

#last-podcast {
width: 980px;
margin: 0px auto;
padding: 0;
}

#featured {
width: 100%;
float: left;
height: 380px;
background: url(images/sliderbg.jpg) top left repeat-x;
padding: 10px 0 0 0;
}

#thevideo {
width: 100%;
float: left;
background: #131313 url(images/videobgtop.jpg) top left repeat-x;
padding: 15px 0 0 0;
}

#thevideoinside {
width: 100%;
float: left;
background: url(images/videobgbottom.jpg) bottom left repeat-x;
position: static;
padding: 0 0 15px 0;
min-height: 350px;
}

#videoembed {
margin: 0px auto;
width: 980px;
text-align: center;
}

.watchnow {
position: absolute;
top: 250px;
left: 560px;
width: 180px;
height: 29px;
background: url(images/watchnow.jpg) top left no-repeat;
cursor: pointer;
}

.watchnow:hover {
background: url(images/watchnowover.jpg) top left no-repeat;
}

.insert {
width: 180px;
height: 350px;
background: url(images/insertbg.png) top left no-repeat;
margin: 0 0 0 550px;
color: #FFFFFF;
padding: 10px;
line-height: 1.2em;
}

.insert h2 {
line-height: 1em;
font-size: 22px;
font-weight: normal;
margin: 0 0 10px 0;
}

.insert a:link, .insert a:hover, .insert a:visited {
color: #FFFFFF;
text-decoration: none;
}
/* End Content Slider */

/* Begin Entry Lists */
html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */

/* Begin Main Content */
#contentwrap {
width: 100%;
background: #EFEFEF;
border-bottom: 1px solid #D3D3D3;
float: left;
}

#pagewrap {
width: 100%;
background: #EFEFEF;
border-bottom: 1px solid #D3D3D3;
border-top: 1px solid #D3D3D3;
float: left;
}

#content {
width: 980px;
margin: 0px auto;
padding: 15px 0 15px 0;
}

#menubar {
width: 980px;
height: 45px;
background: url(images/menubarbg.jpg) top left no-repeat;
}

#subscribe {
width: 50px;
height: 40px;
float: right;
margin: 1px 2px 0 0;
background: url(images/rss.jpg) top left no-repeat;
cursor: pointer;
}

#subscribe:hover {
background: url(images/rssover.jpg) top left no-repeat;
}

#subscribe ul {
list-style: none;
margin: -5px 0 0 0;	
}

#subscribe li {
display: inline;
}

#pagenav {
float: left;
margin: 0 10px 15px 0;
width: 653px;
text-align: right;
}
/* End Main Content */

/* Begin Categories List */
ul, li {
margin:0;
border:0;
padding:0;
list-style:none;
}

#catlist {
font-size:12px;
padding:0px;
height:28px;
padding: 7px 0 0 10px;
float: left;
}

#catlist .menu li {
background:url(images/lm.gif) left top no-repeat;
height:28px;
float:left;
margin-right:10px;
}

#catlist .menu li a {
color:#1F1D1D;
text-decoration:none;
padding:0 10px;
height:28px;
line-height:28px;
display:block;
float:left;
padding:0 26px 0 10px;
background:url(images/rm.gif) right top no-repeat;
width:350px;
}

#catlist .menu li a:hover {
color:#565050;
}

#catlist ul .submenu {
border-top:none;
background: url(images/menubg.png) top left repeat;
position:relative;
width:385px;
padding:6px 0;
clear:both;
z-index:2;
display:none;
}

#catlist ul .submenu li {
background:none;
display:block;
float:none;
margin:0 6px;
border:0;
height:auto;
line-height:normal;
border-top:solid 1px #B6B6B6;
}

#catlist .submenu li a {
background:none;
display:block;
float:none;
padding:6px 11px;
margin:0;
border:0;
height:auto;
line-height:normal;
}

#catlist .submenu li a:hover{
}
/* End Categories List */

/* Begin Video Gallery */
#videogallery {
width: 670px;
float: left;
margin: 10px 0 10px 0;
}

/** 
#videogallery a:link, #videogallery a:visited {
color: #1F1D1D;
}

#videogallery a:hover {
color: #5588BB;
}
**/

#bloglist {
width: 670px;
float: left;
margin: 10px 0 10px 0;
}

.videoitem {
width: 192px;
height: 215px;
float: left;
background: url(images/itembg.jpg) top left no-repeat;
margin: 0 12px 0 0;
padding: 9px;
}

.ratings {
float: left;
width: 171px;
height: 25px;
margin: 1px 0 0 0;
}

.comments {
width: 21px;
height: 25px;
float: left;
background: url(images/commentsbg.gif) top left no-repeat;
color: #FFFFFF;
font-size: 10px;
text-align: center;
line-height: normal;
}

.thumbnail {
position:relative;
float: left;
margin: 5px 0 0 0;
width: 192px;
height: 120px;
padding: 0px;
overflow: hidden;
}

img.thumb { 
width: 1024px;
height: 120px;
}

a:hover img.thumb {
width: 192px;
height: 120px;
}

.thumbnail span.episodio {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:75px;
	height:17px;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	line-height:9px;
	background:transparent url(images/episodio-bg.png) top left repeat;
}

h2.itemtitle {
font-size: 14px;
line-height: 14px;
margin: 15px 0 0 -5px;
padding: 0;
font-weight: normal;
display: block;
float: left;
width: 210px;
}

p.itemdesc {
font-size: 10px;
color: #565050;
width: 205px;
float: left;
margin: 0 0 5px -5px;
padding: 0;
}

.gallerydate {
color: #999191;
width: 205px;
float: left;
margin: 0 0 0 -5px;
}

#videodets {
width: 653px;
float: left;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
}

#postcontent {
width: 653px;
float: left;
border-bottom: 1px solid #B8B8B8;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
}

#postcomments {
width: 653px;
float: left;
margin: 20px 0 10px 0;
padding: 0 0 10px 0;
overflow: hidden;
}

#videodets h2 {
padding: 0;
margin: 0 0 10px 0;
}

.itemlinks {
font-size: 11px;
margin: 5px 0 5px 0;
padding: 0;
}

.itemlinks a:link, .itemlinks a:visited {
color: #565050;
}

.itemimage{
display:inline;
padding: 5px 0 5px 0 !important;
padding: 0;
}

.smalllinks a:link, .smalllinks a:visited {
color: #999191;
}

.smalllinks {
color: #999191;
}

#postinfo {
width: 400px;
float: left;
}

#singlethumb {
width: 190px;
float: right;
background: url(images/singlethumb.jpg) top left no-repeat;
padding: 9px 10px 10px 10px;
}

#singlethumbnail {
float: right;
margin: 0;
width: 190px;
height: 120px;
padding: 0px;
overflow: hidden;
}
/* End Video Gallery */

/* Begin Blog and Page Items */
.blogitem {
width: 653px;
float: left;
margin: 10px 0 10px 0;
padding: 0 0 10px 0;
}

.pageitem {
width: 653px;
float: left;
margin: 10px 0 10px 0;
}

.blogcontent {
width: 653px;
float: left;
margin: 10px 0 0 0;
}

.blogitem h2, .pageitem h2 {
font-size: 18px;
font-weight: normal;
padding: 0;
margin: 0 0 5px 0;
}
/* End Blog and Page Items */

/* Begin Sidebar */
#sidebar {
width: 310px;
float: left;
margin: 0;
padding: 10px 0 0 0;
}

#sidebar h3 {
margin: 10px 0 0 8px;
padding: 0;
font-size: 14px;
}

#sidebar h4 {
margin: 0;
padding: 0;
font-size: 13px;
font-weight: normal;
}

.blockhead {
width: 310px;
height: 33px;
float: left;
background: url(images/blockhead.jpg) top left no-repeat;
}

.block {
width: 294px;
float: left;
background: url(images/blockbg.jpg) bottom left no-repeat;
padding: 8px;
margin: 0 0 10px 0;
}

.sideblog {
margin: 0 0 8px 0;
padding: 0 0 8px 0;
border-bottom: 1px solid #E8E8E8;
}

#ratingsblock ul {
list-style: none;
}

#ratingsblock li {
margin: 0 0 8px 0;
padding: 0 0 8px 0;
border-bottom: 1px solid #E8E8E8;
}
/* End Sidebar */

/* Begin Comments*/
#comment {
width:450px;
}

h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color:#333 !important;
}

ol.commentlist {
margin: 10px 0 20px;
padding: 0;
list-style: none;
font-size: 12px;
}

ol.commentlist p {
margin-bottom:10px;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
}

ol.commentlist li {
padding: 0;
background: #FFFFF;
margin: 0 0 15px 0;
border-bottom: 1px solid #DFDFDF;
}

ol.commentlist li.alt {
padding: 0 !important;
background: #FFFFF;
margin: 0 0 15px 0;
}

input#submit {
font-size: 12px;
color:#FFFFFF;
font-family: Arial, Helvetica, sans-serif;
padding:7px 10px;
margin:10px 0 0 0;
text-align:center;
background: #212121;
cursor:pointer;
font-weight: bold;
text-transform: uppercase;
border: none;
}

#comment,#author,#email,#url {
background: #FFFFFF;
border:1px solid #B8B8B8;
padding:2px;
color:#646464;
margin:0px 0 0 0;
}
/* End Comments */

/* Begin Sidebar */

/* End Sidebar */

/* Begin Various Tags and Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}
/* End Various Tags and Classes*/

/* Begin Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End Captions */

/* Begin Footer */

.fat{font-weight:bold;}
.hr{ border-bottom:1px solid #CCCCCC; border-left:none; border-right:none; border-top:none; margin:10px 0 20px 0; }

#footer{ background:#DCDCDA url(images/bg_footer.jpg) top center repeat-x; height:368px; clear: both; font-family:Arial,Sans-Serif;}
#footer_nav{ clear:both; height:32px; width: 700px; }
#footer_nav  a.footer_logo{ float: left; display:block; width:92px; height:20px; line-height:20px; background: transparent url(images/agrobase_logo.gif) no-repeat; text-indent:-9999px; margin-top:-30px;}
#footer_nav p { float:left; font-size:0.9em; color:#848484; padding:0 0 0 100px; line-height:20px; margin-top:-30px;}
#footer_nav ul { float:right; line-height:20px; margin-top:-30px;}
#footer_nav ul li{ float:left; margin:0 20px 0 0; }
#footer_nav ul li a { font-size:0.9em; text-transform:uppercase; color:#848484;}
#footer_nav ul li a:hover { color:#505457;}
#footer_nav ul li a:active { color:#505457;}

.centro{ width:960px; height:100%; margin:0 auto; padding:0;}
#top_light5{ background:transparent url(images/bg_footer_overlay.png) top center no-repeat; }

.column { width:225px; padding:0 15px 0 0; margin:30px 0; float:left; color:#f0f0f0;}
.column h5{ font-size:1.4em; font-weight:bold; letter-spacing:-1px; text-transform:uppercase; margin:0 !important;}
.column h6 { margin:0 0 10px 0;}
.column h6 a { margin:0 0 10px 0; color:#fafafa;}
.column h6 a:hover { margin:0 0 10px 0; color:#d05606;}
.column .date{ float:left; width:34px; height:17px; padding:0 0 0 5px; margin:0 10px 0 0; background:transparent url(images/ico_date.png) no-repeat; font-size:1.1em; font-weight:bold;}
.column p {font-size:0.9em; line-height:1.0em;}
.column p.lead {font-size:1.1em; margin:0 0 20px 0;}

.column_odd { width:235px; padding:0; margin:30px 0 0 0; float:left; color:#f0f0f0;}
.column_odd p {font-size:1.1em;}
.column_odd h5{ font-size:1.4em; font-weight:bold; letter-spacing:-1px; text-transform:uppercase;}
.column_odd #tweeter { width:181px; height:364px; padding:18px 20px 0 20px; margin:0; background: transparent url(images/bg_vaquinha.png) no-repeat; position:relative; font-size:1.3em; color:#333; font-family:"Times New Roman", Times, serif; font-style:italic;}
.column_odd #tweeter a.from { font-weight:bold;}
.column_odd #tweeter a.follow { position:absolute; bottom:60px; left:0; color:#fff; font-family:Arial, Helvetica, sans-serif; text-decoration:underline; font-size:0.8em; font-style:italic;}
.column_odd #tweeter a.follow:hover { position:absolute; bottom:60px; left:0; color:#d05606; font-family:Arial, Helvetica, sans-serif; text-decoration:underline; font-size:0.8em; font-style:italic;}
.column_odd #tweeter p.posted { font-size:0.8em; margin:5px 0 0 0; color: #999;}

.column .ad{ float:left; width:88px; height:88px; border:1px solid #fff; padding:5px; margin:0 6px 12px 6px; background:#EFEFEF;}
.column .ad_odd { float:left; display:block; width:88px; height:88px; border:1px solid #fff; padding:5px; margin:0 15px 15px 0; background:#EFEFEF; clear:both;}

.column .sm{ float:left; display:block; width:100px; height:86px; border:0; padding:0; margin:0 0 10px 0px;}
.column .sm_odd { float:left; display:block; width:100px; height:86px; border:0; padding:0; margin:0 15px 10px 0; clear:both;}

.column .recent_comment { background:transparent url(images/ico_comment.png) top left no-repeat; padding:0 0 0 40px; margin:0 0 20px 0; font-size:1.2em;}
.column a.comment { display:block; font-size:0.75em; margin:5px 0 0 0; color:#f0f0f0;}
.column a.comment:hover {display:block; font-size:0.75em; margin:5px 0 0 0;}


/** CRT Effect **/
.crt {
	position:relative;
	overflow:hidden;
	width:980px;
	height:365px;
}
.crt img {
	display:block;
	float:left;
	padding-top:5px;
	border: 0 !important;
}

.crt span.player {
	display:block;
	position:absolute;
	left:102px;
	bottom:7px;
	width:450px;
	height:60px;
}

.crt span.new_title{
	display:block;
	position:absolute;
	top:10px;
    left:5px;
    color: white;
    font-size: 22px;
	font-weight: bold;
	line-height: 24px;
    letter-spacing: -1px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
    padding: 10px;
}

.crt span.new_title a:link,.crt span.new_title a:visited{
color: #FFF;
text-decoration: none;
}
.crt span.new_title a:hover {
text-decoration: underline;
}

.crt span.episode{
	display:block;
	position:absolute;
	top:58px;
    left:5px;
    color: white;
    font-size: 10px;
	line-height: 10px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
    padding: 5px;
}

.crt span.bdisc{
	display:block;
	position:absolute;
	top:83px;
    left:5px;
	width:75px;
	height:75px;
}

.crt span.bdown{
	display:block;
	position:absolute;
	top:147px;
    left:5px;
	width:75px;
	height:75px;
}

.crt span.new_episode{
	display: block;
	width: 180px;
	height: 84px;
	position:absolute;
	top:0;
    left:478px;
	background:transparent url(images/novo-grande.png) top left no-repeat;
}

.crt span.featured-side{
	font-size: 11px;
	display: block;
	padding: 15px 15px 15px 30px;
	width: 278px;
	height: 330px;
	position:absolute;
	top:5px;
	left:655px;
	background:transparent url(images/destaque-bg.png) top right no-repeat;
}

.crt span.featured-side  h2 {
font-size: 1.4em;
padding:0 0 15px 0;
margin:0;
}

.crt span.featured-side  p {
padding:0 0 8px 0;
margin:0;}

.crt span.featured-side  ul {
padding-left:15px !important;
margin:-2px !important;
}

.crt span.featured-side  ul li {
list-style-type: disc;
list-style-position: inside;
margin: 0 0 2px 0 !important;
padding: 0 0 2px 0 !important;
}

/** Tabbed Box **/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px; /*--Set height of tabs--*/
	border-bottom: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 24px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #D3D3D3;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #312E2E;
	display: block;
	font-size: 1.0em;
	padding: 0 12px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 0;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background-color: transparent;
}
.tab_content {
	padding: 15px 4px 0 4px;
	font-size: 1.0em;
}

ul.multiblock {
list-style: none;
}

ul.multiblock li {
margin: 0 0 8px 0;
padding: 0 0 8px 0;
border-bottom: 1px solid #E8E8E8;
}

ol.multiblock {
padding-left:0 !important;
margin:0 !important;
}

ol.multiblock li {
list-style-position: inside;
margin: 0 0 8px 0 !important;
padding: 0 0 8px 0 !important;
border-bottom: 1px solid #E8E8E8;
}

.itens {
padding-top: 15px;
}

.itens ul {
padding-left:18px !important;
margin:5px 0 0 0 !important;
}

.itens ul li {
list-style-type: circle;
list-style-position: inside;
margin: 0 0 3px 0 !important;
padding: 0 0 3px 0 !important;
}

.itens ol {
padding-left:24px !important;
margin: 5px 0 0 0 !important;
}

.itens ol li {
font-size: 11px;
list-style-position: inside;
margin: 0 0 2px 0 !important;
padding: 0 0 2px 0 !important;
}

.instrucoes {
font-size:10px;
padding:9px 9px 4px 9px;
margin-top: 20px;
background-color:#E2E2E2;
}
.instrucoes h6{
padding:0;
margin:0 0 10px 0;
font-weight:bold;
font-size:10px;
}
.instrucoes p{
line-height:11px;
}

.questionamento{
padding-top:20px;
font-size:13px;
font-style:italic;
text-align:center;
}

.featured-col1{
width:100px;
float:left;
padding-top:20px;
padding-left:38px;
font-size:11px;
font-weight:bold;
}
.featured-col2{
width:90px;
float:left;
padding-top:20px;
padding-left:20px;
font-size:11px;
font-weight:bold;
}