/*  
Theme Name: Scania
Theme URI: http://
Description: Design Original com Xhtml e CSS válidos.
Version: ...
Author: Ivan Bogar
Author URI: http://www.ivanbogar.com/
Tags: ...

	The CSS, XHTML and design is released under a Creative Commons Attribution 3.0 License:
	http://creativecommons.org/licenses/by/2.5/br/
*/

@import url('reset.css');

/* *********************************************************************** */
/*/ HACKS \*/
/* *********************************************************************** */
.clear {
	clear: both;
}
.hide {
	display: none;
}
/* *********************************************************************** */

#header{
	background:url(images/top_header.jpg) no-repeat center top;
	width:100%;
	height:264px;
	margin:0 auto;
}
#conteudo{
	background:#171717 url(images/bg_caminhoes.jpg) no-repeat top left;
	width:950px;
	height: 100%;
	height: auto !important;
	border-left:1px solid #292311;
	border-right:1px solid #292311;
	margin:0 auto;
}

/*/ BLOG \*/
/* *********************************************************************** */
.vvqbox{
	background:#202020 url(images/linha_posts.jpg) no-repeat top left;
	padding:20px 25px;
}
#posts{
	width:720px;
	position:relative;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	float:left;
	margin:0;
	padding:90px 0 0 0;
}
#posts_busca{
	width:695px;
	position:relative;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	float:left;
	left:25px;
	margin:0;
	padding:90px 0 0 0;
}
.post{
	color:#fff;
	width:720px;
	margin:0;
	background:none;
}
#posts_busca h4{
	background:url(images/bg_footer_posts.jpg) no-repeat 0;
	width:689px;
	height:16px;
	color:#cdad53;
	position:relative;
	left:0;
	font-size:15px;
	font-weight:100;
	letter-spacing:0;
	padding:6px 0 6px 6px;
	margin:0 0 25px 0;
}
.post h2{
	margin:0;
	position:relative;
	top:8px;
	left:40px;
}
.post h2 a:link, .post h2 a:visited{
	color:#cdad53;
	text-decoration:none;
}
.post h2 a:hover, .post h2 a:active{
	color:#cdad53;
	text-decoration:none;
}
.categorias{
	margin:0;
	position:relative;
	top:12px;
	left:40px;
	font-size:11px;
}
.categorias a:link, .categorias a:visited{
	color:#fff;
	text-decoration:none;
}
.categorias a:hover, .categorias a:active{
	color:#fff;
	text-decoration:underline;
}
.autor{
	margin:0;
	position:relative;
	top:10px;
	left:40px;
	font-size:11px;
}
.autor a:link, .autor a:visited{
	color:#fff;
	text-decoration:none;
}
.autor a:hover, .autor a:active{
	color:#fff;
	text-decoration:underline;
}
.data_titulo{
	height:75px;
	margin:0;
	padding:0;
	background:url(images/bg_data_titulo-trans.png) no-repeat bottom left;
}
.data{
	width:50px;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	left:25px;
	top:12px;
	height:50px;
}
.data_dia{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:38px;
	margin:-5px 0 5px;
	top:0;
	text-align:center;
	position:relative;
}
.data_mes{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:10px;
	margin:0;
	padding:0;
	top:0;
	letter-spacing:-0.08em;
	text-align:center;
	position:relative;
}
.conteudo_post{
	margin:5px 0 0 25px;
	width:695px;
}
.conteudo_post_busca{
	margin:5px 0 25px 25px;
	width:675px;
	background:url(images/linha_posts.jpg) no-repeat bottom;
}
.footer_post{
	background:url(images/bg_footer_posts.jpg) no-repeat 0;
	width:695px;
	height:29px;
	margin:25px 0 25px 25px;
}
.comentario_post{
	position:relative;
	float:right;
	font-size:12px;
	background:url(images/bg_comentario-trans.png) no-repeat;
	height:17px;
	padding:8px 0 0 26px;
	margin:0;
}
.comentario_post a:link,.comentario_post a:visited{
	color:#fff;
	text-decoration:none;
}
.comentario_post a:hover, .comentario_post a:active{
	color:#fff;
	text-decoration:underline;
}
#bottom-nav {
	background:url(images/bg_footer_posts.jpg) no-repeat 0;
	width:695px;
	height:29px;
	margin:0 0 25px 0;
	position:relative;
	left:0;
}
/*/ COMENTARIOS \*/
/* *********************************************************************** */
#comments {
 margin: 0;
 font-size:12px;
 float: left;
 position:relative;
 left:25px;
 width: 695px;
}
#comment-title{
	height:40px;
}
#comments h4{
	background:url(images/bg_footer_posts.jpg) no-repeat 0;
	width:689px;
	height:16px;
	color:#cdad53;
	font-size:15px;
	font-weight:100;
	letter-spacing:0;
	padding:6px 0 6px 6px;
	margin:0 0 25px 0;
}
/*#comments ol {
	border-bottom:1px solid #e7e8e8;
}*/
#comments ol{
	padding: 0;
	margin:0;
}
#comments ol li {
	float: left;
	width: 695px;
	list-style: none;
	padding: 0;
	margin:10px 0;
}
#comments ol li .comment-data {
	float: left;
	position:relative;
	left:25px;
	width: 640px;
	margin: 0;
	color:#fff;
	padding: 5px 0 0 0;
	background:url(images/linha_posts.jpg) no-repeat bottom;
	overflow: visible;
}

