/*  
Theme Name: Inventários
Description: Estilo para o site do projeto Inventários
Author: Cláudio Eduardo Vieira
Author URI: http://www.eduvieira.com
*/

/* @group TAGS */

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	height: 100%;
	margin: -25px 0px 0px 0px;
	padding: 0px;
	color: #663300;
	font: 12px/16px arial, Arial, Helvetica, sans-serif;
	background: #d9d7b9 url(img/bg_body.jpg) repeat-y center top;
}

a {
	color: #663300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
} 

p {
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

/* h2 {
	font-size: 20px;
	color: #525200;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}

h3 {
	font-size: 16px;
	color: #525200;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.pop {
	display: none;
	line-height: 20px;
	margin-left: 10px;
	padding: 5px;
}

 */


/* @end */

/* @group IMAGENS (FICHA) */

/* 
Style Sheet code for Image Caption Easy Plugin for WordPress
Copy and Paste this code into your WordPress theme style sheet file (style.css) then upload to its location.
You can edit any of these to suit your needs.
*/

.imagecaptioneasy {
  padding: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #808080;
  background: #EAEAEA;
  color: #333;
}
.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
.imagecaptioneasy span { text-align: center; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }

/* @end */

#bg {
	background-image: url(img/bg_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#principal {
	width:800px;
	margin: 0px auto;	
}

/* @group TOPO */

#topo {
	height: 125px;
}

#menu {
	text-align: center;
	line-height: 27px;
}

#menu a {
	text-decoration: none;
	color: #333300;
}

#menu a:hover {
	color: #fff;
}



/* @end */

#conteudo {
	padding: 15px;
}

/* @group COLUNA DA ESQUERDA */

#col_esquerda {
	float: left;
	width: 540px;
	padding-right: 14px;
}



/* @end */

.pagetitle {
	font-size: 24px;
	line-height: 24px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px;
}

.category_description {
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.relacao {
	font-size: 16px;
	padding: 1px 0px;
	margin: 0px;
}

.postmetadata {
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

.entry p {
	padding: 5px 0px;
}

.post p {
	padding: 5px 0px;
	text-align: justify;
}

#download {
	text-align: right;
	border-bottom: solid 2px #bd9e7d;
	padding: 15px 0px;
	margin-bottom: 15px;
}

.subtitulo {
	margin: 35px 0px 15px 0px;
	padding: 5px 0px;
	border-bottom: solid 1px #bd9e7d;
	border-top: solid 2px #bd9e7d;
	text-transform: uppercase;
	font-size: 13px;
}

/* @group COLUNA DA DIREITA */

#col_direita {
	float: left;
	width: 185px;
	padding-left: 30px;
	border-left: solid 1px #bd9e7d;
}

#sidebar h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#sidebar p {
	margin: 0px;
	padding: 3px 0px;
	font-weight: bold;
}

#sidebar ul {
	margin: 3px 15px;
	padding: 0px;
}

#sidebar li {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}


/* @end */

#rodape {
	text-align: center;
}

#rodape p {
	padding: 10px;
	font-size: 11px;
}

.hackfloat {
	clear: both;
	height: 0px;
	overflow: hidden;
}