/*
Theme Name: WordPress Domma
Description: Tema criado para agencia Domma.
Version: 1.0
Author: Nacao Interativa
Author URI: http://nacaointerativa.com.br/blog

	Este tema foi desenhado e criado por Nacao - Agencia Interativa,
	http://nacaointerativa.com.br/blog

*/



/* Begin Typography & Colors */
body {
	font-size: 13px;
	font-family: Trebuchet MS;
	text-align: center;
	padding:0;
	margin:0;
	background-color:#CBEAE4;
	overflow-x:hidden;
	}
#page
{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	min-height:511px;
}
.principal {
	background-color: white;
	text-align: left;
	margin:0 auto;
	padding:0 0 0 108px;
	width:707px;
	background-image:url(images/bgPage.jpg);
	background-repeat:repeat-y;
	position:relative;
	min-height:554px;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	display:none;
	}

.widgettitle{
   margin-bottom:50px;
   padding-top:50px;
   }


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}
#footer{
	display:block;
	float:left;
	margin-top:25px;
	margin-bottom:25px;
}
#footer p{
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	display:none;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next 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 */
#header {
	margin: 0;
	padding: 0;
	height: 300px;
	width: 1024px;
	display:none;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn, .widecolumn {
	float: left;
	padding:0 30px 0 0;
	margin:0;
	width: 495px;
	}

/*.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}*/

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* 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;
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul .widget {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

/*#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}*/

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin:0;
	}

.commentlist li {
	margin: 0;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
/*.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}*/

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	width:160px;
	float:left;
	padding-top:130px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.testeira
{
	background-image:url(images/testeira.jpg);
	background-repeat:no-repeat;
	height:295px;
	width:1024px;
	margin:0 auto;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
.narrowcolumn div h2, .widecolumn div h2, .center, .pagetitle, .post h3 a
{
	padding:0;
	margin:0;
	margin-bottom:8px;
	line-height:33px;
	font-family:Times New Roman;
	font-size:28px;
	color:#779e0e;
	text-decoration:none;
	font-weight:normal;
	width:420px;
}
.narrowcolumn div h2 a
{
	font-family:Times New Roman;
	font-size:28px;
	color:#779e0e;
	text-decoration:none;
	font-weight:normal;
}
.data, .post small
{
	font-size:13px;
	color:#666666;
}
.institucional
{
	position:absolute;
	top:0px;
	left:630px;
}
.titSidebar
{
	font-family:Times New Roman;
	font-size:28px;
	color:#779e0e;
	text-decoration:none;
	font-weight:normal;
	padding:0;
	margin:0 0 9px 0;
}

.titSidebar1
{
	font-family:Times New Roman;
	font-size:28px;
	color:#779e0e;
	text-decoration:none;
	font-weight:normal;
	padding:0;
	margin:0 0 40px 0;
}

.menuInstitucional
{
	padding:0;
	margin:0 0 50px 18px;
	list-style-image:url(images/bullet.jpg);
	width:138px;
}
.linkInstitucional
{
	text-decoration:none;
	color:#666;
}
.linkInstitucional:hover
{
	text-decoration:underline;
}
.textoInstitucional
{
	font-size:11px;
	color:#666;
}
#sidebar h2 {
	margin: 0;
	padding: 10px 0 0 0;
	font-family:Times New Roman;
	font-size:24px;
	color:#779e0e;
	text-decoration:none;
	font-weight:normal;
	margin-top:5px;
}
.widget_categories ul, ul.blogroll
{
	list-style:none;
}
.widget_categories ul li a, ul.blogroll li a
{
	font-size:11px;
	color:#666;
	text-decoration:none;
	margin-left:14px;
}
.widget_categories ul li a:hover, ul.blogroll li a:hover
{
	text-decoration:underline;
}

.seta
{
	position:absolute;
	top:7px;
	left:-26px;
	background-image:url(images/seta.png);
	background-repeat:no-repeat;
	width:11px;
	height:21px;
}
.balao
{
	position:absolute;
	top:7px;
	left:-97px;
}
.balaoCima
{
	background-image:url(images/balaoCima.png);
	background-repeat:no-repeat;
	width:71px;
	height:7px;
	/*position:absolute;
	top:7px;
	left:-97px;*/
}
.balaoMeio
{
	background-image:url(images/balao.png);
	width:65px;
	padding-left:3px;
	padding-right:3px;
}
.balaoBaixo
{
	background-image:url(images/balaoBaixo.png);
	background-repeat:no-repeat;
	width:71px;
	height:4px;
}
.post
{
	position:relative;
}
.balao a
{
	color:#779e0e;
	text-decoration:none;
	font-size:11px;
	width:58px;
	background-image:url(images/traco.png);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	padding-bottom:9px;
}
.balao a:hover
{
	text-decoration:underline;
}
.widget ul li, ul.blogroll li
{
	background-image:url(images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0 4px;
}
.alt small
{
	font-size:13px;
	color:#666666;
}
.alt small a
{
	color:#779e0e;
	text-decoration:none;
}
#comments, h3
{
	color:#779e0e;
	font-weight:normal;
	font-size:18px;
	font-family:Times New Roman;
}
cite a, .commentmetadata a
{
	color:#779e0e;
	font-weight:normal;
	text-decoration:none;
}
.alignleft a, alignright a
{
	color:#779e0e;
}
.widget_tag_cloud a
{
	color:#666666;
	text-decoration:none;
}
.naoMostra{
	display:none;
}
.areaLogoNacao{
	width:707px;
	text-align:right;
	height:14px;
	display:block;
	padding-left:570px;
}
.logoNacao{
	background-image:url(images/logoNacao.png);
	background-repeat:no-repeat;
	display:block;
	width:80px;
	height:14px;
}

.areaCopyright{
	position:relative;
	top:18px;
	}

.textoCopyright{
	margin-left:227px;
	color:#666;
	text-align:center;
}