/*  
Theme Name: Minas Power Trend
Theme URI: http://www.minaspowertrend.com.br
Description: Tema desenvolvido para o blog Minas Power Trend
Version: 1.0
Author: 5Clicks
Author URI: http://www.5clicks.com.br
*/
html { background:url(images/bg.jpg) repeat-y center top #fff; }
body {
	background: url(images/top-2.jpg) no-repeat center top;
	font: 75%/170% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
}
a {
	color: #44a1d0;
	text-decoration: none;
}
a:visited { color: #5EAFD7; }
a:hover { text-decoration: underline; }
p { margin: 0px 0px 15px; }
img { border: none; }
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li { margin: 0px; }
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li { margin: 0px; }
form {
	margin: 0px;
	padding: 0px;
}
small { font-size: 90%; }
#page { /*background: url(images/main-bg.jpg) no-repeat center top;*/ }
#wrapper {
	width: 900px;
	margin: 0px auto;
	position: relative;
}
/* ------------------------------------- header area  */
#header { height: 330px; }
/* site title */
h1 {
	position: absolute;
	top: 110px;
	left: -5px;
	margin: 0px;
	padding: 0px;
}
h1 a, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	width:560px;
	height:95px;
	text-indent:-9999px;
	background:url(images/minas-tren-preview.jpg) no-repeat top left;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
#header #oficina {
	display:block;
	width:212px;
	height:73px;
	text-indent:-9999px;
	background:url(images/oficina-top.jpg) no-repeat top left;
	position:relative;
	top:205px;
	left:555px;
}
.description {
	position: absolute;
	top: 77px;
	left: 25px;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
}
/* search form */
#searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/searchform-bg.png) no-repeat right bottom;
	height: 37px;
	width: 210px;

}
#s {
	background: url(images/search-bg.jpg) no-repeat top left;
	height: 17px;
	width: 143px;
	padding: 7px 10px 8px 10px;
	color: #999999;
	border: none;
}
#search table{ margin:10px 0 0 0px;}
#searchform #searchsubmit {
	background: url(images/search-btn.png) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}
