/* @group General Styles */body {	background: repeat url(images/body_bg.png);	color: #333333;	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;	margin: 30px;	font-size: 0.8em;}p {}b, strong {}a:link, a:visited {}a:hover, a:active {}img {}.image-left {	float: left;	margin: 0 10px 3px 0;}.image-right {	float: right;	margin: 0 0 3px 10px;}	/* @end *//* @group Layout */#container { 	width: 765px;	margin: 0px auto;}.clearer {	clear: both;}#pageHeader {	background: no-repeat url(images/header_bg.png);	height: 153px;	width: 250px;	padding:15px;}#pageHeader img {}#pageHeader h1 {	font-size: 1.4em;	color: #191919;	font-weight: bold;	letter-spacing: -1px;	margin: 0;	padding: 10px 0 0 15px;	background: transparent;}#pageHeader h2 {	color: #666666;	font-size: 0.8em;	font-weight: normal;	background: transparent;	margin: 0;	padding: 0 0 0 15px;}#contentContainer {	padding: 0;	background: url(images/content_bg.png);	width: 500px;	color: #191919;	font-size: 0.9em;	line-height: 1.5em;	margin-bottom: 20px;}#contentContainer #content {	padding: 10px 15px 7px 15px;}#contentContainer #contentTop {	height: 7px;	width: 500px;	background: url(images/content_top.png) no-repeat;}#contentContainer #contentBottom {	height: 7px;	width: 500px;	background: url(images/content_bottom.png) no-repeat;}#sidebarContainer { 	width: 250px;	position: relative;	margin-bottom: 20px;
	background-image: url(images/sidebar_bg.png);
}#sidebarContainer #sidebar {	font-size: 0.8em;	color: #333333;	padding: 10px 30px 10px 15px;	line-height: 1.6em;	background: no-repeat center bottom url(images/divider.png);	margin-right: 2px;	margin-left: 2px;}#sidebarContainer .sideHeader {	font-weight: bold;	font-size: 1.2em;}#sidebarContainer #sidebarBottom {	height: 3px;	width: 250px;	background: url(images/sidebar_bottom.png) no-repeat;	position: absolute;	left: 0;	bottom: 0;}#footer { 	text-align: center;	margin-right: auto;	margin-left: auto;	width:800px;	background: no-repeat url(images/footer_bg.png) left center;	height: 23px;	margin-top: 5px;	font-size: 0.8em;	color: #999999;}#footer p {	padding-top: 5px;}#footer a:link, #footer a:visited {}#footer a:hover, #footer a:active {}	/* @end *//* @group Bread-crumb */#breadcrumbcontainer {	font-size: 0.8em;	text-align: left;	padding: 10px 15px;	color: #b3b3b3;}#breadcrumbcontainer ul {	list-style: none;	margin: 0;	padding: 0;}#breadcrumbcontainer li {	display: inline;}#breadcrumbcontainer a {}#breadcrumbcontainer a:hover {}	/* @end *//* @group Toolbar *//* Toolbar Styles */#navcontainer {	margin-right: 2px;	margin-left: 2px;}#navcontainer #current {	color: #fff;}#navcontainer #current:hover {}#navcontainer .currentAncestor {	color: #fff;}/* Parent - Level 0 */#navcontainer ul{	list-style-type: none;	margin: 0;	background: url(images/divider.png) no-repeat left bottom;	padding: 20px 0 30px;}#navcontainer li {}#navcontainer a {	font-size: 0.85em;	display: block;	margin-right: 30px;	margin-left: 15px;	padding: 2px 15px;	text-decoration: none;	font-weight: bold;	margin-bottom: 1px;	height: 13px;	width: 186px;}#navcontainer a:hover {	color: #ffffff;}#navcontainer a:active {	color: #ffffff;}/* Child - Level 1 */#navcontainer ul ul {	background: none;	margin: 5px 0 5px 50px;	padding: 0;	color: #f0f0f0;	width: 196px;	list-style: url(images/star.png);}#navcontainer ul ul li {}#navcontainer ul ul a {	margin: 0;	font-weight: normal;	padding-left: 5px;	width: 161px;}#navcontainer ul ul a:hover{	background: transparent;}#navcontainer ul ul #current{	background: transparent;	font-weight: bold;}#navcontainer ul ul .currentAncestor {	background: transparent;	font-weight: bold;}/* Child - Level 2 */#navcontainer ul ul ul {	width: 176px;	list-style: url(images/star2.png);}#navcontainer ul ul ul li { }#navcontainer ul ul ul a{	width: 111px;}#navcontainer ul ul ul a:hover{}/* Child Level 3 */#navcontainer ul ul ul ul {	list-style: url(images/star3.png);	margin-left: 20px;}#navcontainer ul ul ul ul li { }#navcontainer ul ul ul ul a{	width: 91px;}#navcontainer ul ul ul ul a:hover{}/* Child Level 4 */#navcontainer ul ul ul ul {}#navcontainer ul ul ul ul ul li { }#navcontainer ul ul ul ul ul a{}#navcontainer ul ul ul ul ul a:hover{}/* Child Level 5 */#navcontainer ul ul ul ul ul {}#navcontainer ul ul ul ul ul ul li { }#navcontainer ul ul ul ul ul ul a{}#navcontainer ul ul ul ul ul ul a:hover{}/* @end *//* @group Global Classes */.standout, blockquote {	font-style: italic;	font-size: 0.9em;	display: block;	float: left;	padding-right: 25px;	padding-left: 25px;	background: no-repeat center bottom url(images/divider.png);	margin: 8px -15px;}h1 {	/*text-align: justify;*/	color: #ffffff;	padding: 2px 0 2px 5px;	font-size: 1.1em;	font-style: normal;	margin: 0;}h2 {	/*text-align: justify;*/	color: #ffffff;	padding: 2px 0 2px 5px;	font-size: 1em;	font-style: normal;	margin: 0;}h3 {	/*text-align: justify;*/	color: #ffffff;	padding: 2px 0 2px 5px;	font-size: 0.9em;	font-style: normal;	margin: 0;}h4 {	/*text-align: justify;*/	color: #ffffff;	padding: 2px 0 2px 5px;	font-size: 0.8em;	font-style: normal;	margin: 0;}.imageStyle {	border: 1px solid #dcdcdc;	padding: 3px;	margin: 3px;}#contentContainer #content ul {}#contentContainer #content li {}#sidebarContainer #sidebar ul {}#sidebarContainer #sidebar li {}table {	font-size: 1em;}/* @end *//* @group Blog *//* @group Archive Page */.blog-archive-background {}.blog-archive-headings-wrapper {	/*width: 460px;*/	padding-bottom:10px;	/*background: url(images/content_bg.png);*/	margin: 0px auto; /* Right And Left Margin Widths To Auto */	text-align: left; /* Hack To Keep IE5 Windows Happy */}.blog-archive-entries-wrapper {	/*width: 460px;*/	margin: 0px auto; /* Right And Left Margin Widths To Auto */	text-align: left; /* Hack To Keep IE5 Windows Happy */}.blog-archive-entries-wrapper .blog-entry {	margin: 0px;/*	background: url(images/content_bg.png);*/}.blog-archive-month {	/*background: url(images/content_top.png) no-repeat top center;*/	display: block;	/*width: 440px;*/	/*text-align: justify;*/	color: #ffffff;	/*
	padding-left: 15px;	padding-right: 15px;	padding-top: 10px;	*/
	font-size: 1.3em;	font-style: normal;}.blog-archive-link {	text-align: right;	font-size: 0.8em;	font-style: normal;	padding-right: 15px;}	/* @end */.blog-entry {	margin-bottom: 30px;	padding-bottom: 20px;	background: no-repeat center bottom  url(images/divider.png);	margin-right: -15px;	margin-left: -15px;
	padding-right: 15px;	padding-left: 15px;}

