/*  
Theme Name: &Aacute;gua
Theme URI: http://desbravadores.com/
Description: Desenvolvido por Marcelo Vetter.
Version: 1.0
Author: Marcelo Vetter
Author URI:
*/

@import url('style-sidebar.css');
@import url('style-widgets.css');

/**********************************************
*   Basics & Typography                       *
***********************************************/

p,
ol,
ul {
	line-height: 120%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #7F8835;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.4em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}

a:link {
	color: #2f63b3;
	text-decoration: none;
	}
a:visited {
	color: #2f63b3;
	text-decoration: none;
	}
a:hover {
	color: #4a5265;
	text-decoration: underline;
	}
a:active {
	color: #2f63b3;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(imagens/icons/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #e9f0fa;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img.noborder {
	border: none;
	}

.alert {
	font-weight: bold;
	color: #f00;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}
	
	
/**********************************************
*   Estrutura: Contentudo, Sidebar, Cabecalho, etc.         *
***********************************************/


html {
	margin: 0 auto;
	background: #1495c3;
	font-family: "Trebuchet MS", "Lucida Console", Verdana, Arial;
	font-size: 0.8em;
	
}

body {
	margin: 0 auto;
	background:#1495c3;
	
}

#header {
	background:url(imagens/bg-header.jpg) top center no-repeat;
	margin: 0 auto;
	height: 313px;
	min-width: 720px;
}

#bg-corpo {
	margin: 0 auto;
	background: url(imagens/bg-bg-corpo.jpg) repeat-x ;
}

#fundo-corpo {
	margin: 0 auto;
	background: url(imagens/fundo-corpo.gif) center repeat-y;
}

#corpo {
	margin: 0 auto;
	background: url(imagens/bg-corpo.jpg) center top no-repeat;
	
}

#fundo-footer {
	margin: 0 auto;
	background: url(imagens/bg-footer.png) top center no-repeat #1495c3;
	height: 70px;
}

#footer{
	margin: 0px auto;
	padding: 20px 0 0 0;
	width: 740px;
	color: #c1e8f8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer a {
	color: #fbeea9;
}


#conteudo {
	margin: 0 auto;
	width: 740px;
	background: url(imagens/bg-sidebars.gif) left #FFFFCC repeat-y;


}

#cabecalho {
	margin: 0 auto;
	width: 740px;
	font-family:Arial, Helvetica, sans-serif;
}

#portal {
	width: 197px;
	height: 37px;
	float: left;
	margin: 0 0 0 161px;
	background: url(imagens/portaldeclubes.gif) no-repeat;
}

#portal img {
	text-decoration: none;
	border: none;
}

#descricao {
	width: 570px;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #f8f9fa;
	font-weight: bolder;
	font-style:italic;
	letter-spacing: -1px;
}

#nome {
	width: 570px;
	float: right;
	text-align: right;
	font-size: 30px;
	color: #095671;
	font-weight: bold;
	letter-spacing: -1px;
}

#nome a {
	color: #095671;
	text-decoration:none;
}
#nome a:hover {
	color: #146885;
	text-decoration:none;
}

#headimg {
	width: 516px;
	height: 180px;
	float: right;
	margin: 25px 6px 0;
	background:#CCCCCC;
}

/*-------INICIO MENU--------*/

#menu {	
	margin: 0 auto;
	width: 740px;
	padding: 0 3px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: url(imagens/bg-menu.gif)  #e2c86d;
	overflow: hidden;
	text-align:center;
	border-bottom: 15px #075674 solid;
	border-right: 3px #075674 solid;
	border-left: 1px #075674 solid;
	color: #559;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	float: left;
	
}

#menu ul li a{
	display: block;
	padding: 0 8px;
	font-weight:bold;
	text-transform:capitalize;
	line-height: 40px;
	color: #559;
	border-right: 1px #075674 solid;
}
#menu ul li a:hover{
	display: block;
	padding: 0 8px;
	text-decoration:none;
	background: url(imagens/bg-menu-hover.gif) repeat-x;
	color: #FFFFFF;
	border-right: 1px #075674 solid;
}


#menu ul li a span.feed{
	padding: 0 22px 0 0;
	background: url(imagens/icons/icon_rss.gif) no-repeat right 2px;
}
	
	#menu ul.menu li.current_page_item a,
	ul.menu li.current_page_item a:link,
	ul.menu li.current_page_item a:visited,
	ul.menu li.current_page_item a:hover,
	ul.menu li.current_page_item a:active {
	display: block;
	padding: 0 8px;
	text-decoration:none;
	background: url(imagens/bg-menu-hover.gif) repeat-x;
	color: #FFFFFF;
	border-right: 1px #075674 solid;
}


	.searchbar {
		float: left;
		width: 120px;
		height: 31px;
		margin: 5px 0 0;
		padding-left: 10px;
		}
	.searchform {
		width: 120px;
		height: 20px;
		text-align: left;
		}
	input#s {
		width: 120px;
	background:#E1E8FF;
	border: 1px #CCCCCC solid;
	color:#006699;
	margin-bottom: 2px;
		}
#busca {
	padding: 10px;
}


/*-------FIM MENU--------*/


#headimg{} /* ver em functions.php */

#sidebars {
	float: left;
	width: 293px;
	margin: 0;
	clear: both;
}

#sidebar1 {
	float: left;
	width: 145px;

}

#sidebar2 {
	float: right;
	width: 143px;
	margin-right:2px;
}

#posts {
	float: right;
	width: 447px;
	background:#FFFFFF;
	}


/**********************
*   Blog Entries      *
***********************/

.post {
	padding: 10px;
	background: #fff;
	border-bottom: 1px dotted #E8E7E5;

	}

.postentry {
	color: #050d24;
	text-align: justify;
	}
.postentry p {
	color: #050d24;
	text-align: justify;
	}	

.postentry a,
.postentry a:hover {
	color: #2f63b3;
	}

.postentry img {
	border: 5px solid #FAEDA7;
	}
.postentry img:hover {
	border: 5px solid #D7BA5D;
	}

.postentry img.wp-smiley,
.postentry img.wp-smiley:hover {
	border: none;
}

.postentry span.alert {
	font-weight: bold;
	color: #f00;
	}

.posttitle { /* to be styled */ }
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color:#7F8835;
	}


.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 1em;
	color: #2f63b3;
	}
.post-date {
	padding: 0 0 0 20px;
	background: url(imagens/icons/icon_date.gif) no-repeat 0 0;
	}
.post-comment {
	padding: 0 0 0 20px;
	background: url(imagens/icons/icon_comments.gif) no-repeat 0 0;
	}
.post-filed {
	padding: 0 0 0 20px;
	background: url(imagens/icons/icon_filed.gif) no-repeat 0 0;
	}


/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	background: transparent url(imagens/icons/separator_green.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #dce6ff;

	}
	.alt {
		background-color: #fff !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(imagens/icons/gravatar.gif) no-repeat;
	}
	img.gravatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #2f63b3;
	}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(imagens/icons/separator_green.gif) repeat-x center bottom;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #dce6ff url(imagens/icons/separator_blue.gif) repeat-x center top;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #b0c5ff;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #fec02a;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /* Fuck IE */
	height: 200px;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #e5edff url(imagens/icons/submit.gif) repeat 0 0;
	}
.postcomment input#submit:hover {
	background: #e5edff url(imagens/icons/submit_hover.gif) repeat 0 0;
	}	



/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

