/*
Theme Name: Kartódromo RBC Racing 2010
Theme URI: http://rbcracing.com.br/
Description: Tema do Kartódromo RBC Racing de Minas Gerais para a versão do WordPress
Version: 1.2
Author: Jampa Silva
Author URI: http://jampasilva.com
Tags: vermelho, azul, 2 colunas, 3 colunas, widgets, plugins
*/

/*960 Grid*/
@import "assets/css/reset.css";
@import "assets/css/960.css";
@import "assets/css/text.css";

body {
	background: #F1F1F1;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
address { font-style: normal; }
a { color: #0D3E8E; text-decoration: none; border: 0; }
hr { display:none; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h1, h2, h3 {
letter-spacing:-0.04em;
}
h2 a {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 32px;
	color: #242322;
}
h2 a:hover {
	border-bottom: 3px solid #242322;
}
h3 {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 125%;
	color: #242322;
}
.title, .widgettitle {
	text-transform:uppercase;
	font-weight:normal; 
	font-size:20px; 
	color: #EA0000; 
	padding: 20px 0 0 3px; 
}
.title a, .widgettitle a {
	color: #EA0000; 
}

.title-sidebar {
	text-transform:uppercase;
	font-weight:normal; 
	font-size:24px; 
	color: #242322; 
	padding: 20px 0 0 3px; 
}
.title-sidebar a {
	color: #242322; 
}

.title-large {
	
}

.title-large a, .title-large a:link, .title-large a:visited, .title-large a:hover, .title-large a:active {
	color:#242322;
	border:0;
	font-size: 38px;
	line-height:125%;
	text-decoration:none;
	cursor:inherit;
}

.item-list-home {
	position:relative;
	overflow:hidden;
}

.rgt-item-list-home {
	float:right;
	width:200px;
}
.rgt-item-list-home h2, .item-list-home h2 a {
	font-size:14px;
	line-height:125%;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#092C66;
	border-bottom:0;
	text-decoration:none;
}
.rgt-item-list-home h2 a:hover, .rgt-item-list-home h2 a:active, .item-list-home h2 a:hover, .item-list-home h2 a:active {
	border-bottom:2px solid #092C66;
	text-decoration:none;
}
.rgt-item-list-home p, .item-list-home p {
	margin:0;
	padding:0;
}
.legenda-home {
	color:#555;
	font-style:italic;
	font-size:11px;
}
/*LAYOUT*/
#wrapper {
	
}
#container {
	padding: 10px 0;
	background: #fff url(assets/images/bg-body.png) repeat-y top center;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-webkit-box-shadow:0px 0px 5px #787878;
	-moz-box-shadow:0px 0px 5px #787878;
	overflow: hidden;
}
/*HEADER*/
#header {
	overflow:hidden;
	position:relative;
	height:180px;
}
#header h1.branding a {
	background: url(assets/images/branding-rbc-racing.png) no-repeat top left;
	text-indent:-9999px;
	position:absolute;
	top: 30px;
	left: 0;
	width:300px;
	height:112px;
}
#header .description {
	font-style:italic;
	font-size:11px;
	position:absolute;
	top: 150px;
	left: 70px;
	color: #082659;
}

.ads-home {
	position: absolute;
	top: 60px;
	right: 0;
	border: 1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#fff;
	padding:5px;
}

ul#navigation {
	position: absolute;
	top:10px;
	right:0;
	margin:0;
	list-style:none;
}
ul#navigation li {
	float:left;
	display:inline;
	margin:0 0 0 20px;
	padding:0;
	font-size:14px;
	font-weight: bold;
}
ul#navigation li a {
	display:block;
	color:#0D3E8E;
	text-decoration:none;
}
ul#navigation li a:hover {
	border-bottom:2px solid #0D3E8E;
}
ul#navigation li.current_page_item a {
	border-bottom:2px solid #ea0000;
	color:#ea0000;
}

/*NAVBAR*/
#navbar {
	background:url(assets/images/bg-navbar.png) repeat-x top left;
	overflow: hidden;
	height:34px;
	position:relative;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	-webkit-box-shadow:0px 0px 5px #787878;
	-moz-box-shadow:0px 0px 5px #787878;
}
#navbar ul {
	margin:0;
	padding:0 0 0 6px;
	height:34px;
	list-style:none;
}
#navbar ul li {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	text-transform:uppercase;	
	font-size: 12px;
	font-weight:bold;
}
#navbar ul li a {
	display: block;
	float:left;
	line-height: 34px;
	height:34px;
	color:#fff;
	padding: 0 15px;
}
#navbar ul li a:hover {
	background:#153468;
}

.item-list {
	overflow:hidden;
	margin-bottom: 15px;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
}

.item-list .wp-post-image { float: left; }


.resume {
	color:#777;
	font-size: 14px;
	font-style:italic;
	margin:0;
	padding:0;
}
.resume p {
	margin: 0;
	padding: 0;
	color:#575757;
}
p.continue {
	margin-top: 10px;
	color: #575757;
	font-size:14px;
	text-align:right;
}
p.continue a {
	color: #0D3E8E;
}
p.continue a:hover {
	color: #242322;
	text-decoration:underline;
}

