html, body {
margin: 0;
padding: 0;
}

body {
background: #000 url('../images/layout/main-background.png') no-repeat top center;
font-family: Arial, Helvetica, Sans;
font-size: 8pt;
}

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

a:hover {
color: #900;
text-decoration: underline overline;
}

h1 {
margin: 0;
padding: 0;
border-bottom: 1px solid #c00;
}

h2 {
margin: 5px;
padding: 5px;
text-align: center;
background: #000;
color: #fff;
font-size: 12pt;
}

p {
margin: 10px;
text-align: justify;
}

img {
border: none;
}

div#player {
padding: 7px;
height: 16px;
overflow: hidden;
background: #000;
}

div#navigation {
position: absolute;
top: 100px;
left: 50%;
margin-left: -300px;
}

a.nav {
display: block;
}

a#active-nav {
/*border-bottom: 2px solid #000;*/
}

div#content {
background: url('../images/layout/content-background.png') repeat;
width: 430px;
height: 290px;
position: absolute;
top: 100px;
left: 50%;
padding: 20px;
margin-left: -100px;
overflow-y: auto;
overflow-x: hidden;
}

/* News */

div.news {
margin: 5px;
padding: 0;
/*border: 5px solid #000;*/
}

div.news h2 {
margin: 0;
}

div.news p {
padding: 5px;
}

/* Media */

div#accordion {
margin: 5px;
border-bottom: 2px solid #000;
}

h2.accordion_toggler {
cursor: pointer;
margin: 0;
}

div.accordion_content {
margin: 0;
padding: 5px;
border-left: 2px solid #000;
border-right: 2px solid #000;
}

/* Album Photo */

div#photo_album {
padding: 5px;
}

div#photo_album div, div#photo_album a {
display: block;
width: 115px;
height: 115px;
padding: 2px;
margin: 2px;
float: left;
border: 1px solid #000;
text-align: center;
background: #fff;
}

div#photo_album div.active_thumb:hover, div#photo_album a.active_thumb:hover {
background: #333;
cursor: pointer;
}

div#photo_album div.clear {
float: none;
clear: both;
height: 0px;
width: auto;
margin: 0;
padding: 0;
border: none;
background: none;
}

/* Agenda */

div.gig-row {
margin: 2px 10px;
}

/* Lightbox */

#SLB-Wrapper {
margin:0.5em 0;
margin:auto;
font-family:Verdana;
text-align: left;
position: absolute;
}

#SLB-Wrapper #SLB-Background{
position: absolute;
left:7px;
top:7px;
float:left;
}

#SLB-Wrapper #SLB-Top {
background:transparent no-repeat scroll 100% 0;
height:28px;
margin:0 0 0 18px;
}

#SLB-Wrapper #SLB-Top img {
float:right;
border:0px;
margin:6px 10px;
}

#SLB-Wrapper #SLB-Top div {
background:transparent no-repeat scroll 0 0;
font-size:0;
height:28px;
left:-18px;
line-height:0;
position:relative;
width:18px;
}

#SLB-Wrapper #SLB-Bottom {
background:transparent no-repeat scroll 0 43%;
height:20px;
margin:0 18px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-BottomRight {
background:transparent no-repeat scroll 100% 43%;
font-size:0;
height:20px;
right:-18px;
line-height:0;
position:relative;
width:100%;
float:right;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav, #SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
height:52px;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav {
background-position:0 100%;
}

#SLB-Wrapper #SLB-Bottom.SLB-bbnav #SLB-BottomRight{
background-position:100% 100%;
}

#SLB-Wrapper #SLB-Contenido {
border-left: 7px solid #000;
border-right: 7px solid #000;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador{
font-size: 11px;
color: #fff;
height:30px;
border-left:0px;
border-right:0px;
padding:10px 0px;
margin:0;
line-height:11px;
float:left;
width:100%;
}

#SLB-Wrapper #SLB-Navegador img{
border:0px;
}

#SLB-Wrapper #SLB-Navegador strong{
display: block;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btLeft{
float: left;
margin: 0 10px 0 0;
}

#SLB-Wrapper #SLB-Bottom #SLB-Navegador img.btRight{
float: right;
margin: 0 0 0 10px;
position:relative;
right:17px;
}

