/**********************************************************/
/*  WM_JooRoos_J1.6                                       */
/*  copyright (C) 2011 - WebMasher                        */
/*  license GNU/GPL http://www.gnu.org/copyleft/gpl.html  */
/**********************************************************/

html{
background: #2b2b2b;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg-total.png) repeat center top #B2D8FC;
	color: #666;
	font:80%/140% Tahoma,Arial,Helvetica,sans-serif;
	line-height: 150%;
}

a:link, a:visited {
	color: #F25409;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

ul.actions {
   border: 0px none;
   padding-right:10px;
}

h1 {font-size: 200%; color:#632812; font-family: 'Cantora One', sans-serif; font-weight:normal;}
h2 {font-size: 175%; color:#632812; font-family: 'Cantora One', sans-serif; font-weight:normal;}
h3 {font-size: 150%; color:#632812; font-family: 'Cantora One', sans-serif; font-weight:normal;}
h4 {font-size: 125%; color:#632812; font-family: 'Cantora One', sans-serif; font-weight:normal;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
	
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 5px 5px;
}

fieldset a {
	font-weight: bold;
}
	
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EEEEEE;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

table {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-spacing: 0px;
}
thead {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
thead tr {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
thead th {
	margin: 0px;
	padding: 10px;
	width: auto;
	background-color: #eaeaea;
	text-align: left;
}
tbody {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
tbody tr {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
tbody td {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	width: auto;
	border-bottom: 1px dotted #bcbcbc;
	vertical-align: top;
}
a img { 
	margin: 0px;
	padding: 2px;
	border : none; 
}

a.readmore {
	display: block;
	margin: 0px;
	padding: 5px;
}
img { 
	margin: 0px;
	padding: 0px;
	border : none; 
}

p img{

	margin: 0px;
	padding: 0 10px 5px 0;
}

li {
	margin: 0px;
	padding: 0px;
}

dl {
	margin: 0px;
	padding: 0px;
}

dl dt{
	margin: 0px;
	padding: 0px;
}

dl dd{
	margin: 0px;
	padding: 0px;
}

legend {
	margin: 0px;
	padding: 0 10px 0 10px;
	font-weight: bold;
}

.container{
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
	
}
.wrap{
	width: 950px;
	margin: 0 auto;
	
}

#logo {
	font-size: 50px;
	line-height: 23px;
	letter-spacing: normal;
	float: left;
	padding: 20px 0px 0 0px;
	width:auto;
	height:200px;
	text-decoration:none;
	text-transform: uppercase;

}

#logo a:hover{
	text-decoration:none;}
	
/*======================= TOP PANEL=============================*/

#toppanel{
	height:30px; 	
	width: 100%;
	background: url(../images/top.png) repeat-x; 
}
	
#sub-panel{
	text-align:center;
	position:absolute;
	width:100%; 
	z-index:2000;
	height:30px;
	right:0;
}

#sub-panel a{
	position:absolute;
	right:0;
	width:84px;
	float:right;
	text-decoration:none;
	text-align:center;
	margin-right:30px;
	margin-top:-1px;

}
#sub-panel a span{
	display:block;
	height:30px;
	padding-top:8px;
}

a#toggle span{ 
	background: url(../images/toggle.png) no-repeat;
	color:#C9BE62;
}

#tools{
	clear:right; 
	width:350px; 
	float:left; 
	text-align:left; 
	line-height:25px; 
	padding-top:5px}
	
/*======================= LOGIN =============================*/

#login{
	width:auto; 
	text-align:right; 
	padding:5px 0px 5px 0px; 
	margin-right:2px;
	display:block; 
	float:right; 
	height:auto; 
}

#login-box {
	width: 320px;
	position: absolute;
	right:145px;
	top: 30px;
	z-index:99999999;
	visibility:hidden;
	overflow:hidden;
}

#login-panel {
	background: url(../images/login-bg.png) 0 100% no-repeat;
	position:relative;
	overflow:hidden;
	padding:25px 30px 30px 30px;
	color: #E6E6E6;
}
	
#login-panel .moduletable_content {
	padding-top:0px;
	margin-bottom:-5px
}
		
#login-panel .moduletable a {
	color:#FFB405
}

form.loginform fieldset {
	border:solid #888;
	margin:0;
}

form.loginform legend {
	color:#ccc;
	font-size:1.3em;
	background-color:transparent
}

form.loginform p#login-username label,
form.loginform p#login-password label {
	display:none
}

