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

body {
	margin: 0px;
	background-image: url(../images/top-bg.jpg), url(../images/bg.jpg);
	background-position: top center, top;
	background-repeat: repeat-x, repeat;
}

#header {
	margin: auto;
	background: url(../images/header-bg8.png) top no-repeat;
	height: 585px;
	margin-bottom: -450px;
	position: relative;
}

.logo {
	background: url(../images/logo.png) top left no-repeat;
	width: 1040px;
	height: 124px;
	position: relative;
	margin: auto;
}

#ShowMenu {
	display: none;
}

#navbar {
	width: 1000px;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	background: rgba(0,0,0,0.65);
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.8);
}

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

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

#navbar_menu li a {
	display: inline-block;
	padding: 8px;
}

#navbar_menu li a:hover {
	background-color: rgba(255,255,255, 0.4);
}

#page_wrapper {
	width: 970px;
	margin: auto;
	position: relative;
	padding: 15px;
	background: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	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: 0px 0px 25px 15px;
	float: right;
	border-left: 1px solid #CCC;
}

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

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

.home {
	width: 540px;
}

.article_text{
	width: 710px;
}

.article_list{
	width: 541px;
}

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

#footer_wrapper {
}

#content_footer {

}

#header_menu {
	float: right;
	margin: 50px 25px 0px 0px;
}

#header_menu li {
	list-style: none;
}

#header_menu li a {
	display: block;
	padding: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: rgba(255,255, 255, 0.9);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#header_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 {

}

.address_block {
	min-height: 320px;
	width: 350px;
	border-bottom: 1px dashed #000;
	float: left;
	margin-bottom: 10px;
}

.address_block h4 {
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

/* Index Page: */

#novidades {

}

#welcome {

}

#slideshow {
	overflow: hidden;
	width: 970px;
	height: 304px;
	margin-bottom:15px;
}

.home_vid {
	margin-bottom: 10px;
}

.featured_r h2, .featured_l h2{
	border-bottom: 1px dashed #6E9325;
	padding-bottom: 8px;
}

.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, .featured_r {
	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 {
	border-top: 1px dashed #6E9325;

}

.image {
	display: inline-block;
	width: 160px;
	height: 90px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 3px solid #FFF;
	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, .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;
}

#error {

}

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

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

.faq {

}

#ondeEstamos {

}

.pdfPublication {
	width: 202px;
	height: 300px;
	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;
}

.artList {
	list-style: none;
	padding-bottom: 10px;
}

.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;
}

/* Music List Styles */

.music_list li {
	list-style: none;
	margin-top: 10px;
}

.music_list h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 150%;
	margin: 0px;
}

h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 120%;
	margin: 0px;
}

.show_hide {
	display: block;
	margin-bottom: 5px;
}

.music_list .description {
	border: 1px solid #666;
	margin: 5px 0px;
	padding: 5px;
	width: 560px;
	display: none;
}

@media screen and (max-width: 320px) {

body {
	background: #FFFFFF
}

body::-webkit-scrollbar {
    display: none;
}

#header {
	margin: auto;
	background: url(../images/header-bg8.png) top left no-repeat;
	background-position: -150px -25px;
	margin-bottom: 0px;
	height: 128px;
	position: relative;
}

.logo {
	background: url(../images/logo.png) top no-repeat;
	background-size: 320px 103px;
	background-position: 0px 25px;
	width: 320px;
	height: 128px;
	position: relative;
	padding-top: 20px;
}

#ShowMenu {
	display: block;
	border-radius: 3px;
	padding: 4px;
	width: 19px;
}

.stack {
	width: 15px;
	height: 3px;
	background: #FFF;
	margin: 2px;
	border-radius: 1px;
}


#navbar {
	width: 320px;
	margin: 0px;
	text-align: center;
	position: fixed;
	top: 0px;
	background: rgba(0,0,0,0.8);
	border-radius: 0px;
	box-shadow: none;
	border: none;
	z-index: 10000;
}

#navbar_menu {
	display: none;
}

#navbar_menu li {
	display: block;
	text-align: left;
	border-top: 1px solid #FFF;
}

#navbar_menu li a {
	display: inline-block;
	padding: 10px 8px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-transform: none;
	font-size: 18px;
	width: 100%;
}

#navbar_menu li a:hover {
	background-color: #3F8C8C;
}

#header_menu {
	display: none;
	position: fixed;
	top: 403px;
	width: 320px;
	height: 70px;
	z-index: 999;
	background: rgba(0,0,0, 0.8);
	margin: 0px;
	padding: 0px;
}

#header_menu li {
	border-top: 1px solid #FFF;
}

#header_menu li a {
	display: inline-block;
	border-radius: 0;
	background: none;
	padding: 10px 8px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-transform: none;
	font-size: 18px;
	width: 100%;
	color: #FFF;

}

#header_menu li a:hover {
	background-color: #3F8C8C;
}

#page_wrapper {
	width: 320px;
	margin: 0px;
	position: relative;
	padding: 15px;
	background: #FFFFFF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}

#secondary, #sidebar {
	display: none;
}

@-webkit-keyframes ticker{
    0%  {
        transform:translateX(100%);
    }
    20% {
        transform:translateX(0);
    }
    30% {
        transform:translateX(0);
    }
    100% {
        transform:translateX(-100%);
    }
}

#page_wrapper {
	padding: 10px;
}

#content_wrapper {
	width: 300px;
	margin: 0px;
}

#page_content {
	width: 300px;
	margin: auto;
	float: none;
	padding: 0px;
	border: none;
}

#slideshow {
	width: 300px;
	height: 169px;
}

p {
	text-align: justify;
	font-size: 90%;
	line-height: 1.5em;
	text-indent: 20px;
}

.blockquote {
	font-style: italic;
	padding: 0px 5px;
}

}

.grecaptcha-badge{
	display: none;
}

.hidden{
	display: none;
}

.yd{
	background-color: #ffeb7e;
}

.frm{
	background-color: #94e48e;
}

.str{
	background-color: #e4ae8e;
}
