/*   
Theme Name: Zenko Magazine
Theme URI: http://www.wpzoom.com/zenko/
Description:  A magazine style theme shared at <a href="http://www.nemesismedias.com">Nemesismedia</a>by WPZOOM ,created by Pavel Ciorici
Author: Pavel Ciorici
Tags: magazine style
*/



/* =Global Elements
-------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #333;
	font-size: 100%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal; 	
}

#tudo {
	width: 100%;
	height: 100%;
	
	background: url(images/background2.jpg) center top no-repeat;
}
#busca-top {
	margin:0;
	text-align:right;
	width:977px;
	margin:0 auto;
}
#busca-top input {
	float:right;
	padding:4px !important;
	font-size:14px !important;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; }

* html .clearfix { height: 1%; }

img.aligncenter, img.alignright, img.alignleft { border: 5px solid #DDD; }

.navigation a:link, .navigation a:visited, .comments-navigation a:link, .comments-navigation a:visited {
	border: 1px solid #DDD;
	display: inline-block;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
	font-size: 14px; }

#content-wrap {
	width:980px;
	margin:0 auto; }

* {
	margin:0;
	padding:0; }

html { overflow-y:scroll; }

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,input,button,textarea {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	margin:0;
	padding:0; }

body {
	background: #f1e5d1 url(images/bg.jpg) left top repeat;
	font-family:Arial, Helvetica, sans-serif;
}

ul { list-style:none; }

p { font:1.3em/1.3em; }

a {
	text-decoration:none;
	color:#263B51; }

	a:hover { text-decoration:underline; }

	a img { border:none; }

.floatleft { float:left; }

.floatright { float:right; }

.clear { clear:both; }

.transpBlack { background:url(transpBlack.png); }

/* =Header
-------------------------------------------------------------- */
#header {
	width:980px;
	height: 187px;
	margin:0 auto;
}

#logo {
	float:left;
	height:90px;
	padding:10px 0 0; }

	#logo h1 {
		color:#263B51;
		font-size:80px;
		margin:0;
		padding:0; }

	#logo h5 {
		color:#263B51;
		font-size:16px;
		font-family:Tahoma;
		font-variant:small-caps; }

#ad468 {
	float:right;
	height:60px;
	width:468px;
	padding:50px 0 0; }

/* =Menus
-------------------------------------------------------------- */
.rss-links { float: right }

	.rss-links a { background: url('images/rss.png') no-repeat left 9px; padding-left: 15px !important }

#menu {
	/*background:url(images/menu.png) repeat-x;*/
	height:68px;
	margin:15px 0; }

#menu-wrap {
	width:980px;
	margin:0 auto; }

/* Navigations
-------------------------------*/
ul.nav { margin: 0 }

/* Main navigation */
#nav, #nav ul {
	height: 35px;
	width: 980px;
	float:left;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
	padding-top:6px; }

#nav a {
	color: #e7e7e7;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 5px 7px;
	text-transform: uppercase;
}

	#nav a:hover  {
		color: #fff;
		background:#1F1F1F;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
}
		
		
		.current_page_item a {
		color: #fff;
		background:#1F1F1F;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
 
		} 
   
#footer .current_page_item a, .current_page_item li {
	border:none;
	border:0; }
	
	#sidebar .current_page_item a, .current_page_item li {
	border:none;
	border:0; }

#nav li {
	float: left;
	padding-right:15px;
	_padding-right: 0; }

	/* Style drop down list */
#nav li ul {
		position: absolute;
		width: 200px;
		left: -999em;
		padding-top:0px; }

	#nav li:hover ul, #nav li.sfhover ul { left: auto; }

	#nav li ul li a {
		background: #1F1F1F;
		line-height: 11px;
		font-size: 10px;
		color: #fff;
		width: 150px;
		margin-bottom:0px;
		-moz-border-radius: 3px;
		-html-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border-bottom:1px solid #ccc;
}

		#nav li ul li a:hover {
			background: #3F3E3E;
			color:#fff;
			-moz-border-radius: 3px;
			-html-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
}

	#nav li ul li a { }

	#nav li ul ul { margin: -23px 0 0 164px; }

	#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }

	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }

	/* IE7 Fix */
#nav li:hover, #nav li.hover { position: static; }

ul#footerNav {
	position: absolute;
	top: 27px;
	right: 0; }

	ul#footerNav li {
		float: left;
		display: inline;
		margin-left: 15px; }

#rss {
	float:right;
	padding-top:5px; }

	#rss li {
		display:inline;
		padding:0 10px 0 0; }

		#rss li a {
			color:#fff;
			font-size:11px;
			text-decoration:none;
			padding:0; }

			#rss li a:hover { text-decoration:underline; }

	#rss img {
		vertical-align:middle;
		padding:0;
		margin-right:3px; }

/* =Widgets
-------------------------------------------------------------- */
#popular {
	float:left;
	width:270px;
	margin:0 10px 15px 0; }
	
	#subscribe p {
	padding:0 10px 10px 10px;
	font-size:12px;
	line-height:18px;}

