
@media screen {

* { margin: 0; padding: 0; font-family: Verdana, Arial; }
body { background: white; font: 14px/1.4 Georgia, Serif; margin: 0; padding: 0; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

fieldset {
	border: 0;
}

.error {
	color: red;
	margin-bottom: 20px;
}

.lightgray.awesome {
background-color: #ccc;
color: #169AAB;
}

.lightgray.awesome:hover {
background-color: #ececec;
color: #169AAB;
}

.lightgray.awesome:visited {
background-color: #ccc;
color: #169AAB;
}

.tdspace {
	padding: 15px 0px 15px 0px;
}

.barrasuperior {
	margin: 0px auto 10px auto; 
	height: 25px; 
	width:1000px; 
	-moz-border-radius-bottomright: 5px 5px; 
	border-bottom-right-radius: 5px 5px; 
	-moz-border-radius-bottomleft: 5px 5px; 
	border-bottom-left-radius: 5px 5px; 
	background-color: #e4e4e4;
	font-size: 10px;
	color: #404040;
	padding: 0px 15px 0 15px;
}
.barrasuperior div {
	float:left;
	height: 25px;
	line-height:25px;
	cursor: pointer;
}
.barrasuperiorItem {
	padding: 0 10px 0 10px;
	margin-right: 20px;
}
.barrasuperiorItem a {
	color: #404040;
	text-decoration: none;
}
.barrasuperiorItem:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4a6074;
}
.barrasuperiorItem:hover a {
	color: #fff;
	text-decoration: none;
	background-color: #4a6074;
}


.barrasuperiorLogin {
	margin-left: 230px;
	padding: 0 35px 0 20px;
	margin-right: 20px;
	color: #fff;
	background: url('http://www.wi2be.com/wp-content/themes/wi2be4/images/cadeado.png');
	background-repeat: no-repeat;
	background-position: 160px 6px;
	background-color: #359cac;
}
.barrasuperiorLogin a {
	color: #fff;
	text-decoration: none;
}
.barrasuperiorLogin:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4a6074;
}
.barrasuperiorLogin:hover a {
	color: #fff;
	text-decoration: none;
	background-color: #4a6074;
}

.tooltip {
	display:none;
	background:transparent url('http://www.wi2be.com/wp-content/themes/wi2be4/images/black_arrow.png');
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

#dialog-orc div {
	font-size: 10px;
	padding: 3px;
	color: #404040;
}

.space1 {
	padding: 20px
}

.tdDist  {
	background-color: #eef9f4;
	text-align:center;
}

.tdAcce {
	background-color: #eef9f4;
}

.tdBand {
	background-color: #eef9f4;
}

.alignnone {
    margin: 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0px;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

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

.entry input, .entry textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	width: 400px;
}

.entry textarea {
	height: 200px;
}

.entry h3 {
	font-family: 'Myriad Pro';
	color: #4e6477;
	font-size: 14pt;
}

.activeField
{
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #33677F;
}

.idle, .text-input
{
	border: solid 1px #85b1de;
	background-image: url( 'http://www.wi2be.com/wp-content/themes/wi2be4/images/blue_bg.png' );
	background-repeat: repeat-x;
	background-position: top;
}

#reparoForm label {
	font-size: 12px;
}

#reparo_form {
	padding: 30px;
}

textarea:focus, input:focus{
outline:none
}

#page-wrap { width: 1060px; margin: 0px auto; /*border: 1px solid #000;*/}

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { }
h2 { }
h3 { }

img { border: 0px;}

p { margin: 0 0 10px 0; }
a { text-decoration: none; }
a:hover { text-decoration: underline; } 

blockquote {
margin:22px 40px;
padding:3px;
color:#575757;
padding: 0 50px;
background: transparent url("http://www.wi2be.com/wp-content/themes/wi2be4/images/aspas.gif") no-repeat 0 0;
}

ul, ol { margin: 0 0 10px 0; list-style: none; padding: 0; }

.post { }

.post h2 {
	border-bottom: 3px solid #ccc;
	padding: 10px;
	font-family: 'Myriad Pro';
	font-size: 24px;
	color: #32a0ac;
	font-weight: bold;
}