form.loginform .inputbox {
	display:inline;
	background:none;
	color:#888;
	border:none;
	padding:0;
}
	
form.loginform p#login-username {
	background: #252525 url(../images/username.png) no-repeat left center;
	border:1px solid #414141;
	color:#C0C0C0;
	padding:3px 2px;
	padding-left: 23px;
	width:220px
}
	
form.loginform p#login-password {
	background: #252525 url(../images/password.png) no-repeat left center;
	border:1px solid #414141;
	color:#C0C0C0;
	padding:3px 2px;
	padding-left: 23px;
	width:220px
}

form.loginform p#form-login-remember { 
	margin:13px 5px 0 0;
	color:#999;
	float:right
}
	
form.loginform p#login-button {
	margin:12px 15px 0 -5px;
	float:left;
}
		
form.loginform p#login-button .round,
form.loginform p#login-button .round span {
	padding: 2px 5px 2px 5px;
	background-image:url(../images/button.gif);
	background-repeat: repeat-x;
	color: #FAFAFA;
	font-weight: bold;
	border: none;
	font-size: 11px;
}
		
form.loginform ul.login-lost {
	margin:15px 0 0 10px;
	clear:both;
	float:left;
	width:100%;
	text-align:left;
}

form.loginform ul.login-lost li {
	padding:0;
}
				
button {
	border:0; 
	border:none; 
	background:transparent; 
	width:auto; 
	overflow:visible; 
	white-space:nowrap; 
	padding:0 2px; 
	cursor:pointer; 
}

.logout{
	height:80px;
	padding-left:30%;
	text-align:center; 
	display:block; 
	float:left; 
	line-height:30px
}
#logout.button{
	padding:5px;
	margin-left:40%;
	width:50px;
	background:url(../images/button.gif) repeat-x;
	text-align:center;
	color: #FAFAFA;
	font-weight: bold;
	font-size: 11px;
	cursor:pointer;}
	
.loginClose {
	display: block;
	position: absolute;
	right: 25px;
	top: 5px;
}

.loginClose a {
	display: block;
	width: 100%;
	height: 26px;
	background: url(../images/close.png) no-repeat;
	padding-right: 13px;
	border: none;
}

.loginClose a:hover {
	background: url(../images/close.png) no-repeat;
	text-decoration:none;
}    

/*======================= MOOMENU =============================*/
	
#moomenu{
	 float: right;
    height: 60px;
    width: 540px;
	 margin-right: 30px;
}

.nav{
	width: 100%;
	height: 100%;
	margin-top: -5px;
}

/*======================= HEADER =============================*/
.header{
	width: 100%;
	height: 123px;
	background:url(../images/bg-top.png) no-repeat center top; 
	padding-bottom: 15px;
    padding-top: 0px;
}

#toppanel{
	display:none;
}

/*======================= USERS =============================*/

#user1,#user2,#user3,#user4,#user5,#user6,#user7,#user8,#user9 {
	width: auto;
	height: auto;
	float:left;
	}
	
#user h3 {
	font-family: Tahoma, Arial, Sans-serif;
	color: #F25409;
	font-weight: bold;
	margin: -4px -6px 5px -6px;
	line-height: 30px;
	text-align:left;
	border-bottom: 1px solid #F25409;
}

.userpadding{ 
padding: 10px 10px 20px 10px;
}

.usertop{
	width: 100%;
	background: #E4E4E4;
	overflow: hidden;

}
.usertop h3, .userbottom h3{
	font-family: Tahoma, Arial, Sans-serif;
	color: #F25409;
	font-weight: bold;
	margin: -4px -6px 5px -6px;
	line-height: 30px;
	text-align:left;
	border-bottom: 1px solid #F25409;
}


.userbottom, .userfooter{
	width: 100%;
	overflow: hidden;
}
/*======================= CONTAINER =============================*/

.containermainbody{
	width: 100%;
	overflow: hidden;	
	line-height: 150%;
} 
.mainbody{
	 margin-left: 10px;
    padding: 20px 25px;
    text-align: justify;
    width: 848px;
	background: #fff; 
	padding-bottom:30px;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.bg-rod{
	 background: url("../images/rod-cont.png") no-repeat scroll center bottom transparent;
    float: left;
    height: 41px;
    width: 100%;
}

#main{
    width:50%;
	overflow: hidden;
	float: left;
}
#main-mid{
    width:75%;
	overflow: hidden;
	float: left;
}

#main-full{
	width: 97%;
	overflow: hidden;
	float: left;
}

