@import url("pag.css");
/*++++++ BODY ++++++++*/
* {
	margin: 0px;
	padding: 0px;
	list-style:none;
	text-decoration:none;
}
body {
	background:#fff url(img/bkg.gif) repeat-x;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
/*++++++ HYPERLINKS ++++++++*/
h3 {
	padding:10px 0 10px 0;
	font-size:14px;
}
a {
	color:#036;
}
a:hover {
	text-decoration:none;
	color:#36f;
}
/*++++++ MAIN ++++++++*/
#wrapper {
	width: 1000px;
	margin:auto;
}
#main {
	width: 1000px;
	margin:30px auto 10px;
}
#left {
	float: left;
	width: 570px;
	background:url(img/rightbg.gif) repeat-y right;
}
#right {
	float: right;
	width: 420px;
}
/*++++++ HEADER ++++++++*/
#header {
	height: 100px;
	width: 1000px;
	position:relative;
}
#logo {
	width: 550px;
	float:left;
}
#logo h1 {
	text-indent:-10000px;
}
#logo h1 a {
	display:block;
	background: url(img/logo.png) no-repeat;
	height:90px;
	outline:none;
	margin-top:5px;
}
h1{
	font: bold 20px Georgia, Tahoma, Verdana, serif;
}
/*++++++ SEARCH ++++++++*/
#searchbox {
	width: 219px;
	height: 25px;
	background: #eee;
	border: 1px solid #900;
	position:absolute;
	right: 14px;
	top: 103px;
	z-index: 5;
}
#searchbox #s {
	float: left;
	margin: 4px 0 0 6px;
	border: 0;
	width: 175px;
	background: none;
	color:#c00;
}
#searchbox #go {
	float: right;
	margin: 4px 4px 0 0;
	width:16px;
	height:16px;
}
/*++++++ NAV ++++++++*/
#nav {
	width:1000px;
	height:33px;
}
#nav ul {
}
#nav ul li {
	float:left;
	margin: 0 10px 0 0;
	height: 33px;
	overflow: hidden;
	display: inline;
	line-height:33px;
}
#nav ul li a {
	display: block;
	color:#ddd;
	padding:0 10px 0 10px;
	font-weight:bold;
	text-transform:uppercase;
}
#nav ul li a img{
	margin-top: 5px;
}
#nav ul li a:hover {
	color:#fff;
	text-decoration:none;
}
#nav ul li.current_page_item {
	background: url(img/navright-a.gif) no-repeat right;
}
#nav ul li.current_page_item a {
	background: url(img/navleft-a.gif) no-repeat left;
	color:#fff;
}
/*++++++ MISC ++++++++*/
.clear {
	clear:both;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 2px;
	margin: 0 7px 2px 0;
	display: block;
	border: 1px solid #ccc;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.foto {
	display: block;
	width: 217px;
}
img {
	border:none;
}
/*++++++ ENTRY ++++++++*/
#content {
	width: 570px;
}
.entry {
	width: 550px;
	line-height:140%;
	margin-bottom:20px;
}
.entry p {
	padding-bottom:10px;
}
.entry h2.sectionhead {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background:url(img/dot-h.gif) repeat-x bottom;
	padding-bottom:10px;
}
.entry h2 {
	font: bold 16px Georgia, Tahoma, Verdana, serif;
	color:#000;
	padding:5px 0 5px 0;
	text-transform: uppercase;
}
.entry h2 a {
	color:black;
}
.entry img {
	margin:0 10px 10px 10px;
}
html>body .entry ul {
	padding: 0 0 0 30px;
	padding-left: 10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before {
	content: "\00BB \0020";
}
.entry p.postinfo {
	font-size:10px;
	padding-bottom:10px;
	margin-bottom:5px;
}
.entry p.postinfo span.upper {
	text-transform:uppercase;
}
.entry p.postinfo span.category {
	background:url(img/category.gif) no-repeat;
	padding-left:20px;
}
.entry p.postinfo span.comment {
	background:url(img/comment.gif) no-repeat;
	padding-left:20px;
}
.post {
	margin-bottom:15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.navigation {
	width: 550px;
	font-size:11px;
	text-transform:uppercase;
	margin-top:20px;
}
.navigation span.older {
	background:url(img/older.gif) no-repeat right;
	padding-right:25px;
}
.navigation span.newer {
	background:url(img/newer.gif) no-repeat left;
	padding-left:25px;
}
.socials {
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#fff;
	border:1px solid #BBB9B2;
	padding:5px 5px 5px 10px;
	width:540px;
}
.socials a {
	margin-right:10px;
	color:#BFBCB3;
}
.btn_email {
	background:url(img/mail.gif) left no-repeat;
	padding-left:15px;
}
.btn_comment {
	background:url(img/comments.gif) left no-repeat;
	padding-left:15px;
}
.btn_delicious {
	background:url(img/delicious.gif) left no-repeat;
	padding-left:15px;
}
.btn_digg {
	background:url(img/digg.gif) left no-repeat;
	padding-left:15px;
}
.btn_reddit {
	background:url(img/reddit.gif) left no-repeat;
	padding-left:15px;
}
.btn_technorati {
	background:url(img/technorati.gif) left no-repeat;
	padding-left:15px;
}
.btn_furl {
	background:url(img/furl.gif) left no-repeat;
	padding-left:15px;
}
/*++++++ SIDEBAR ++++++++*/
#sads {
	width:388px;
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
	background:#eee;
	border:1px solid #ccc;
	padding:8px;
	margin-bottom:10px;
}
#sads ul {
}
#sads ul li {
	float:left;
	padding-right:6px;
}
#sads ul li.last {
	float:right;
	padding:0px;
}
#sads p {
	background:url(img/adsdotdot.gif) no-repeat center left;
	margin-top:5px;
}
#sads a {
	color:#5e5d5a;
}
#tab {
	width:388px;
	background:#eee;
	border:1px solid #ccc;
	padding:8px;
	margin-bottom:10px;
}
.tabbertab h2{
	color:#039;
}
#sidebar {
	width:400px;
	padding-left:10px;
}
#sidebar h2 {
	font-size:12px;
	margin-bottom:10px;
	color: #000000;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar ul {
	margin:10px auto 20px;
}
#sidebar ul li {
}
#sidebar ul li ul {
}
#sidebar ul li ul li {
	display:block;
	background:url(img/bullet.gif) no-repeat 0 2px;
	padding-left:18px;
	margin-bottom:6px;
	padding-bottom:5px;
	border-bottom:1px dotted #dadada;
	font-size:11px;
}
.sleft {
	float:left;
	width:180px;
	background:url(img/dot-v.gif) repeat-y right;
	padding-right:10px;
}
.sright {
	float:right;
	width:198px;
	padding-left:10px;
}
/*+++++++ CALENDAR +++++++*/
#calendar #calendar_wrap #wp-calendar {
	width: 100%;
}
#calendar #calendar_wrap #wp-calendar caption {
	text-align:left;
	border-bottom:1px solid #dadada;
	padding-bottom:5px;
}
#calendar #calendar_wrap #wp-calendar th {
	text-align:left;
	font-weight:bold;
	padding-top:5px;
}
#calendar #calendar_wrap #wp-calendar td {
	text-align:left;
}
/*+++++++ COMMENTS +++++++*/
#c {
	float:left;
	width:225px;
}
#cc {
	float:right;
	width:304px;
}

