@charset "utf-8";
/*   
Theme Name: Twittando
Theme URI: www.adfactory.com.br/blog/twittando
Description: A minimalist theme inspired on Twitter
Author: Fernando Funicelli
Author URI: www.adfactory.com.br
*/

body {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size:12px;
	background-color:#c0deed;
	background-image:url(images/bg-clouds.png);
	background-repeat:no-repeat;
	height: 190px;
	color: #505050;
	margin-top: 0px;
	border:none;
}

a img{
	border:0;
}

a {
	text-decoration:none;
	color:#545454;	
}

a:hover {
	color:#38ccff;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}

#header {
	height:67px;
	width:800px;
}

#logo {
	width:306px;
	height:67px;
	float:left;
}

#search_area {
	margin-top: 27px;
	margin-right: 30px;
	float: right;
}
#search_form {
	float: right;
	margin-top: 27px;
	margin-right: 35px;
}
#s {
	background: none;
	border: 0px;
	float: left;
	padding-top:7px;
        padding-left:4px;
        padding-right:0px;
	width: 142px;
	height: 27px;
	outline: 0;
	font-size:11px;
	background-image:url(images/search.gif);
	background-repeat:no-repeat;
}

#btn_search {
	width:26px;
	height:27px;
	border:none;
        margin:0px;
	background:url(images/go.gif) no-repeat;
	cursor:pointer;
}

#topo {
	background-image:url(images/topo_conteudo.png);
	background-repeat:no-repeat;
	width:763px;
	height:24px;
}

#conteudo {
	background-color:#FFF;
	width:555px;
	float:left;
	min-height:3000px;
}

#adicionar {
	background-image:url(images/fundoadicionar.jpg);
	background-repeat:no-repeat;
	width:513px;
	height:41px;
	margin-left:19px;
	margin-bottom:3px;
	background-color:#FFF;
}

#botaoesquerdo {
	margin-left:11px;
	padding-top:8px;
	border:none;
	float:left;
}
#botaodireito {
	margin-right:11px;
	padding-top:8px;
	border:none;
	float:right;
}

#ads {
	width:468px;
	height:100%;
	border:none;
	text-align:center;
	margin:0px;
	padding-top:10px;
	padding-left:41px;
	padding-bottom:10px;
}

#content {
	width:413px;
	height:100%;
	margin-left:20px;
}

#post {
	width:497px;
	min-height:53px;
	background-color:#f7f7f7;
	background-image:url(images/divconteudo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
	margin-bottom:15px;
        padding-left:5px;
        padding-right:10px;
        padding-bottom:5px;
}

#post h2 {
	font:18px 'Lucida Grande',sans-serif;font-weight:bold;
	padding-left:5px;
	padding-top:5px;
	margin:0px;
	color:#545454;	
}

#post h2 a {
	text-decoration:none;
	color:#545454;	
}

#post h2 a:hover {
	color:#38ccff;
}

#post h3 {
	font:12px 'Lucida Grande',sans-serif;
	color:#848484;
	text-align:right;
	padding-right:5px;
        padding-top:0px;
        padding-bottom:0px;
	margin:0px;
}

#post h3 a {
	color:#545454;
	font-weight:bold;
	text-decoration:none;
}

#post h3 a:hover {
	color:#38ccff;
}

#sidebar {
	width:208px;
	float:left;
	background-color:#ddeef6;
	min-height:3000px;
	font:11px 'Lucida Grande',sans-serif;
	color:#848484;
}

#sidebar a {
	color:#545454;
	text-decoration:none;
}

#sidebar a:hover {
	color:#38ccff;
}

#sidecontent {
	width:176px;
	margin-left:14px;
}

#sidecontent ul {
	padding-left: 0px;
	margin: 0;
	list-style: none;
}

#sidecontent li {
	list-style: none;
}
#sidecontent ul li {
	padding-left: 10px;
        padding-top:3px;
	margin: 0;
	border-bottom:dotted;
	border-bottom-width:1px;
}

#sidebox {
	padding:10px;
	text-align:center;
	background-image:url(images/box.jpg);
	min-height:46px;
	background-repeat:no-repeat;
	font:11px 'Lucida Grande',sans-serif;
	color:#848484;
        margin-top:5px;
        margin-bottom:5px;
}

#rodape {
	width:763px;
	height:7px;
	background-image:url(images/end.png);
	background-repeat:no-repeat;
	margin-top:2300px;
}
#notes {
	width:763px;
	min-width:763px;
	height:22px;
	margin-top:10px;
	padding-top:3px;
	background-image:url(images/notes.png);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
}

#notes a {
	color:#848484;
	text-decoration:none;
}

#notes a:hover {
	color:#38ccff;
}