#comments ol li .comment-info {
	margin:0;
	position:relative;
	left:25px;
	float: left;
	font-weight:100;
	color:#cdad53;
	width: 640px;
	text-align: left;
	font-size: 15px;
	line-height: 12px;
}
#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 5px;
}
#comments ol li .comment-info a:link, #comments ol li .comment-info a:visited {
	text-decoration: none;
	font-weight:100;
	color:#cdad53;
	font-size: 15px;
	border:none;
}
#comments ol li .comment-info a:hover, #comments ol li .comment-info a:active {
	text-decoration: underline;
	font-weight:100;
	color:#cdad53;
	font-size: 15px;
	border:none;
}
#comments .comment-edit-link{
	font-size:11px;
	margin:0 0 0 -6px;
	border:none;
}
/*--respond--*/
#respond {
	margin: 20px 0 0;
	padding:0;
	float: left;
	width: 695px;
	position:relative;
	left:25px;
}
#respond a:link, #respond a:visited {
	color:#cdad53;
	text-decoration:underline;
}
#respond a:hover {
	color:#cdad53;
	text-decoration:none;
}
#respond h4{
	background:url(images/bg_footer_posts.jpg) no-repeat 0;
	width:689px;
	height:16px;
	color:#cdad53;
	font-size:15px;
	font-weight:100;
	letter-spacing:0px;
	padding:6px 0 6px 6px;
	margin:0 0 25px 0;
}
#respond label{
	color:#cdad53;
	font-size:15px;
	font-weight:100;
	letter-spacing:0;
}
#respond label small{
	font-size:10px;
	color:#fff;
	letter-spacing:0;
	font-weight:lighter;
	padding:1px 4px;
}
#respond p {
	padding: 2px 0;
	text-align:left;
}
#respond #nome_mail{
	width:695px;
	margin:0;
	position:relative;
}
#respond #nome_mail #nome_respond{
	position:relative;
	float:left;
	width:310px;
	margin:0;
	left:25px;
}
#respond #nome_mail #mail_respond{
	position:relative;
	float:right;
	width:310px;
	margin:0;
	right:30px;
}
#respond input {
	background:#eee6ce;
	border:1px solid #cdad53;
	height:21px;
	margin:5px 0 10px 0;
	padding:1px 0 1px 1px;
	width:310px;
	font-size:12px;
	color:#171717;
}
#respond textarea {
	padding: 4px;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 0 10px 0;
	width:635px;
	background:#eee6ce;
	border:1px solid #cdad53;
	height:100px;
	font-size:13px;
	color:#171717;
	position:relative;
	left:25px;
}
#respond .bt_enviarcomentario {
	height:40px;
	background:url(images/bt_enviar.jpg) top left no-repeat;
	margin:0 15px 25px 0;
	position:relative;
	float:right;
	padding:0;
	width:80px;
	text-indent:-9000%;
	border:none;
}

