/*

Theme Name: TopRated

Theme URI: http://www.toprated.com.br

Description: The Toprated Theme

Version: 1.0

Author: Domenico

Author URI: http://www.domeniconicola.com

Tags: blog, toprated

*/



/*=== Setup ===*/

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: url(images/bgr.gif) #f2f2f2 repeat-x top;
	color: #404040;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #AB2F1C;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

::selection { /* Safari and Opera */
 background:#AB2F1C;
 color:#fff;
}

::-moz-selection { /* Firefox */
 background:#AB2F1C;
 color:#fff;
}
input, select, textarea {
	border: #cfcfcf 1px solid;
	color: #404040;
	font-size: 13px;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
li {
	list-style: none;
}
h2 {
	color: #3E3E3E;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 15px;
}
.subcols h2 {
	padding-bottom:10px;
	padding-top:5px;
}
h3 {
	color: #333333;
	font-size: 11px;
	margin: 0 0 10px;
}
.post .content h3 {
	padding-top:15px;
	font-size:13px;
}
h4 {
	font-size: 1em;
	margin: 0 0 1em;
}
p {
	line-height: 18px;
	padding: 0 0 15px;
}
*.hide {
	display:none !important;
}
*.clear {
	clear:both;
}
*.image-border {
	border:1px solid #ddd;
}
*.via, *.via a {
	font-size:10px;
	text-transform:uppercase;
	color:#999;
}
/*=== Layout ===*/

#page {
	margin: 0 auto;
	width: 975px;
}
#page-bot {
	background: url(images/rodape-bg.gif) repeat-x top;
	height: 302px;
}
/*=== Header ===*/

#header {
	height: 101px;
	margin: 0 0 1px;
}
/*- Logo -*/

#header h1 {
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 486px;
}
#header h1 a {
	display: block;
	height: 101px;
}
#header h1 a:hover {
	text-decoration: none;
}
/*=== Navigation ===*/

/*- Top Nav -*/

.topnav {
	font-size: 11px;
	height: 31px;
	overflow: hidden;
}
.topnav li {
	background: url(images/topnav-sep.gif) no-repeat left;
	float: left;
	line-height: 30px;
}
.topnav li.first {
	background: none;
}
.topnav li.first a {
	padding: 0 7px 0 4px;
}
.topnav li a {
	color: #b9b9b9;
	display: block;
	float: left;
	padding: 0 7px 0 8px;
	text-decoration: none;
}
.topnav li a.iconerss {
	padding: 0;
}
.topnav li a:hover,  .topnav li.active a {
	text-decoration: underline;
}
/*- Nav1 -*/

#nav1 {
	background: url(images/nav1-sep.gif) no-repeat left top;
	font-size: 13px;
	height: 37px;
}
#nav1 ul.sf-menu li {
	position: relative;
	background: url(images/nav1-sep.gif) no-repeat right top;
	float: left;
	line-height: 37px;
	padding: 0 1px 0 0;
	text-align: center;
}
#nav1 ul.sf-menu li a {
	color: #9b9b9b;
	display: block;
	position: relative;
	float: left;
	text-decoration: none;
	width: 107px;
	cursor: pointer;
}
#nav1 ul.sf-menu li a:hover {
	text-decoration: none;
	color:#fff;
}
#nav1 ul.sf-menu li ul.children {
	border: 1px solid #000000;
	background: #272726 url(images/ul_children_bg.gif) repeat-y top right;
}
#nav1 ul.sf-menu li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li a {
	color: #bebebe;
	text-decoration: none;
	display:block;
}
#nav1 ul.sf-menu li ul.children li a:hover {
	text-decoration: none;
	background: none;
}
#nav1 ul.sf-menu li ul.children li ul.children {
	border: 1px solid #000000;
	border-left: none;
	background: #272726 url(images/ul_children_ul_children_bg.gif) repeat-y top left;
}
#nav1 ul.sf-menu li ul.children li ul.children li {
	background: url(images/ul_children_li_bg.gif) no-repeat bottom right;
}
#nav1 ul.sf-menu li ul.children li ul.children a {
	color: #bebebe;
	text-decoration: none;
}
#nav1 ul.sf-menu li ul.children {
	margin:5px 0 0 0;
}
#nav1 ul.sf-menu li ul.children ul.children {
	margin:-1px 0 0 27px;
}
#botao-rss, #botao-fb, #botao-tw {
	cursor:pointer;
	height:30px;
	width:114px;
	display:block;
	float:left;
	margin:3px 5px;
	background:url(images/feed.gif) no-repeat 0 0;
	text-indent:-5000px;
	overflow:hidden;
	position:relative;
}
#botao-fb {
	background:url(images/facebook.gif) no-repeat 0 0;
	text-indent:0;
}
#botao-tw {
	background:url(images/twitter2.gif) no-repeat 0 0;
}
#botao-fb span {
	height:100% !important;
	width:100% !important;
	-moz-opacity:.01;
	filter:alpha(opacity=01);
	opacity:.01;
}
#botao-rss:hover, #botao-fb:hover, #botao-tw:hover {
	background-position:0 -30px;
}
/*=== All Columns ===*/

