
html,body {

	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */

	background: #261914 url("../img/fondo.jpg") repeat-y center top;
	
	font-family: tahoma, arial, sans-serif;

	color: #CCC;
}


	
a {
	text-decoration: none;
	color: #FF9900;
	
	}

a:hover {
	text-decoration: underline;
	
	}


img {
	
	border: 0;
	
	}



div#container {

	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	background:#261914;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {

	margin: 0;
	padding: 1em;
	background: #261914 url("../img/header.gif") no-repeat;
	height: 100px;


}


div#content {

	padding:1em 1em 5em; /* bottom padding for footer */

}


div#thebody {
	
	position: relative;
	margin: -15px 20px 0px 20px;

		
	}


div#bio {
	
	position: relative;
	height: 380px;
	
	}

.bioimg {

	margin: 0 10px auto 0;
	float: left;
	
	}



div#footer {

	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height: 45px;
	background:#261914;
}


/* TEXT STYLES */


.orange {
	
	color: #FF9900;
	
	}

.brown {
	
	color: #9C8367;
	
	}

.posttitle {
	
	font:1.3em Tahoma, arial, sans-serif; 
	font-weight: bold;

	color:#FF9900;
	
}

.postdate {
	
	text-align: right;
	font:1em Tahoma, arial, sans-serif; 
	font-weight: bold;

	margin-top: -1em;	

	color:#9C8367;
	
	padding-bottom: 2px;
	border-bottom: 1px solid #9C8367;	
	
}

.newsbody {
	
	text-align: justify;	

	}

p { 

	font-size: 0.9em;
	line-height:1.3; 
	margin:0 0 1em;

}

.gigdate, .albumtitle, .personnel {
	
	font: 1.2em Tahoma, arial, sans-serif; 
	font-weight: bold;
	color:#FF9900;
	
	}

.personnel {
	
	text-align: center;
	font-size: 1em;
	
	}

.gigplace {
	
	font: 0.8em Tahoma, arial, sans-serif; 

	color:#ccc;
	
	}


.gigbands {
	
	font: 0.8em Tahoma, arial, sans-serif; 

	color:#9C8367;
	
	}


ul.release {
	
	list-style-type: square;
	
	}

/* TABLE HACKS */

.newstable {
	
	width: 650px;
	border-right: #FF9900 5px solid;
	padding-right: 15px;
	
	}


.nextgigstable {
	
	width: 350px;
	padding-left: 10px;

	}

.releasestable {
	
	width: 250px;
	padding-right: 15px;
	
	}

.personnelcell {
	
	padding-right: 20px;
	
	width: 200px;

	}

.bioborder {
	
	border-bottom: #FF9900 5px solid;
	padding-bottom: 8px;
	
	}

.contacttable {

	border-left: #FF9900 5px solid;
	padding-left: 15px;
	
	}


.contacttableleft {
	
	width: 600px;

	
	}

/* MENU */


#menu {
	
	position:relative;
	left:520px;
	top:36px;
	width:383px;
	height:36px;
	
	}


#nav {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	height:36px;
	display: inline;
	overflow: hidden;

	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	}
	
#nav a:hover {

	background-position: 0 -36px;

	}

	
#m_news a  {
	width: 64px;
	background: url("../img/m_news.gif") top left no-repeat;
	}

#m_releases a  {
	width: 100px;
	background: url("../img/m_releases.gif") top left no-repeat;
	}

#m_about a  {
	width: 73px;
	background: url("../img/m_about.gif") top left no-repeat;
	}

#m_contact a  {
	width: 90px;
	background: url("../img/m_contact.gif") top left no-repeat;
	}

#m_links a  {
	width: 56px;
	background: url("../img/m_links.gif") top left no-repeat;
	}

.calendartable {
  padding:6px;
  border:1px solid #ddd;
}

.calendarcell {
  padding:4px;
  border:1px solid #ddd;
	color: #FF9900;	
}

.calendarcellgig {
  padding:4px;
  border:1px solid #ddd;
	color: #000000;	
	background: #FFBB00;
}

.calendarcelltoday {
  padding:4px;
  border:1px solid #ddd;
	color: #FFFFFF;	
	background: #FF3311;
}

.calendarcelljam {
  padding:4px;
  border:1px solid #ddd;
	color: #FFFFFF;	
	background: #22AA00;
}

.calendarcellselected {
  padding:4px;
  border:1px solid #ddd;
	color: #000000;	
	background: #FFFFFF;
}