#right{
	width:23%;
	overflow: hidden;
	float: right;
	display: block;
	padding:15px 0 0 10px;
	margin: 20px 0px 25px 0px;
	border: 1px solid;
	border-color: #CCC #CCC #AAA #CCC;
	background: #f6f6f6;
}
#left{
	width:23%;
	float: left;
	padding:15px 0 0 10px;
	display: block;
	border: 1px solid;
	border-color: #CCC #CCC #AAA #CCC;
	background: #f6f6f6;
	margin: 20px 0px 25px 0px;
}

.rightcontainer{
	overflow: hidden;
	padding: 0px 15px 0px 0px;
	
}
.leftcontainer .moduletable{
	padding: 0px 10px 15px 17px;
}
.leftcontainer{
	padding: 0px 15px 0px 0px;
}
.rightcontainer .moduletable{
	padding: 0px 0px 15px 0px;
}
.moduletable_menu {
	padding: 0px 10px 25px 0px;
}
.moduletable_menu h3{
	margin: 10px 0px 15px 5px;
	padding: 4px;
	text-align: center;
	border: 1px solid;
	border-color: #CCC #CCC #AAA #CCC;
	background:#EAEAEA;
	text-align: center;
}
.moduletable h3{
	margin: 10px 5px 15px 5px;
	padding: 2px 0 2px 0;
	text-align: center;
	border-top: 8px solid  #CCC;
	border-bottom: 8px solid  #CCC;
	color:#292929;
}
#search {
	width: 170px;
	height: 30px;
	margin:8px 0 10px 0;
	padding: 10px 25px 0px 10px;
	background-image:url(../images/bg-search.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#pathway{
	width: 100%;
	padding: 3px 0px 5px 0px;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin:20px 0 10px 10px;
}

.messagecontainer{
	width: 100%;
	overflow: hidden;
}

.searchcontainer{
	width: 95%;
	overflow: hidden;
}

#footer{
	width: 100%;
	height:100%;
	background:#2b2b2b url(../images/footer.jpg) repeat-x;
}
#footer h3{
	font-size:17px;
	padding:10px 0 10px 0;
}
#footer a:hover{
	color:#fbfbfb;
	text-decoration:none;
}
#footer li{
	border-bottom:1px solid #444444;
	font-size:13px;
}

#copy{
	width: 100%;
	height:299px;
	background:url(../images/bg-rodape.png) no-repeat center top;
}

.rodape{
	  float: left;
    font-family: 'Cantora One',sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    margin-left: 10px;
    margin-top: 60px;
	color:#4F6709;
}

.rodape a{
	color:#4F6709;
}


.copyright{
	color: #8A981D;
	font-weight:bold;
	font-size: 11px;
	padding: 15px 0px 15px 0px;
	 min-height: 35px;
}
.copyright a:hover{
	text-decoration:none;
}
#scrolltop {
	text-align: center;
}
/*copyright by Next Level Design*/

#main p.readmore a:link, #main p.readmore a:visited {
	background-image: url(../images/readmore.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
	font-size: 11px;
	border-bottom: 1px dashed #DDD;
}
#main p.readmore a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #F25409;
}
#main .pagination {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: left;
}
#main .pagination ul {
	float: left;
	margin: 0px;
	padding: 10px 10px 0 10px;
	width: auto;
	list-style-type: none;
	clear: left;
}

#main ul.pagenav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	clear: left;
}
#main ul.pagenav li.pagenav-prev {
	float: left;
	margin: 0px;
	padding: 10px;
	width: auto;
	clear: left;
}
#main ul.pagenav li.pagenav-next {
	float: right;
	margin: 0px;
	padding: 10px;
	width: auto;
	clear: right;
}
#main .profile a {
	display: block;
	margin: 0px;
	padding: 10px;
}
.contentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 180%;
	line-height: 100%;
	font-weight: bold;
	color: #64696e;
}

