/* CSS Document */
/* Layout styles for the www.dozetribos.com.br page */

body {
	margin: 0px;
	background: #353535;
}

#header {
	width: 1035px;
	margin: auto;
	background: url(../images/header_3.png) top no-repeat;
	height: 175px;
}

#navbar {
	width: 1000px;
	margin: auto;
	margin-bottom: 15px;
	margin-top: -5px;
	text-align: center;
	z-index: 100;
	position: relative;
}

#navbar_menu {
	height: 40px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
}

#navbar_menu li {
	display: inline;
	padding-right: 5px;
}

#navbar_menu li a {
	display: inline-block;
	padding: 17px 17px 17px 17px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

#navbar_menu li a:hover {
	background-color: rgba(63,140,140, 0.6);
	padding: 9px 7px 7px 9px;
	-webkit-border-image: url(../images/button_paper.png) 8 10 10 8 / 8px 10px 10px 8px stretch;
	-moz-border-image: url(../images/button_paper.png) 8 10 10 8 / 8px 10px 10px 8px stretch;
}

#page_wrapper {
	width: 970px;
	margin: auto;
	position: relative;
	padding: 15px;
	background: url(../images/body_paper_2.jpg) rgba(255,255,255,0.97);
	/* border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);*/
	-webkit-border-image: url(../images/paper_border.png) 17 17 17 17 / 17px 17px 17px 17px round;
	-moz-border-image: url(../images/paper_border.png) 17 17 17 17 / 17px 17px 17px 17px round;
}

#content_wrapper {
	clear: both;
}

#sidebar {
	width: 155px;
	padding: 10px 0px 25px 15px;
	float: right;
	border-left: 1px solid #CCC;
}

#secondary {
	width: 210px;
	float: right;
	padding: 10px 15px 25px 15px;
}

#page_content {
	float: right;
	padding: 10px 15px 10px 0px;
	border-right: 1px solid #CCC;
}

.breadcrumb {
	padding: 0px 5px 3px 5px;;
	font-size: 70%;
	height: 10px;
	margin-top: -3px;
}

.breadcrumb a, .breadcrumb a:visited {
	color: #666;
}

#footer {
	width: 970px;
	margin: auto;
	min-height: 30px;
}

#footer_wrapper {
}

#content_footer {
	
}

#sidebar_menu {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#sidebar_menu li {
	list-style: none;
	
}

#sidebar_menu li a {
	display: block;
	padding: 3px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left: -3px;
}

#sidebar_menu li a:hover {
	background-color: rgba(63,140,140, 0.6);
	color: #FFF;
	text-decoration: none;
}

#print {
	background: url(../images/tab.png) center no-repeat;
	width: 13px;
	height: 13px;
	padding: 13px 15px 14px 12px;
	position: absolute;
	top: 30px;
	left: -34px;
}
#print img {
	
}

/* Index Page: */

#novidades {
	
}

#welcome { 
	
}
.home_vid {
	margin-bottom: 10px;	
}

.featured_r {
	border-top: 1px dashed #6E9325;
	padding-top: 8px;
	margin-bottom: 10px;
}

.featured_r a img {
	padding: 3px;
	border: 1px solid #6e5831;
	margin: 0px -3px 8px 0px;
	box-shadow: 1px 1px 4px rgba(0,0,0, 0.5);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0, 0.5);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0, 0.5);
	-webkit-transform: rotate(+2deg);
	-moz-transform: rotate(+2deg);
}
.featured_r a img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.tiny {
	
}

.featured_l {
	border-top: 1px dashed #6E9325;
	padding-top: 8px;
	margin-bottom: 10px;
}

a div {
	
}

.featTitle {
	
}

#featuredname, #featuredname a {
	
}

#featuredtext, #featuredtext a {
	
}


#articleWrapper {
	padding: 10px 15px 10px 0px;
	float: right;
	width: 782px;
}

#articleWrapper h3 {
	
}

.main_image {
	
}
	

#footnotes {
	
}

.image {
	display: inline-block;
	width: 150px;
	height: 110px;
	background: rgba(255, 255, 255, 0.8) center no-repeat;
	padding: 5px;
	border: 1px solid #999;
	box-shadow: 1px 1px 6px rgba(0,0,0, 0.3);
	margin: 3px;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
}

