/*
Theme Name: Kommbo 6
Theme URI: http://www.zerotrack.com.br
Description: Free WP Theme by Zerotrack.
Version: 1.0
Author: Zerotrack
Author URI: http://www.zerotrack.com.br
Tags: clean, simple, elegant, two column, fixed width,
*/

/*reset */

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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

 
/*geral*/

html, body {	
font-family: Helvetica, Arial, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.45em;
	border: 0;
}
h1, h2, h3, h4, p {margin-top:15px; margin-bottom: 15px;}
h1{font-size: 24px;}
h2{font-size: 22px;}
h3{font-size:20px;}
h4{font-size: 18px;}
p{font-size: 15px}

a {
	text-decoration: none;
	color:#af5b15;
	/*color: #559AD3;*/
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.post {
	margin-top:15px;
	margin-right:15px;
	}

/*kommbo VI */

body {
	background-image:url(images/Kommbo_bk.jpg);
	background-color:#0D2725;
}
#container1 {
	float: left;
	height: auto;
	overflow:hidden;
	width: 100%;
	background-image: url(images/cabecalho.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}
#logo {
	width:250px;
	height:300px;
	display:block;
	float:left;
}
#logo a{
	width:250px;
	height:300px;
}
#container2 {
	width: 940px;
	height: auto;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top:315px;
	background-color: #DBD3C1;
}
#menu {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:940px;
	height:44px;
	background-image:url(images/bk_menu.jpg);
}
#corpo {
	display:block;
	float:left;
	width: 600px;
	background-color:#FFF;
	min-height: 1220px;
	padding-top:30px;
	padding-left: 20px;
	padding-right:20px;
	padding-bottom:30px;
}
#lateral {
	display:block;
	float:left;
	width:260px;
	height: inherit;
	background-color:#DBD3C1;
	padding-top:30px;
	padding-bottom:30px;
	padding-left: 20px;
	padding-right:20px;
}
#sidebar {
	width:250px;
}

#rodape {
	background-image:url(images/rodape_bk.jpg);
	display:block;
	width:940px;
	height:159px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
}
#navigation{
	display:block;
	float:left;
	width:940px;
	height:43px;
	margin-left:50px;
}
#navigation li{
	display:block;
	float:left;
	margin-right:25px;
}
#navigation li a {
	background-image:url(images/bk_menu2.jpg);
	display:block;
	width:120px;
	height:45px;
}
.home {
	background-position:-36px 0px;
}
.kommbo{
	background-position:-130px 0px;
}
.internet{
	background-position:-255px 0px;
}
.participe{
	background-position:-376px 0px;
}
#navigation a.home:hover {
	background-position: -36px -44px;
	}
#navigation a.kommbo:hover {
	background-position: -130px -44px;
	}
#navigation a.internet:hover {
	background-position: -255px -44px;
	}
#navigation a.participe:hover {
	background-position: -376px -44px;
	}
.home_marca {
	background-position: -36px -44px;
	}
.kommbo_marca {
	background-position: -130px -44px;
	}
.internet_marca {
	background-position: -255px -44px;
	}
.participe_marca {
	background-position: -376px -44px;
	}