.entry { padding:10px; color: #666; font-size:13px; text-align: justify; line-height: 2em; font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif}
.OLD_entry a { color:#666; }
.OLD_entry a:hover { color: #666; text-decoration: underline; }

.blog-post {
	line-height: 1.5em;
}

.blog-post a {
	color: #37a6b2;
}

.blog-post a:hover {
	text-decoration: underline;
}

.blog-post a:visited {
	color: #37a6b2;
}

.entry ul, ol {
	margin: 0 0 10px 0;
	list-style: circle;
	padding: 0 0 0 20px;
}

.entry strong { color:#169aab; }

.barra_grande {
	background: url("http://www.wi2be.com/wp-content/themes/wi2be4/images/barra_grande.png") no-repeat;
	height: 202px;
	width: 1032px;
	max-height: 202px;
	max-width: 1032px;
	padding: 15px;
	font-size:10px;
	line-height: 1.4em;
}

.barra_grande_grande {
	background: url("http://www.wi2be.com/wp-content/themes/wi2be4/images/barra_grande.png") no-repeat;
	height: 202px;
	width: 1032px;
	max-height: 202px;
	max-width: 1032px;
	padding: 15px 40px 15px 15px;
	font-size:13px;
	line-height: 1.5em;
}

.barra_grande_grande h3 {
	font-size:18px;
	color: #348e97;
}

#faqswi2be { position:relative; }
#faqswi2be h3  { cursor:pointer; font-family: verdana, arial ; font-size: 14px; }
#faqswi2be h3.active  { color:#d74646; }
#faqswi2be div   { position:relative; }
#faqswi2be div p  { padding:0; margin-bottom:15px; }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { text-align: center; }

#sidebar2 { text-align: center; width: 340px; }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { padding: 10px; min-width: 134px; }
	#s { border:0px solid #000; font-size: 16px; width: 84px; position: relative; top: -7px; }
	#searchsubmt { vertical-align: middle; }
	
.header div div h1 {
	margin: 0px;
	padding: 0px;
}
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

hr {
	color: #9bbcbc;
	background-color: #9bbcbc;
	height: 1px;
	border: 0px;
}

form { }
input[type=text] { }
textarea { }

/* COMECA STYLING DO MENU */

.menu-esquerda {
	padding-left:6px;
	background: url("http://www.wi2be.com/wp-content/themes/wi2be4/images/menu-esquerda.png") no-repeat;
	background-position: left;
	height: 46px;
}
.menu-direita {
	padding-right:6px;
	background: url("http://www.wi2be.com/wp-content/themes/wi2be4/images/menu-direita.png") no-repeat;
	background-position: right;
	height: 46px;
}

#menu {
	width: 100%;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}

#menu li {
	/*width: 8em;*/
	float: left;
	text-transform: uppercase;
	background-image: url('http://www.wi2be.com/wp-content/themes/wi2be4/images/menu-background.png');
	height: 46px;
	text-align: center;
}

#menu li div {
	height: 46px;
	background: url("http://www.wi2be.com/wp-content/themes/wi2be4/images/menu-divisor.png") no-repeat;
	background-position: right;
}

#menu li div#nodiv {
	height: 46px;
	background: none;
}

#menu li div a {
	color: #fff;
	text-decoration: none;
	padding: 14px 29px 10px 29px;
	margin: 5px 0px 5px 0px;
	height:100%;
	position: relative;
	top: 15px;
}


#menu a:hover {
	color: #a00;
}

/* END styling do menu */

.clear {
	clear:both;
}

.search-box {
	height: 42px;
	background: url("http://www.wi2be.com/wp-content/themes/wi2be4/images/search-box.png") no-repeat;
}

#footer {
	width: 100%;
	border-top: 4px solid #ebebeb;
	margin-bottom: 30px;
}

#footer-barra {
	width: 100%;
	background-color: #ebebeb;
	color: #666666;
}

#footer-barra div {
	padding: 10px;
	font-size: 10px;
}

#prods {
	float: left;
	width:49%;
	text-align: center;
	text-transform: uppercase;
	font-size:12pt;
	color: #2b8383;
}

#prods-fundo {
	margin-left:13px;
	padding-top: 15px;
	min-height: 418px;
	background: url("http://www.wi2be.com/wp-content/themes/wi2be4/images/fundo-produtos.png") no-repeat;
}

#prods span {
	font-family: 'Myriad Pro';
}

#prods div {
	padding-left: 10px;
	padding-right: 10px;
}

#corpo {
	margin-bottom: 20px;
	text-align: center;
}

#footer-div {
	float:left;
	width: 30%;
	margin: 10px;
	min-height:117px;
	max-height:117px;
	color: #30a4b4;
}

#footer-div div{
	padding: 5px;
}

.mypadrao {
	font-family: 'Myriad Pro';
}

.mypadraomenor {
	font-family: 'Myriad Pro';
	font-size:11px;
}

.mypadraomenor a {
	font-family: 'Myriad Pro';
	color: #4e6477;
	font-style: underline;
}

#footer-div h2 {
	font-family: 'Myriad Pro';
	color: #4e6477;
	font-size: 12pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.footer-wi2be {
	background: url("http://www.wi2be.com/wp-content/themes/wi2be4/images/divisor1.png") repeat-y;
	background-position: right;
}

#footer-wi2be-ul li {
	font-size: 11px;
	padding-left: 10px;
	margin-right: 40px;
	background: url("http://www.wi2be.com/wp-content/themes/wi2be4/images/footer-bullet.png") no-repeat;
	color: #30a4b4;
}

