@CHARSET "UTF-8";
@font-face {
	font-family: 'NotethisRegular';
	src: url('font/Note_this.eot');
	src: local('Note this Regular'), local('Notethis'), url('font/Note_this.woff') format('woff'), url('font/Note_this.ttf') format('truetype'), url('font/Note_this.svg#Notethis') format('svg');
}

html, body {
	height: 99%;
}

body {
	font-family: cursive;
	font-size: 13px;
	background-color: #590707;
	margin: 0;
	padding: 0;
	padding-bottom: -60px;
}
			
img {
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
	color: white;
	border: none;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-color: #111;
}

.float-left {
	float: left;
	display: inline;
}

div#header {
	width: 850px;
	height: 180px;
	margin: 0 auto 0 auto;
}

div#loading {
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	width: 120px;
	height: 20px;
	background-color: rgba(15, 15, 15, 0.3);
	color: white;
	font-weight: bold;
	text-align: center;
	z-index: 999;
}

div#top-menu {
	width: 850px;
	color: #ffffff;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	margin: 0 auto 0 auto;
}

	#top-menu ul,#top-menu li {
		display: inline;
		list-style: none;
		margin: 0px;
		padding: 0px;
		padding-right: 0px;
		text-align: center;
	}
	
	#top-menu ul {
		/*padding-left: 100px;*/
	}
	
	#top-menu li {
		cursor: pointer;
		background-image: url('../img/bg-menu.png');
		background-repeat: repeat-x;
		padding: 0 10px 10px 10px;
		
		-webkit-border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomleft: 10px;
		-moz-border-radius-bottomright: 10px;
	}
	
	#top-menu li:hover {
		background-color: #a70404;
	}

div#logo {
	position: fixed;
	_position: absolute;
	background-image: url('../img/logo.png');
	background-position: left;
	background-repeat: no-repeat;
	width: 124px;
	height: 88px;
	top: 0px;
	left: 3px;
}

div#bglogo {
	position: fixed;
	_position: absolute;
	background-image: url('../img/bg-logo.png');
	width: 152px;
	height: 800px;
	top: 0px;
	left: 0px;
}

div#middle {
	width: 850px;
	background-color: #330f0a;
	
	margin: 15px auto 0 auto;
	min-height:550px;
	overflow:auto;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

div#events {
	background-repeat: no-repeat;
	width: 792px;
	padding-top: 10px;
	margin: 0px auto 10px auto;
}

.eventbox {
     float: left;
     width: 97px;
     height: 97px;
     overflow: hidden;
     position: relative;
     margin-right: 3px;
}

	.eventbox  img {
		position: relative;
		width: 116px;
	    height: 116px;
	    left: -20px;
	    top: -20px;
	}
	
	.eventbox  span {
	 	/*display: none;*/
	 	opacity: 0.3;
	    font-weight: bold;
	    height: 100%;
	    position: absolute;
	   
	    text-decoration: none;
	    width: 100%;
	    z-index: 2;
	    margin-left:0;
	    padding: 0;
	    
	    cursor: pointer;
	}

    .dark-background {
        background-color: rgba(15, 15, 15, 0.6);
    }
            
            
div.day {
	position: relative;
	top: 48px;
	font-size: 25px;
	font-weight: bolder;
	color: #ffffff;
	margin: 0 0 0 2px;
}

div.month {
	position: relative;
	top: 38px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 0 2px;
}

div#content {
	padding: 0 15px 0 15px;
	width: 810px;
	/*height: 380px;
	overflow: hidden;
	clear: both;*/
	color: #e5e5e5;
}
		div#content h1 {
			font-family: 'NotethisRegular';
			font-weight: bold;
			margin-top: 15px;
			margin-bottom: 5px;
		}
		div#content h2 {
			font-family: 'NotethisRegular';
			font-weight: bold;
			margin-top: 15px;
			margin-bottom: 5px;
		}
		div#content p {
			margin-top: 0px;
			margin-bottom: 6px;
		}

.event-freetext {
	width: 490px; 
	text-align: left; 
	/*float: left; 
	display: inline; */
	margin-left: 10px;
}

div#artist:after {
	content: '';
	display: block;
	clear: both;
}
		div#artist h1 {
			font-family: 'NotethisRegular';
			font-weight: bold;
			font-size: 20px;
			margin: 0px 0px 10px 0px;
		}
		div#artist p {
			margin: 0px 0px 10px 5px;
		}
		img#artist-img {
			width: 300px;
			float: left;
			margin: 0px 5px 0px 0px;
		}
		div#artist .artist-info {
			width: 360px;
			float: left;
		}

.textbold {
	font-weight: bold;
}

.shadow {
	box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
}
