body {
	background: black url(../images/backgrounds/001.jpg) no-repeat;
	background-position: center center;
}

@font-face {
    font-family: 'Bebas';
    src: url('./fonts/BEBAS___-webfont.eot#') format('eot'),
         url('./fonts/BEBAS___-webfont.woff') format('woff'),
         url('./fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('./fonts/BEBAS___-webfont.svg#webfontR2xcGGVv') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('./fonts/ColabLig-webfont.eot#') format('eot'),
         url('./fonts/ColabLig-webfont.woff') format('woff'),
         url('./fonts/ColabLig-webfont.ttf') format('truetype'),
         url('./fonts/ColabLig-webfont.svg#webfontR2xcGGVv') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ColaborateRegular';
    src: url('./fonts/ColabReg-webfont.eot#') format('eot'),
         url('./fonts/ColabReg-webfont.woff') format('woff'),
         url('./fonts/ColabReg-webfont.ttf') format('truetype'),
         url('./fonts/ColabReg-webfont.svg#webfontB6AeCMH3') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ColaborateMediumRegular';
    src: url('./fonts/ColabMed-webfont.eot#') format('eot'),
         url('./fonts/ColabMed-webfont.woff') format('woff'),
         url('./fonts/ColabMed-webfont.ttf') format('truetype'),
         url('./fonts/ColabMed-webfont.svg#webfontHpK4vQGz') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ColaborateBoldRegular';
    src: url('./fonts/ColabBol-webfont.eot#') format('eot'),
         url('./fonts/ColabBol-webfont.woff') format('woff'),
         url('./fonts/ColabBol-webfont.ttf') format('truetype'),
         url('./fonts/ColabBol-webfont.svg#webfont6AVTa9Or') format('svg');
    font-weight: normal;
    font-style: normal;

}

p {
	margin: 0 0 5px 0;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #fc4e12;
}

#right th {
	font-family: "Bebas", sans-serif;
	font-weight: normal;
	color: #848484;
	font-size: 10pt;
	border-bottom: 2px solid #848484;
}

#right table.contenttable td {
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #848484;
	font-size: 0.9em;
}

h1 {
	font-family: "Bebas", sans-serif;
	font-size: 16pt;
	font-weight: normal;
	margin: 0;
	margin-top: -5px;
}

#main {
	width: 800px;
	height: 450px;
	margin: 100px auto 0 auto;
	background: url(../images/white/main.png) no-repeat;
}

#left {
	width: 355px;
	height: 390px;
	margin: 30px;
	float: left;
}

#right {
	width: 355px;
	height: 390px;
	margin: 30px 30px 30px 0;
	float: right;
	font-size: 12pt;
	font-family: "ColaborateLightRegular", "Verdana", sans-serif;
	text-align: justify;
	color: #000000;
}

#right b {
	font-family: "ColaborateMediumRegular", "Verdana", sans-serif;
	font-weight: normal;
}

#logo {
	display: block;
	width: 355px;
	height: 71px;
	background: url(../images/white/logo.png) no-repeat;
	background-position: 0 0;
}

#logo:hover {
	background-position: -355px 0;
}

#naviation {
	
}

div #left ul {
	margin: 279px 0 0 0;
	padding: 0;
}

div #left ul li {
	display: block;
	list-style-type: none;
	float: left;
}

#nav_gigs a {
	display: block;
	width: 78px;
	height: 40px;
	background: url(../images/white/nav_gigs.png) no-repeat;
	background-position: 0 0;
}

#nav_gigs a:active {
	background-position: -78px 0;
}

#nav_gigs a:hover {
	background-position: -156px 0;
}

#nav_media a {
	display: block;
	width: 112px;
	height: 40px;
	background: url(../images/white/nav_media.png) no-repeat;
	background-position: 0 0;
}

#nav_media a:active {
	background-position: -112px 0;
}

#nav_media a:hover {
	background-position: -224px 0;
}

#nav_contact a {
	display: block;
	width: 165px;
	height: 40px;
	background: url(../images/white/nav_contact.png) no-repeat;
	background-position: 0 0;
}

#nav_contact a:active {
	background-position: -165px 0;
}

#nav_contact a:hover {
	background-position: -330px 0;
}

.hidden {
	display: none;
}

input.contentform {
	width: 100%;
	border: 1px solid #fc4e12;
	padding: 3px;
	margin-bottom: 5px;
	background-color: white;
}

input.contentbutton {
	width: 100%;
	border: 1px solid #fc4e12;
	background-color: white;
	padding: 3px;
	margin-bottom: 5px;
}

textarea.contentform {
	width: 100%;
	border: 1px solid #fc4e12;
	padding: 3px;
	height: 180px;
	margin-bottom: 5px;
}

a.infobutton, a.deletebutton {
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/white/info.gif) no-repeat;
	background-position: 0 0;
}

a.deletebutton {
	background: url(../images/white/delete.gif) no-repeat;
}

a.infobutton:hover, a.deletebutton:hover  {
	background-position: -12px 0;
}

#deleteprompt {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #fc4e12;
	color: white;
	vertical-align: middle;
}

#deleteprompt a {
	display: block;
	width: 40px;
	float: right;
	padding: 2px;
	background-color: #fc4e12;
	color: white;
	font-size: 0.8em;
	text-decoration: none;
	text-align: center;
}

#deleteprompt a:hover {
	background-color: #ffffff;
	color: #fc4e12;
}

.contentform:focus {outline: none;}


.grey {
	color: #848484;
}

.orange {
	color: #fc4e12;
}
