@charset "utf-8";
/* CSS Document */

body {
background: black url(images/bg-body.jpg) no-repeat center top fixed;
font-family: "georgia";

}
.easy-clear {
clear: both;	
}
p{
color: #acacac;
font-size: 12px;
}
h2{
color: #acacac;
font-size: 30px;
font-weight: normal;
margin-bottom: 10px;
}
.wrapper {
width: 940px;
margin: 0 auto;
position:relative;
}
.add-padding{
padding-top: 55px;
}
.transparency{
background: url(images/darken.png) repeat;
}

div#left-content {
width: 660px;
float: left;

}

/*  HEADER
---------------------------------------------------------------*/


#header {
position:fixed;
left:0;
z-index:9999;
width:100%;
height: 40px;
margin-bottom: 15px;
}
#header #top-links ul {
float: right;	
}
#header #top-links ul li {
float: right;
padding: 10px 0px 0px 15px;
}
div#logo-wrapper{
left:700px;
top:50px;
position:fixed;
width:100%;
}
div#photo-box {
margin-bottom: 15px;
padding: 30px;
}
div#photo-box img {
width: 600px;
height: 400px;
}

/* SHOW DATES 
----------------------------------------------------------------------*/


div#dates {
margin-bottom: 15px;
padding: 10px 20px 20px 100px;
position: relative;
padding-bottom: 20px;
}
div.show {
text-align: center;
margin-right: 65px;
float: left;
}
div.show li.day {
color: #ffffff;
font-size: 48px;
margin-bottom: 5px;
}
div.show li.month {
color: #adadad;
font-size: 26px;
text-transform: uppercase;
font-weight: bold;
background: url(images/lighten.png) repeat;
padding: 5px 0px;
width: 110px;
margin-bottom: 5px;
}
div.show li.month a{
color: #adadad;
text-decoration:none;
display: block;
}
div.show li.month a:hover{
color:#FFF;
}
div.show li.location {
color: #ffffff;
font-size: 14px;
text-transform: uppercase;
}

/* ABOUT SECTION 
------------------------------------------------------------------*/

div#about{
margin-bottom: 15px;
padding: 20px 0px 30px 40px;
position: relative;
}
p#about {
line-height: 22px;
padding-right: 40px;
margin-left: 10px;
}
img.arrow-left{
position: absolute;
top: 55px;
right: 40px;
}
img.arrow-right{
position: absolute;
top: 55px;
left: 40px;
}
img.arrow-down {
position: absolute;
right: 40px;
top: 45px;
}

/* NEWS SECTION 
------------------------------------------------------------------*/

div.news{
padding-left: 40px;
padding-bottom:40px;
margin-bottom:15px;
}

h2.news {
padding-top: 35px;
font-size: 36px;
}
p.video-date {
float: right;
background: url(images/lighten.png) repeat;
font-size: 14px;
padding: 2px 30px 10px 30px;
color: #FFF
width: 50px;
line-height: 10px;
}

p.about-bottom {
line-height: 30px;
padding-right: 40px;
}
/* LIGHTVIEW BOX
-----------------------------------------------------------------*/

.showInfo {
color: #ababab;
font-size: 12px;
padding: 10px;
}
.showInfo h1 {
color: #fff;
font-size: 14px;
margin-bottom: 10px;
}
.showInfo a{
color: #fff;
}
.showInfo p{
margin-bottom:10px;
}
.showInfo p.date {
color: #880404;
float: right;
text-decoration: underline;
}
.showInfo p.venue {
margin-bottom: 0px;
font-weight: bold;
}

/* SIDEBAR 
------------------------------------------------------------------*/

img.sidebar {
width: 230px;
height: 200px;
margin-bottom: 15px;
}
h4{
color: #fff;
margin-bottom: 10px;
}
p.sidebar {
width:230px;
line-height: 20px;
}
div#sidebar-float {
width: 245px;
padding-left: 15px;
padding-top: 15px;
}