/* tabs */
#main dl.tabs { 
	float: left;
	margin: 0px;
	padding: 0 0 10px 0;
	width: 100%;
	clear: left;
}
#main dl.tabs dt { 
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#main dl.tabs dt.open a:link, #main dl.tabs dt.open a:visited { 
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	width: auto;
	background-color: #C30000;
	color: #fff;
	border: 1px solid #bcbcbc;
}
#main dl.tabs dt.open a:hover { 
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	width: auto;
	background-color: #2e2e2e;
	color: #fff;
	border: 1px solid #bcbcbc;
}
#main dl.tabs dt a:link, #main dl.tabs dt a:visited { 
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	width: auto;
	background-color: #eaeaea;
	color: #C30000;
	border: 1px solid #bcbcbc;
}
#main dl.tabs dt a:hover { 
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	width: auto;
	background-color: #2e2e2e;
	color: #C30000;
	border: 1px solid #bcbcbc;
}
/*CONTACT*/
#main .contact-position {
	float: left;
	margin: 0 0 10px 0;
	padding: 1%;
	width: 98%;
	font-weight: bold;
	clear: left;
}
#main .contact-image {
	float: right;
	margin: 0 0 10px 0;
	padding: 0 1% 0 1%;
	width: 98%;
	text-align: right;
	clear: right;
}
#main .contact-address {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 1% 0 1%;
	width: 48%;
	clear: left;
}
#main .contact-address span.jicons-icons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	clear: left;
}
#main .contact-address span {
	float: left;
	margin: 0px;
	padding: 0 0 0 25px;
	width: auto;
	clear: left;
}
#main .contact-contactinfo {
	float: right;
	margin: 0 0 10px 0;
	padding: 0 1% 0 1%;
	width: 48%;
	clear: right;
}
#main .contact-form, #main .contact-miscinfo, #main .contact-articles {
	float: left;
	margin: 0px;

	width: 98%;
	clear: left;
}
#main .result-created {
	margin: 0px;
	padding: 0 0 10px 0;
	background-color: transparent;
	color: #a4a4a4;
	font-size: 8pt;
}
#main span.text {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: left;
}

/*MAIN*/
#main h1 {
	padding: 10px 5px 10px 5px;
	background-color: #eaeaea;
	color: #a4a4a4;
	text-transform: uppercase;
	border-bottom: 1px solid #bcbcbc;
}
#main h2 {
	padding: 6px 5px 6px 5px;
	color: #848484;
	text-transform: none;
	border-bottom: 1px solid #bcbcbc;
}
#main h2 a:link, #main h2 a:visited {
	background-color: transparent;
	color: #848484;
}
#main h2 a:hover {
	background-color: transparent;
	color: #000;
}
#main ul.actions {
	float: right;
	margin: -25px 0 0 0;
	padding: 0px;
	width: auto;
	list-style-type: none;
	clear: right;
}
#main ul.actions li{
	float: left;
	margin: 0px;
	padding: 0 10px 0 0;
	width: auto;
	height: 16px;
}
#main ul.actions li a:link, 
#main ul.actions li a:visited {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	color: #fff;
	font-size: 8pt;
}
#main ul.actions li a:hover {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	color: #000;
	font-size: 8pt;
}
#main ul.actions li a img{
	margin: 0px;
	padding: 2px 0 0 0;
	border: none;
}

#main #article-index {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: left;
}
#main #article-index ul {
	float: left;
	margin: 5px 0 0 5px;
	padding: 10px;
	width: auto;
	background-color: #eaeaea;
	border: 1px solid #bcbcbc;
	list-style-type: none;
	clear: left;
}
#main .pagenavcounter {
	margin: 0px;
	padding: 5px;
	background-color: transparent;
	color: #a4a4a4;
	font-size: 8pt;
	text-align: right;
}
#main form {
	margin: 0px;
	padding: 0px;
}
#main form div {
	margin: 0px;
	padding: 5px;
	width: 100%;
}
#main form label {
	float: left;
	margin: 0px;
	padding: 5px 5px 5px 0;
	width: 220px;
	text-align: left;
}
#main form p {
	margin: 0px;
	padding: 5px;
	width: 100%;
}
#main label {
	float: left;
	margin: 0px;
	padding: 5px 5px 5px 0;
	width: 220px;
	text-align: left;
}
label {
	margin: 0px;
	padding: 0px;
}

