/*  
Theme Name: WordPress Desenblogue
Theme URI: http://wordpress.org/
Description: Layout do desenblogue.
Version: 1.5
Author: Eduardo Dencker
Author URI: http://www.dencker.com.br

	Desenblogue v1
	

	This theme was designed and built by Eduardo Dencker

	
*/



/* Begin Typography & Colors */

body {
	margin:0;
	padding:0;
	font-size: 62.5%; 
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #073d53 center repeat-y url("images/background.gif")
	}

#page {
	text-align: left;
	 background: url("images/backpage.gif") white repeat-y top left; border: none;
	}
	
#menusuperior {text-align: left; background: #073d53 url("images/backmenu.gif") no-repeat;}

#header .menusuperiorhell {text-align: left; background: #073d53 url("images/backmenu_hell.gif") no-repeat;}

#menusuperior  ul {text-align: center;}


#content {font-size: 1.2em}

.widecolumn .entry p {font-size: 1.05em;}

.narrowcolumn .entry, .widecolumn .entry {line-height: 1.4em;	}

.widecolumn {line-height: 1.6em;}
	
.narrowcolumn  {text-align: center;}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	background: url("images/rodape.jpg") no-repeat bottom; border: none;
	}

small {
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {font-size: 2.9em; border-bottom:#4190AF 1px solid}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {font-size: 1.3em;}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {color: #0a4963;}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {text-decoration: none;	}

.autor {
	font-weight: bold;
	font-size: 1.2em;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	color: #555555
}

.entry p a:visited {color: #b85b5a;	}

#commentspopup h2 {
	margin-top: 5px;
	color:#ffba00;
	font-size: 1.5em;
}

#commentspopup h3 {
	margin-top: 0;
	color:#ffba00;
	font-size: 1.2em;
}


.commentlist li, #commentform input, #commentform textarea {font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;}
	
.commentlist li {	font-weight: bold;	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}

.commentmetadata {font-weight: normal;	}

#sidebar {font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;}

small, .nocomments, .postmetadata, blockquote, strike {color: #777;	}

.postmetadata {
	font-size: 0.9em;
}
	
code {font: 1.1em 'Courier New', Courier, Fixed;}

acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}
	
#menusuperior a{
	
	color: #f4a81f;
	font-size: 1.3em;
	font-weight:bold;
	font-style:italic;  
	
	
	}
	
#menusuperior .primeirolink {
	padding-left:45px;
	background: none;
}

.post h2 { line-height: 1em;}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {	font-size: 9pt;	}

#wp-calendar a {text-decoration: none;	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 778px;
	
	}
	
#header {
	padding: 0;
	margin: 0;
	height: 176px;
	width: 100%;
	text-align: center;
	}

#headerimg {
    padding: 0;
	margin: 0;
	height: 148px;
	width: 100%;
	text-align: center;
	
	}
	
#menusuperior {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 28px;
	
}

#menusuperior ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0 170px 0 0;
	padding: 0;
}

#menusuperior li {
	display:inline;
	margin:0;
	padding: 0 15px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 30px;
	margin: 0 0 0;
	width: 520px;
	}

.widecolumn {
	float: left;
	padding: 0 0 20px 30px;
	margin: 0 0 0;
	width: 520px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}



.widecolumn .post {
	margin: 0;
	}
	
.post h2 {
	display: block;
	/*padding-left: 12px; */
	/* background: url("images/bullet_tit.gif") no-repeat left top; */
}

#post7 {
	margin: 0 20px;
	padding: 0px 5px 5px 25px;
	background: url("images/subway_back.gif") no-repeat left top #fffcec;
	
}
#post7 h2{

	font-size: 18px;
	padding-top: 20px;
	background: url("");
	padding-left: 72px;
}

#post7 .autor { 
	padding-left: 72px;
	color: #ff9600;
}

.subwaytitle { color: #ff9600; margin-top:10px;
}

.entry p {
	padding-right: 20px;

}

.narrowcolumn  {
	padding-top: 5px;
	}


	
.postmetadata	{
		display: block;
		width: 98%;
		background: #f4f4f4;
		padding: 5px 5px;
		border-bottom: 1px solid #CCCCCC ;
		}
			
		
		
#post7 .postmetadata {	background: #fff8d0; border-bottom: 0;}	

#post7 .postmetadata  a, #post7 smal{ color: #ec9b00;	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 777px;
	height: 36px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	}
	
	#footer a {
	color: #FFFFFF;	
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 45px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar .boxsidebar li {
	list-style-type: none;
	list-style-image: none;
	
	}