.widget {
	font-size:11px;
	color:#737373;
	padding:0 0 10px; }

	.widget li {
		list-style-type:square;
		list-style-position: inside;
		line-height:20px; }

	.widget h3,#posts h3 {
		background:url(images/blu.png) no-repeat top left;
		height:33px;
		font-family:Arial;
		text-transform:uppercase;
		font-size:10px;
		color:#fff;
		font-weight:400;
		padding:7px 5px 0 10px; }

	.widget small { float:left; }

	.widget img {
		float:left;
		padding:0 5px 3px 0; }

	.widget a {
		font-weight:700;
		font-family:Tahoma; }

/* = Main Area - Principal
-------------------------------------------------------------- */

#featured {
	float:left;
	width:455px;
	height:312px;
	overflow:hidden;
	position:relative; 
	background: url(images/bg_destaque.png) left top no-repeat;
	}
	
	
#featured-wrap {
	float:left;
	width:470px;
 
  }

	
	#esquerda h3 {
    background:url(images/black.png) repeat-x top left;
		width: 700px;
		height:28px;
		font-family:Arial;
		text-transform:uppercase;
		font-size:10px;
		color:#fff;
		font-weight:400;
		padding:7px 5px 0 10px;
		}
		
h3.titulo {
    background:url(images/black.png) repeat-x top left;
		height:33px;
		font-family:Arial;
		text-transform:uppercase;
		font-size:10px;
		color:#fff;
		font-weight:400;
		padding:7px 5px 0 10px;
		}

.fimage {
	float:left;
	width:200px; }

#tabs ul {
	text-transform:uppercase;
	position:absolute;
	left:200px; }

#tabs li { float:left; }

	#tabs li a {
		font-family:Arial;
		font-size:10px;
		color:#fff;
		background:#333;
		display:inline;
		float:left;
		height:20px;
		width:72px;
		text-align:center;
		border-right:1px solid #181818;
		padding:10px 0 0; }

		#tabs li a.tabactive {
			background:#181818;
			display:block;
			float:left;
			text-decoration:none; }

.fcontent1, .fcontent2, .fcontent3 {
	float:left;
	width:200px;
	color:#D1D1D0;
	font-size:12px;
	overflow:hidden;
	padding:33px 10px 15px; }

.fcont {
	float:left;
	width:200px;
	color:#D1D1D0;
	font-size:12px;
	overflow:hidden;
	padding:38px 10px 15px;
	height:240px; }

	.fcont a {
		color:#D1D1D0;
		font-weight:700; }

	.fcont h2 a {
		font-family:Georgia;
		color:#D1D1D0;
		font-size:22px;
		font-weight:400;
		padding-bottom:3px; }

	.fcont small {
		font-style:italic;
		line-height:20px;
		margin-bottom:5px;
		font-size:11px; }

.fimage {
	float:left;
	width:200px; }

#recent {
	float:right;
	width:270px; }

	#recent li {
		display:block;
		float:left;
		padding:4px 0 4px 0;
		border-bottom:1px dotted #ccc;
		clear:both;
		width:100%; 
		line-height:normal;}

		#recent li:hover {
			background:#E9E8E8;
			border-bottom:1px dotted #646464; }

	#recent small a {
		font-size:10px;
		font-family:Arial;
		color:#737373;
		text-transform:none; }

	#recent small {
		font-style:italic;
		font-size:10px;
		font-family:Arial;
		color:#737373; }

	#recent h3 {
		background:url(images/black.png) no-repeat top left;
		height:30px;
		font-family:Arial;
		text-transform:uppercase;
		font-size:10px;
		color:#fff;
		font-weight:400;
		padding:7px 5px 0 10px; }

#middle {
	width:670px;
	float:left;
	padding:0 10px 0 0; }

.block {
	font-size:12px;
	color:#444;
	padding:0 0 10px; }

	.block h3 {
		background:url(images/blu.png) no-repeat top left;
		height:33px;
		font-family:Georgia;
		text-transform:uppercase;
		font-size:16px;
		color:#fff;
		font-weight:400;
		padding:3px 5px 0 10px; }

		.block h3 a { color:#fff; }

h3.green { background:url(images/green.png) no-repeat top left; }

h3.black { background:url(images/black.png) no-repeat top left; }

h3.blue { background:url(images/blu.png) no-repeat top left; }

h3.pink { background:url(images/pink.png) no-repeat top left; }

.firstn {
	width:245px;
	float:left;
	font-size:12px;
	line-height:20px;
	color:#444; }

	.firstn h2 {
		font-size:17px;
		font-weight:400;
		font-family:Georgia;
		color:#181818;
		font-style:italic; }

	.firstn small {
		font-style:italic;
		line-height:20px;
		margin-bottom:5px;
		font-size:10px;
		color:#525252; }

	.firstn img {
		float:left;
		width:235px;
		padding:0 5px 5px 0; }

.rightn a {
	font-family:Georgia;
	font-size:16px;
	line-height:normal; }
	
	.rightnp a {
	font-size:16px;
	line-height:normal; }

.rightn p a, .rightnp p a {
	font-weight:700;
	font-size:10px; }

.righthumb { float:left; }

.rightcont {
	float:left;
	width:320px; }

.rightcontp {
	float:left;
	width:520px; 
}

 .rightcontp a { font-weight:700; }

.firstn p a { font-weight:700; }

.bubble {
	background:transparent url(images/bb.png) no-repeat;
	color:#fff;
	float:right;
	height:17px;
	padding-top:0px;
	text-align:center;
	width:19px;
	margin-top:2px;
	margin-left:10px; }

	.bubble a {
		color:#fff;
		font-size:10px;
		font-weight:700;
		font-family:Arial; }

#postsn { width:660px; }

#posts {
	width:660px;
	float:left;
	padding:0 10px 0 0; }

#middlesb {
	width:160px;
	float:left; }

#tab-comments {
	margin:0px;
	padding:0px;
	color:#525252; }

	#tab-comments li {
		overflow:hidden;
		list-style: none;
		line-height:16px;
		padding:0 0 5px 0; }

