/*
Theme Name: Euquero
Theme URI: http://euquero.blog.br
Description: Tema do Blog Euquero
Version: 1.0
Author: Andre Nogueira
Tags: mantle color, variable width, two columns, widgets
*/

body {
	background: #e5ebee url(images/fundo.gif) repeat-x;
	color: #000;
	font: 80% Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 20px 0 0 0;
}

a {color: #3cbffa; text-decoration: none;}
a:hover {text-decoration: underline;}
a img {
	border: none;
}

/* Topo */
#header {
	width: 780px;
	margin: 0 auto;
	text-align: right;
}

#header img.logo {float: left;}
#header img.slogan {margin-top: 10px;}
#header ul {padding-top: 10px;}
#header li {display: inline; list-style: none; padding: 0 5px;}
#header li a {color: #fff;}

#wrapper {
	width: 780px;
	padding: 20px 0 0 0;
	background: #fff;
	margin: 0 auto;
}

#content {
	width: 520px;
	background: #fff;
	border-right: 1px solid #f2f2f2;
	float: left;
}
.post {
	margin: 0 20px 20px 20px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #f2f2f2
}

.post p {
	line-height: 18px;
        text-align: justify;
}

.navigation {
	padding: 10px;
}

h1 {
	font-size: 150%;
	margin: 0;
	padding: 0;
}

h1 a {
	color: #000;
	text-decoration: none;
}

h2 {
	color: #3f7087;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 120%;
}

#sidebar {
	width: 240px;
	background: #fff;
	float: right;
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
}

.widget {
	padding: 0 0 20px 0;
	margin: 0 20px 15px 0;
	border-bottom: 1px solid #f2f2f2
}

.widget a {
	color: #000;
}

.widget ul {
	margin: 0;
	padding: 0;
}

textarea#comment {
	width: 450px;
}

.alignright {float: right;}
.alignleft {float: left;}

#footer {
	background: #437890;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #fff;
}
#footer a {color: #fff;}
.clear {clear: both;}