.commentlist cite {
	background:#fff;
	padding:5px 5px 5px 10px;
}
.commentlist cite a {
	color:#333;
}
.commentlist .ctext {
	background:url(img/doth.gif) repeat-x bottom;
	font-size:11px;
}
.postmetadata {
	background:#f9f9f9;
	padding:10px;
	border:1px solid #bbb9b2;
}
.postmetadata span{
	font-style:italic;
	font-size:0.8em;
	display:block;
	margin-bottom:10px;
}
.ccomment {
	width: 550px;
	line-height:140%;
	margin-bottom:20px;
}
.ccomment ol {
}
.ccomment ol li {
	background:#e7e5de;
	padding:5px;
}
.ccomment ol li.alt {
	background:#efeee8;
	padding:5px;
}
.contador {
	float:right;
	bottom:0;
	right:5px;
	color:#cbcbcb;
	font:2em "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	font-style:italic;
}

/*++++++ FOOTER ++++++++*/
#footer {
	width:100%;
	background:#23282d;
	height:35px;
	line-height:35px;
}
.footer {
	width:1000px;
	margin:auto;
	color:#fff;
	background:url(img/logofoo.gif) no-repeat right;
}
.footer a {
	color:#e7e5de;
}
.footer a:hover {
	color:#99cc33;
}
/**************** Misc *********************/
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright {
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}
img.alignleft {
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}
pre {
	border: solid 1px #9a9a9a;
	color: blue;
	margin: 10px;
	padding:10px;
	background: #f3f2ed
}
code {
	font-size:1.0em;
	color: #000
}
/**************** Gallery *********************/
.gallery {
	text-align:center;
}
.gallery img {
	padding:2px;
	height:100px;
	width:100px;
}
.gallery a:hover {
	background-color:#fff;
}
.attachment {
	text-align:left;
}
.attachment img {
	padding:2px;
	border:1px solid #999;
}
.attachment img:hover {
	border:1px solid #990000;
}
.attachment a:hover {
	background-color:#fff;
}
.imgnav {
	text-align:center;
}
.imgleft {
	float:left;
}
.imgleft a:hover {
	background-color:#fff;
}
.imgleft img {
	padding:2px;
	border:1px solid #999;
	height:100px;
	width:100px;
}
.imgright {
	float:right;
}
.imgright a:hover {
	background-color:#fff;
}
.imgright img {
	padding:2px;
	border:1px solid #999;
	height:100px;
	width:100px;
}

.pelego {
	display:block;
}

.pelego img {
	border:2px solid #CCC;
	float:left;
	margin-right:5px;
}

.pelego img:hover {
	border:2px solid #FF0000;
}

/* FORMS */
label{
	float: left;
	display: block;
	padding: 0 10px;
	line-height: 2.8em;
	width: 75px;
	text-align: right;
	margin-top: 3px;
}
.textarea{
	border: 1px solid #ccc;
	color: #666;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 4px 0;
	background: #fff url(img/bgInput.gif) no-repeat left top;
	width: 320px;
	overflow: auto;
	height: 80px;
	float: left;
}
.textarea:hover, .textarea:focus, .campo:hover, .campo:focus, .select:hover, .select:focus{
	border-color: #666;
}

.campo, .select{
	border: 1px solid #ccc;
	color: #666;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	padding: 0.5em;
	margin: 5px 0;
	background: #fff url(img/bgInput.gif) no-repeat left top;
	width: 200px;
	vertical-align: middle;
}

.select{
	width:auto!important;
	padding: 0.4em!important;
	vertical-align: middle;
}

.botao{
	border: 4px solid #c00;
	color: #900;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	padding: 0.2em 0.5em;
	margin: 2px 5px 2px 0;
	background: #fff;
	cursor:pointer;
}
.botao:hover, .botao:focus{
	background: #900;
	color: #fff;
	border-color: #900;
}