.tab-comments-avatar { margin:0px 3px 3px 0px; }

.rightnp {
	width:640px;
	float:left;
	font-size:12px;
	color:#444;
	line-height:20px;
	padding:0px 0 2px 0; }

.rightn {
	width:420px;
	float:left;
	font-size:11px;
	color:#444;
	line-height:18px;
	padding:3px 0 2px; }

.rightnp li {
	border-bottom:1px solid #ccc;
	margin-top:10px; }

.rightn img {
	float:left;
	width:90px;
	padding:0 7px 7px 0; }

.rightnp img {
	float:left;
	width:130px;
	padding:0 7px 7px 0; }

.rightn small a, .rightnp small a {
	font-size:10px;
	font-family:Arial;
	color:#737373; }

.rightn small, .rightnp small {
	font-size:10px;
	font-family:Arial;
	color:#737373; }

.rightn li, .rightnp li {
	display:block;
	padding:0 0 10px;
	border-bottom:1px solid #ccc;
	margin-bottom:13px; }

/* =Posts
-------------------------------------------------------------- */
.gallery .gallery-item { float: left; margin: 0 1em 1em 0 }

.attachment { margin: 1em 0 }

.post {
	float:left;
	padding-right:20px;
	font-size:12px;
	line-height:22px;
	color:#444; }

	.post a {
		color:#154A7F;
		font-weight:700; }

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

	.post blockquote {
		border-left:3px solid #ccc;
		color:#777;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:12px;
		font-style:italic;
		line-height:1.8em;
		padding-left:10px;
		clear:both;
		margin:10px 20px 10px 30px; }

	.post hr {
		height:1px;
		border-bottom:1px solid #ccc;
		border-top:none;
		margin-bottom:5px;
		clear:both; }

	.post h2 {
		font-family:Arial;
		font-size:18px;
		font-weight:700;
		padding-bottom:5px;
		line-height:24px;
		color:#333; }

	.post h3 { font-size:24px; }

	.post h4 { font-size:21px; }

	.post h5 { font-size:18px; }

	.post h6 { font-size:16px; }

	.post h3,h4,h5,h6 {
		color:#333;
		padding-bottom:10px;
		font-weight:700; }

	.post li ol {
		line-height:25px;
		padding-left:10px; }

	.post p { padding:0 0 15px; }

	.post ul li {
		line-height:25px;
		list-style:square; }

	.post small {
		font-size:10px;
		text-transform:uppercase; }

	.post ul li:hover { line-height:25px; }

	.post ul,.post ul,ol { padding:10px 0 20px 20px; }

.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:5px solid #DDDDDD; }

.alignnone { border:5px solid #DDDDDD; }

.alignleft {
	float:left;
	margin:0 10px 0 0; }

	.alignleft img {
		float:left;
		margin:0 10px 0 0;
		border:5px solid #DDDDDD; }

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

	.alignright img {
		float:right;
		margin:10px 10px 5px 10px;
		border:5px solid #DDDDDD; }

.floatleft,#more_left { float:left; }

/* Captions */
.aligncenter, div.aligncenter {
	border:5px solid #DDDDDD;
	display: block;
	margin-left: auto;
	margin-right: auto; }

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #DCDCDC;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; }

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

	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 14px;
		padding: 0 3px 5px;
		margin: 0;
		font-style:italic; }

ul,#socialicons ul { list-style:none; }

#socialicons {
	border-top:2px solid #6B4390;
	color:#FFF;
	float:left;
	width:650px;
	background:#6B4390;
	height:30px;
	margin:10px 0 0;
	padding:0 0 3px; }

	#socialicons img {
		margin-right:5px;
		padding-bottom:3px; }

	#socialicons ul { padding:3px 0 0 20px; }

	#socialicons li {
		border:none;
		display:inline;
		float:left;
		padding-right:19px; }

	#socialicons small {
		color:#4c4d50;
		font-family:arial, "lucida console", sans-serif;
		font-size:10px;
		font-weight:700;
		text-transform:uppercase; }

		#socialicons small a {
			border-bottom:none;
			color:#FFF;
			text-decoration:none; }

			#socialicons small a:hover {
				border-bottom:none;
				color:#030a1f; }

		#socialicons small img {
			border:none;
			vertical-align:middle; }

/* Comments
-------------------------------------------------------------- */
.children {
	padding: 0 0 0 40px;
	margin-left:35px; }
.comment-author-admin {
background:url(images/author.jpg) no-repeat top right;
}

.authorcomm {
	float:left;
	margin:0;
	padding:0;
	width:70px;
	text-align:center;
	line-height:12px;
	font-size:13px; }

	.authorcomm a {
		text-decoration:none;
		font-weight:bold; }

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

