/*
Theme Name: Inde
Theme URI: http://inde.com.br
Description: Inde theme
Version: 2.0
Author: Pedro Costa Neves(<a href="http://dropstudio.com.br">!Drop Studio</a>)
Author URI: http://persocon.org
Tags: Inde, azul, cinza
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

a {
	outline: none;
}
/****HEADER****/
body{
	background: url(style/images/indeheader.jpg) repeat-x top center;
}
div#login{
	background: #374069 url(style/images/gradient.png) repeat-x top left;
	border-left: 1px solid #333d68;
	border-bottom: 1px solid #333d68;
	border-right: 1px solid #333d68;
	-moz-box-shadow: 2px 2px 2px rbga(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
div#logo, div#empty, div#wrap-login{
	height: 110px;
	margin-bottom: 10px;
}
div#login{
	color: #FFF;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 5px;
	font-size: 14px;
	position: relative;
	height: 20px;
}
div#login a{
	color: #FFF;
	text-decoration: none;
}
div#login-down{
	position: absolute;
	left: -130px;
	top:100%;
	z-index: 1;
	width: 200px;
	height: 200px;
	padding: 5px;
	display: none;
	background: #374069 url(style/images/gradient.png) repeat-x top left;
	-moz-border-radius: 5px 0 5px 5px;
	-webkit-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
div#login-down label{
 display: block;
}
div#login-down #log, div#login-down #pwd{
	width: 180px;
	height: 20px;
	background: #F4F4F4;
	border: 1px solid #D2D1D0;
}
/**login button**/
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 5px 2px 5px 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

div#loginout{
	float: left;
}
div#conta{
	float: right;
}
span#seta{
	width: 10px;
	height: 5px;
}
div#wrap-nav{
	height: 20px;
	padding: 1px;
	background: #374069 url(style/images/gradient.png) repeat-x top left;
	border: 1px solid #333d68;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px rbga(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
div#navnav{
	float:left;
	margin: 0; padding: 0;
}
li.current-menu-item a{
	background: url(style/images/brilho.png) no-repeat center bottom scroll;
}
/* MENU */

#nav {
 
 float: left;
 margin: 0; padding: 0;
}

#nav li a, #nav li {
 float: left;

}

#nav li {
	font-size: 14px;
	list-style: none;
	position: relative;
 	border-right: 1px solid #4C536F;
	border-left: 1px solid #2C334F;
}

#nav li a {
 text-decoration: none;
 color: white;
 padding: 2px 5px;
}
#nav li a:hover {
 background: #6D779F;
}
/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

#nav li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: -5px; margin: 0;
 z-index: 1;
}

#nav li:hover > ul {
 display: block;
}

#nav li ul li, #nav li ul li a {
 float: none;

}

#nav li ul li {
 _display: inline; /* for IE6 */
}

#nav li ul li a {
 width: 150px;
 display: block;
 background: #374069;
}

/* SUBSUB Menu */

#nav li ul li ul {
 display: none;
}

#nav li ul li:hover ul {
 left: 100%;
 top: 0;
}


/**searchform**/
form#searchform{
	margin: 0;
	float: right;
	margin-top: -66px;
	margin-right: 55px;
	background:url("style/images/gradient.png") repeat-x scroll left top #374069;
	border:1px solid #333D68;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
form#searchform input#s{
	width: 180px;
	height: 15px;
	background: #F4F4F4 url(style/images/lupa.png) no-repeat right center scroll;
	border: 1px solid #D2D1D0;
}
form#searchform input#searchsubmit{
	color: #D16300;
	border: none;
	background: none;	
}

/****Content****/
#content a{
	color: #515A82;
	text-decoration: none;
}
#content small{
	font-size: 10px;
}
#content h2{
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 20px;
}
#content h3{
	color: #515A82;
}
#content .V{
	margin-bottom: -5px;
}
#content p{
	margin-bottom: 10px;
	font-size: 15px;
}
#content{
	white-space: normal;
	word-wrap: break-word;
}
#content #noticias h2, #content #whatever h2{
	color: #515A82;
	font-weight: normal;
	margin-bottom: 10px;
}
#content .noticias-img, #content .estrela{
	margin-bottom:-10px;
}
.attachment-quemsomos{
	float: left;
	margin: 10px 5px 3px 0;
	padding: 10px;
	border: 1px solid #D2D1D0;
	background: #EDEDED;

}
/***noticias****/
ul.news{
	font-size: 14px;
	line-height: 15px;
	margin: 0 0 0 10px;
}
ul.news li{
	background: url(style/images/seta-d.png) no-repeat left center scroll;
	padding: 0 0 0 10px;
}
#content ul.news li a{
	color: #000;
}
/****Sidebar****/
#sidebar h2{
	font-size: 18px;
	margin-bottom: 5px;
	color: #515A82;
}
#sidebar h2 img{
	margin-bottom: -5px;
}
.attachment-post-thumbnail{
	padding: 5px;
	margin: 5px;
	background: #FFF;
}
#sidebar p {
	margin: 5px 0 8px 10px;
}
/****comments****/
ul.commentlist img{
	background: #F4F4F4;
	border: 1px solid #D2D1D0;
	margin: 5px 5px 2px 0;
	padding: 5px;
	float: left;
	clear: both;
}
ul.commentlist li{
	clear: both;
	padding: 5px 5px 5px 0;
	margin: 5px;
	border-bottom: 1px solid #D2D1D0;
}
/****Footer****/
#footer{
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
}
#list-child li{
	list-style-type: square;
	margin-left: 25px;
	color: #515A83;
	margin-bottom: 10px;
}
.lista li{
	list-style-type: square;
	margin-left: 25px;
}

.listas-doidas li{
	list-style-image: url(style/images/V.png);
	margin-left: 35px;
}