#sidebar .boxsidebar p, #sidebar .boxsidebar select {
	margin: 5px 0 8px;
	}

#sidebar .boxsidebar ul, #sidebar .boxsidebar ol {
	margin: 5px 0 0 10px;
	
	}

#sidebar .boxsidebar ul ul, #sidebar .boxsidebar ol {
	margin: 0 0 0 10px;
	}



#sidebar .boxsidebar ul li, #sidebar .boxsidebar ol li {
	margin: 3px 0 0;
	padding: 0 0 0 28px;
	background: url(images/bullet.gif) no-repeat 17px; 
	}
	

/* Box perolas */
.boxperolas  ul li {
	list-style-type: none;
	list-style-image: none;
	border-bottom: #f5e164 solid 1px;
	border-top: #d9ac2e solid 1px;
	margin: 0 5px 0 8px;
	padding: 2px 0 2px 23px;
	color:#477e95;
	background: url(images/bullet_perolas.gif) no-repeat 8px; 
	}
	
.boxperolas ul li a {
	color:#783800;
	font-size:12px;
	font-weight:bold;
}	


.boxperolas  {background: url("images/box_pattern.gif") #FBC855; }

/* Box Ranking */

.boxranking ul li {
	list-style-type: none;
	list-style-image: none;
	border-top: #b2cad4 solid 1px;
	margin: 0 5px 0 8px;
	padding: 2px 0 2px 1px;
	color:#DAE3E7;
	background:url(images/pattern_li_ranking.gif);
	
	}
	
.boxranking  ul li a {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}	

.boxranking  ul li span {
	float:left;
	padding:6px 0 7px 0;
	width:26px;
	background: #3f7b93;
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	margin-right:4px;
	text-align:center;

}


.boxranking {background: url("images/pattern_ranking.gif") #447f96; }


.boxnewsletter {background: url("images/pattern_email.gif") #77b0ba; }

.boxnewsletter form { padding:0 5px 0 22px }




/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding-right: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: right;
	}

#sidebar #searchform #s {
	margin-bottom: 5px;
	width: 120px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform { 
	background:#f4f4f4;
	width:80%;
	padding: 10px 0 5px 15px;
	margin: 25px 0 0 15px;

}

#commentform h2 {
		padding: 0;
		margin: 0;
}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/



#commentspopup {
	text-align: left ;

}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin: 0 ;
	width: 95%;
	}

.commentlist li {
	margin: 7px 0 3px;
	padding: 10px 10px 3px;
	list-style: none;
	background: #f4f4f4;
	}
	
.commentlist .comentarioautor {
	background-color: #daeaf0;
	background-image:url(images/logo_comment.jpg);
	background-position: right;
	background-repeat:no-repeat;
}

.commentlist p {
	margin: 0px 5px 7px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:right;
	padding: 4px 0 10px 0px;
	width: 189px;
	}
	

.boxsidebar {background: url("images/box_pattern.gif") #FBC855; }


.boxsidebar p {padding: 0 10px 0 17px;}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 168px;
	background:#fcd376;
	}



#wp-calendar a {
	display: block;
	
		background:#ffd98e;
		font-weight:bold;
		color:#1b92c2;
	}
	
	#wp-calendar #next a {
	border:0;
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
border:0;
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;

	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.entry hr {
	display: block;
	border: none 0; 
	border-top: 1px dashed #000;/*the border*/
	border-bottom: 1px dashed #CCCCCC ;/*the border*/
	height: 5px;/*whatever the total width of the border-top and border-bottom equal*/
	background: #EEEEEE;
	margin: 30px 0;
}
 
.entry img {
	border: #E5E5E5 solid 1px;
}

/* End Various Tags & Classes*/


/* Anúncios*/

#anuncio-vertical { margin-left:15px;

}

/* Votacao*/

.votacao {
margin-top:-8px;
background-color:#EFFBFF;
padding:8px;
}

.votacao p { padding:0 0 4px 0;margin:0 0 2px 0; color:#073D53; font-weight:bold;}

/* Destaque slogans*/

.slogans {
display:block;
line-height: 20px;
margin:8px;
padding: 15px;
background-color:#EFFBFF;
font-size: 18px;
font-weight:bold;
border: solid 8px #EEEEEE;
font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
}

.slogans span { font-size: 35px; vertical-align:text-bottom; }

.slogans {vertical-align: text-top; }

.tituloslogan { 
	font-size: 24px;
}

