/* General
***************************************************************************/

* {
     margin: 0;
}

html, body {
    font-size: 0.9em;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: #F0F0F0 url(../_images/background_body.png) top left repeat;
    /*background-color: #F0F0F0;*/
    color: #333;
    margin: 0;
    padding: 0;
    height: 100%;
}

img {
    border: none;
}

/* Headers 
***************************************************************************/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: bold;
}
h1 {
    font-size: 2em;
    line-height: 1.6em;
    font-weight: normal;
}

h2 {
    font-size: 1.45em;
    line-height: 1.5em;
    font-weight: normal;
}

h3 {
    font-size: 1.2em;
    line-height: 1.4em;
}

h4 {
    font-size: 1em;
    line-height: 1.4em;
}

h5 {
    font-size: 0.9em;
    line-height: 1.3em;
}

h6 {
    font-size: 0.8em;
    line-height: 1em;
}

/* Texts
***************************************************************************/

p {
    margin: 0;
    padding: 0.6em 0;
    text-align: justify;
}

em {
    font-style: italic;
    font-size: 1em;
    color: #808080;
}

blockquote {
	margin: 0px;
	padding: 10px 5px;
	quotes: "\201C" "\201D";
}

blockquote:before {
	content: open-quote;
	font-weight: bold;
	font-size: 170%;
	color: #cda399;
	padding-right: 5px;
}

blockquote:after {
	content: close-quote;
	font-weight: bold;
	font-size: 170%;
	color: #cda399;
	padding-left: 5px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Forms
***************************************************************************/

label { 
    font-weight: bold;
    display: block;
    position: relative;
}

label span {
	font-weight: normal;
	font-size: 80%;
	color: #666;
	/*float: right;*/
	position: absolute;
	right: 0;
}

fieldset {
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 .7em 0;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

legend {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

input[type=text], input[type=password],
input.text, input.title, 
textarea, select { 
  background-color: #fff; 
  border: 1px solid #999;
  color: #444;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 3px;
  width: 140px;
  font: inherit;
}

input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
  border-color: #222; 
}

/*input[type=text],*/ 
input.text, input.title,
textarea, select, label {
  margin: 0.15em 0;
}

input.text, select.text, input.title, textarea { 
    width: 200px; padding: 5px;
}
input.title {
    font-size: 1em;
}
textarea {
    width: 232px;
    height: 100px;
}
select.text {
    width: 208px;
}

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position: relative;
  top: .25em; 
}

input[type=button], input[type=submit], button { 
    background-color: #88110a;
    color: white;
    padding: 3px 10px;
    /*margin-left: 10px;*/
    border-bottom: 1px solid #5b0600;
    border-right: 1px solid #5b0600;
    border-top: 1px solid #ad0b00;
    border-left: 1px solid #ad0b00;
    cursor: pointer;
    /*min-width: 40px;*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font: inherit;
}

input[type=submit].disabled, input[type=text].disabled, button.disabled {
    color: #ddd;
    opacity: 0.6;
    filter:alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    cursor: default;
}

input[type=text].disabled {
    background-color: #eee; 
}

input.invalid, textarea.invalid {
	background-color: #EBDBD3;
	border: 2px solid #BE4732;
	color: #8a1f11;
}

input[type=button].loading_button,
input[type=submit].loading_button,
button.loading_button { 
	background: #88110a url(../_images/loading_button.gif) center center no-repeat;
	text-indent: -9999px;
}

form.inline {  }
form.inline p { 
	margin: 0;
	padding: 4px 0;
	float: left;
	margin-right: 20px;
	min-height: 40px;
}
form.inline fieldset {
	padding-right: 0;
}

.form_table td {
    padding: 2px;
}

.form_table td:first-child, .form_table td.label {
  text-align: right;
  vertical-align: top;
  padding-top: 5px;
}

/* Containers
***************************************************************************/

#main {
    width: 990px;
    margin: 0 auto -115px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header {
	width: 100%;
	height: 194px;
	background: #570000 url(../_images/background_header.png) top left repeat-x;
	position: absolute;
	top: 0;
	left: 0;
}

#header_content {
	width: 990px;
	margin: 0 auto;
	padding: 4px 0;
	color: #EEEEEE;
}

#header_content a {
	color: #E5E5E5;
	text-decoration: none;
}