input#contact-email-copy {
	margin: 6px 0 0 0;
	padding: 0px;
	width: 16px;
}
textarea {
	margin: 0px;
	padding: 2px 5px 2px 5px;
	width: 98%;
	height: 100px;
}
label.invalid {
	background-color: transparent;
	color: #ff0000;
}
input.invalid,
textarea.invalid {
	border-color: #ff0000;
}
button {
	margin: 0 0 10px 10px;
	width: auto;
}
#main li p {
	margin: 0px;
	padding: 5px 5px 5px 0;
}
#main ul#archive-items {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main ul#archive-items ul {
	margin: 0px;
	padding: 10px 0 10px 20px;
}
.items-leading  {
	float: left;
	margin: 0 0 10px 0;
	padding: 0px;
	width: 100%;
	clear: left;
}
.items-row  {
	float: left;
	margin: 0 0 10px 0;
	padding: 0px;
	width: 100%;
	clear: left;
}
.cols-1 .column-1 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: left;
}
.cols-2 .column-1 {
	float: left;
	margin: 0 1% 0 0;
	padding: 0px;
	width: 49%;
}
.cols-2 .column-2 {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 49%;
}
.cols-3 .column-1 {
	float: left;
	margin: 0 1% 0 0;
	padding: 0px;
	width: 32%;
}
.cols-3 .column-2 {
	float: left;
	margin: 0 1% 0 1%;
	padding: 0px;
	width: 32%;
}
.cols-3 .column-3 {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 32%;
}
.cols-4 .column-1 {
	float: left;
	margin: 0 1% 0 0;
	padding: 0px;
	width: 24%;
}
.cols-4 .column-2 {
	float: left;
	margin: 0 1% 0 1%;
	padding: 0px;
	width: 23%;
}
.cols-4 .column-3 {
	float: left;
	margin: 0 1% 0 1%;
	padding: 0px;
	width: 23%;
}
.cols-4 .column-4 {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 24%;
}
.cols-2 .column-1 .column_box, 
.cols-3 .column-1 .column_box, 
.cols-4 .column-1 .column_box {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
}
.cols-2 .column-2 .column_box, 
.cols-3 .column-3 .column_box, 
.cols-4 .column-4 .column_box {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
}
.cols-3 .column-2 .column_box, 
.cols-4 .column-2 .column_box, 
.cols-4 .column-3 .column_box {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
}
.item-separator {
	clear: both;

	background:transparent url(../images/article_separator.png) no-repeat 50%;
	display:block;
	height:30px;
	margin:0
}
	
.button{
	padding: 2px 5px 2px 5px;
	background-image:url(../images/button.gif);
	background-repeat: repeat-x;
	color: #FAFAFA;
	font-weight: bold;
	border: none;
	font-size: 11px;
}

.inputbox{
	background:#F5F5F5 url(../images/input.png) 0 0 repeat-x;
	border:1px solid #bebebe;
	margin:5px 0;
	padding:2px;
}

.inputbox:focus{
	border: 2px solid #AAA;
}

/* EDITOR */
#editor-xtd-buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 75% !important;
	clear: left;
}
.button2-left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto !important;
}
.toggle-editor {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 20% !important;
	clear: right;
}
.cat-list-row0 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #fff;
}
.cat-list-row1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #f6f6f6;
}
.cat-list-row2 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #ececec;
}
.hits {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	width: auto;
	background-color: transparent;
	color: #a4a4a4;
	font-size: 8pt;
	text-align: right;
	vertical-align: top;
}
span.content_rating {
	display: block;
	margin: 0px;
	padding: 5px 0 0 5px;
	width: auto;
}
span.content_rating img {
	margin: 0px;
	padding: 0 0 0 5px;
}
span.content_vote {
	display: block;
	margin: 0px;
	padding: 0 5px 5px 5px;
	width: auto;
	border-bottom: 1px dotted #bcbcbc;
}
span.content_vote input {
	margin: 0px;
	padding: 0 5px 0 5px;
	width: auto;
}
dl.article-count {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 8pt;
	width: 100%;
}
dl.article-count dt {
	float: left;
	margin: 0px;
	padding: 0 5px 0 0;
	width: auto;
	background-color: transparent;
	color: #000;
}
dl.article-info {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	border-bottom: 1px solid #bcbcbc;
	width: 100%;
}
dl.article-info dt {
	float: left;
	margin: 0px;
	padding: 0 5px 0 5px;
	width: auto;
	background-color: transparent;
	color: #000;
}
dl.article-count dd, dl.article-info dd {
	float: left;
	margin: 0px;
	padding: 0 15px 0 5px;
	width: auto;
	background-color: transparent;
	color: #a4a4a4;
}
dl.article-count:after, dl.article-info:after {
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0pt;
}
.hasTip {
	cursor: help;
}
.tip {
	margin: 0px;
	padding: 5px;
	width: 300px;
	background-color: #eaeaea;
	color: #000;
	border: 1px solid #bcbcbc;
}
.tip-title {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.tip-text {
	margin: 0px;
	padding: 0px;
}
button, .button, .pane-toggler {
	width: auto;
	cursor: pointer;
}
.small {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	color: #a4a4a4;
	font-size: 8pt;
}
.optional {
	margin: 0px;
	padding: 0 0 5px 0;
	background-color: transparent;
	color: #a4a4a4;
	font-size: 8pt;
}
.bottom{
	width: 100%;
	overflow: hidden;
	margin-top:15px;
	padding: 10px 0px 5px 0px;
}


.logo{
	float:left;
	margin-left:3px;
	 margin-top: -2px;
}

#info-top{
	float:right;
	margin-top:0px;
	color:#fff;
	margin-right:25px;
	height: 55px;
}