a .blog-permalink {
	color: #ffffff;
}.blog-entry-summary { }.blog-read-more { }

.blog-entry-title {	/*text-align: justify;*/	color: #ffffff;	padding: 2px 0 2px 5px;	font-size: 1.1em;	font-style: normal;}.blog-entry-date {			text-align: right;	font-size: 0.8em;	font-style: normal;	padding-right: 5px;	margin-bottom: 5px;}.blog-entry-body {	/*text-align: justify;*/}.blog-entry-comments {	text-align: right;	font-size: 0.8em;	margin-top: 8px;}	.blog-entry-category {}.blog-category-link-enabled {}.blog-category-link-disabled {}/* @end *//* @group File Sharing */.filesharing-description {	margin-bottom: 10px;}.filesharing-item {}.filesharing-item-title a:link {	/*text-align: justify;*/	color: #ffffff;	font-size: 0.9em;	font-style: normal;	display: block;	padding-left: 2px;}.filesharing-item-title a:hover {	text-decoration: underline;}.filesharing-item-title a:visited {}.filesharing-item-description {	font-size: 0.9em;	padding-right: 5px;	margin-bottom: 15px;	padding-left: 5px;}/* @end *//* @group Photo Album *//* @group Index Page (Thumbnail view) */.album-title {	/*text-align: justify;*/	color: #ffffff;	padding: 2px 0 2px 5px;	font-size: 1.1em;	font-style: normal;}.album-description {	margin-bottom: 60px;}.album-wrap {	display: block;	width: 99%;	position: relative;}.thumbnail-wrap {	text-align: center;	position: relative;	float: left;	margin-bottom: 65px;	margin-right: 25px;	display: block;}.thumbnail-frame {	position: absolute;    bottom: 0;    left: 0;}.thumbnail-frame a {}.thumbnail-frame a:hover {}.thumbnail-frame img {	padding: 1px;	border: 1px solid #d4d4d4;	margin: 0;}.thumbnail-caption {	font-size: 0.8em;	font-style: normal;	margin: 0;	padding: 5px 0 0 0;	height: 35px;	display: block;}	/* @end *//* @group Single Page (Photo view) */.photo-background {	margin: 0;}.photo-navigation {	text-align: left;	color: #ffffff;	padding: 10px;	font-size: 0.9em;	font-style: normal;	margin-bottom: 8px;	border-bottom: 1px solid #879282;}.photo-navigation a:link, .photo-navigation a:visited {	color: #ffffff;}.photo-navigation a:hover {	text-decoration: underline;}.photo-frame{	border: 1px solid;	padding: 1px;}.photo-links {	padding: 0px;}.photo-title {	padding: 0px;	font-weight: bold;	color: #ffffff;	font-size: 1.4em;	margin: 0;}.photo-caption {	padding: 0px;}/* @end */	/* @end *//* @group Quicktime Page */.movie-description {	text-align: center;	margin: 5px;}	/* @end *//* @group Quicktime Album *//* @group Index Page (Movie Thumbnail view) */.movie-page-title {	/*text-align: justify;*/	color: #ffffff;	padding: 2px 0 2px 5px;	font-size: 1.1em;	font-style: normal;}.movie-page-description {	margin-bottom: 20px;}.movie-thumbnail-frame {	float: left;	display: inline;	padding: 1px;	border: 1px solid #d4d4d4;	margin-bottom: 10px;	margin-right: 10px;	text-align: center;	width: 132px;}.movie-thumbnail-caption {	font-size: 0.7em;	font-style: normal;	padding-right: 5px;}	/* @end *//* @group Single Page (Movie View) */.movie-background {	background: #ffffff;	margin-top: 5px;}.movie-title {	/*text-align: justify;*/	color: #ffffff;	padding: 2px 0 2px 5px;	font-size: 1.1em;	font-style: normal;}.movie-frame {	text-align: center;	margin-bottom: 10px;}	/* @end *//* @end *//* @group Contact Form */.message-text { } .required-text {} .form-input-field {} .form-input-button { } /* @end */

/* @group Logo */

#flashcontent {
	z-index: -999;
}

