﻿/**
* Estilo da Revista PBCIB
*
* Produzido por Maurício Pereira da Costa Junior
*
* E-mail: mauriciojuniordesigner@gmail.com
*/

a:link	{
	color: #5a6619;
}

a:hover {
	color: #5a6619;
	background: rgba(0,0,0,0);
	text-shadow: 0px 0px 2px #92a52a;
}

a:active {
	color: #5a6619;
}

a:visited {
	color: #5a6619;
}

#header {
	background: rgba(132, 160, 43, 1);
	height: 220px;
}

#headerTitle {
	text-align: center ! important;
}

#header h1 {
	padding: 0;
}

body {
    background: #FFF;
	
}

#container {
    width: 960px ! important;
	
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#navbar {
	position: absolute;
	width: 960px;
	top: 180px;
	margin-left: -225px;
	background: linear-gradient(to bottom, #92a52a, #bcd62c 5%, #92a52a 17%, #363D0C);
	border-bottom: none;
	height: 32px;
}

#navbar a:link {
	color: #fff;
	padding: 16px 11px;
}

#navbar a:hover {
	color: #fff;
	background: linear-gradient(to bottom, #a8bd38, #cfe266 5%, #adbe4e 17%, #363D0C);
	box-shadow: 0px 2px 3px rgba(0,0,0,.2);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#navbar a:visited {
	color: #fff;
}

ul.menu {
	position: relative;
	top: 11px;
}

ul.menu li {
	padding: 0;
}

#main {
	float: right;
	width: 720px;
	margin-left: 0%;
	padding: 0px 15px;
}

#rightSidebar {
	float: left;
	width: 170px;
	padding: 10px;
	font-size: 0.65em;
	height: 100%;
	margin-right: 0%;
	margin-left: 0%;
}

#sidebar div.block {
	font-size: 1.1em;
	width: 170px;
	padding: 10px;
	padding-bottom: 33px;
	margin-bottom: 10px;
	border: 1px solid #AEB98A;
	background: #EEF1DC;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}

#sidebar div.block#sidebarDevelopedBy {
	text-align: center;
	padding: 10px;
}

#sidebar div.block#sidebarHelp {
	text-align: center;
	padding: 10px;
}

#sidebar div.block span.blockTitle {
	display: block;
	font-weight: bold;
	text-align: center;
	color: #3F520D;
	padding: 10px;
	position: relative;
	left: -10px;
	margin-top: -10px;
	width: 170px;
	height: 12px;
	margin-bottom: 10px;
	font-size: 1em;
	letter-spacing: 0em;
	text-transform: uppercase;
	background: linear-gradient(to bottom, #E4F0B3, #94A345);
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	border-top-left-radius: 14px;
	border-bottom-right-radius: 14px;
	border-top: 2px solid #9FAA72;
	border-left: 2px solid #9FAA72;
	border-bottom: 2px solid #E1E9C1;
	border-right: 2px solid #E1E9C1;
	background: linear-gradient(to bottom, #E5E7D9, #fff);
}

input.defaultButton {
	background-color: #636d2b;
	color: #FBFBF3;
	font-weight: bold;
}