.featImage {
	
}

.image a {
	
}

.photoList {
	padding: 10px 0px;	
}

.photoList>a {
	-webkit-transition: -webkit-transform .15s linear;
}

.photoList a:nth-child(even) {
	-webkit-transform: rotate(+2deg);
	-moz-transform: rotate(+2deg);		
}

.photoList a:nth-child(3n) {
	-webkit-transform: none;
	-moz-transform: none;
	position: relative;
	top: -2px;
}
 
/* Rotate every fifth image by 5 degrees and offset it */
.photoList a:nth-child(5n) {
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	position: relative;
	right: 2px;
}
 
/* Keep default rotate for every eighth, but offset it */
.photoList a:nth-child(8n) {
	position: relative;
	top: 3px;
	right: 2px;
}
 
/* Keep default rotate for every eleventh, but offset it */
.photoList a:nth-child(11n) {
	position: relative;
	top: 2px;
	left: -1px;
}

.photoList>a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	position: relative;
	z-index: 5;
}

.novidade {
	border-top: 1px dashed #6E9325;
	margin-bottom: 10px;
}

.noviTitle a {
	
}

.noviText a {

}

input, textarea, .button {
	border: 1px solid #EEE;
	box-shadow: 0px 0px 4px rgba(0,0,0, 0.5);
	font-size: 100%;
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a.button {
	color: #6e5831;
	display: inline-block;
	box-shadow: 0px 0px 2px rgba(0,0,0, 0.5);
	margin: 5px 15px;
	background: #FFF;
	-webkit-transform: none;
	-moz-transform: none;
}

a.button:hover {
	box-shadow: 1px 1px 4px rgba(0,0,0, 0.5);
	text-decoration: none;
}

.fright {
	float: right;
}

.eventEven {
	
}

.eventOdd {
	
}

.eventTable {
	
}

.eventTable th {
	
}

.eventDate {
	
}

.eventTitle {
	
}

#error {
	
}

.faqQ {
	font-size: 100%;
	margin: 3px;
}

.faqA {
	color: #6e5831;
	font-weight: bold;
}

.faq {
	
}

#ondeEstamos {
	
}

.pdfPublication {
	width: 202px;
	height: 290px;
	float: left;
	padding: 10px;
	background: rgba(255,255,255,0.5);
	border: 1px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 4px;
	text-align: center;
	box-shadow: 0px 0px 6px rgba(2,0,0, 0.2);
	color: #6e5831;
}

.pdfTitle h4 {
	height: 50px;
	padding: 0px;
	margin: 0px;
	color: #6e5831;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1.5px;
	font-size: 115%;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.pdfDescription {
	
}

a img {
	
}

/* Accordion Styles */

#article_list>ul {
    margin: 0;
    padding: 0;
    list-style:none;
}
#article_list>ul>li {
    display:block;
    overflow: hidden;
    margin: 4px 0 0px 0;
    padding: 0 10px;
    list-style:none;
    height:30px;
	border: 1px solid #CCC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	position: relative;
	z-index: 100;
	background: rgba(255, 255, 255, 0.7);
}
#article_list>ul>li h3 {
	margin: 1px 0px 0px;
}
#article_list>ul>li a, #article_list>ul>li a:hover {
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
	cursor: pointer;
}
#article_list>ul>li.descr {
	transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
}
#article_list>ul>li.descr:hover, #article_list>ul>li.descr.active {
    height: 60px;
	transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
}
span.article_count {
	font-weight: normal;
	font-style: italic;
	color: #333;
	float: right;
	display: block;
	padding-top: 3px;
}

span.article_small {
	font-size: 13px;
}
	
.catList {
	display: none;
	border: 1px solid #CCC;
	border-top: none;
	list-style: none;
	margin: 0px 5px 0px 5px;
	padding: 3px 0px 5px 0px;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
	background: #FFF;
}

.catList>li>p {
	display: none;
}

.catList>li>a {
	padding: 5px 10px;
	display: block;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #3F8C8C;
	font-size: 100%;
}
.catList>li>a:hover {
	text-decoration: none;
	background: #EEE;
	border-color: #CCC;
}


