/*
	Theme Name: Aqua
	Theme URI: http://diadefolga.com
	Description: Verde e Azul.
	Version: 1.0
	Author: Lu Monte
	Author URI: http://diadefolga.com/
	Data: 15.02.2007
*/


/* Color Schemes
   -------------
	
Fundo branco:				#ffffff
Texto Cinza Escuro:			#4F4F4F
Texto Cinza Claro:			#777777
Cite e Blockquote Cinza:    #CDEDC2
Fundo Azul Claro:           #C2D9EF
Fundo Verde Claro:	        #E3F4DD
Título Azul:	 			#336699
Título Verde:				#00AF28
Link Azul:					#336699
Link Verde: 				#00AF28


 */



/* Estrutura principal */

body {
	margin: 2%;
	font-size: 1.1em;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #C2D9EF;
	color: #4F4F4F;
	text-align: left;
	line-height: 1.4em;
	}
	
#maincol {
	background-color: #C2D9EF;
	margin-top: 2%;
	font-size: 0.7em;
	position: relative;
	width: 71%;
	float: left;
	}

#navcol {
	background-color: #ffffff;
	color: #777777;
	margin-top: 2%;
	font-size: 0.6em;
	position: relative;
	width: 21%;
padding:12px;
	float: right;
	}


#header {
	background-color: #ffffff;
	height: 200px;
	position: relative;
	border-top: 2px solid #336699;
	border-bottom: 2px solid #336699;
	overflow: hidden;
	}
	
.header-title {

	background-color: #ffffff;
	padding-left: 20%;
	padding-right: 20%;
	font-size: 1.2em;
	color: #336699;
	text-align: right;
	position: relative;
	font-style: italic;
}

.polaroid {
	float: left;
}

#footer {
	background-color: #ffffff;
	line-height: 1.2em;
	font-size: 0.6em;
	color:#777777;
	text-align:center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	top: 20px;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
margin-left:-2%;
margin-right:-2%;
	}
	



/* Links */

a {
	color: #336699;
	text-decoration: none;
	}
	
a:hover {
	color: #00AF28;
	text-decoration:none;
	}

a img {
	border:none;}



/* Títulos e post*/

h1, h2, h3 {
	font-weight: bold;
	color: #336699;
	}

h1 a {
	color: #336699;
	text-decoration: none;
	}

h1 a:hover {
	color: #00AF28;
	text-decoration: none;
	}

h1 {
	font-size: 1.6em;
	text-align: left;
	border-bottom: 1px solid #336699;
	} /* h1 = títulos dos posts e das páginas */

h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #336699;
	} /* h2 = títulos dos menus */

h3 {
	font-size: 1.1em;
	} /* h3 = títulos dos tópicos dentro de um post ou página, dentro dos menus e nos nomes dos comentaristas  */

h3 a {
	color: #FF8A00;
	text-decoration: none;
	}

h3 a:hover {
	color: #00AF28;
	text-decoration: none;
	}

.meta {
	display: inline;
	position: absolute;
	}	

.post {
	background-color: #ffffff;
	color: #777777;
	width:100%;
	text-align:justify;
	margin-bottom: 40px;
	padding: 10px;
	} /* post = estilo dos textos principais, inclusive sua caixa */

#maincol .post ul li {
	list-style-type:none;
	margin-left: 4em;
	}


.social {
	background-color:#E3F4DD;
	padding: 8px 4px 4px;
margin:-10px;
	position: relative;
	}


/* Outros estilos de texto */

.legenda {
	font-size: 0.7em;
	font-style: italic;
	display: block;
	} /* para legendas de fotos */
		
cite {
	color:#336699;
	display: block;
	text-align: right;
	font-style: italic;
	margin-left: 60px;
	margin-bottom: 20px;
	} /* cite = usado para citações (de música, de filme etc.) no início dos posts, deslocadas à direita */

blockquote {
	background:  url('images/artigos/quote.gif') no-repeat left top;
	color:#336699;
	margin-left: 10%;
	margin-bottom: 20px;
	margin-top: 20px;
	display:block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	} /* blockquote = usado para citações no corpo do post */

code {
	font-size: 0.7em;
	display:block;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 10px;
	background-color: #CCCCCC;
	} /* code = para formatar trechos de código eventualmente publicados */

acronym, abbr, span.caps {
	cursor: help;
	}

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

small {
	font-size: 0.7em;
	line-height: 1em;
	color: #777777;
	}



/* Menu horizontal de navegação */

ul.menu,ul.menu li{
position: absolute;
list-style-type: none;
top: 10px;
}

ul.menu li{
margin-right: 10px;
position: relative;
float: left;
}

ul.menu a{
display:block;
text-transform: uppercase;
text-decoration: none;
text-align: center;
}

/* Sidebar */

#navcol ul li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 2em;
	}

#navcol ul {
	margin-bottom: 20px;
	}
	
/* Página de arquivo controlado pelo plugin kgarchives */

.kgarchives {
	margin: 0px;
	list-style: none;
	}

/* Searchform */

.search-box {
	width:90%;
	height: 20px;
	}



/* Entry = usado para Next/Previous Page e Página Inicial, dentro de caixa */

.entry{

	margin-top: 0px;
	margin-right: -20px;
	margin-bottom: 25px;
	margin-left: 0px;
	text-align:center;
	background-color:#E3F4DD;
	padding: 10px 20px;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	}



/* Comentários */

.area-comentarios {
background: #ffffff;
padding:12px;
border: 1px solid #336699;
margin-bottom:2%;
margin-right:-20px;
}

.comment-info {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #336699;
	background: #E3F4DD;
margin-left:-20px;
	}

.comment-info-alt {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #336699;
	background: #C2D9EF;
margin-left:-20px;
	}

.comment-author {
	font-weight: bold;
}

.comment-data {
	float: right;
	color: #00AF28;
	}

.comment-data-alt {
	float: right;
	color: #336699;
	}

.comment-text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #E3F4DD;
	margin-bottom: 40px;
	border-bottom: 1px solid #336699;
margin-left:-20px;
	}

.comment-text-alt {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #C2D9EF;
	margin-bottom: 40px;
	border-bottom: 1px solid #336699;
margin-left:-20px;
	}

#commentform p {
	margin: 5px 0;
	}

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

#commentform textarea {
	width: 80%;
	}



/* Listas */

ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	}

li {
	list-style-type:none;
	margin-left: 2em;
	}


/*	Dica do template Kubrick: 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;
	padding: 8px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	border: medium double #336699;
	}
	
img.alignright {
	padding: 8px;
	margin-top: 6px;
	margin-left: 12px;
	display: inline;
	border: medium double #336699;
	}

img.alignleft {
	padding: 8px;
	margin-top: 6px;
	margin-right: 12px;
	display: inline;
	border: medium double #336699;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.catimage {
	float: left;
	margin-right: 10px;
}

/* Hack para esconder categorias-filhas */

.children { display: none; }
