@charset "utf-8";

* {
	padding:0;
	margin: 0;
}
	
body {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	background: #333 repeat-y top left;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	_width:100%;
    _height: 100%;
	_overflow: hidden;
}
	
/* ----------------- header styles ---------------*/
#header {
	position: fixed;
	background: #333;
	height: 110px;
	width:760px;
	_position: relative;
	margin-top: 0px;

}

#logoImage {
	position:relative;
	width: 250px;
	height: 70px;
	background-image: url(../Arquivos/logo.gif);
	float: right;
}

#header ul {
	position: relative;
	width: 758px;
	background: #333;
	list-style: none;
	border: 1px solid #999;
	vertical-align: bottom;
	float: left;
}
	
#header ul li{
	float:left;
	vertical-align: middle;
}
	
#header ul a {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	display: block;
	padding-top: 2px;
	padding-right: 1.1em;
	padding-bottom: 2px;
	padding-left: 1.1em;
}

#header ul a.first {
	background: none;
}

#header ul a:hover {
	color:#999;
}

#empresa #empresaLink a, #home #homeLink a, #shows #showLink a, #news #newsLink a, #calendar #calendarLink a, #artists #artistsLink a, #about #aboutLink a, #contact #contactLink a{
	color: #FC3;
}

/* --------------------- content styles ------------------------ */

#container {
	width: 760px;
	font-size: 1.4em;
	overflow: auto;
	_padding: 0px 0 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 110px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#container2 {
	width: 760px;
	font-size: 1.4em;
	overflow: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 110px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	_padding: 0px 0px 0px 0px;
}

#contato{
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	width: 760px;
}

#containerie6 {
	_height: 100%;
	_overflow: auto;

}

/* --------------------- content styles ------------------------ */
#content{
	float:left;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	margin-left: 160px;
	padding-bottom: 30px;
	margin-top: 0px;
	padding-top: 0px;
}
	
#content p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	text-align: justify;
}

#content p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	padding: 0.1em 1em 0.1em 1em;
	font-weight: bold;
}

#content h1{
	color: #FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: normal;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	font-style: normal;
	margin-top: 1px;
	font-variant: normal;
	text-transform: none;
	
}


#content h2{
	color: #F90;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content2{
	width: 600px;
	float: left;
	margin-left:160px;
	margin-bottom: 50px;
}

#content2 img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 1px;
	list-style-image: none;
	list-style-type: none;
}


#content2 ul { float:left; width: 100%; list-style-type: none; padding: 0;  }
#content2 li {
	float:left;
	padding: 4px;
	list-style-type: none;
}
#content2 a { float:left; padding: 0px;}
#content2 a:hover { background: #66ccff; }
#content2 a img { border: 0; }
#content2 pre{ font-size: 1.2em; background:#E1E9E5 none repeat scroll 0 0; margin:20px 0; padding:10px; }
#content2 .wrapper { width: 525px; margin: 0 auto; padding-bottom: 20px; }
#content2 div.api { width: 860px; }
#content2 .container { float: left; margin-bottom: 20px; }
#content2 .badge a { float: left; margin: 10px; }

/* -------------------- spryMsaterDetail styles -------------------------------- */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
*/
 
.MasterDetail
{
	position:fixed;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	color:#999;
	padding-right: 8px;
	width: 140px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
}

.MasterDetail h1{
	margin-top: 2em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0.5em;
	text-align: right;
	color: #F90;
	font-weight: lighter;
}

.MasterDetail h2{
	margin-bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: right;
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 0.5em;
	line-height: 1.2em;
	font-weight: lighter;
	color:#C90;
	margin-top: 2px;
}

a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:focus {

}

.MasterDetail .MasterContainer
{
	background-color: #EAEAEA;
	border: 1px solid gray;
	width: 35%;
	float: left;
	overflow: hidden;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/

.MasterDetail .MasterColumn
{
	font-size: 75%;
	background-color: #CCCCCC;
	padding:5px;
	cursor:pointer;

}

.MasterDetail .MasterColumnHover
{
	color:#000;
}

.MasterDetail .MasterColumnSelected
{
	color:#FFF;	
}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/

.MasterDetail .DetailContainer
{
	border: 1px solid gray;
	padding:10px;
	width: 60%;
	float: right;
	overflow: auto;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/

.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
}

/* -------------------- Gallery Styling ----------------------- */

/* gallery titles and text */
#gallery {
	padding: 1em 0 1em 1.2em;
	}
#gallery h1{
	font: bold 1.4em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #d52e36;
	}
#gallery a{
	color: #d52e36;
	text-decoration: none;
	border-bottom:1px dotted #d52e36;
	}
#gallery a:hover{
	border-bottom-style:solid;
	}

/* photo gallery styles */	
#outer_gallery {
	position:relative;
	/*width:620px;*/ 
	width:600px !important;
	width: 600px;
	height:500px;
	float: right;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	}
/* IE fix for initial rollover flicker */
#outer_gallery a, #outer_gallery a:visited {
	color: #561216;
	}

a.gallery:hover {
	border: none;
	}
/* thumbnails are set as background images are set in embedded styles in the page */
a.gallery span.large, a.gallery span.caption {
	display:none;
	}
a.gallery, a.gallery:visited {
	display:block;
	display:inline-block;
	text-decoration:none;
	width: 100px;
	height: 65px;
	float:left;
	color: #561216;
	margin: 10px 25px;
	z-index: 50;
	}
#outer_gallery #inner_gallery {
	position:absolute;
	left: 0;
	top: 0;
	}
#outer_gallery span.caption {
	position:absolute;
	top: 470px;
	left: 10px;
	font: 1em/1.2em Georgia, "Times New Roman", Times, serif;
	width: 500px;
	}
/*show larger images and captions on click */
#outer_gallery a.gallery:active span.large, #outer_gallery a.gallery:focus span.large{
	display:block;
	position: absolute;
	left:10px !important;
	left: 0px;
	top: 85px;
	width: 600px;
	height: 375px;
	z-index: 50px;
	color: #561216;
	border:1px solid #3d330f; 
	}
#outer_gallery a:active span.caption, #outer_gallery a:focus span.caption{
	display:block;
	}

.Accordion {
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	padding: 0px;
	margin: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F90;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-color: #999;
	border-right-style: none;
	border-left-style: none;
}

.AccordionPanelTab h4{
	background:url(../Imagens/tab_closed.gif) no-repeat right;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	padding-right: 18px;
	line-height: 1.2em;
}

.AccordionPanelOpen .AccordionPanelTab h4{
	background:url(../Imagens/tab_opened.gif) no-repeat right;
	font-size: 12px;
}
/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: hidden;
	height: 200px;
	line-height: 3em;
}

.MasterDetail #Accordion1 h3 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	margin-top: 10px;
	float: right;
	height: 25px;
}
#calendar #containerie6 #container2 #contato table tr td p {
	text-align: right;
}
#calendar #containerie6 #container2 #contato table tr td p {
	font-family: Verdana, Geneva, sans-serif;
}
#calendar #containerie6 #container2 #contato table tr td p {
	font-size: 12px;
}
#calendar #containerie6 #container2 #contato table tr td p {
	font-family: Verdana, Geneva, sans-serif;
}
#calendar #containerie6 #container2 #contato table tr td p {
	font-size: 12px;
}
#calendar #containerie6 #container2 #contato table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