.reply a {
	padding:2px 5px;
	margin-left:55px;
	font-weight:normal;
	text-transform:uppercase;
	background:#333;
	width:50px;
	font-size:9px;
	text-align:center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:none;
	color:#fff; }

	.reply a:hover {
		background:#CA2B57;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px; }

#respond { float:left; }

#navigation {
	width:100%;
	height:30px;
	float:left; }

.cancel-comment-reply a {
	padding:2px 5px;
	margin-bottom:5px;
	margin-left:55px;
	font-weight:700;
	text-transform:uppercase;
	background:#333;
	font-size:10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:none;
	color:#fff; }

	.cancel-comment-reply a:hover {
		background:#CA2B57;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px; }

.comment-meta  a {
	font-weight:normal;
	border-bottom:none;
	font-size:9px;
	color:#5F5F5F;
	font-style:italic; }

.comment-meta {
	padding-bottom:5px;
	border-bottom:3px solid #ccc;
	margin-left:55px; }

.fn {
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	font-style:normal; }

.says { display:none; }

#comments li {
	width:100%;
	padding:10px 0 10px;
	display:block;
	float:left; }
.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 5px 0px 0px;
	padding: 5px 5px 0px 0px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	}
	
.comment {
	float:left;
	padding:0px 0 20px;
	font-size:11px; }

	.comment p {
		margin-left:55px;
		line-height:20px;
		padding:0 0 3px 0;
		color:#333; }

body.ie6 #comments li.bgCH {
	background-color:#eee;
	background-image:none; }

.field {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:solid 1px #ddd;
	border-top-color:#ccc;
	background:#fff
	letter-spacing:.1em;
	padding:6px; }

#commentform textarea { width:76%; height:130px; }

#submit,.submit,label { cursor:pointer; }

#commentform label {
	padding-left:24px;
	font-weight:900; }

	#commentform label span,#comments .chead p.date { color:#999; }

.btn {
	display:block;
	width:140px;
	height:40px;
	line-height:normal;
	text-align:center;
	color:#e1e1e1;
	font-size:10px;
	text-transform:uppercase;
	font-weight:700;
	margin-left: -20px;
	background:transparent url('images/btns-a00.png') no-repeat left top; }

	.btn:hover {
		text-decoration:none;
		background-position:left bottom; }

	.btn:active { color:#888; }

input.btn { border:none; }

#commentform .btn { background-position:right top; }

	#commentform .btn:hover { background-position:right bottom; }

#comments {
	float:left;
	margin-top:40px;
	width:640px; }

#respond {
	margin-top:0px;
	float:left; }
	
	#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}

#comments li h3 {
	margin-top:15px;
	margin-left:55px;
	font-size:16px; }

.avatar { float:left; }

.comtext {
	font-size:11px;
	float:left;
	padding-left:8px;
	width:590px; }

	.comtext small {
		display:block;
		font-weight:400;
		font-style:normal;
		border-bottom:2px solid #ccc; }

/* =Sidebar
-------------------------------------------------------------- */
#sidebar {
  float:left;
	width:300px; }
	
	#sidebar .widget {
	 color:#333;
	 }

#sidebar_left {
	float:left;
	width:145px;
	padding-right:10px; }

#sidebar_right {
	float:left;
	width:145px; }

#flickr { float:left; width:100%; }
 
	#flickr a {
		display:block;
		float:left;
		text-align:left;
		width:68px;
		padding:0 6px 5px 0; }

	#flickr img {
		border:2px solid #D3DDE5;
		height:65px;
		width:65px;
		padding:0; }
		 
		#flickr img:hover { border:2px solid #0C2B41; }

/* =Forms
-------------------------------------------------------------- */
fieldset,img { border:0; }

#search {
	float:right;
	font-size:10px;
	color:#fff;
	height:20px;
	padding:8px 10px 0 0; }

#searchform {
	background:url(images/search.png) no-repeat;
	width:92px;
	height:15px; }

	#searchform label,#searchform .submit { display:none; }

#se {
	background:none;
	border:0;
	height:15px;
	width:80px;
	margin:1px 16px 0 0;
	padding:0 15px 0 5px;
	color:#656668; }

#searchform input:focus { border:0; }

input, textarea, text {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:solid 1px #ddd;
	border-top-color:#ccc;
	background:#fff url('images/bg-form0.png') repeat-x left 1px;
	padding:6px; }
	
	 textarea{
	height:150px; }

/* =WP-PageNavi
-------------------------------------------------------------- */
.wp-pagenavi {
	font-size: 10px;
	margin-top:10px;
	text-align: center;
	padding-top:10px; }

	.wp-pagenavi .current, .wp-pagenavi a:link, .wp-pagenavi a:visited {
		padding:2px 4px 2px 4px;
		text-decoration: none;
		margin: 0 0.3em;
		font-weight:700;
		font-size:11px; }

	.wp-pagenavi .current {
		background:#263B51;
		color:#ccc;
		font-weight:700; }

	.wp-pagenavi a:hover { border:1px solid #263B51; }

/* =Footer
-------------------------------------------------------------- */
#footer {
	background: url(images/backfooter.jpg) center top repeat;
	border-top:1px solid #fff;
	padding-top:3px;
	height: 502px;
	margin:20px 0 0 0; }