#columns {
	margin: 37px 0 0;
	padding: 0 0 15px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 900px;
	min-height: 900px;
}
/*=== Center Column ===*/

#centercol {
	float: left;
	width: 751px;
}
/*=== Right Column ===*/

#rightcol {
	float: right;
	width: 194px;
	overflow:hidden;
}
#rightcol a {
	color: #404040;
	text-decoration: none;
}
/*=== Sub Columns ===*/

.subcols {
	background: url(images/subcols-bgr.gif) repeat-y 69px center;
	height: 1%;
}
.col1, .col2 {
	float: left;
	width: 350px;
}
.col2 {
	float: right;
}
/*=== Post ===*/

/*- Post Title -*/

.post-title h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.post-title h1 span {
	color: #AB2F1C;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 .45em;
	color: #000;
	text-decoration: none;
}
/*- Post Date -*/

.post-date {
	margin: 0 0 1.25em;
}
.post-date a {
	color: #999;
	text-decoration:none;
}
.post-date a:hover {
	text-decoration:underline;
}
.post-date em {
	color: #999;
	font-size: 13px;
	font-style: normal;
	padding: 3px 0px;
	line-height: 18px;
	display:block;
	width:710px;
 *width:435px;
}
#retweet-frame {
	width:76px;
	overflow:hidden;
	float:left;
}
#face-frame {
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}
#like-frame {
	float:left;
	margin-right:0 !important;
	margin-bottom:15px;
}

#link_twitter { display:inline-block; width:16px; height:16px; background:url(images/twitter.png) no-repeat; margin-bottom:-3px; _display:none; }

#botao-google { float:left; padding-top:6px; padding-left:4px; }

#botao-google-post { float:left; width:160px; height:40px; }

/*- Post Date -*/
.leia-mais {
	margin: 0 0 15px;
}
.leia-mais a {
	color: #ab2f1c;
	font-weight:bold;
	text-decoration:none;
}
.leia-mais a:hover {
	text-decoration:underline;
}
.leia-mais em {
	font-size: 12px;
	font-style: normal;
	padding: 6px 10px 6px 0;
	line-height: 30px;
	background:url(images/leiamais.gif) no-repeat right center;
}
/*- Post Excerpt -*/

.post-excerpt {
	display: table;
	font-size: 13px;
	font-style: italic;
	height: 1%;/* margin: 0 0 1em; */

}
/*- Post Lists -*/

.post ul, .post ol {
	margin: 0 0 1.5em;
}
.post ul li {
	background: url(images/ico-list.gif) no-repeat 0 6px;
	margin: 0 0 .4em;
	padding: 0 0 0 10px;
}
.post ol li {
	list-style: decimal;
	list-style-position: inside;
	margin: 0 0 .4em;
}
.post .content h1 {
	padding: 30px 0 15px;
}
.post .content h1 a {
	color:#404040;
	text-decoration:none;
}
.post .content h1 a:hover {
	color:#AB2F1C;
}
.post .content .post-title h1 {
	padding: 0;
}
/*- Post Blockquote -*/

.post blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 5px 0 0 10px;
}
/*- Post Author -*/

.post-author {
	margin: 0 0 0;
	padding:15px 0 0 0;
	display:block;
}
.post-author h3 {
	padding-top:0 !important;
}
.author-details {
	font-size: 13px;
}
.author-descr {
	display: table;
	height: 1%;
	font-style:normal;
	color:#999;
}
.link-twitter-author {
	display:block;
	color:#3196c6;
	background:url(images/twitter-author.gif) no-repeat 0 0;
	padding:5px 0;
	margin: 0 0 0 -4px;
	text-indent:37px;
	text-decoration:none;
}
.link-twitter-author:hover {
	background:url(images/twitter-author.gif) no-repeat 0 -35px;
	text-decoration:underline;
}
/*- Social Links -*/

.social-links {
	height: 42px;
	padding:15px 0 0 0;
	border-top:1px solid #eee;
	font-weight:bold;
	display:none;
}
.social-links .fl {
	line-height: 42px;
	border:0;
	padding:0;
}
.social-links .fl span {
	background: url(images/comment_count_bg.gif) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
}
.social-links .fr {
	padding: 10px 0;
	margin:-8px 0 0 0;
	float:left;
	height:30px;
	overflow:hidden;
}
/*- Related Posts -*/