#banner-principal-1003{
	background:transparent url(../images/bg-banner.png) no-repeat center top;	
	 height: 335px;
    margin-top: -37px;
    padding-top: 120px;
    position: absolute;
    width: 930px;
	  margin-left: -9px;
}

.fox-container{
	float: right;
	margin-right: 0px;
	margin-top: 30px;
	width: 500px;
}

.fox-container input, .fox-container textarea, .chzn-container{
	width:100% !important;
}

.fox-container div.controls{
	width:80% !important;
}

.control-label{
	margin-bottom:3px !important;
	width:20% !important;
}

.control-label label{width:100% !important;}

.btn-success, .fox-item-submit div.controls{
	float:right !important;
	margin:0px !important;
}

.chzn-results{
	width:100% !important;
}

.alert-success{
	margin-top: 70px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

.alert-error{
	float: left;
	width:100%;
	box-sizing: border-box;
}

.moduletable_orcar{
	float:left;
	width:100%;
}

.moduletable_orcar div.fox-container{
	width:100% !important;
}

.moduletable_orcar div.fox-item-text-area div.control-label, .moduletable_orcar div.fox-item-text-area div.controls{
	width:100% !important;
}

.foxform input, .foxform textarea { 
	float:left;
}

#phocagallery-pane .phocagallery-box-file, #phocagallery .phocagallery-box-file, .phocagallery-box-file {
    width: 213px !important;
} 
 
 
#phocagallery-pane .phocagallery-box-file-first, #phocagallery .phocagallery-box-file-first, .phocagallery-box-file-first{
	width: 206px !important;
} 

.phocagallery-box-file-third img{
	width:206px;
}

.pagination{

}

.gallery .pagination li {
    float: left;
    margin: 0 4px;
}


.conteudo-home{
	float: left;
    padding: 16px 20px;
    width: 574px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
}

.conteudo-home h1{
	 border-bottom: 2px solid;
    font-size: 21px;
    margin-bottom: 15px;
    padding-bottom: 7px;
    text-align: center;
}

.conteudo-home h3{
	 font-size: 13px;
	 color:#1E0500;
}

.conteudo-home p{
	text-align: center; 
}

.conteudo-home img{
	margin:0px;
	float:none;
}

.bx-home{
	float:right;
	width:265px;	
	-webkit-border-radius: 10px;
    border-radius: 10px;
	padding: 10px 0px;
	margin-right: 20px;
}

.bx1{
	border-bottom: 1px dotted #CCCCCC;
    float: right;
    margin: 0 0px 10px;
    padding: 5px 10px 20px;
    width: 240px;
	height: 125px;

}

.bx1 a{
	margin-left: 190px;
    margin-top: 90px;
    position: absolute;
	color:#1E0500;
	  font-family: 'Cantora One',sans-serif;
}

.bx1 p{
	text-align:left !important;
}

.bx1 h2{
	font-size:24px;
	margin-bottom:10px;
	display:block !important;
}



.sectiontableheader{
	color: #632812;
    font-family: 'Cantora One',sans-serif;
    font-size: 175%;
    font-weight: normal;
	text-align:left !important;
	}
	

.jg_element_cat {
	margin: 7px 4px;
}	

.joomcat140_txt{
	text-align:left !important;
}

.joomcat140_txt li a{
	clear: both;
    float: left;
    width: 171px;
	color: #1E0500;
	font-family: 'Cantora One',sans-serif;
	font-size:18px;
}

.joomcat140_txt li {
	padding-left:12px;
}

.jg_pathitem{
	display:none !important;
}


.jg_pathway {
    padding: 2px;
    text-align: right;
}


.moduletable_destaque{
	background: #542E0E none repeat scroll 0 0;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    font-family: "Cantora One",sans-serif;
    font-size: 22px;
    margin-left: 10px;
    margin-top: 420px;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    width: 900px;
	
	transition:all 0.4s;
}

.moduletable_destaque:hover{
	background:#3A1D03;
}