#fside {
	float:left;
	width:100%;
	padding:0 0 20px; }

#copyright {
	background:#3c3c3c;
	color:#C4C4C4;
	line-height:19px;
	font-size:11px;
	border-top:1px solid #525252;
	text-align:center;
	padding:20px 45px 30px 20px; }

	#copyright a {
		color:#c4c4c4;
		border-bottom:1px dotted #ccc; }

		#copyright a:hover {
			color:#c4c4c4;
			border-bottom:none;
			text-decoration:none; }

.footer-wrap {
	width:980px;
	margin:0 auto; }

#footer .widget {
	width:200px;
	float:left;
	color:#C4C4C4;
	line-height:19px;
	font-size:11px;
	padding:5px 45px 0 0; }

	#footer .widget ul { padding:0 0 0 15px; }

	#footer .widget a { color:#c4c4c4; }

	#footer .widget h3 {
		background:none;
		height:22px;
		font-family:Georgia;
		text-transform:uppercase;
		font-size:15px;
		color:#aeaeae;
		font-weight:400;
		margin-bottom:10px;
		border-bottom:1px solid #595959;
		padding:7px 5px 0 10px; }

/* Calendar */
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }

#wp-calendar a { text-decoration: none; }

#wp-calendar caption {
	font-weight:bold;
	text-align: center; }

#wp-calendar th {
	font-style:normal;
	font-weight:normal;
	text-transform: capitalize; }

#wp-calendar {
	empty-cells: hide;
	width: 200px; }

	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right; }

	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left; }

	#wp-calendar a {
		display: block;
		background-color:#D3CFBE; }

	#wp-calendar #today { background-color:#BDC6D5; }

	#wp-calendar caption {
		text-align: center;
		width: 100%; }

	#wp-calendar td {
		text-align: center;
		background-color:#EAE8DF; }

	#wp-calendar .pad { background-color:#F5F4F1; }

/* Search Highlighter */
.hilite, .hilite1, .hilite2, .hilite3, .hilite4, .hilite5, .hilite6, .hilite7,
.hilite8, .hilite9 {
	background-color: #FDEC35;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px; }

#highlight_info {
	left:0px;
	z-index:-50;
	width:2px;
	height:2px;
	bottom:1px; }

#nav li.menu_home {
	margin: 0;
	padding: 0;
	margin-left: 5px;
	_margin-left: 2px;
}

#nav li.menu_home a {
	width: 	90px;
	height: 68px;
	
	display: block;
	
	text-decoration: none;
	
	background: url(images/home.jpg) left top no-repeat;
	text-indent: -3000px;
	padding: 0;
	margin: 0;
}

#nav li.menu_home a:hover{
	
	background: url(images/home.jpg) left top no-repeat;
	background-color: none;
}

#nav li.menu_tvmargarida {
	padding: 0; margin: 0;
}

#nav li.menu_tvmargarida a {
	width: 	107px;
	height: 68px;
	
	display: block;
	
	text-decoration: none;
	
	background: url(images/tvmargarida.jpg) left top no-repeat;
	text-indent: -3000px;
	padding: 0;
	margin: 0;
}

#nav li.menu_tvmargarida a:hover{
	
	background: url(images/tvmargarida.jpg) left top no-repeat;
	background-color: none;
}

#nav li.menu_radiomargarida {
	padding: 0; margin: 0;
}

#nav li.menu_radiomargarida a {
	width: 	136px;
	height: 68px;
	
	display: block;
	
	text-decoration: none;
	
	background: url(images/radiomargarida.jpg) left top no-repeat;
	text-indent: -3000px;
	padding: 0;
	margin: 0;
}

#nav li.menu_radiomargarida a:hover{
	
	background: url(images/radiomargarida.jpg) left top no-repeat;
	background-color: none;
}

#nav li.menu_publicacoesmargarida {
	padding: 0; margin: 0;
}

#nav li.menu_publicacoesmargarida a {
	width: 	169px;
	height: 68px;
	
	display: block;
	
	text-decoration: none;
	
	background: url(images/publicacoesmargarida.jpg) left top no-repeat;
	text-indent: -3000px;
	padding: 0;
	margin: 0;
}

#nav li.menu_publicacoesmargarida a:hover{
	
	background: url(images/publicacoesmargarida.jpg) left top no-repeat;
	background-color: none;
}

#nav li.menu_institucional {
	padding: 0; margin: 0;
}

#nav li.menu_institucional a {
	width: 	112px;
	height: 68px;
	
	display: block;
	
	text-decoration: none;
	
	background: url(images/institucional.jpg) left top no-repeat;
	text-indent: -3000px;
	padding: 0;
	margin: 0;
}

#nav li.menu_institucional a:hover{
	
	background: url(images/institucional.jpg) left top no-repeat;
	background-color: none;
}

#nav li.menu_projetos {
	padding: 0; margin: 0;
}

#nav li.menu_projetos a {
	width: 	90px;
	height: 68px;
	
	display: block;
	
	text-decoration: none;
	
	background: url(images/projetos.jpg) left top no-repeat;
	text-indent: -3000px;
	padding: 0;
	margin: 0;
}

#nav li.menu_projetos a:hover{
	
	background: url(images/projetos.jpg) left top no-repeat;
	background-color: none;
}