#footer-wi2be-ul li a {
	font-size: 11px;
	color: #30a4b4;
}

#footer-wi2be-ul li a:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.footer-contatos {
	background: url("http://www.wi2be.com/wp-content/themes/wi2be4/images/divisor1.png") repeat-y;
	background-position: right;
}

.footer-contatos div div {
	font-size: 11px;
}

.footer-contatos a {
	background: url("http://www.wi2be.com/wp-content/themes/wi2be4/images/divisor1.png") repeat-y;
	background-position: right;
}

.footer-contatos a:link {
	color: #666666;
}

.footer-newsletter div div {
	font-size: 11px;
}

#follow-us {
	font-size: 10px;
	color: #666;
	text-align: right;
	vertical-align: middle;
	padding:5px;
	height: 17px;
}

#follow-us img { 
	vertical-align:middle;
}

.widget {
	float: left;
	width: 335px;
	height: 210px;
	text-align:left;
	background: url("http://www.wi2be.com/wp-content/themes/wi2be4/images/widget-fundo.png") no-repeat;
	margin-left: 15px;
}

.widget_blog {
	background: url("http://www.wi2be.com/wp-content/themes/wi2be4/images/fundo_blog.png") no-repeat;
}

.widget #widget_padding {
	padding: 15px;
}

.widget #widget_link {
	text-align:right;
	padding-right: 7px;
	background-position: right;
	font-family: 'Myriad Pro';
	font-weight: bold;
	color: #398b8b;
	margin-top:0px;
	font-size: 11px;
}

.widget #widget_link a {
	font-family: 'Myriad Pro';
	font-weight: bold;
	color: #30a4b4;
	font-size: 11px;
}

.widget h2 {
	font-family: 'Myriad Pro';
	color: #4e6477;
	font-size: 14pt;
}

#baixo {
	margin-bottom: 15px;
}

#wi2beWidgets_corpo {
	max-height: 110px;
	min-height: 110px;
	font-size: 11px;
	color: #4e6477;
}

.wi2beNews h3 {
	font-size: 11px;
	color: #30a4b4;
	font-weight: bold;
}
.wi2beNews span	a {
	font-size: 11px;
	color: #459292;
}

.wi2beDestaque h3 {
	font-size: 11px;
	color: #30a4b4;
	font-weight: bold;
}
.wi2beDestaque span	a {
	font-size: 11px;
	color: #459292;
}

.awesome, .awesome:visited {
	background: #222 url(http://www.wi2be.com/wp-content/themes/wi2be4/images/alert-overlay.png) repeat-x;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
 
	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }

#single-post {
	min-height: 300px;
}	

.search-result {
	padding: 20px;
	background-color: #e5e5e5;
	margin: 20px;
	font-size:10px;
}

.search-result h2 {
	color: #1c96a6;
}

.tabs-app-top {
	background-image: url(http://www.wi2be.com/wp-content/themes/wi2be4/images/prod-feat-top.png); 
	height: 69px;
	text-align: center;
	background-repeat: no-repeat;
	text-align:center;
	clear:both; float:left; width:100%; overflow:hidden;
	padding-top: 20px;
}

#menu2 {
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
  }
#menu2 li {
  float:left; position:relative; right:50%;
 }
#menu2 a {
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	padding:13px;
	color: #24818b;
	font-weight: bold;
}
#menu2 a:hover {
	background-image: url(http://www.wi2be.com/wp-content/themes/wi2be4/images/seta.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.OLD_tabs-app-top ul li {
}
.OLD_tabs-app-top ul li:hover {
}

#styledSheet {
	padding: 0;
	margin: 0;
}

#styledSheet caption {
	padding: 0 0 5px 0;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#styledSheet th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(http://www.wi2be.com/wp-content/themes/wi2be4/images/bg_header.jpg) no-repeat;
}

#styledSheet th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#styledSheet td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

#styledSheet td.alt {
	background: #F5FAFA;
	color: #797268;
}

#styledSheet th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(http://www.wi2be.com/wp-content/themes/wi2be4/images/bullet1.gif) no-repeat;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#styledSheet th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(http://www.wi2be.com/wp-content/themes/wi2be4/images/bullet2.gif) no-repeat;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