.post-rel {
	line-height: 1.5em;
}
.post-rel a {
	color:#3E3E3E;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
.post-rel a:hover {
	text-decoration:underline;
}
/*- Post Comments -*/

.post-comments .fl {
	width: 80px;
}
.post-comments .fr {
	width: 656px;
}
/*- Widget Title - */

.wtitle {
}
.wtitle h2 {
	line-height: 40px;
	font-size:20px;
	font-weight:bold;
	margin: 0;
	padding: 0;
	color:#3e3e3e;
}
/*=== Styling Boxes ===*/

/*- Box1 -*/

.box {
	margin: 0 0 10px;
	padding: 1px;
}
.box.post {
	padding: 20px;
	padding-bottom: 0;
	border: 1px solid #cecece;
	background:#fff;
	overflow:hidden;
}
.box.post.category {
	padding-bottom: 20px;
}
.box .content {
	height: 1%;
	padding:0;
}
.box .content.author {
	display:block;
	margin:0 0px 0 -10px;
}
#recommend-box {
	display:block;
	background:#e8f0f9;
	border:1px solid #ABD2E9;
	padding:10px 10px 0;
	margin:0 -10px 7px;
}
#recommend-box p {
	color:#3b5998;
	font-size:16px;
	padding: 0 0 10px;
	font-weight:bold;
}
.box.ads .content {
	text-align: left;
}
#rightcol .box {
	margin: 0 0 10px;
}
.box.list1 a {
	color:#3e3e3e !important;
	text-decoration:none;
	font-size:11px;
}
.box.list1 a:hover {
	text-decoration:underline !important;
}
.box.list1 .content {
	padding:6px 0 10px;
}
/*- Box2 -*/

.box2 {
	background: #f9f9f9;
	border: 1px solid #cfcfcf;
	height: 1%;
	margin: 0 0 20px;
	padding: 18px;
	min-height: 115px;
}
.box2.alt {
	background: #FFFFFF;
}
.box2.alt {
	background: #FFFFFF;
}
.comm-name, .comm-date {
	line-height: 20px;
}
.comm-name a, .comm-date a {
	color:#3e3e3e;
	text-decoration:none;
}
.comm-name a:hover, .comm-date a:hover {
	text-decoration:underline;
}
/*=== Styling Lists ===*/

/*- List1 -*/

.list1 li {
	border-bottom: 1px solid #dadada;
	height: 1%;
	padding: 10px 0 9px;
}
.list1 li.last {
	border: 0;
}
#rightcol .list1 li a, #rightcol .list1 li a:hover {
	color: #f2f2f2;
}
/*=== Styling Forms ===*/

input.btn {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
select {
	padding: 1px;
}
/*- Search -*/

#search {
	float: right;
	height: 25px;
	padding: 31px 0 0;
}
#search input {
	background: url(images/search-bgr.gif) repeat-x top;
	border: 1px solid #000000;
	float: left;
	padding: 8px;
	width: 285px;
}
#search input.btn {
	background: none;
	border: 0;
	margin: 8px 0 0 -30px;
	padding: 0;
	width: auto;
}
/*- Message -*/

.message div {
	margin: 0 0 18px;
}
.message input {
	padding: 9px 15px;
	width: 487px;
}
.message textarea {
	height: 114px;
	overflow: auto;
	padding: 9px 15px;
	width: 487px;
}
.message .submit {
	float: left;
}
.message .btn {
	padding: 0;
	width: auto;
}
.message .notice {
	color: #a4a4a4;
	float: right;
	font-style: italic;
	padding: 10px 0 0;
}
/*=== Pics, Thumbs, Ads etc. ===*/

.pic img {
	border: 1px solid #cfcfcf;
	display: block;
	margin: 0 0 .8em;
}
.pic.fl img {
	margin-right: 23px;
}
.pic.fr img {
	margin-left: 23px;
}
.th {
	display: block;
	margin: 0 0 .5em;
}
.th.fl img {
	margin-right: 10px;
}
.th.fl img {
	width:80px;
	height:80px;
	border: 1px solid #cfcfcf;
}
.ads img, .ads.flickr .content img {
	margin: 0 14px 15px 0;
}
.ads.flickr .content img {
	border: 1px solid #cfcfcf;
}
.ads.flickr .ac img {
	border: 0;
	margin: 0;
}
/*=== Footer ===*/

#footer {
	color: #5c5b5b;
	font-size: 11px;
	height: 100%;
	margin: 0 auto;
	width: 975px;
	background:url(images/rodape-logo.gif) no-repeat 0 center;
}
#footer a {
	color: #ab2f1c;
	text-decoration: none;
}
#footer a:hover {
	color: #5c5b5b;
	text-decoration: underline;
}
#footer div {
	margin:180px 0 0 10px;
	float:left;
}
/*=== Misc. ===*/