#nav li.menu_servicos {
	padding: 0; margin: 0;
}

#nav li.menu_servicos a {
	width: 	91px;
	height: 68px;
	
	display: block;
	
	text-decoration: none;
	
	background: url(images/servicos.jpg) left top no-repeat;
	text-indent: -3000px;
	padding: 0;
	margin: 0;
}

#nav li.menu_servicos a:hover{
	
	background: url(images/servicos.jpg) left top no-repeat;
	background-color: none;
}

#nav li.menu_produtos {
	padding: 0; margin: 0;
}

#nav li.menu_produtos a {
	width: 	91px;
	height: 68px;
	
	display: block;
	
	text-decoration: none;
	
	background: url(images/produtos.jpg) left top no-repeat;
	text-indent: -3000px;
	padding: 0;
	margin: 0;
}

#nav li.menu_produtos a:hover{
	
	background: url(images/produtos.jpg) left top no-repeat;
	background-color: none;
}

#nav li.menu_downloads {
	padding: 0; margin: 0;
}

#nav li.menu_downloads a {
	width: 	88px;
	height: 68px;
	
	display: block;
	
	text-decoration: none;
	
	background: url(images/downloads.jpg) left top no-repeat;
	text-indent: -3000px;
	padding: 0;
	margin: 0;
}

#nav li.menu_downloads a:hover {
	background: url(images/downloads.jpg) left top no-repeat;
	background-color: none;
}

div#conteudo-clipping {
	/*float: rigth; 
	width: 262px; 
	height: 312px; 
	background: url(images/bg_clipping.png) right top no-repeat;
	*/
	width: 262px; 
	height: 312px;
	float: left; 
	background: url(images/bg_clipping.png) no-repeat; 
	padding-left: 0px; 
	padding-top:0px;
}

div#conteudo-banner {
	float: left; 
	width: 262px; 
	height: 312px; 
	background: url(images/bg_banner.png) left top no-repeat;
}

div#tvmargarida {
	width: 719px; 
	height: 421px; 
	background: url(images/backtv.png) left top no-repeat; 
	float: left;	
}

div#videomargarida object {
	width: 100px;	
}

div#radiomargarida {
	float: left; width: 261px; height: 310px; background: url(images/backradio.png) left top no-repeat;	
}

div#galeriamargarida {
	width: 351px; 
	height: 339px; 
	float: left; 
	background: url(images/backgaleria.png); 
	padding-left: 15px; 
	padding-top: 0;
}

div#bibliotecamargarida {
	width: 340px; 
	height: 302px; 
	float: left; 
	background: url(images/backbiblioteca.png); 
	padding-left: 9px; 
	padding-top:54px;
}

div#servicosmargarida {
	width: 261px; height: 232px; float: left; background: url(images/backservicos.png);	font-size: 12px;
}

div#enquetemargarida {
	width: 261px; float: left; 	
}
div#topoenquete {
	width: 261px; height: 38px; float: left; background: url(images/backenquete.png);
}
div#conteudoenquete {
	width: 222px;
	padding: 12px;
	margin-left: 8px;
	height: auto;
	background: #fff;
	float:left;
	clear:left;
	background: url(images/bgcontenquete.jpg);
}

div#esquerda {
	width: 719px;
	float: left;
	height: auto;
}

div#direita {
	float: right;
	width: 261px;
	height: auto;
}

div#topoleitura {
	background: url(images/topoleitura.png) left top no-repeat;
	width: 714px;
	height:38px;
	padding-top: 8px;
}

div#topoleitura a {
	display: block;
	margin-left: 28px;
	color: #fff;
	text-transform: uppercase;
}

div#conteudoleitura {
	width: 668px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-left: 15px;
	background: #fff;
}

div#conteudoleitura a {
	color: #6b4390;
	border-bottom: 1px dashed #6b4390;
}

div#conteudoleitura a:hover {
	color: #6b4390;
	border-bottom: 1px solid #6b4390;
	text-decoration: none;
}

div#rodapeleitura {
	background: url(images/rodapeleitura.png) left top no-repeat;
	width: 692px;
	height: 40px;
	float: left;
	margin-left: 15px;
}

#submenu_institucional {
	width: 261px; 
	height: 312px; 
	float: right; 
	background: url(images/bg_submenu.png) left top no-repeat;
}

#conteudo_submenu a {
	font-weight: bold;
	font-size: 14px;
	color: #6B4390;
}

p.mais_arquivosbiblioteca a {
	background: #fff;
	padding: 2px;
	text-align: right;
}

p.mais_arquivosbiblioteca a:hover {
	background: #72BDC4;
	text-decoration: none;
	color: #fff;
}

p.mais_arquivosgaleria a {
	color: #fff;
	background: #B8937C;
	padding: 2px;
	text-align: right;
}

p.mais_arquivosgaleria a:hover {
	background: #D5BFAA;
	text-decoration: none;
	color: #fff;
}

div#segura_footer {
	width: 980px;
	height: 400px;
	
	margin: 0 auto;
}

div#marcas {
	width: 806px;
	height: 97px;
	
	margin: 10px auto;
}

div#marcas p a.child {
	width: 210px;
	height: 97px;
	
	float: left;
	display: block;
	text-indent: -3000px;
	
	background: url(images/childhood.jpg) left top no-repeat;
}