.tabs-app-meio {
	background-image: url(http://www.wi2be.com/wp-content/themes/wi2be4/images/prod-feat-meio.png); 
	background-repeat: repeat-y;
	padding: 0 30px 0 0;
	font-size:14px;
	line-height: 1.5em;
	text-align: justify;
	color: #404040;
}

.tabs-app-meio div table tr td {
	padding: 20px;
}

.tabs-app-meio h3 {
	font-size:16px;
	font-weight: bold;
	color: #2f99a7;
}

.tabs-app-bot {
	background-image: url(http://www.wi2be.com/wp-content/themes/wi2be4/images/prod-feat-bot.png); 
	height: 29px;
	background-repeat: no-repeat;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 0px 20px 20px 20px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 20px;
}
.tab_content h3 a{
	color: #254588;
}

.tab_content .imgclick {
	border: 1px solid #ddd;
	padding: 5px;
}

#shadowed-border { padding:20px; color:#1d6d6d; }
#shadowed-border, #shadowed-border .sb-inner { background-color:#d9f1e6; }

/* CAROUSEL */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.carousel{
	position: relative;
	height: 340px;
	width: 1032px;
	overflow: hidden;
    margin: 0 0 25px 18px;
}

.carousel h2{
	color: #fff;
}	

.carousel .backgrounds{
    height: 354px;
}

.carousel .backgrounds .item{
    width: 1032px;
    height: 340px;
    float:left;
    position:relative;
    z-index:1;
}

.carousel .backgrounds .item_1{
    background: transparent url(http://www.wi2be.com/wp-content/themes/wi2be4/images/carousel_bg_arrow.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_2{
    background: transparent url(http://www.wi2be.com/wp-content/themes/wi2be4/images/carousel_bg_arrow.jpg) no-repeat 0 0;
}

.carousel .backgrounds .item_3{
    background: transparent url(http://www.wi2be.com/wp-content/themes/wi2be4/images/carousel_bg_1.jpg) no-repeat 0 0;
}

.carousel .panel{
    background: #404040;
    color: #fff;
    position:absolute;
    right: 0;
    top:0;
    height: 340px;
    width: 300px;
    z-index:10;
	background-image: url(http://www.wi2be.com/wp-content/themes/wi2be4/images/fundocaixa.png); 
	background-repeat: no-repeat; 
	background-position: right;
}

.carousel .panel .paging{
    position:absolute;
    bottom: 25px;
    left:25px;
    width: 255px;    
    text-align:center;   
}

.carousel .panel .paging a{
    color: #4c4c4c;
    font-size: 1.1em;
}

.carousel .panel .pause{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(http://www.wi2be.com/wp-content/themes/wi2be4/images/carousel_pause_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .play{
    position:absolute;
    right:20px;
    top:25px;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(http://www.wi2be.com/wp-content/themes/wi2be4/images/carousel_play_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}


.carousel .panel .paging .next{
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(http://www.wi2be.com/wp-content/themes/wi2be4/images/carousel_next_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .paging .previous{
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width: 18px;
    height: 18px;
    background: transparent url(http://www.wi2be.com/wp-content/themes/wi2be4/images/carousel_previous_bg.gif) no-repeat 0 0;
    text-indent: -6000px;
}

.carousel .panel .paging #numbers a {
    padding: 0 5px 0 5px;
}

.carousel .panel .paging #numbers a.selected {
    color: #fff;
}

.carousel .panel .details_wrapper {
    position:absolute;
    top:20px;
    left:25px;
    width: 225px;
    overflow:hidden;
    height: 230px;
}

.carousel .panel .details_wrapper .details{
    height: 230px;
}

.carousel .panel .details_wrapper .details .detail{
    width: 225px;
    height: 230px;
    float:left;
}

.carousel .panel .details_wrapper .details h2{
	font-family: 'Myriad Pro';
	text-align: left;
    font-size: 24px;
    line-height: 1.2em;
    margin: 0 0 5px 0;
	color: #1ebdd2;
}

.carousel .panel .details_wrapper .details h2 a{
	font-family: 'Myriad Pro';
}

.carousel .panel .details_wrapper .details h3 div{
	font-family: 'Myriad Pro';
}

.carousel .panel .details_wrapper .details h2 a:link{
	color: #1ebdd2;
}

.carousel .panel .details_wrapper .details h3{
	text-align: left;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 5px 0;
	color: #e4e4e4;
}

.carousel .panel .details_wrapper .details a.more{
	font-family: 'Myriad Pro';
	text-align: left;
	color: #1ebdd2;
}   

/* END CAROUSEL */

.formlogin {
	border: 0px;
	font-size: 10px;
}

.formlogin div {
	padding: 5px;
}

.blogTitulo {
	color: #1ebdd2;
}

.blogTitulo a {
	color: #1ebdd2;
}

.blogTitulo a:visited {
	color: #1ebdd2;
}

.blogTitulo a:hover{
	color: #1ebdd2;
	text-decoration: underline;
}

.blogEmbaixoTitulo {
	background-color: #ccc;
	padding: 5px;
	font-size: 10px;
}

.blogLinkComment {
	color: #000;
}

.blogLinkComment a {
	color: #000;
}

.blogLinkComment a:hover {
	color: #000;
	text-decoration: underline;
}

.blogLinkComment a:visited {
	color: #000;
}

} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
		
} /* END print media */
