* {
	margin: 0px;
	padding: 0px;
}
body{
	height:100%;
	color:#FFFFFF;
	font-size:12px;
	font-family:Helvetica, sans-serif;
	line-height:18px;
	font-weight:bold;
	background: black;
	min-width: 770px;
}
img {
	xborder:#d1d9dd solid 6px;
	xborder:rgab(255,255,255,0.7) solid 6px;
	margin:10px 10px 10px 0px;
}
a{
	color:#d1d9dd;
	color: rgba(255,255,255,0.7);
	text-decoration:none;
	-webkit-transition: 0.2s ease-out;
}
a:hover{
	color:white;
}
a img {
	border:white solid 6px;
	-webkit-transition: 0.2s ease-out;
}
a:hover img {
	-webkit-transform: scale(1.1);
}

.photoscontainer {
	text-align: center;
}

#imagecontainer {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
#imagecontainer img{
	border:none;
	margin:0px;
}
#mainimage, #mainimage2 {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -3;
	width: 100%;
	height: 100%;
}

#mainimage2 {
	z-index: -2;
}

#main{
	padding-top:20px;
	width:100%;
}
#left{
	margin-left:20px;
	margin-right: 294px;
}
#right{
	width:260px;
	position:fixed;
	bottom:10px;
	right:20px;
}

#main_content {
	margin: auto;
	max-width: 800px;
}

.itemtext{
	font-weight:bold;
	background:url(images/boxbg.png) top left;
	padding:20px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 2px rgba(255,255,255,0.2);
}

.youtube, .youtube embed {
	width: 100% !important;
}

h2{
	margin-bottom:20px;
	font-size:20px;
	line-height: 30px;
}

h2 a {
	color: white;
	opacity: 1;
}h2 a:hover {
	opacity: 0.7;
}

.item.Twitter h2{
	margin-bottom: 0px;
}

p{
	margin-bottom:15px;
}
.itemfooter{
	background:white;
	text-align:right;
	color:#000000;
	padding: 10px;
	font-family:Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom:20px;
	line-height: 15px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.itemfooter a{
	color: black;
	color: rgba(0,0,0,0.5);
}.itemfooter a:hover{
	color: black;
}

.comment_link {
	margin-left: 10px;
}

#right {
	xtext-shadow: 0px -1px 1px rgba(0,0,0,0.2);
}

#right h3 {
	font-size: 20px;
	margin: 10px 0px;
	margin-top: 30px;
}

#player{
	text-align:right;
	font-size: 14px;
	overflow: hidden;
	margin-bottom:10px;
}
#player ol {
	list-style:none;
	xwidth: 160px;
	xpadding: 10px;
	xfloat: right;
	xcolor: black;
	x-webkit-border-radius: 5px;
	x-moz-border-radius: 5px;
	xborder-radius: 5px;
	xborder: 1px solid rgba(0,0,0,0.1);
	x-webkit-box-shadow: 0px 0px 2px rgba(255,255,255,0.2);
}
#player li a {
	padding: 0px 20px 0px 15px;
    display: block;
    background: url(images/player.png) right -4px no-repeat;
	color: white;
}
#player li a:hover {
    opacity: 0.7;
}
#player li.stop a {
    opacity: 0.7;
    background: url(images/player.png) right -30px no-repeat;
}
#links{
	text-align:right;
	margin:20px 0px;
}
#links ul{
	list-style:none;
}
#mailinglist{
	text-align:right;
}
#mailinglist form{
	margin:10px 0px;
}

#emailaddress {
	background: transparent;
	color: white;
	border: none;
	border-bottom: 2px solid #ffffff;
	padding-bottom:5px;
	font-style:italic;
}

#gobutton {
	background: transparent;
	color: #d1d9dd;
	border: none;
	font: 14px Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: lowercase;
	font-weight:bold;
	cursor: pointer;
}
#gobutton:hover {
	color: black;
}
#gigs{
	text-align:right;
	
	
}
#gigs ul{
	list-style:none;
	margin-top:-3px;
}

#gigs ul li {
	position: relative;
	padding: 5px 0px;
	padding-left: 0px;
	padding-right: 65px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-bottom: 2px solid white;
	xbackground: rgba(255,255,255,0.2);
	xbackground: rgba(0,0,0,0.2);
	xmargin: 2px 0px;
	margin-left: 10px;
}

#gigs ul li .date{
	position: absolute;
	top: 6px;
	right: 5px;
	top: 50%;
	margin-top: -9px;
}

.logo a{
	display: block;
	text-indent: -5000em;
	height: 32px;
	width: 100%;
	background:url(images/logo.png) top right no-repeat;
	margin-top:20px;
	margin-bottom: 10px;
}.logo a:hover{
	opacity: 0.7;
}

#livepage {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
}

#livepage li{
	padding: 5px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-bottom: 2px solid white;
}

.comments-wrapper label {
	padding-right: 10px;
	padding-bottom: 10px;
}

#header h1 img {
	border: none;
	width: 100%;
	margin-top: 10px;
}

#header h1 a:hover img {
	-webkit-transform: scale(1);
	opacity: 0.7;
}

#header {
	margin-bottom: 20px;
}

#nav {
	text-align: center;
	margin-top: 15px;
}

#nav a{
	opacity: 1;
	color: white;
	font-size: 16px;
	margin: 0px 5px;
}#nav a:hover{
	opacity: 0.7;
}

#section_header {
	padding: 10px 20px;
	background: white;
	color: black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.item img {
	max-width: 100% !important;
}