div#marcas p a.petrodesen {
	width: 147px;
	height: 97px;
	
	float: left;
	display: block;
	text-indent: -3000px;
	
	background: url(images/petrodesenvolvimento.jpg) left top no-repeat;
}

div#marcas p a.petrobras {
	width: 245px;
	height: 97px;
	
	float: left;
	display: block;
	text-indent: -3000px;
	
	background: url(images/petrobras.jpg) left top no-repeat;
}

div#marcas p a.brasilumpais {
	width: 201px;
	height: 97px;
	
	float: left;
	display: block;
	text-indent: -3000px;
	
	background: url(images/brasil.jpg) left -8px no-repeat;
}

div#inforadio {
	width: 386px;
	height: 150px;
	
	float: left;
	margin-left: 94px;
	_margin-left: 44px;
}

div#inforadio p {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	width: 400px;
}

div#formcontato {
	width: 380px;
	
	margin-left: 60px;
	
	float: left;
}

div#formcontato div {

}


/* TV Margarida Obs: Direita é esquerda e esquerda é direita */
div#tvmargaridainterna {
	width: 980px;
	margin: 0 auto;
	
	background: url(images/bgazul.jpg) left top repeat;
}

div#topotvinterna {
	width: 980px;
	height: 186px;
	
	background: url(images/abainternatv.png) 30px 0 no-repeat;
}

div#participetv {
	width: 268px;
	height: 218px;
	
	float: right;
	margin-right: 30px;
	margin-top: 5px;
}

div#participetv a {
	width: 268px;
	height: 218px;
	
	display: block;
	text-indent: -3000px;
	
	background: url(images/bgparticipetv.png) left top no-repeat;
}

div#direitatvinterna {
	width: 461px;
	float: left;	
	margin-left: 30px;
	margin-top: 10px;
	padding-bottom: 40px;
}

div#destaquetvinterna {
	width: 461px;
	height: 476px;
	
	float: left;
	background: url(images/bgemdesttvint.png) left top no-repeat;
}

div#esquerdatvinterna {
	width: 443px;
	float: left;	
	margin-left: 30px;
	margin-top: 4px;
	padding-bottom: 40px;
}

div#ultimostvmargarida {
	width: 443px;
	height: 826px;
	float: left;
	background: url(images/bgulltvideos.png) left top no-repeat;
}

div#videoinstinterna {
	width: 462px;
	height: 81px;
	
	float: left;
	clear: left;

	margin-top: 5px;
}

div#videoinstinterna a {
	width: 462px;
	height: 81px;
	
	float: left;
	clear: left;
	
	background: url(images/bgvideoinst.png) left top no-repeat;
	display: block;
	text-indent: -3000px;
}

div#classitvinterna {
	width: 439px;
	height: 183px;
	
	float: left;
	
	background: url(images/bgtvclassi.png) left top no-repeat;
}

div#classitvinterna a.maisvistos {
	width: 130px;
	height: 25px;
	
	background: url(images/maisvistos.jpg) left top no-repeat;
	
	float: left;
	
	margin: 85px 0 0 34px;
	
	display:block;
	text-indent: -3000px;
}

div#classitvinterna a.videosprojetos {
	width: 192px;
	height: 25px;
	
	background: url(images/videosprojetos.jpg) left top no-repeat;
	
	float: left;
	
	margin: 85px 0 0 10px;
	
	display:block;
	text-indent: -3000px;
}

div#classitvinterna a.maisvotados {
	width: 152px;
	height: 27px;
	
	background: url(images/maisvotados.jpg) left top no-repeat;
	
	float: left;
	clear:left;
	
	margin: 18px 0 0 34px;
	
	display:block;
	text-indent: -3000px;
}

div#classitvinterna a.temasdiversos {
	width: 164px;
	height: 27px;
	
	background: url(images/temasdiversos.jpg) left top no-repeat;
	
	float: left;
	
	margin: 18px 0 0 10px;
	
	display:block;
	text-indent: -3000px;
}

div#criancaseadolescentetv {
	width: 461px;
	height: 467px;
	
	float: left;
	clear: left;
	
	margin-top: 15px;
	
	background: url(images/bgcriancasado.png) left top no-repeat;
}


p.sobrevideo a {
	color: #904D0C;	
	background: url(images/bgemdesttvint.png) center center;
	padding: 1px;
}

p.sobrevideo a:hover {
	background: #904D0C;
	color: #EEF7CB;
	text-decoration: none;
}
h2.titulocriancas a {
	color: #7e4777;		
}
p.sobrevideocriancas a {
	color: #7e4777;	
	padding: 1px;
}

p.sobrevideocriancas a:hover {
	background: #7e4777;
	color: #fff;
	text-decoration: none;
}

h2.ultimostitulo a {
	color: #8f6b56;	
}

p.sobreultimos a {
	color: #8f6b56;	
}

p.sobreultimos a:hover {
	background: #8f6b56;	
	color: #fff;
	text-decoration: none;
}

/*	Rádio Margarida */

/* TV Margarida Obs: Direita é esquerda e esquerda é direita */
div#radiomargaridainterna {
	width: 980px;
	margin: 0 auto;
	
	background: url(images/bgazul.jpg) left top repeat;
}

