﻿
* {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body {

background-image:  url("fundoCss.jpg");
}

body, input, textarea, select {
	font: normal small "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #202020;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 18px;
}

h2 {
	color: #3694b8;
	font-size: 16px;
}

h3 {
	font-size: 10px;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
	text-align:justify
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
	text-align: left;
	color:#333333;
	font-size:14px;
}





a {
	text-decoration: none;
	color: #3694b8;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

hr {
	display: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	width: 199px;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	/*height:75%;*/

	width: 960px;
	margin: 0 auto;
	/*background-image:  url("fundo_conteudo.gif") no-repeat;*/
	background: #FFFFFF;

}

/* Header */



#header h1, #header h2 {
	margin: 0;
	text-transform: lowercase;
	font-weight: bold;
}

#header h1 {
	padding: 100px 0 0 20px;
	letter-spacing: -2px;
	font-size: 3em;
}

#header h2 {
	margin-top: -5px;
	padding: 0 0 0 22px;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	background:  url(fundo_conteudo.gif) no-repeat;
	/*background: #FFFFFF;*/
}



#blog {
	float: left;
	width: 440px;
	padding-left: 5px;
}



#zona_direita {
	float: right;
	width: 490px;
	padding-left: 5px;
}



/* Post */

.post {
}

.post .title {

	text-align: left;
	margin: 0;
	padding: 20px 0 0 15px;

}

.post .title a {
	text-decoration: none;
	color: #333333;
}

.post .title a:hover {

}



.post .entry {
	padding: 20px 15px 10px 15px;
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	text-align: right;
	font-size: x-small;
}



/* Sidebar */

#right_side {
	float: right;
	width: 410px;
	/*margin-top: 5px;*/
}

#right_side ul {
	margin: 0;
	list-style: none;
}


#right_side li ul {
	margin: 0 5px;
	padding: 15px 15px 15px 30px;
	list-style-type: square;
	font-size:10px;
}