/* @end */
/* @group Net Release */

#release h2, #artist h2, #catalogue h2 {
	color: #000;
	background-color: #FFF;
	font-size: 14px;
	padding: 0;
}

#release h3 {
	color: #000;
	background-color: #FFF;
	font-size: 12px;
}


#release ul li {
	list-style-image: url(images/star.png);
}

#videoclip {
	margin-top: 10px;
	vertical-align: top;
	position: relative;
	border-top: 1px solid #CCCCCC;
	
	padding-top: 10px;
	
	clear: both;
}

#videoclip h3{
	color: #000;
	background-color: #FFF;
	font-size: 12px;
}


#licence {
	margin-top: 10px;
	vertical-align: top;
	position: relative;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

#licence img {
	float: right;
	padding-left: 5px;
	padding-bottom: 3px;
}


#release-nav {
	margin-top: 10px;
}

#previous-release {
	float: left;
	padding-bottom: 10px;
}

#next-release {
	float: right;
	padding-bottom: 10px;
}


#artist #contacts {
	clear: both;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#artist img {
	float: right;
	padding-left: 5px;
	padding-bottom: 10px;
}

#artist li {
	
	list-style-image: url(images/star.png);
}


#release img {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;

}

#release h4 {
	text-align: right;
	clear: both;
	background-color: #FFF;
	color: #000;
	float: right;
}

#release #tracklist {
	float: left;
}




/* @end */

/* @group Catalogue */

.code{
	font-style: italic;
	clear: right;
}



.release {
	bottom: 10px;
	border-bottom: 1px dotted #efefef;
}

#digi-catalogue img{
	float: right;
	vertical-align: top;
}

.shops{
	vertical-align: bottom;
	text-align: left;
}

#catalogue img{
	float: right;
}

#catalogue .release{
	border-top: 1px dotted #efefef;
	top: 10px;
}

h1 .blog-entry-title a .blog-permalink {
	color: #FFFFFF;
}
/* @end */