/* ------------------------------------- main content area  */
#left-col {
	width: 660px;
	float: left;
	margin-top: 11px;
	margin-left:10px;
}
/* main menu */
#nav {
	background: url(images/content-top-bg.png) no-repeat left top;
	height: 26px;
}
#nav ul {
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a {
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#nav li a:visited {
	text-decoration: none;
	color: #000000;
}
#nav li a:hover, #nav .current_page_item a {
	text-decoration: none;
	background: #2e91c6 url(images/nav-item-hover.gif) repeat-x;
	color: #ffffff;
}
/* sub menu */
#subnav { background: #ecebeb; }
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 1px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited { color: #3b9acc; }
#subnav li a:hover {
	text-decoration: none;
	color: #3b9acc;
}
/* content */
#content {
	padding: 25px 25px 15px 25px;
	width: 610px;
	background: #ffffff;
	clear: both;
	overflow: hidden;
	min-height:325px;
}
.post {
	padding: 0px 0 20px 0;
	clear: both;
	overflow: hidden;
	border-bottom:dashed 1px #ccc;
	margin-bottom:40px;
	background:url(images/scissors.jpg) no-repeat bottom right;
}
.post .date {
	width:215px;
	padding:5px 0;
	background:#c00;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	height:20px;
	position:absolute;
	left:-23px;
}
.post .date .week{ font-size:12px; }
.post .date img {
	position:relative;
	float:right;
	right:-22px;
	top:-43px;
}
.post .date strong{ font-size:12px; }
.post .date .day {
	width:70px;
	padding:5px 0;
	margin-top:-5px;
	background:#820000;
	text-align:center;
	display:block;
	float:left;
	font-weight:bold;
	font-size:16px;
}
.upper{ text-transform:uppercase; }
.post .title {
	float: left;
	margin-top:20px;
	width:100%;
}
.postdata {
	font-size: 90%;
	color: #999999;
}
.postdata a, .postdata a:visited {
	color: #999999;
	text-decoration: none;
}
.postdata a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.postdata .category {
	background: url(images/tag.jpg) no-repeat;
	padding-left: 25px;
	float: left;
	margin-left:25px;
	width:225px;
	display:table;
	font-size:10px;
	line-height:18px;
}
.postdata .category a:hover{ color:#c00; }
.postdata .comments {
	background: url(images/mini-comment.gif) no-repeat;
	padding-left: 18px;
	float: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left:200px;
	width:115px;
}
.postdata .comments a { color:#000; }
.postdata .comments a:hover { color:#999; }
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px; color:#333;
}
.entry a{ color:#c00; }
/* post title */
h2 {
	color: #660000;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	font-style:italic;
	font-weight:normal;
	line-height:30px;
}
h2 a, h2 a:visited {
	color: #660000;
	text-decoration: none;
}
h2 a:hover {
	color: #c00;
	text-decoration: none;
}
h3 {
	color: #666666;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}
/* next & previous page navigation */
.page-nav {
	clear: both;
	margin-top:20px;
	display:table;
	width:445px;
}
.page-nav a, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	display:block;
	width:215px;
	height:33px;
	background:url(images/prev-link.jpg) no-repeat left top;
	text-indent:-9999px;
}
.next-entries a {
	float: right;
	display:block;
	width:211px;
	height:33px;
	background:url(images/next-link.jpg) no-repeat left top;
	text-indent:-9999px;
}
/* next & previous post navigation */
.post-nav {
	border-bottom:1px dashed #CCCCCC;
	clear:both;
	font-size:95%;
	margin-bottom:26px;
	margin-top:-15px;
	padding:0 0 15px;
	width:100%;
	display:table;
}
.post-nav a, .post-nav a:visited {
	color: #999999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #000000;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
	width:280px;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
	width:280px;
}
/* ------------------------------------- comment area  */
h3#comments {
	background: url(images/comments.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	clear: both;
}
h3#respond {
	background: url(images/respond.gif) no-repeat;
	padding-left: 22px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}
/* commentform */
#commentform { margin-top: 10px; }
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform a{ color:#c00;}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 355px;
}
#commentform #submit:hover { background: url(images/submit-btn.gif) no-repeat bottom left; }
#commentform textarea:focus, #commentform input[type="text"]:focus { border: solid 1px #3b9acc; }
/* comment list */
.commentlist {
	margin: 10px 0px;
	padding-left: 45px;
	line-height: 130%;
}
.commentlist li { padding: 5px 10px; }
.commentlist .alt { background: #F4F4F4; }
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #c00;
}
.commentlist cite a, .commentlist cite a:visited { color: #c00; }
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited { color: #999999; }
/* ------------------------------------- footer area  */
#footer {
	font-size: 12px;
	color: #282828;
	margin-top:20px;
	width:100%;
	height:343px;
	background:url(images/footer-bg.jpg) repeat-x top left;
}
#footerWrap{
	width:926px;
	position:relative;
	top:1px;
	margin:0 auto;
	background:url(images/footer-wrap-bg.jpg) no-repeat center top;
	height:300px;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #ccc;
}
#footer a:hover { text-decoration: underline; }
#readList{
	float:left;
	margin:10px 0 0 20px;
}
#readList span{ 
	display:block; 
	padding-left:35px;
	padding-top:5px;
	height:31px; 
	background:url(images/mais-lidos.jpg) no-repeat left top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#330000;
	font-style:italic;
}
#readList ul{
	float:left;
	border-bottom:dashed 1px #410000;
}
#readList li{
	list-style-image:url(images/mais-lidos-icon.jpg);
	width:368px;
}
#readList li a{ 
	display:block;
	color:#ccc; 
	border-top:dashed 1px #410000;
	padding:3px 0;
	width:100%;
}
#twitter{
	background:transparent url(images/twitter-bg.jpg) no-repeat scroll left top;
	float:left;
	height:170px;
	margin:32px 0 0 12px;
	width:365px;
	position:relative;
}
#twitter p{
	color:#FFFFFF;
	margin:85px 0 0 52px;
	text-align:center;
	width:300px;
}
#twitterLink{
	display:block;
	text-indent:-9999px;
	width:50px;
	height:33px;
	background:url(images/twitter-link.jpg) no-repeat top left;
	position:absolute;
	bottom:-9px; 
	right:10px;
}
#fiemg{
	width:355px;
	float:left;
	margin:295px 0 0 20px;
	*margin-top:95px;
	color:#fff;
	position:absolute;
	left:0;
}
#copyright{
	float:right;
	margin-top:95px;
	color:#FFF;
	width:450px;
}
/* ------------------------------------- sidebar area  */
/* sidebar */
#sidebar {
	float:left;
	width: 210px;
	color: #666666;
	line-height: 160%;
	margin-left:20px;
	margin-top:70px;
}
#sidebar p { margin: 0px 0px 15px; }
#sidebar h3 {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #666666;
}
#sidebar h3 a, #sidebar h3 a:visited { color: #666666; }
#sidebar h3 img { vertical-align: middle; }
#sidebar a, #sidebar a:visited {
	color: #000000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active { text-decoration:underline; }
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	margin:5px 0;
}
#sidebar ul li ul li {
}
#realization h4{
	font-weight:normal;
	font-size:11px;
	color:#000;
	margin:0;
}
.sidebarBox{
	background:url(images/sidebar-bg.png) no-repeat bottom left;
	width:220px;
	padding-bottom:20px;
	font-size:14px;
}
#realization .sidebarBox, #search .sidebarBox{ padding-bottom:20px;}
#search h3{ background:url(images/search-top.png) no-repeat left top; }
#categories h3 { background:url(images/category-top.png) no-repeat left top; padding:25px 0; }
#days h3 { background:url(images/days.png) no-repeat left top; }
#parceria h3{ background:url(images/parceria.png) no-repeat left top;}
#conteudo h3{ background:url(images/conteudo.png) no-repeat left top; }
#links h3{ background:url(images/links.png) no-repeat left top; }
#transmission h3 { background:url(images/transmissao.png) no-repeat left top; padding:21px 0; }
/* ------------------------------------- widget styles  */
#categories li a, #days li a, #links li a{ border-bottom:dashed 1px #ccc; padding:2px 0 4px 20px; width:200px; display:block; font-weight:bold }
#categories li li a{ padding:2px 0 4px 40px; width:180px; font-weight:normal;  }
#days li a{ font-weight:normal;}
#parceria li{ margin:10px 0; }
#links li { list-style:none; }
#conteudo li a{ border-bottom:dashed 1px #ccc; width:100%; display:block; }
/* meta */
#meta .rss { background: url(images/mini-rss.gif) no-repeat; }
#meta .login { background: url(images/mini-user.gif) no-repeat; }
#meta .check { background: url(images/mini-check.gif) no-repeat; }
#meta .wordpress { background: url(images/mini-wp.gif) no-repeat; }
/* calendar */
#calendar table { margin: 0px auto; }
#calendar td { padding: 0px 4px; }
/* alignments */
.center { text-align: center; }
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left { float: left; }
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right { float: right; }
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear { clear:both; }
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}
