	/**
* Estilo da Revista ASAA Journal
*
* Produzido por Pablo Matias Bandeira
*
* E-mail: pablonaba@hotmail.com
*/

a:link	{
	color: #000000;
}

a:hover {
	color: #8E8E8E;
	background: rgba(0,0,0,0);
	text-shadow: 0px 0px 2px #92a52a;
}

a:active {
	color: #8E8E8E;
}

a:visited {
	color: #8E8E8E;
}

#header {
	background: rgba(142, 142, 142, 1);
	height: 220px;
}

#headerTitle {
	text-align: center ! important;
	padding: 0px;
	
}

#header h1 {
	padding: 0px;
	margin-left: 0px;
}

body {
    background: #FFF;
	
}

#container {
    width: 960px ! important;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
margin: 30px auto;
}

#navbar {
	position: absolute;
	width: 960px;
	top: 180px;
	margin-left: 0px;
	background: linear-gradient(to bottom, #8E8E8E, #B7B7B7, #8E8E8E);
	border-bottom: none;
	height: 33px;
}

#navbar a:link {
	color: #fff;
	padding: 0px 4px;
}

#navbar a:hover {
	color: #fff;
	background: linear-gradient(to bottom, #535353, #B7B7B7, #535353);
	box-shadow: 0px 2px 3px rgba(0,0,0,.2);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

#navbar a:visited {
	color: #fff;
}

ul.menu {
	position: relative;
	top: 10px;
}

ul.menu li {
	padding: 0px;
}

#main {
	float: left;
	width: 750px;
	margin-left: 0%;
	padding: 0px 0px;
}

#rightSidebar {
	float: right;
	width: 185px;
	padding: 10px;
	height: 100%;
	margin-right: 0%;
	margin-left: 0%;
}

#sidebar div.block {
	font-size: 1.0em;
	width: 170px;
	padding: 10px;
	padding-bottom: 33px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background: #CCCCCC;
	box-shadow: 1px 1px 5px rgba(142,142,142,1);
}

#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: ##ECD3DE;
	padding: 10px;
	position: relative;
	left: -10px;
	margin-top: 0px;
	width: 170px;
	height: 12px;
	margin-bottom: 10px;
	font-size: 1em;
	letter-spacing: 0em;
	text-transform: uppercase;
	background: linear-gradient(to bottom, #A3A3A3, #A3A3A3, #A3A3A3);
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	border-top-left-radius: 14px;
	border-bottom-right-radius: 14px;
	border-top: 2px solid #A3A3A3;
	border-left: 2px solid #A3A3A3;
	border-bottom: 2px solid #A3A3A3;
	border-right: 2px solid #A3A3A3;
	background: linear-gradient(to bottom, #A3A3A3, #A3A3A3);
}

input.defaultButton {
	background-color: #A3A3A3;
	color: #ffffff;
	font-weight: bold;
}
