﻿body
{
	background-image: url(../_images/bg_page.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: fixed;
	background-size: cover;

	color: #ffffff;

	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;

	padding: 0;
	margin: 16px 20px 20px 20px;
}

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

a:hover
{
	text-decoration: underline;
}

a:active
{
	outline: none;
}

a.icon_link
{
	font-family: Arial, Helvetica, "sans-serif" !important;
	font-size: 11px !important;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	height: 16px;
	padding: 2px 0 2px 26px !important;
	margin: 0 0 7px 0 !important;
	letter-spacing: 0 !important;
}

img
{
	border: 0;
}

td
{
	vertical-align: top;
	padding-right: 10px;
}

.links td
{
	padding-bottom: 10px;
}

.tracklist_column
{
	width: 170px;
	float: left;
}

.tracklist
{
	font-size: 11px;
	line-height: 16px;
}

.tracklist .tracknumber
{
	width: 14px;
	text-align: right;
	color: #666666;
}

h1
{
	font-family: Arial, Verdana;
	margin: 0 0 1px 0;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: #000 1px 1px 1px;
	letter-spacing: -1px;
}

h2
{
	font-family: Arial;
	margin: 0 0 -1px 0;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: #000 1px 1px 1px;
	letter-spacing: -1px;
}

#container
{
	width: 750px;
	position: relative;
}

#logo
{
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#logo .padding
{
	padding-bottom: 5px;
}

#menu
{
	float: left;
	width: 150px;
	font-size: 11px;
}

#menu a
{
	font-family: Arial, Helvetica, "sans-serif";
	display: block;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
	padding-bottom: 3px;
	letter-spacing: -1px;
	text-shadow: #333 1px 1px 2px;	
}

#menu a.sectionLink:hover
{
	text-decoration: none;
}

#menu a.activeLink
{
	color: #ff5722;
	font-weight: bold;
	/*padding-left: 12px;
	background-image: url(../_images/icon_selected.gif);
	background-repeat: no-repeat;*/
}

#menu .padding
{
	padding-right: 20px;
}

#content
{
	float: left;
	width: 600px;
	padding-top: 20px;
	
}

#footer
{
	padding-top: 10px;
	padding-left: 150px;
	padding-bottom: 20px;
	font-size: 11px;
	color: #cccccc;
}

#footer a
{
	color: #ffffff;
}

.smalltext
{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 11px;
	color: #999999;
	letter-spacing: 0;
}

.contentBlock
{
	background-color: #222222;
	margin-bottom: 12px;
	line-height: 17px;
	color: #dddddd;
}

.contentBlockImportant
{
	background-color: #333333;
	margin-bottom: 12px;
	line-height: 18px;
	color: #ffffff;
	font-size: 12px;

	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.contentBlock .padding
{
	padding: 21px 22px 26px 22px;
}

.contentBlockImportant .padding
{
	padding: 15px 18px 22px 18px;
}

.contentBlockImportant a
{
	font-weight: bold;
}

.itemBox
{
	padding: 0px 0px 15px 0px;
	border-bottom: 2px solid #333333;
	margin-bottom: 14px;
}

.galleryItem
{
	margin-top: 5px;
}

.galleryItem h2
{
	margin-bottom: 5px;
}

.galleryItem img
{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	cursor: pointer;
}

.galleryItemHorisontal
{
	float: left;
	width: 146px;
	height: 140px;
	margin: 2px;
}

.galleryItemHorisontal table
{
	width: 100%;
	height: 100%;
	text-align: center;
}

.galleryItemHorisontal table td
{
	height: 100%;
	width: 100%;
	vertical-align: middle !important;
	padding: 5px;
	background-color: #222222;
}

.galleryItemHorisontal img
{
	background-color: #ffffff;
	padding: 2px;
	cursor: pointer;
}

.downloadLink
{
	background-image: url(../_images/icon_download.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	font-size: 12px;
	letter-spacing: 0;
	float: right;
	font-weight: bold;
}

.listenLink
{
	background-image: url(../_images/icon_listen.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}

#imageViewer
{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
}

#imageViewer td
{
	width: 100%; height: 100%; vertical-align: middle;
}

#imageViewer img
{
	border: 12px solid #ffffff;
}

#imageViewerDim
{
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: #000000;
	width: 100%;
	height: 100%;
	display: none;

	filter:alpha(opacity=80);
	opacity:0.80;
}

.padding
{
	padding: 20px 0 20px 0;
}

.clearFloats
{
	clear: both;
	height: 0;
	line-height: 0;
}