#header #logo {
	line-height: 1;
	margin-top: 40px;
	font-size: 0em;
	background: transparent url(../_images/logo.png) no-repeat;
	text-indent: -9999px;
	width: 349px;
	height: 65px;
	cursor: pointer;
	float: left;
}

#header_content_right {
    float: right;
    position: relative;
}

#lapidando_talentos {
	margin: 30px 20px 0 0;
	font-size: 0;
	background: transparent url(../_images/lapidando_talentos.png) no-repeat;
	text-indent: -9999px;
	width: 317px;
	height: 38px;
	float: left;
}

#acacio_garcia {
	margin: 1px 0;
	font-size: 0;
	background: transparent url(../_images/acacio_garcia.png) no-repeat;
	text-indent: -9999px;
	width: 132px;
	height: 138px;
	float: left;
}

#search_form {
	position: absolute;
	bottom: 20px;
	left: 0;
}

#search_form #search_container {
	border: 3px solid #480005;
	background-color: #f3f3f3;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#search_form #q {
	background-color: transparent;
	border: none;
	padding: 4px 0px 3px 5px;
	width: 200px;
	margin: 0;
	vertical-align: top;
}

#search_button {
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-size: x-small;
	margin: 3px 5px 0 0;
	padding: 0;
}

#body {
    padding: 210px 0 125px 0;
}

#footer {
    padding: 15px 0;
    margin-top: 10px;
    width: 100%;
    height: 70px;
    clear: both;
    border-bottom: 5px solid #8c2a1a;
}

#footer_content {
    width: 990px;
    margin: 0 auto;
    font-size: 85%;
}

#footer_left {
	float: left;
	width: 530px;
	letter-spacing: normal;
	line-height: 1.55em;
	background: url(../_images/imcev_small.png) top left no-repeat;
	padding-left: 100px;
}

#footer_right {
	float: right;
}

#social_networks {
	margin: 25px 30px 0 0;
	float: left;
}

#jonatan_webdev {
	background: url(../_images/jonatan_webdev.png) top left no-repeat;
	display: block;
	text-decoration: none;
	width: 35px;
	height: 40px;
	font-size: 0;
	text-indent: -9999px;
	float: right;
	margin: 25px 0 0 20px;
	opacity: 0.7;
    /*filter:alpha(opacity=70);*/
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
}

#jonatan_webdev:hover {
	opacity: 1;
    /*filter:alpha(opacity=100);*/
    -khtml-opacity: 1;
    -moz-opacity: 1;
}


/* Navigation menu
***************************************************************************/

#nav {
	list-style: none;
	clear: both;
	padding: 0;
	margin-top: -3px;
}

#nav li {
	display: inline;
}

#nav li a {
	display: block;
	float: left;
	height: 41px;
	background: url(../_images/menu.png) no-repeat;
	text-indent: -9999px;
	font-size: 0;
}

#nav li a.home {
	background-position: 0 0;
	width: 70px;
}
#nav li a.home:hover, #nav li a.home.active {
	background-position: 0 -41px;
}

#nav li a.sobre {
	background-position: -70px 0;
	width: 63px;
}
#nav li a.sobre:hover, #nav li a.sobre.active {
	background-position: -70px -41px;
}

#nav li a.cursos {
	background-position: -133px 0;
	width: 78px;
}
#nav li a.cursos:hover, #nav li a.cursos.active {
	background-position: -133px -41px;
}

#nav li a.palestras {
	background-position: -211px 0;
	width: 94px;
}
#nav li a.palestras:hover, #nav li a.palestras.active {
	background-position: -211px -41px;
}

#nav li a.agenda {
	background-position: -305px 0;
	width: 79px;
}
#nav li a.agenda:hover, #nav li a.agenda.active {
	background-position: -305px -41px;
}

#nav li a.artigos {
	background-position: -384px 0;
	width: 83px;
}
#nav li a.artigos:hover, #nav li a.artigos.active {
	background-position: -384px -41px;
}