.rgt-item-list {
	float:right;
	width: 400px;
}

.item-list-home {
	overflow:hidden;
	margin-bottom: 15px;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
}

.item-list-home .wp-post-image { float: left; margin: 0; padding: 0; width: 90px; height:90px; }

/*POST AND PAGES*/
.conteudo {
	position:relative;
}
.conteudo p, .conteudo ul, .conteudo ol {
	color:#575757;
	font-size: 14px;
	text-align:justify;
}
.conteudo ul {
	list-style:none;
}
.conteudo ul li {
	background:url(assets/images/arrow.png) no-repeat 0 6px;
	padding-left: 15px;
}
.conteudo h3 {
	color:#242322;
}

div.wp-caption {		
	position:relative;
	margin: 15px auto;
	text-align:center;
}

div.wp-caption img {
	display:block;
	border: 1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#F1F1F1;
	padding:5px;
}

img.aligncenter {
	border: 1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#F1F1F1;
	padding:5px;	
	position:relative;
	margin: 0 auto;
	text-align:center;
}
p.wp-caption-text {
	position:absolute;
	left:0;
	bottom:0;
	font-size: 12px;
	font-style:italic;
	color:#fff;
	margin:0 auto;
	padding:0;	
	padding:8px;
	border: 0;	
	background:#000;
	margin-bottom:0px;
	-webkit-border-radius: 0 5px 0 5px;
	-moz-border-radius: 0 5px 0 5px;
	opacity: 0.9;
	filter:alpha(opacity=90);
	moz-opacity:0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-khtml-opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	text-align:left;
}

.trans{
opacity: 0.5;
filter:alpha(opacity=50);
-moz-opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-khtml-opacity: 0.5;
-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”;
}


/* COMENTÁRIOS */
#grid-comments {
	float: left;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #fafafa;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
	width: 550px;
	margin-bottom: 20px;
}
#grid-comments h3 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #555;
}
#grid-comments .toggle-comments {
	float: right;
	margin: 0;
	padding: 0;
}
#grid-comments .toggle-comments {
	color: #0055cc;
	line-height: 30px;
	font-size: 12px;
	font-style: italic;
	border: 0;
	cursor: pointer;
}
#grid-comments .toggle-comments a:hover {
	text-decoration: none;
	color: #242322;
	border-bottom: 1px solid #242322;
}

div.commentlist {
	overflow:hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 580px;	
}
div.commentlist .comment {
	display: block;
	width: 578px;
	float: left;
	margin: 10px 0 0 0;
	padding: 20px 0;	
	border-bottom: 2px solid #e5e5e5;
	position: relative;
}

.comment-body {

}
div.commentlist .comment p {
	font-size: 12px !important;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
}
.says { display: none; }
.avatar {
	border: 1px solid #e5e5e5;
	padding: 4px;
	background: #fafafa;
	float: left;
	margin: 0 20px 5px 20px;
}
cite.fn a {
	font-size: 18px;
	font-style: normal;
	padding: 0;
	color: #092C66 !important;
	border: 0 !important;
}
cite.fn a:hover {
	border-bottom: 2px solid #092C66 !important;
}
.commentmetadata {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	font-style: italic;
	background: #f5f5f5;
	padding: 0 5px;
}
.commentmetadata a {
	border: 0 !important;
	text-decoration: none;
	color: #555 !important;
}
.commentmetadata a:hover {
	border-bottom: 1px solid #092C66 !important;
	color: #092C66 !important;
}

.navigation {
	width: 580px;
	position: relative;
	padding: 10px 0;
	float: left;	
}

.navigation.alignleft a, .alignleft a:link, .alignleft a:visited, .alignleft a:hover, .alignleft a:active,.alignright a, .alignright a:link, .alignright a:visited, .alignright a:hover, .alignright a:active {
	background: #f5f5f5;
	color: #555 !important;
	border: 1px solid #e5e5e5;
	padding: 5px 10px;
	font-size: 18px;
	text-decoration: none !important;
}
#respond {
	margin-top: 20px;
	overflow: hidden;
}

.adverte {
	font-style: italic;
	font-size: 11px;
}

#commentform {
	background: #fafafa;
	padding: 20px 80px;
	overflow: hidden;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
}
#commentform label {
	color: #092C66;	
	font-weight: bold;
	cursor: pointer;
}
#submit {	
	background: #092C66;
	border: 1px solid #092C66;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	padding: 5px;
	cursor: pointer;
}

#submit:hover {
	border: 1px solid #999;
	background: #0D3E8E;
	-moz-box-shadow: 2px  2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2pxx #ccc;
}
#submit:focus {
	border: 1px solid #e5e5e5;	
	background: #fff;
	color: #ea0000;
}

.grande {
	background: #fff;
	padding: 8px 5px;
	border: 1px solid #e5e5e5;
	width: 400px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.grande:focus {
	color: #092C66;
	border-color: #999;
	-moz-box-shadow: 2px  2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px #ccc;
}

/*SIDEBAR*/
#sidebar {

}
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul li {
	margin:0;
	padding:0;
}
#tag_cloud-2 a:hover {
	background:#FFFFE5;
}