div#toporadiointerna {
	width: 980px;
	height: 186px;
	
	background: url(images/abainternaradio.png) 30px 0 no-repeat;
}

div#participeradio {
	width: 268px;
	height: 218px;
	
	float: right;
	margin-right: 30px;
	margin-top: 5px;
}

div#participeradio a {
	width: 268px;
	height: 218px;
	
	display: block;
	text-indent: -3000px;
	
	background: url(images/bgparticiperadio.png) left top no-repeat;
}

div#classiradiointerna {
	width: 439px;
	height: 183px;
	
	float: left;
	
	background: url(images/bgradioclassi.png) left top no-repeat;
}

div#classiradiointerna a.maisouvidos {
	width: 141px;
	height: 25px;
	
	background: url(images/maisouvidos.jpg) left top no-repeat;
	
	float: left;
	
	margin: 80px 0 0 28px;
	
	display:block;
	text-indent: -3000px;
}

div#classiradiointerna a.arquivosprojetos {
	width: 210px;
	height: 25px;
	
	background: url(images/arquivosdeprojetos.jpg) left top no-repeat;
	
	float: left;
	
	margin: 80px 0 0 39px;
	
	display:block;
	text-indent: -3000px;
}

div#classiradiointerna a.maisvotadosradio {
	width: 152px;
	height: 27px;
	
	background: url(images/maisvotadosradio.jpg) left top no-repeat;
	
	float: left;
	clear:left;
	
	margin: 18px 0 0 28px;
	
	display:block;
	text-indent: -3000px;
}

div#classiradiointerna a.temasdiversosradio {
	width: 164px;
	height: 27px;
	
	background: url(images/temasdiversosradio.jpg) left top no-repeat;
	
	float: left;
	
	margin: 18px 0 0 27px;
	
	display:block;
	text-indent: -3000px;
}

div#ultimosradiomargarida {
	width: 438px;
	height: 674px;
	float: left;
	background: url(images/bgultradio.png) left top no-repeat;
}


div#musicasradio {
	width: 461px;
	height: 307px;
	
	float: left;
	background: url(images/bgmusicasradio.png) left top no-repeat;
}

div#radionovelasradio {
	width: 461px;
	height: 273px;
	
	float: left;
	background: url(images/bgradionovelas.png) left top no-repeat;
	
	margin-top: 23px;
}

div#spotsradio {
	width: 461px;
	height: 307px;
	
	float: left;
	background: url(images/bgspotsradio.png) left top no-repeat;
	margin-top: 23px;
}


#paginaleituraarchive {
	background: url(images/bgazul.jpg) repeat scroll left top;
	width: 955px;
	padding-left: 20px;
	padding-bottom: 20px;
	float: left;
}

/*	SIDEBAR LEITURA		*/

.leia_mais_noticias_bg {
	width: 233px;
	height: 147px;
	float: left;
	clear: both;
	background: url(images/leia_mais_noticias.jpg) left top no-repeat;
	margin-bottom: 15px;
}

.titulo_mais_noticia {
	color: #6B4390;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
	float:left;
	clear: left;
	margin-left: 10px;
}

.leia_mais_clippings_bg {
	width: 233px;
	height: 147px;
	float: left;
	clear: both;
	background: url(images/leia_mais_clippings.jpg) left top no-repeat;
	margin-bottom: 15px;
}

.leia_mais_galerias_bg {
	width: 229px;
	height: 146px;
	float: left;
	clear: both;
	background: url(images/new-veja-outras-galerias.jpg) left top no-repeat;
	margin-bottom: 15px;
}

.leia_mais_videos_bg {
	width: 233px;
	height: 147px;
	float: left;
	clear: both;
	background: url(images/leia_mais_videos.jpg) left top no-repeat;
	margin-bottom: 15px;
}

.leia_mais_audios_bg {
	width: 233px;
	height: 147px;
	float: left;
	clear: both;
	background: url(images/leia_mais_audios.jpg) left top no-repeat;
	margin-bottom: 15px;
}

.leia_mais_impressos_bg {
	width: 233px;
	height: 147px;
	float: left;
	clear: both;
	background: url(images/leia_mais_impressos.jpg) left top no-repeat;
	margin-bottom: 15px;
}

.leia_mais_campanhas_bg {
	width: 233px;
	height: 147px;
	float: left;
	clear: both;
	background: url(images/veja_mais_campanhas.jpg) left top no-repeat;
	margin-bottom: 15px;
}

#mais_populares {
	width: 233px;
	height: 120px;
	float: left;
	clear: both;
	margin-bottom: 15px;
	margin-left: 10px;
}

h2.titulo_populares {
	color: #6B4390;
	margin-bottom: 5px;
}

.ico_views, .ico_ratings, .ico_print {
	margin-bottom: 10px;
	font-size: 13px;
}


#barra_atalho {
	width: 100%;
	height: 20px;
	padding: 5px 0;
	margin-bottom: 5px;
	
	background: #BC1300;
}


/*LINKS MARGARIDA	*/
div#links_margarida {
	width: 727px;
	height: 145px;
	
	float: left;
	clear:left;
	background: url("images/bg_links.png") left top no-repeat;
}

div#links_margarida a {
	width: 727px;
	height: 145px;
	display: block;
	float: left;
	clear:left;
	background: url("images/bg_links.png") left top no-repeat;
}