/*/ SIDEBAR \*/
/* *********************************************************************** */
#sidebar{
	width:180px;
	height: 100%;
	min-height: 100%;
	height: auto !important;
	float:right;
	padding:20px 0;
	margin:0;
	position:relative;
	right:25px;
}
#sidebar h5{
	margin:0 0 10px 20px;
	font-weight:100;
	font-size:1.1em;
}
.lineBottomBox{
	background:url(images/linha_sidebar.jpg) no-repeat bottom;
	width:180px;
	height:1px;
	padding:20px 0 0 0;
}
#box_busca, #box_categorias, #box_sites, #box_colaboradores, #box_links, #box_arquivo, #box_rss, #box_tagcloud, #box_video{
	width:180px;
	height: 100%;
	height: auto !important;
	background:#202020 url(images/linha_sidebar.jpg) no-repeat;
	padding:20px 0 0 0;
	margin:0 0 21px 0;
}
#box_categorias ul a:link, #box_categorias ul a:visited{
	color:#fff;
	text-decoration:none;
	background:transparent url(images/bullet.jpg) no-repeat 0 5px;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:17px;
}
#box_categorias ul a:hover, #box_categorias ul a:active{
	color:#fff;
	text-decoration:underline;
	background:transparent url(images/bullet.jpg) no-repeat 0 5px;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:17px;
}
#box_sites ul a:link, #box_sites ul a:visited{
	color:#fff;
	text-decoration:none;
	background:transparent url(images/bullet.jpg) no-repeat 0 5px;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:17px;
}
#box_sites ul a:hover, #box_sites ul a:active{
	color:#fff;
	text-decoration:underline;
	background:transparent url(images/bullet.jpg) no-repeat 0 5px;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:17px;
}
#box_links h2, #box_colaboradores h2{
	display:none;
}
#box_links ul a:link, #box_links ul a:visited, #box_colaboradores ul a:link, #box_colaboradores ul a:visited{
	color:#fff;
	text-decoration:none;
	background:transparent url(images/bullet.jpg) no-repeat 0 5px;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:17px;
	letter-spacing:-0.025em;
}
#box_links ul a:hover, #box_links ul a:active, #box_colaboradores ul a:hover, #box_colaboradores ul a:active{
	color:#fff;
	text-decoration:underline;
	background:transparent url(images/bullet.jpg) no-repeat 0 5px;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:17px;
}
#sidebar ul {
	list-style-image:none;
	list-style-type:none;
}
#sidebar ul ul, #sidebar ul ol  {
	margin:0;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin:3px 0 0;
	padding:0;
}
#box_arquivo ul li{
	color:#cdad53;
	font-size:12px;
}
#box_arquivo ul a:link, #box_arquivo ul a:visited{
	color:#fff;
	text-decoration:none;
	background:transparent url(images/bullet.jpg) no-repeat 0 5px;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:17px;
}
#box_arquivo ul a:hover, #box_arquivo ul a:active{
	color:#fff;
	text-decoration:underline;
	background:transparent url(images/bullet.jpg) no-repeat 0 5px;
	margin:0 0 0 20px;
	padding:0 0 0 10px;
	font-size:12px;
	line-height:17px;
}
.cloud{
	padding:0 20px;
}
#box_tagcloud a:link, #box_tagcloud a:visited{
	color:#fff;
	text-decoration:none;
}
#box_tagcloud a:hover, #box_tagcloud a:active{
	color:#fff;
	text-decoration:underline;
}
#box_rss img{
	margin:0 0 0 25px;
}
.video{
	width:140px;
	height: 93px;
	padding:0;
	margin:0;
	position:relative;
	left:20px;
	background:#202020;
}
.video div {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: block;
}
.video object { padding: 0; margin: 0; }
#searchform{
	width:180px;
}
#searchform p{
	margin:0;
	padding:0;
}
.searchbutton{
	background:url(images/bt_buscar.jpg) no-repeat;
	width:80px;
	height:40px;
	border:none;
	margin:0 0 0 50px;
}
.search{
	background:#eee6ce;
	border:1px solid #cdad53;
	height:20px;
	width:140px;
	margin:0 0 0 20px;
}
/*/ FOOTER \*/
/* *********************************************************************** */
#footer{
	background:url(images/bg_footer.jpg) no-repeat center top;
	width:100%;
	height:152px;
	margin:0 auto;
}
#conteudo_footer{
	margin:0 auto;
	width:950px;
}
#logo_scania{
	background:url(images/logo_scania.jpg) no-repeat;
	width:295px;
	height:80px;
	position:relative;
	float:left;
	margin:37px 0 0 25px;
}
#footer_contato{
	width:554px;
	position:relative;
	float:right;
	padding:21px 0 0 40px;
	background:url(images/linha_footer.jpg) no-repeat 0 21px;
}
#footer_contato p{
	padding:0 0 10px 0;
	line-height:15px;
}
