﻿/*  
Theme Name: area41
Theme URI: http://www.area41.com.br/
Description: Tema da area41.
Version: 1.0
Author: Rodrigo Ribeiro da Silva / Guilherme M�ller
*/


/* Global reset */

* {
	margin: 0;
	padding: 0;
}

/* Tipografia e Cores */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Tahoma, sans-serif; 
	color: #333333;
	background-image: url(images/estrutura/fundo_site.gif);
	text-align: center;
	background-color: #F6F4E4;
}

a {
	color: #E77918;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

div.padding h1 {
	font-size: 2.2em;
	font-weight: bold;
	color: #B25C0F;
	margin-bottom: 15px;
}

div.padding p {
	font-size: 12px;
	margin-bottom: 12px;
}

.erro {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}

div#footer a {
	color: #FFFFFF;
}

/* Fim Tipografia e Cores */

/* Estrutura */

div#page {
	border: 5px solid #FFFFFF;
	width: 900px;
	margin: 20px auto;
	text-align: left;
	background-image: url(images/estrutura/fundo_corpo.gif);
	background-repeat: repeat-y;
}

div#header {
	height: 260px;
	overflow: hidden;
}

div#menu {
	background-color: #E77918;
	color: #FFFFFF;
	float: left;
	width: 900px;
}

div#menu ul {
	list-style-type: none;
}

div#menu li {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
}

div#menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 20px;
}

div#menu a:hover {
	background-color: #B25C0F;	
}

div#menu a.ativo, div#menu a.ativo:hover {
	background-color: #B25C0F;
}

div#corpo {
	float: left;
}

div#content {
	clear: both;
	float: left;
	width: 750px;
}

div#footer {
	clear: both;
	text-align: center;
	padding: 5px;
	background-color: #836A00;
	color: #FFFFFF;
}

/* Fim Estrutura */

/*	Post */

div.post {
	clear: both;
	margin-bottom: 30px;
}

div.post h2 {
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 5px;
	color: #B25C0F;
}

div.post h2 a {
	color: #B25C0F;
	text-decoration: none;
}

div.post small {
	font-size: 1.1em;
	color: #666666;
	margin-bottom: 10px;
}

/*div.post img {
	float: left;
	width: 300px;
}

div.post p {
	float: right;
	width: 320px;
}*/

div.entry {
	margin: 1.2em 0;
}

div.entry p {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

div.searchresult h3 {
	font-size: 16px;
}

p.postmetadata {
	font-size: 1.1em;
	margin: 1em 0 2em;
}

div.entry p img {
	margin-right: 20px;
}

/* Fim Post */

/* Imagens */

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;
}

/* Fim Imagens */

/* Forms */

form#searchform {
	margin-bottom: 20px;
	margin-top: 2px;
}

form#searchform legend {
	font-size: 1.6em;
}

fieldset {
	border: 0;
}

.borda {
	border: 1px solid #333333;
}

input#searchsubmit {
	border: 1px solid #333333;
	background-color: #E77918;
	color: #FFFFFF;
	display: block;
	margin-top: 5px;
}

/* Fim Forms */

/* Comentários */



/* Fim Comentários */

/* Sidebar */

div#sidebar {
	width: 150px;
	float: right;
}

div#sidebar ul {
	margin-bottom: 15px;
	list-style-type: none;
	padding: 10px;
}

div#sidebar ul li ul {
	list-style-type: square;
	padding: 0;
	margin-bottom: 15px;
}

div#sidebar h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 5px;
}

div#sidebar .linkcat ul {
	padding: 0;
	margin: 0;
}

div#sidebar a {
	color: #836A00;
}

div#sidebar a:hover {
	text-decoration: none;
}

div#sidebar li {
	font-size: 12px;
}

div#sidebar ul li ul li {
	margin-left: 15px;
	color: #B9AA5C;
	margin-bottom: 3px;
	font-weight: bold;
}

li#links h2.widgettitle {
	background-image: url(images/estrutura/links.jpg);
	height: 21px;
	text-indent: -9000px;
}

li#ngg-widget-1 h2.widgettitle {
	background-image: url(images/estrutura/olhar41.jpg);
	height: 21px;
	text-indent: -9000px;
}

li#ctc h2.widgettitle {
	background-image: url(images/estrutura/tags.jpg);
	height: 21px;
	text-indent: -9000px;
}

div.ctc a {
	text-decoration: none;
}

div.ctc a:hover {
	text-decoration: underline;
}

/* Fim Sidebar */

/* Navigation */

div.navigation {
	margin-bottom: 10px;
	font-size: 11px;
}

div.navigation a {
	color: #B05F00;
}

/* Classes complementares */

.clear {
	clear: both;
}

.padding {
	padding: 20px;
}

.centro {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

#linkservicos, #linkprodutos {
	margin-left: 270px;
	font-size: 14px;
}

li#linkcat-2 h2, li#linkcat- h2 {
	display: none;
}

/* Fim Classes complementares */