#sidebar ul li h2 {
	text-transform:uppercase;
	font-weight:normal; 
	font-size:20px; 
	color: #092C66; 
	padding: 20px 0 0 3px;
}
#sidebar ul li ul li {
	background:url(assets/images/arrow.png) no-repeat 0 5px;
	padding-left: 15px;
}
#sidebar ul li a {
	color:#000;
	text-decoration:none;
}
#sidebar ul li a:hover {
	text-decoration:underline;
}
/*SLIDER*/
#slider {	
	position:relative;
	margin:0 0 20px 0;
	padding:0;
	background:#fff;
	border-top: 5px solid #555;
	border-bottom: 5px solid #092c66;
}
#grade-slider {	
	height:414px;
	position:relative;	
}
#grade-slider img {display:none;}
#menu-slider { 		
	text-align: center;
	margin: 10px 0 5px 0;
}
#menu-slider a {
	margin: 0 5px 0 0;
	padding: 0;
}

#menu-slider a.activeSlide {
	background: url(assets/images/pagination_circle_full.png) no-repeat center center;	
	
}

.prev { width: 150px; height: 414px; float: right; display: block; position:absolute; top: 40px; left: 0; z-index:999; }

.next {width: 150px; height: 414px; float: right; display: block; position:absolute; top: 40px; right: 0; z-index:999; }

.prev:hover {background: url(assets/images/prev.png) no-repeat 0 center; width: 150px; height: 414px; float: right; display: block; position:absolute; top: 40px; left: 0; z-index:999; }

.next:hover {background: url(assets/images/next.png) no-repeat 88px center; width: 150px; height: 414px; float: right; display: block; position:absolute; top: 40px; right: 0; z-index:999; }

.prev:active {background-position:-368px center}
.next:active {background-position:right center}

.list-home-left, .list-home-right {overflow:hidden;}

#slider-tracados {
	overflow:hidden;
	position:relative;
	text-align:center;
	margin:0 0 20px 0;
	padding:0 0 20px 0;		
}
#grade-slider-tracados {	
	height:202px;
	position:relative;	
	text-align:center;
	margin: 0 0 0 10px;
}

#menu-slider-tracado { 		
	text-align: center;
	margin: 0 auto 5px auto;
	padding: 5px 0;
}
#menu-slider-tracado a {
	margin: 0 5px 0 0;
	padding: 0;
}

#menu-slider-tracado a.activeSlide {
	background: url(assets/images/pagination_circle_full.png) no-repeat center center;	
	
}

.prev-tracado {width: 90px; height: 172px; float: right; display: block; position:absolute; top: 111px; left: 8px; z-index:999; }

.next-tracado {width: 90px; height: 172px; float: right; display: block; position:absolute; top: 111px; right: 8px; z-index:999; }

.prev-tracado:hover {background: url(assets/images/prev.png) no-repeat left center; width: 90px; height: 172px; float: right; display: block; position:absolute; top: 111px; left: 8px; z-index:999; }

.next-tracado:hover {background: url(assets/images/next.png) no-repeat 28px center; width: 90px; height: 172px; float: right; display: block; position:absolute; top: 111px; right: 8px; z-index:999; }

.prev-tracado:active {background-position: -368px center;}
.next-tracado:active {background-position: right center;}

#vitrine {
	
}


ul#sidebar-flickr {
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	background:yellow;
}
ul#sidebar-flickr li, li#flickrrss {
	margin:0;
	padding: 0;
	display:inline;
	float:left;
}

#flickr {margin-bottom: 20px; float:left;}

#flickr .flickr_badge_image, li#flickrrss img {
	float:left;
	border: 1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#f1f1f1;
	padding:5px;
	margin: 5px;
}

.no-pdg {
	margin:0; padding:0;
}


/*TRACADOS*/
#tracados {

}
.align-left {text-align:left !important;}


.ads-ranking {
	text-align:center;
	border: 1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#f1f1f1;
	padding:5px;	
}

.grd-ranking, .grd-localizacao {
	position:relative;
}

.resenha-ranking, .resenha-localizacao, .resenha-tracados {
	position:absolute;
	left:0;
	bottom:0;
	font-size: 12px;
	font-style:italic;
	color:#fff;
	margin:0 auto;
	padding:0;	
	padding:5px 8px;
	width:265px;
	border: 0;	
	background:#000;
	margin-bottom:0px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	opacity: 0.9;
	filter:alpha(opacity=90);
	moz-opacity:0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	-khtml-opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	text-align:left;
}
.resenha-ranking a, .resenha-localizacao a {
	color:#fff;
}

.btn-more a {	
	margin: 0;
	padding: 3px 10px;
	text-decoration:none;	
	font-weight: bold;	
	background:#fff;
	color:#000;	
	border:1px solid #bbb;
	background:url(assets/images/white-grad.png) repeat-x center top;
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari and Chrome */
	border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
.btn-more a:hover {
	border-color:#000;
}

#footer {
	text-align:center;
	font-size: 11px;
	color:#777;
	padding: 10px 0;
}