/*
Theme Name: Expresso 25

*/


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);

body{
	text-align: center;
	margin: 0px;
	padding: 0px 0px 0px; /*font-family: Arial,sans-serif;*/
	font-family: OpenSans, Verdana, Helvetica, Arial,sans-serif;
	color: #333333;
	line-height: 1.8;
	background: #E9DECC /*url(img/bg.jpg) repeat-y center*/;
}

#container {

width: 760px;
margin:0px auto;
padding: 0 0px 0  10px;
background: White;
}

a:link, a:visited, a:hover {
	color: #C3921F;
	text-decoration: none;
}

a:hover {
	color: #7B4226;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	/*font-family: Arial,sans-serif;*/
	font-family:  Raleway, Verdana, Helvetica, Arial,sans-serif;
	margin: 15px 0 5px 0;
	/*padding: 0px;*/
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #972A00;
 clear: both;
}

h3{
/*margin: 20px 0 5px 0;
 padding: 5px 10px 5px 10px;*/
 font-size: 110%;
 color: #3B5962;
 letter-spacing: 1.1px; 
 border-bottom: 1px solid #E1CCB3;
/* border-left: 5px solid #BBB56A;
*/ 
 padding: 10px 0px 10px 26px;
	background: url(images/h3a.gif)  left no-repeat;
	margin-left:0px;
	margin-top: 5px; 
 

}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;

}

h5{
 font-size: 100%;
 color: #334d55;
}

ul.cd {
 list-style-type: none;
 list-style: square /*url(img/loud.gif)*/;
}

ul {
 list-style-type: none;
 
}

ul.ficha {
 list-style-type: none;
}

ul.naipes {
 list-style-type: none;
  list-style: url(images/lista.gif);
  margin-top: 5px;
}

ul.naipes li{
	font-weight: bold;
	color: #c0a76d;
}

ul ul{
 list-style-type: none;
 
}

ul ul ul{
 list-style-type: none;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}

p.destaque {
	margin-left: 25px;
	font-family:  Verdana, Helvetica, Arial,sans-serif;
}

.red {
	color: #B22222;
	font-weight: bolder;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
/*	background: url(img/bghead.jpg) top center no-repeat;*/

	
}

#navBar{
	margin: 0 0 0 78%;
	height: 500px;
	padding: 0px;
	font-size: 90%;
	
	
	/*border-bottom: 1px solid  #BBB56A;*/
}

#content{
  float:left;
   width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	text-align: left;
	border-right: 1px dotted #BBB56A;
/*	background: url(img/linhadircontent.jpg) top right repeat-y;*/
	
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
		text-align: center;
}


/*************** #pageName styles **************/

#pageName{
/*	padding: 10px 0px 10px 30px;
	background: url(img/h3.gif)  left no-repeat; 
	padding: 10px;
	margin-left:5px; */
}



/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
text-align: left;
font-family: OpenSans, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav ul {
	margin: 0;
	padding: 0;
}

#globalNav li {
	display: inline;
}
#globalNav li:not(:last-child)::after {
	content: " | ";
}

#globalNav a {
	font-size: 90%;
	padding: 0px 0px 0px 0px; 
}

#globalNav .sessao_ativa {
 	color: #972A00;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 30px 10px;
	font-size: 80%;
	
}

.feature h3{
	padding: 20px 0px 0px 0px;
	text-align: left
}

.video_youtube{
	padding-bottom: 20px;
}

/*.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}*/
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0;
  font-size: 100%;
  line-height: 220%;
}

.story img {
	max-width: 100%;
}

p.integrantes{
	margin: 0;
	margin-bottom: 10px;
	line-height: 150%;
}

/*********** #navBar link styles ***********/
#navBar h2 {
	font-size: 100%;
	}
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
	border-left:1px dotted #BBB56A;
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px dotted #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin-top: 10px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #BBB56A;
	font-size: 90%;
	text-align: left;
	background-color: #F5F6E4;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid  #BBB56A;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid  #BBB56A;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid  #BBB56A;
	background-color: #E6E3BF;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}

#sectionLinks ul li {list-style-type: none;}


.redessociais{
	text-align: center;
	padding-top: 10px;
	line-height: 100%;
}

.redessociais img{
	padding: 5px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.imgcapa{
	padding: 0px;
	width: 548px;

	/*border: 1px solid #D0B590;*/
}

.imgcapamaestro{
	padding: 4px;
	/*border:  solid 1px #D0B590;*/
	float: left;
	margin: 5px 10px 5px 0;
}
.imgdisco{
	padding: 1px;
	/*border:  solid 1px #D0B590;*/
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	float: right;
	margin: 5px 10px 5px 20px;
}

/*********    galeria de imagens********/


#gallery {
  height:320px;
  display:none;
}
#slideshow {
  display:none;
}
.gcap {
  font-size:xx-small;
  margin:0; padding:0;
}
.scap {
  font-size:small;
  margin:3px; padding:0;
}
.gcon { /* gallery image/caption container */
  width:114px;
  height:120px;
  margin:10px;
text-align: center;
  border:1px solid #BF8660;
  float:left;
}
.scon { /* slideshow image/caption container */
  width: 560px;
  margin:5px;
  text-align: center;
 background: #F4F2D7;
  border:1px solid #BF8660;
}
#gallery img {
  margin:6px 6px 3px 6px;
  background:#CFD4E6;
}
#slideshow img {
  margin:6px 6px 3px 6px;
  background:#CFD4E6;
}
#navigation {
 text-align:center;
}
#prev, #next, #back, #auto, #time {
  color:#BF8660;
  cursor:pointer;
  font-weight:bold;
  margin-right:20px;
}
.clearAll {
  clear:both;
  margin:0; padding:0;
}

.credito {
margin: 10px;
font-size: 80%;
color: #945E27;
padding-left: 40px;
	
}

.player {
	margin-left: 28px;
	width: auto;
	border: 1px solid #BF8660;
	text-align: center;
	padding: 15px;
	
	background:#F4F2D7; 
	
}

/************* #siteInfo styles RODAPÉ  ***************/

#siteInfo{
	height: 80px;
	clear: both;
	
	font-size: 75%;
	border-top: 1px solid #BF8660;
	padding: 0px 10px 0px 10px;
	margin: -1px 0 0px -10px;
	/*background: url(img/rodape.jpg) bottom center  no-repeat;*/
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	float: left;
	padding: 15px 20px 4px 15px;
	
}

.rodape {
	/*margin: 15px 10px 10px 10px;*/
	padding: 10px 10px 10px 0px;
	text-align: left;
	line-height:130%;
	color: #906D3C;
}

/*******patrocinador*******/

.patro{
	margin: 15px 0  10px 26px;
}


/* CSS WP */

html {
	margin: 0;
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}