#nav li a.produtos {
	background-position: -467px 0;
	width: 98px;
}
#nav li a.produtos:hover, #nav li a.produtos.active {
	background-position: -467px -41px;
}

#nav li a.clientes {
	background-position: -565px 0;
	width: 87px;
}
#nav li a.clientes:hover, #nav li a.clientes.active {
	background-position: -565px -41px;
}

#nav li a.fotos {
	background-position: -652px 0;
	width: 68px;
}
#nav li a.fotos:hover, #nav li a.fotos.active {
	background-position: -652px -41px;
}

#nav li a.concursos_publicos {
	background-position: -720px 0;
	width: 179px;
}
#nav li a.concursos_publicos:hover, #nav li a.concursos_publicos.active {
	background-position: -720px -41px;
}

#nav li a.contato {
	background-position: -899px 0;
	width: 91px;
}
#nav li a.contato:hover, #nav li a.contato.active {
	background-position: -899px -41px;
}

/* Misc 
***************************************************************************/

.loading {
    padding: 10px;
    background: url(../_images/loading.gif) center center no-repeat;
}

.loading_small {
    padding: 8px;
    background: url(../_images/loading_small.gif) center center no-repeat;
}

.clear {
    clear: both;
    padding: 0px;
    margin: 0px;
    font-size: 1px;
    height: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.small {
    margin: 0;
    font-size: 90%;
    color: #777;
}

.regular {
    font-size: 100%;
    text-decoration: none;
    font-weight: normal;
}

.navigation {
	margin: -13px 0 10px 0;
	color: #000;
}

.navigation a {
	color: #444;
}

.navigation a:hover {
	color: #000;
}

.share {
	margin: -13px 0 10px 0;
	color: #000;
}

.error {
    padding: 2px 2px 2px 22px;
    background: url(../_images/error.png) center left no-repeat;
}

.warning {
    padding: 2px 2px 2px 22px;
    background: url(../_images/warning.png) center left no-repeat;
}

.success {
    padding: 2px 2px 2px 22px;
    background: url(../_images/success.png) center left no-repeat;
}

.info {
    padding: 2px 2px 2px 22px;
    background: url(../_images/info.png) center left no-repeat;
}

.error_box {
    background-color: #FFF4F4;
    color: #8a1f11;
    padding: 5px;
    margin: 6px 0 3px 0;
    border: 2px solid #C41300;
}

.warning_box {
    background-color: #FFFFCC;
    color: #000;
    padding: 5px;
    margin: 6px 0 3px 0;
    border: 2px solid #FDF053;
}

.success_box {
    background-color: #DDE9CD;
    color: #172F00;
    padding: 5px;
    margin: 6px 0 3px 0;
    border: 2px solid #6C8F3D;
}

input.input_error {
    background-color: #FFF4F4;
    color: #8a1f11;
    padding: 2px;
    margin: 0;
    border: 2px solid #C41300;
}

input.input_error:focus {
    border: 2px solid #900000;
}

.red {
    color: red;
}

.marker {
	background: url(../_images/marker.png) top left no-repeat;
	padding-left: 20px;	
}

h3.marker {
	background-position: 0px 5px;
	margin-left: 4px;
}

/* Pagination control */
.pagination-wrapper {
	margin-top: 10px;
	text-align: center;
}

.pagination {
	margin: 0;
	padding: 0;
}

.pagination li {
	border: 0;
	padding: 0;
	list-style: none;
	margin: 0 2px;
	display: inline;
}

.pagination a {
	border: solid 1px #9F7D77;
	margin: 0;
}

.pagination .previous-off, .pagination .next-off {
	border: solid 1px #DEDEDE;
	color: #888888;
	font-weight: bold;
	margin-right: 2px;
	padding: 3px 4px;
}

.pagination .active_page {
	background: #8C2A1A;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 7px;
}

.pagination a:link, .pagination a:visited {
	color: #4E1309;
	padding: 3px 6px;
	text-decoration: none;
}

.pagination .next a, .pagination .previous a {
	font-weight: bold;
	padding: 3px 4px;
}

.pagination a:hover {
	border: solid 1px #4E1309
}
