body {
	padding: 0px;
	background: #333333 url(images/img01.gif) repeat-x;
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 750px;
	height: 65px;
	margin: 0 auto;
	padding-top: 10px;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	position:relative;
	width: 778px;
	height: 45px;
	margin: 0 auto;
	background: #333333 url(images/img02.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 27px 0 27px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: none;
	color: #333333;
	background: url(images/img09.gif) repeat-x;
}

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
}

#menu .current_page_item_pedais a {
	background-color: #FFF;
}

#menu li ul {
 display:none;
 position:absolute;
 top:42px;
 left:131px;
 margin:0;
 padding:0;
 
}
#menu li:hover ul { display:block; }
#menu li a{
	display:block;
}
#menu li ul{
	background-color:#F5F5F5;
	width: 200px;
}
#menu li ul a{
	color:#333333;
	font-size:90%;
	padding:5px 11px 5px 10px;
	margin:0;
	height:auto;
	float:none;
	
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	background: #333333 url(images/img05.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 420px;
	padding: 20px 0 0 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {

}

.entry ul{
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
}

.entry li{
	display:inline;
	padding: 0 10px 0 0;
	list-style-image: none;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar ul {
	margin: 5px;
	padding: 5px;
	list-style-image: none;
	list-style-type: none;
}

#sidebar li {
	margin: 5px 0px 0px 0px;
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(images/img07.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 10px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.5em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
	background-color:#ccff00;
}

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img08.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

/* Lista */

#content_lista {
	width: 698px;
	padding: 20px 0 0 20px;
}	

.post_lista {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
	width:698px;
	float:left;
}

.title_lista {
	margin: 0;
}

.title_lista a {
	text-decoration: none;
}

.name_lista {
	text-transform:uppercase;
	margin:0;	
	text-color: #333333;
	background-color: #EEEEEE;
}

.name_lista a {
	text-decoration:none;	
	font-size: 120%;
	font-weight: bold;
}

.name_lista a:hover {
	background-color:#ccff00;
}
	
.byline_lista {
	margin: 0 0 20px 0;
}

.entry_lista {
	text-align:left;
	width: 154px;
	padding: 20px 10px 20px 10px;
	float: left;
}

.links_lista {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}
