/* CSS Document */

body {
	margin: 0;
	background: #3c3c3c url(img/bg.gif) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

/* links */
/* horizontal menu links */
#hormenu ul li a:link,
#hormenu ul li a:visited,
#hormenu ul li a:active {
	display: block;
	background-color: #fff;
	color: #555;
	text-decoration: none;
}
#hormenu ul li ul li a:link,
#hormenu ul li ul li a:visited,
#hormenu ul li ul li a:active {
	color: #777;
}
#hormenu ul li a:hover {
	display: block;
	background-color: #da0000;
	color: #fff;
	text-decoration: none;
}
#hormenu ul li ul li a:hover {
	color: #fff;
}

/* regular links */
a:link, a:visited, a:active {
	color: #da0000;
	background-color: #fff;
	text-decoration: none;
}
a:hover {
	color: #da0000;
	background-color: #fff;
	text-decoration: underline;
}

/* remove borders around link images */
a img {
	border: 0;
}

/* Adere ao Bloco de Esquerda image link */
#join_be {
	float: right;
	border: 0;
}

/* image floats */
.floatright {
	float: right;
	margin: 2px 2px 2px 5px;
}

.floatleft {
	float: left;
	margin: 2px 5px 2px 2px;
}

.warning {
	color: #F00;
	font-weight: bold;
	text-decoration: underline overline;
}

/* page container */
#container {
	width: 920px;
	padding: 0;/*10px 0 10px 0;*/
	margin: auto auto 0 auto;
	/*background-color: #898686;*/
}
div#container { 
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/* page banner */
#banner {
	width: 900px;
	height: 130px;
	margin: 0 auto 2px auto;
	background-color: #898686;
	background-image: url(/img/banner.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#newspapers {
	width: 900px;
	height: 90px;
	margin: 0 auto 2px auto;
	text-align: center;
	background-color: #FFF;
	clear: both;
}

/*horizontal menu box */
#hormenu {
	height: 16px;
	width: 900px;
	margin: 0 auto 2px auto;
	background-color: #fff;
	font-size: 12px;
}
ul#nav,
ul#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#nav li {
	float: left;
	position: relative;
	width: 180px;
	text-align: center;
}
li ul {
	display: none;
	position: absolute; 
	top: auto;
	left: 0;
}
li > ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul{
	display: block;
}
ul#nav li {
	font-weight: bold;
	font-size: 13px;
}
ul#nav li ul li {
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	margin-left: -1px;
}

/* location bar */
#locbar {
	font-size: 10px;
}

/* IE HACK!!! */
*html #locbar { margin-left: -10px; }

/* left navigation */
#left {
	width: 220px; /*159px;*/
	float: left;
	margin: 0 2px 2px 10px;
	background-color: #fff;
	padding: 10px;
	text-align: center;
}
div#left { 
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
/* IE HACK!!! */
* html #left {
	margin-left: 5px;
}

.left_img {
	margin: 15px auto 10px auto;
}

/* right navigation */
#right {
	width: 179px;
	float: right;
	margin: 0 10px 2px 0;
	background-color: #FFFFFF;
	padding: 0;
}
div#right { 
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
/* IE HACK!!! */
* html #right {
	margin-right: 5px;
}

/* main content of page (use with right & left) */
#content {
	/*width: 498px;*/
	width: 619px; /*680px;*/
	float: left;
	margin: 0 2px 2px 0;
	background-color: #FFFFFF;
	padding: 30px 20px 50px 20px;
}
div#content { 
	min-height: 460px;
	height: auto !important;
	height: 460px;
}

/* equal height columns */
#ehc {
	overflow: hidden;
}
/* IE HACK!!! */
* html #ehc {
	float: left;
}
#left, #right, #content {
	padding-bottom: 20000px;
	margin-bottom: -20000px;
}

/* Access to admin area */
#footer {
	clear: both;
	height: 14px;
	width: 900px;
	text-align: center;
	padding: 1px 0 1px 0;
	margin: 2px auto 2px auto;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
}

/* Pagination box */
div.pagination {
	width: 95%;
	font-size: 10px;
	text-align: center;
	margin: 0 auto 15px auto;
	padding: 5px;
}

div.pagination b {
	background-color: #EEE;
	border: 1px solid #AAA;
	padding: 3px 8px 3px 8px;
	margin: 0 4px 0 4px;
}

div.pagination a {
	border: 1px solid #BBB;
	padding: 3px 8px 3px 8px;
	margin: 0 4px 0 4px;
}

div.pagination a:hover {
	background-color: #BBB;
	text-decoration: none;
}

/* Comment box */

div.comment {
	width: 400px;
	border: 1px outset #aaa;
	margin: 0 auto 15px auto;
	padding: 5px;
}

/* Post box, User box */
div.post, div.user, div.editPost {
	width: 600px;
	border: 1px outset #aaa;
	margin: 0 auto 15px auto;
	padding: 5px;
}

div.post div.topbar,
div.editPost div.topbar,
div.comment div.topbar {
	border-bottom:1px dotted #AAA;
	margin: 0 0 15px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 26px;
}
div.comment div.topbar {
	font-size: 16px;
}

div.post div.bottombar,
div.comment div.bottombar {
	border-top:1px dotted #AAA;
	margin: 15px 0% 1% 0%;
	padding: 10px 5px 0px 0px;
	font-size: 10px;
	text-align: right;
}

div.user div.topbar {
	border-bottom:1px dotted #AAA;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	font-weight: bold;
	font-size: 13px;
}
div.post .editcmd, 
div.user .editcmd,
div.editPost .editcmd {
	padding-right: 30px;
	float: right;
}

/* User state colors */
.userstate {
	margin-left: 15px;
	font-weight: bold;
	font-size: 15px;
}
.a { color: #888; }
.b { color: #00c; }
.c { color: #080; }

/* login form */
fieldset#en_login {
	border: 1px #666 solid;
	padding: 40px;
}
fieldset#en_login legend {
	padding: 0 15px 0 15px;
	margin-left: -30px;
}
fieldset#en_login label,
fieldset#en_post label,
fieldset.en_search label {
	float: left;
	width: 20%;
}
fieldset#en_register label {
	float: left;
	width: 25%;
}
fieldset#en_login input ,
fieldset#en_register {
	border: 1px #CCC solid;
}
fieldset#en_login input:hover,
fieldset#en_login input:focus {
	border: 1px #666 solid;
}

/* Post form */

fieldset#en_post,
fieldset#en_register,
fieldset.en_search {
	border: 1px #999 solid;
	padding: 10px;
	margin-bottom: 25px;
}
fieldset#en_post legend,
fieldset#en_register legend,
fieldset.en_search legend {
	padding: 0 15px 0 15px;
}
fieldset#en_post input,
fieldset#en_register input,
fieldset.en_search input {
	border: 1px #CCC solid;
	margin-bottom: 10px;
}
#new_post_form select,
fieldset#en_post select {
	border: 1px #CCC solid;
	margin-bottom: 10px;
	width: 150px;
}

#add_link input { width: 200px; }
#edit_links_form input {
	width: 240px;
	margin-right: 5px;
}

span#polls {
	color: red;
}
span#polls:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* End of document */