.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl, .hl2 {
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}
.subcols .hl2 {
	margin:.8em 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
*.alignleft, *.left {
	float:left
}
*.clear {
	clear:both !important;
}
*.borda1px {
	border:1px solid #CFCFCF;
}
.post .content p img.alignleft,  .post .content p img.left {
	margin:0 20px 20px;
	margin-left:0;
}
/* plugins */

.wp-pagenavi {
	width:100%;
	display:block;
	padding:15px 0;
	text-align:center;
	float:left;
	background:url(images/navdiv.png) no-repeat center center;
}

.wp-pagenavi .pages {
	color:#fff !important;
}
.wp-pagenavi a {
	color:#405923 !important;
}
.wp-pagenavi * {
	display:none;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .nextpostslink span.hover { 
	display:block;
	width:317px;
	height:117px;
	background:url(images/next.png) no-repeat 0 0;
	position:relative;
	text-indent:-5000px;
	float:right;
	margin-right:50px;
}
.wp-pagenavi .nextpostslink span.hover { 
	margin:0;
	float:none;
	position:absolute;
	top:0; left:0;
	background-position:0 -117px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .previouspostslink span.hover { 
	margin-left:109px;
	margin-top:29px;
	display:block;
	width:258px;
	height:58px;
	background:url(images/prev.png) no-repeat 0 0;
	position:relative;
	text-indent:-5000px;
	float:left;
}
.wp-pagenavi .previouspostslink span.hover { 
	margin:0;
	float:none;
	position:absolute;
	top:0; left:0;
	background-position:0 -58px;
}
/*projetos*/

#projetos {
	float:left;
	margin-bottom:20px !important;
}
#projetos ul {
	border:1px solid #bbbbbb;
	float:left;
}
#projetos li {
	display:block;
	border:1px solid #fff;
	border-bottom:1px solid #d5d5d5;
	background:#f4f4f4;
	padding:10px;
	float:left;
	clear:both;
	width:169px;
}
#projetos li a:hover span {
	text-decoration:underline;
}
#projetos li.last {
	border-bottom:0;
}
#projetos li img {
	margin-right:10px;
	float:left
}
#projetos li span {
	float:left;
	width:75px;
	font-size:14px;
	font-weight:bold;
}
#projetos li p {
	display:none;
}

/*face*/
#frame-face-div {
	float:left;
	width:192px;
	padding-bottom:15px;
}
#frame-face {
	float:left;
	display:block; 
}
#frame-face-large { display:none; }
/*twitter*/

#siga-twitter {
	float:left;
	padding:0 0 30px 0;
	background:url(images/twitter.gif) no-repeat right bottom;
}
#siga-twitter h2 {
	line-height:24px !important;
}


/* Demo e  Download */

.post .content #demo, .post .content #demo a,  .post .content #download, .post .content #download a {
	width:348px;
	display:block;
	height:63px;
	float:left;
	margin-top:5px;
	margin-bottom:30px;
	position:relative;
}
.post .content #download {
	margin-right:10px;
}
.post .content #download a {
	background:url(images/download2.png) no-repeat;
	text-indent:-5000px;
}
.post .content #demo a {
	background:url(images/demo2.png) no-repeat;
	text-indent:-5000px;
}
.post .content #demo a span,  .post .content #download a span {
	position: absolute;
	width:348px;
	display:block;
	height:63px;
	background:url(images/download2.png) no-repeat;
	text-indent:-5000px;
	background-position:0 -64px;
	top:0;
	left:0;
	cursor:pointer;
}
.post .content #demo a span {
	background-image:url(images/demo2.png);
}


/*Article  Finished*/
#article-finished {
	position:fixed;
	bottom:0px;
	right:-500px;
	width:400px;
	padding:10px;
	background:#fff;
	border:1px solid #eee;
	border-top:4px solid #d63212;
	-moz-box-shadow: -1px 6px 7px #999;
	-webkit-box-shadow: -1px 6px 7px #999;
	box-shadow: -1px 6px 7px #999;
}
#article-finished .maisPosts {
	text-transform: uppercase; font-size: 10px; color:#666; font-weight: normal; padding-top:5px; padding-bottom:0;
	text-decoration:none; line-height:17px;
}
#article-finished h6 span {
	color:#999; font-weight: normal;
}
#article-finished h6 {
	font-size: 18px; line-height: 22px; padding-bottom:5px;
}
#article-finished .maisPosts span {
	color:#d63212; font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}
#article-finished .maisPosts:hover { text-decoration:none; color:#d63212;  }
