/*
Theme Name: Prosoma Informatica
Theme URI: http://www.prosoma.com.br
Description: Prosoma Informatica
Version: 1.0
Author: Prosoma Informatica
Author URI: http://www.prosoma.com.br
*/
/* Standard tags */
body {
	background: url('img/bg.jpg') repeat-x #b9d0b4; /*#1f562b;*/
	font: 80% 'Lucida Grande', Verdana, sans-serif;
	color: #666;
}
 
a:hover {
	color: #689E21;
}

a {
	color: #478230;
	font-weight: bold;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6, #titulo {
	color: #003300;
	font: 1.8em "Helvetica Neue", Helvetica, Arial;
}

#titulo {
	text-align: right;
	padding: 16px;
	color:#39712c !important;
}

textarea {
	display: block;
	border: 1px solid #999;
	font-size: 10px;
	font-family: verdana, sans-serif;
	color: #000;
	height: 100px;
	width: 400px;
	background: #fff url(img/textareabg.gif) repeat-x bottom right;
}

table {
	border-color: #999;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

td {
	border-color: #999;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
}

/* Custom Elements */
.box {
	border: 1px solid #999;
	padding: 2px;
	font-size: 12px;
}

.box h1,.box h2,.box h3,.box h4,.box h5,.box h6 {
	background: #003300;
	color: #c6edaa;
	margin: 0;
	font-size: 1.3em;
	padding: 2px;
}

.box h2 { font-size: 1.2em; }
.box h3 { font-size: 1.1em; }
.box h4 { font-size: 1.0em; }
.box h5 { font-size: 0.9em; }
.box h6 { font-size: 0.8em; }

.floater {
	width: 200px;
	float: right;
}

#pai {
	margin: 10px auto auto auto;
	width: 80%;
	min-width: 760px;
	background: url('img/bg_int.jpg') 0 0 repeat-x #ffffff;
}

#conteudo {
	padding: 15px;
}

#head {
	background: url('img/logo.gif') no-repeat 15px 10px;
	height: 200px;
}

#foot {
	background: #F2F2F2 url('img/bg_foot.gif') left bottom repeat-x;
	color: black;
	padding: 15px 15px 15px 15px;
}

#foot ul { padding: 0; margin-top: 0; }

#foot li {
	display: block;
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#foot li a { color: black; }

#foot li li {
    width: auto;
    float: none;
    display: list-item;
}
#foot li li a { color: #478230; }
#foot p {
	clear: both;
	font-size: 10px;
	padding-top: 15px;
}

.verde {
	background: #478230 !important;
}


#mainmenu {
	padding: 80px 0 0 0;
	font: "Helvetica Neue", Helvetica, Arial;
	clear: both;
}

#mainmenu .current {
	background: #666 !important;
}

#mainmenu a:hover {
	color: #689E21;
}

#mainmenu ul {
	float: right;
	display: block;
	margin: auto 0 0 auto;
	background: url('img/menu-bg.png') no-repeat transparent;
	height: 36px;
	padding-left: 20px;
}

/* Force the list to flow horizontally */
#mainmenu li {
	float: left;
	list-style: none;
	height: 36px;
	background: url('img/menu-divider.png') no-repeat;
}

/* Represents the background of the highlighted menu-item. */
#mainmenu li.back {
	background: url("img/menu-hover.png") no-repeat;
	width: 4px;

	margin-left: 5px;
	z-index : 8;
	position: absolute;
	padding: 0;
	z-index: 8;
}

#mainmenu li.back .left {
	float: right;
	background: url("img/menu-hover.png") no-repeat top right;
	height: 36px;
	width: 9px;

}

/* Styles for each menu-item. */
#mainmenu li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	color: #b9d0b4;
	text-align: center;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	line-height: 36px;
	padding: 0 15px 0 15px;
}


/* wordpress */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #dde6c7;
   text-align: center;
   background-color: #e4eed6;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

