@charset "utf-8";
/* CSS Document */

/* MAIN STYLES */
body,td,th,div,ul,li {
	font-family: Arial, Helvetica, sans-serif;
	color: #cdcdcd;
	font-size:12px;
	padding:0;
	margin:0;
}
body {
	background-color: #050000;
	padding:0;
	margin:0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #cdcdcd;
	font-size:12px;
}
a,
a:visited {
	text-decoration: none;
	color: #ededed;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #fdfdfd;
	outline: none;
}
img {
	border: 0;
	filter:alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
}
img:hover{
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
img.special,
a.special,
.special {
	filter:alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
}
img.special {
	border: 1px solid #6d6d6d;
}
img.special:hover,
a.special:hover,
.special:hover {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}

.clearer {
	clear:both;
}

/* INDEX STYLES */
#ie6_alert {
	display:none;
}
#player_wrapper {
	/*float:left;
	position:absolute;
	top:2px;
	left:0%;
	z-index:9999;*/
	/*border-top:1px solid #9d9d9d;
	border-right:1px solid #9d9d9d;
	border-bottom:1px solid #9d9d9d;*/
	
	position:absolute;
	left:0;
	top:0px;
	border-right:1px solid #6D6D6D;
	border-left:1px solid #6D6D6D;
	border-bottom:1px solid #6D6D6D;
	z-index:9999;
	width:350px;
}
#pagewrapper {
	width:100%;
	padding:0;
	margin:0;
	background-color:#050000;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url("images/bg1.jpg");
	background-repeat:no-repeat;
	background-position:50% top;
}
#header {
	/*margin:0 auto;
	width:800px;*/
	height:58px;
	background-color:#050000;
}

#header .header_top {
	height:37px;
	position:relative;
	width:750px;
	margin:0 auto;

	/*background-color:#050000;*/
	/*border-bottom:1px solid #7c7c7c;*/
}
#header .logo {
	width:800px;
	height:40px;
	/*float:left;*/
	margin:0 auto;
	font-size:38px;
	font-weight:bold;
	text-align:right;
	padding:23px 150px 0 0;
	color:#cdcdcd;
	text-transform:uppercase;
}
#header .logo img{
	/*width:520px;
	height:120px;*/
}
.home_link {
	width:120px;
	height:20px;
	padding:0;
	margin-top:6px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0px;
}
.home_link a {
	width:120px;
	display:block;
	height:20px;
}

.navigation_wrapper {
	margin:0 auto;
	/*width:750px;*/
}
#navigation {
	display:block;
	padding:0 3px;
	margin:0 auto;
	list-style:none;
	height:20px;
	overflow:hidden;
	width:744px;
	border-top:1px solid #6D6D6D;
	border-left:1px solid #6D6D6D;
	border-right:1px solid #6D6D6D;
	background-color:#222;
	background-image:url("images/scanlines.png");
	background-repeat:repeat;
	background-position:0 0;
}
#navigation li {
	display:block;
	float:left;
	/*margin-right:5px;*/
	padding:0 12px;
	overflow:hidden;
	/*height:16px;*/
}
#navigation li a {
	font-size:14px;
	font-weight:bold;
	color:#222;
	display:block;
	width:100px;
	height:20px;
}
#navigation li:hover,
#navigation li.li_active:hover {
	background-color:#cdcdcd;
	/*border-top:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;*/
	margin:0 1px;
	padding:0 11px;
}
#navigation li:hover a,
#navigation li.li_active:hover a {
	text-decoration:none;
	color:#050000;
	background-color:#050000;
}
#navigation li:hover img {
	/*margin-top:-1px;*/
}
#navigation li.li_active {
	background-color:#cdcdcd;
	/*border-left:1px solid #050000;
	border-right:1px solid #050000;*/
}
#navigation li.li_active img {
	/*margin-top:-1px;*/
}
#b1 a,
#b1:hover a {
	background-image:url("images/buttons/about.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#b2 a,
#b2:hover a {
	background-image:url("images/buttons/news.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#b3 a,
#b3:hover a {
	background-image:url("images/buttons/releases.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#b4 a,
#b4:hover a {
	background-image:url("images/buttons/live.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#b5 a,
#b5:hover a {
	background-image:url("images/buttons/links.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#b6 a,
#b6:hover a {
	background-image:url("images/buttons/contact.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#b1.li_active a {
	background-image:url("images/buttons/about_active.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#b2.li_active a {
	background-image:url("images/buttons/news_active.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#b3.li_active a {
	background-image:url("images/buttons/releases_active.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#b4.li_active a {
	background-image:url("images/buttons/live_active.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#b5.li_active a {
	background-image:url("images/buttons/links_active.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#b6.li_active a {
	background-image:url("images/buttons/contact_active.png");
	background-repeat:no-repeat;
	background-position:0 0;
}
#b1.li_active:hover a,
#b2.li_active:hover a,
#b3.li_active:hover a,
#b4.li_active:hover a,
#b5.li_active:hover a,
#b6.li_active:hover a {
	background-color:#cdcdcd !important;
}

#frame {
	width:100%;
}
#pageFrame {
  width:100%;
  height:700px;
	border:0;
  overflow-x:hidden;
  overflow-y:auto;
	/*background-color:#050000;*/
	border-top:1px solid #6d6d6d;
	/*border-bottom:1px solid #6d6d6d;*/
	background-image:url("images/scanlines.png");
	background-repeat:repeat;
	background-position:0 0;
}
#footer {
	width:100%;
	height:15px;
	position:fixed;
	bottom:0;
	left:0;
	padding-top:3px;
	border-top:1px solid #6d6d6d;

	color:#cdcdcd;
	font-size:9px;
	text-align:center;
	background-color:#050000;
	/*text-transform:uppercase;*/
}
#footer .portfolio_link {
	color:#cdcdcd;
}
#footer .portfolio_link:hover {
	color:#fdfdfd;
	text-decoration:none;
}

/* CONTENT STYLES */
#content_wrapper {
	width:100%;
}
#content {
	width:750px;
	margin:30px auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #cdcdcd;
	font-size:12px;
	position:relative;
}
#donate {
	margin:0 auto 20px;
	width:630px;
	/*margin-bottom:10px;*/
	padding-left: 30px;
}
#donate .image {
	float:left;
	width:150px;
	height:150px;
	/*margin-top:15px;*/
}
#donate .image .donate_image_link {
	display:block;
}
#donate .image img {
	width:150px;
	height:150px;
}
#donate .donate_top {
	margin-top:3px;
}
#donate .donate_middle {
	height:50px;
}
#donate .donate_top,
#donate .donate_middle,
#donate .donate_bottom {
	float:right;
	width:450px;
	text-align:left;
	font-size:14px;
	margin-bottom:10px;
}
#donate .donate_middle {
	float:left;
	width:335px;
}
#donate .notes {
	/*text-align:center;*/
	display:block;
	font-size:9px;
	color:#888;
	margin-top: 3px;
}
/*YOUTUBE*/
.youtube_video {
	width:640px;
	height:385px;
	margin:0 auto 30px;
	/*padding-top:40px;*/
	
}

/*NEWS*/
.top_news_teaser {
	display:block;
	height:200px;
	padding:10px;
	margin:0px auto 30px;
	width:400px;
	border:1px solid #6d6d6d;
	background-color:#06080a;
	color: #cdcdcd;
}
.top_news_teaser .cover {
	width:200px;
	height:200px;
	display:block;
	float:left;
	margin-right:50px;
}
.top_news_teaser .cover img {
	width:200px;
	height:200px;
	cursor:pointer;
}
.top_news_teaser .text {
	display:block;
	float:left;
	padding-top:30px;
	width:150px;
}
.top_news_teaser .text .headline {
	font-size:22px;
	/*font-weight:bold;*/
	display:block;
	margin:10px 0 5px;
}
.top_news_teaser .download_image {
	background-image:url("images/buttons/download.png");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#cdcdcd;
	display:block;
	width:100px;
	height:20px;
	margin-top:50px;
	float:left;
}

.top_news_teaser:hover {
	text-decoration:none;
	background-color:#cdcdcd;
	color:#333;
}
.top_news_teaser:hover .cover img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	border: 1px solid #6d6d6d;
}
.top_news_teaser:hover .text .headline {
	/*text-decoration:underline;*/
}

#news {
	/*margin-top:20px;*/
	/*margin-left:70px;*/
}
.news_teaser {
	margin-bottom:10px;
	display:block;
}
.news_teaser .date {
	width:73px;
	padding:2px 5px;
	font-style:italic;
	margin-left:15px;
	color: #cdcdcd;
	display:block;
	min-height:16px;
	text-align:center;
}
.news_teaser .headline {
	padding:2px 5px;
	border-top:1px solid #6d6d6d;
	text-align:right;
	display:block;
	min-height:20px;
}
.news_teaser:hover {
	text-decoration:none;
}
.news_teaser:hover .date,
.news_teaser:hover .headline {
	background-color:#cdcdcd;
	color:#050000;
	font-size:14px;
}
/*.news_teaser:hover .date a,
.news_teaser:hover .headline a {
	background-color:#cdcdcd;
	color:#111;
	text-decoration:underline;
	font-weight:bold;
}*/
.news_teaser .date .news_target,
.news_teaser .headline .news_target {
}
.news_teaser:hover .date .news_target,
.news_teaser:hover .headline .news_target {
	/*text-decoration:underline;*/
	font-weight:bold;
	font-size:16px;
}
.news_teaser:hover .date .news_target:hover,
.news_teaser:hover .headline .news_target:hover {
	text-decoration:underline;
}


.news_teaser_latest {
	margin-bottom:10px;
	display:block;
}
.news_teaser_latest .date {
	width:73px;
	/*float:left;*/
	padding:2px 5px;
	font-style:italic;
	margin-left:15px;
	/*border:1px solid #6d6d6d;
	border-bottom:none;
	background-color:#444;*/
	background-color:#cdcdcd;
	color:#050000;
	/*font-weight:bold;*/
	display:block;
	min-height:16px;
	font-size:14px;
	text-align:center;
}
.news_teaser_latest .headline {
	margin:0 auto 0 0;
	/*float:right;*/
	padding:2px 5px;
	border-top:1px solid #6d6d6d;
	/*display:inline;*/
	/*width:650px;*/
	text-align:right;
	background-color:#cdcdcd;
	color:#050000;
	/*font-weight:bold;*/
	display:block;
	min-height:20px;
	font-size:14px;
}
/*.news_teaser_latest .headline a {
	color:#050000;
	font-weight:bold;
}*/
.news_teaser_latest:hover {
	text-decoration:none;
}
.news_teaser_latest:hover .date,
.news_teaser_latest:hover .headline {
	/*background-color:#3d3d3d;
	color: #cdcdcd;*/
}
/*.news_teaser_latest:hover .date a,
.news_teaser_latest:hover .headline a {
	text-decoration:underline;
}*/
.news_teaser_latest .date .news_target,
.news_teaser_latest .headline .news_target{
	font-weight:bold;
	font-size:16px;
}
.news_teaser_latest:hover .date .news_target,
.news_teaser_latest:hover .headline .news_target{
	text-decoration:underline;
}

.rss_feed_news {
	height:40px;
  width: 200px;
  display: block;
  float: right;
  margin-right: -6px;
  margin-bottom: -6px;
}
.rss_feed_news .feed_image {
	background-image:url('images/icons/news_rss_feed.png');
	background-repeat:no-repeat;
	background-position:0 0;

	height:40px;
	width:40px;
	border:none;
	float:right;

	filter:alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
}
.rss_feed_news:hover .feed_image {
	/*background-image:url('images/icons/news_rss_feed_hover.png');
	background-repeat:no-repeat;
	background-position:0 0;*/

	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
.rss_feed_news .feed_title {
	float:right;
  font-size: 12px;
  margin-top: 13px;
  margin-right:2px;
}
.rss_feed_news:hover .feed_title {
	text-decoration:underline;
}
.more_news {
	margin-left:10px;
	height:40px;
  width:175px;
  display: block;
  margin-left: -6px;
  margin-top: -10px;
}
.more_news .more_news_image {
	background-image:url('images/icons/news_facebook.png');
	background-repeat:no-repeat;
	background-position:0 0;

	height:40px;
	width:40px;
	border:none;
	float:left;

	filter:alpha(opacity=90); 
	-moz-opacity: 0.90; 
	opacity: 0.90;
}
.more_news:hover .more_news_image {
	/*background-image:url('images/icons/news_facebook_hover.png');
	background-repeat:no-repeat;
	background-position:0 0;*/

	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
.more_news .more_news_title {
	float:left;
  font-size: 12px;
  margin-top: 13px;
  margin-left:2px;
}
.more_news:hover .more_news_title {
	text-decoration:underline;
}


/*ABOUT*/
#content .about_frame {
	margin:20px auto 30px;
	border:1px solid #6d6d6d;
	width:750px;
	height:250px;
	position:relative;
	overflow:hidden;
}
#content .about_frame .about_image {
	width:750px;
	height:250px;
	background-image:url('images/about.png');
	background-repeat:no-repeat;
	background-position:0 0;
}
#content .about_frame .about_image_overlay {
	width:750px;
	height:250px;
	/*background-image:url('images/scanlines.png');
	background-repeat:repeat;
	background-position:0 0;*/
	background:none;
}
#content .about_frame .about {
	text-align:right;
	color: #fff;/*#cdcdcd;*/
	font-weight:bold;
	height:96px;
	width:728px;
	/*margin-top:144px;*/
	padding:2px 12px 6px 10px;
	cursor:default;
	
	background-color:#050000;

	filter:alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;

	/*display:none;*/
	position:absolute;
	/*bottom:-104px;*/
	top:252px;
	left:0;
}
#content .about_frame .about p,
#content .about_frame .about_noscript p {
	font-size:13px;
}
#content .about_frame .about p img,
#content .about_frame .about_noscript p img {
	margin-bottom: -6px;/*little cosmic citizen logo*/
}

#content .about_frame .about p .notes_cc_link:hover,
#content .about_frame .about_noscript p .notes_cc_link:hover {
	text-decoration:none;
}
#content .about_frame .about p .notes_cc_link:hover .notes_cc_hover,
#content .about_frame .about_noscript p .notes_cc_link:hover .notes_cc_hover {
	text-decoration:underline;
}


#content .about_frame:hover .about_image_overlay {
	/*background:none;*/
	background-image:url('images/scanlines.png');
	background-repeat:repeat;
	background-position:0 0;
}
#content .about_frame .copyright_wrapper {
	/*float:right;*/
	width:131px;
	
	position:absolute;
	top:0;
	right:0;
	
	display:none;
}
#content .about_frame .copyright {
	color:#ccc;
	padding:1px 7px 3px 10px;
	width:114px;
	font-size:11px;
	cursor:default;

	background-color:#050000;
	filter:alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;

	display:none;
}
/*#content .about_frame:hover .copyright {
	display:block;
}*/


#content .about_frame .about_noscript {
	text-align:right;
	color: #fff;/*#cdcdcd;*/
	height:100px;
	width:728px;
	/*margin-top:146px;*/
	padding:2px 12px 6px 10px;
	cursor:default;
	
	background-color:#050000;

	filter:alpha(opacity=50); 
	-moz-opacity: 0.50; 
	opacity: 0.50;

	display:none;
}
#content .about_frame:hover .about_noscript {
	display:block;
}


/*CONTACT*/
#content .contact {
	font-size:16px;
	text-align:left;
	/*border:1px solid #9c9c9c;*/
	display:block;
	/*margin-left:153px;
	padding:30px 0 70px;*/
	padding:55px 0 55px 166px;
	/*background-color:#06080a;*/
	color: #cdcdcd;
	width:205px;
}
#content .contact .text {
	/*display:block;*/
	padding:10px 10px 0;
}
#content .contact .icon {
	display:block;
	text-align:center;
	height: 80px;
	float: left;
}
#content .contact .icon img {
	border:none;
	height:80px;
	width:80px;
}
#content .contact .mail {
	font-size:15px;
	text-align:center;
	/*font-weight:bold;*/
	display:block;
	color: #cdcdcd;
	float: left;
	margin-top: 30px;
	margin-left: 5px;
}

#content .contact:hover {
	text-decoration:none;
}
#content .contact:hover .mail {
	text-decoration:underline;
	/*background-color:#cdcdcd;
	color:#333;*/
	color:#fff;
}
#content .contact:hover .icon img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}


/*LIVE*/
#content .booking {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 430px;
}
#content .booking .text {
	/*display:block;*/
	padding:0 10px 0;
	margin-top:29px;
	float:left;
}
#content .booking .mail {
	font-size:16px;
}
#content .performances {
	padding:10px 0 0;
}
#content .performances .future,
#content .performances .past {
	float:left;
	width:375px;
}
#content .performances .past {
	text-align:right;
}
#content .performances .future .title,
#content .performances .past .title {
	color: #CDCDCD;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
/*LINKS*/
#content .links {
	/*width:580px;
	float:left;*/
	/*margin-bottom:30px;*/
	margin-top:-10px;
}
#content .links .socials {
	margin:0 auto;
	width:160px;
	float:left;
}
#content .links .socials a {
	display:block;
	/*float:left;*/
	height:80px;
	width:80px;
	position:relative;
	text-decoration:none;
	float:left;
}
#content .links .socials a img {
	height:80px;
	width:80px;
}
#content .links .friends {
	margin:0 auto;
	width:160px;
	float:right;
}
#content .links .friends a {
	display:block;
	/*float:left;*/
	height:80px;
	width:80px;
	position:relative;
	text-decoration:none;
	float:right;
}
#content .links .friends a img {
	height:80px;
	width:80px;
}
#content .projects {
	width:380px;
	margin:0 5px 0 45px;/*0 25px;*/
	float:left;
	/*margin-right:20px;
	margin-top:30px;
	text-align:center;*/
}
#content .projects a {
	display:block;
	float:left;
	height:100px;
	width:100px;
	position:relative;
	text-decoration:none;
}
/*#content .projects a img {
	height:60px;
	width:60px;
	padding:20px;
}
#content .projects a:hover img {
	height:70px;
	width:70px;
	padding:15px;
}*/
#content .projects .cosmic {
	display:block;
	float:none;
	height:199px;
	width:200px;
	margin:30px auto 0;
	position:relative;
	text-decoration:none !important;
}
#content .projects .cosmic img,
#content .projects .cosmic:hover img {
	height:199px;
	width:200px;
	padding:0px;
}
#content .projects .cosmic:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1; 
	opacity: 1;
}
#content .links .socials a .link_popup,
#content .links .friends a .link_popup,
#content .links .projects a .link_popup {
	display:none;
	position:absolute;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	background-color:#050000;
	padding:2px 8px;
	/*border:1px solid #6d6d6d;*/
	border:1px solid #1d1d1d;
	top: 60px;
	/*left: 84px;*/
	width:50px;
	left:6px;
	z-index:99;

	filter:alpha(opacity=80);
	-moz-opacity: 0.8; 
	opacity: 0.8;
}
/*#content .links .socials a .link_popup {
	border-left:none;
}
#content .links .friends a .link_popup {
	border-right:none;
}*/
#content .links .projects a .link_popup {
	/*left:88px;
	top:110px;
	background-color:transparent;
	color: #050000;
	font-size:20px;
	border:none;
	width:200px;
	font-weight:normal;*/

	top:210px;
	left:42px;
	font-size:14px;
	width:100px;
	padding:4px 10px;

	filter:alpha(opacity=60);
	-moz-opacity: 0.6; 
	opacity: 0.6;
}
#content .links .socials a:hover .link_popup,
#content .links .friends a:hover .link_popup,
#content .links .projects a:hover .link_popup {
	display:block;
}



/*RELEASES*/
#releases a,
#compilations a,
#videos a {
	color: #cdcdcd;
}
#releases {
	margin:0 auto 20px;
	width:750px;
}
.release_teaser {
	display:block;
	/*padding:10px;*/
	width:240px;
	height:240px;
	border:1px solid #6d6d6d;
	background-color:#06080a;
	color: #cdcdcd !important;
	text-decoration:none;
	margin-right:12px;
	float:left;
	
	overflow:hidden;
	position:relative;
}
.release_teaser .cover {
	display:block;
	width:240px;
	height:240px;
	/*margin-bottom:10px;*/
}
.release_teaser .cover img {
	width:240px;
	height:240px;
	cursor:pointer;
	border:none;
}
.release_teaser .release_info {
	display:block;
	width:220px;
	height:30px;
	padding:10px;

	position:absolute;
	left:0;
	top:240px;
	
	background-color:#050000;
	color:#fff;

	filter:alpha(opacity=70); 
	-moz-opacity: 0.70; 
	opacity: 0.70;
}
.release_teaser .release_info_noscript {
	display:none;
	width:220px;
	height:30px;
	padding:10px;

	position:absolute;
	left:0;
	top:191px;
	
	background-color:#050000;
	color:#fff;

	filter:alpha(opacity=70); 
	-moz-opacity: 0.70; 
	opacity: 0.70;
}
.release_teaser:hover .release_info_noscript {
	display:block;
}
.release_teaser .release_info .release_name,
.release_teaser .release_info_noscript .release_name {
	display:block;
	font-size:14px;
	font-weight:bold;
}
.release_teaser .release_info .release_date,
.release_teaser .release_info_noscript .release_date {
	display:block;
	font-style:italic;
	text-align:right;
}

/*.release_teaser:hover {
	background-color:#cdcdcd;
	color:#333;
	text-decoration:none;
}*/
.release_teaser:hover .cover img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
.release_teaser:hover,
.release_teaser:hover .release_info,
.release_teaser:hover .release_info .release_name,
.release_teaser:hover .release_info .release_date {
	text-decoration:none;
}

/*.release_teaser:hover .release_name {
	color:#333;
}
.release_teaser:hover .release_date {
	text-decoration:none;
	color:#333;
}*/

#compilations {
	/*margin-bottom:30px;*/
  margin-right: 12px;
  width: 240px;
  float: left;
  margin-top:1px;
  padding-right:2px;/*no borders*/

 /* background-color: #050000;
  border: 1px solid #3D3D3D;
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
  opacity: 0.7;*/
}
#compilations .compilations_title {
	font-size:14px;
	font-weight:bold;
	color: #cdcdcd;
	margin-bottom:5px;/*10px;*/
	/*text-align:center;*/
	margin-left:5px;
}
.compilation_teaser {
	display:block;
	padding:5px 5px 2px;
	margin:0 auto;
	/*text-align:center;*/
}
.compilation_teaser:hover {
	/*background-color:#cdcdcd;
	color:#333;*/
	color:#fdfdfd !important;
	text-decoration:none;
}
.compilation_teaser:hover strong {
	text-decoration:underline;
}

#videos {
	margin:0 auto;
	width:496px;/*716px;*/
  float: left;
	/*padding:0 47px;*/
}
#videos .release_teaser {
	/*float:none;
	margin:0 auto;*/
}
#videos .release_teaser .cover {
	position:relative;
}
#videos .release_teaser .video_button {
	background-image:url('images/buttons/video_strip.png');
	background-repeat:no-repeat;
	background-position:0 0;
	width:100px;
	height:90px;

	position:absolute;
	top:10px;
	left:10px;

	/*filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
  opacity: 0.9;*/
}
#videos .release_teaser:hover .video_button {
	/*filter:alpha(opacity=100); 
	-moz-opacity: 1; 
  opacity: 1;*/
}

.panel_right {
	background-color:#222;
	background-image:url("images/scanlines.png");
	background-repeat:repeat;
	background-position:0 0;
  /*background-color: #0a0a0a;*/
  border: 1px solid #6D6D6D;
  height: 175px;
  padding: 10px;
  position: absolute;
  right: -160px;
  top: 0;
  width: 122px  !important;
  float:none !important;
  margin: 0 !important;

	/*filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
  opacity: 0.8;*/
}
.panel_right_2 {
	top:210px;
}
.panel_right:hover {
	text-decoration:none;

	/*filter:alpha(opacity=100); 
	-moz-opacity: 1; 
  opacity: 1;*/
}
.panel_right .panel_teaser {
	margin:0 auto;
	height:120px;
	width:120px;
	float:none;
	overflow: visible;
}
.panel_right .panel_teaser .cover_ {
	height:120px;
	width:120px;
	display:block;
}
.panel_right .panel_teaser .cover_ img {
	height:120px;
	width:120px;
	cursor:pointer;
	border:none;
}
.panel_right:hover .panel_teaser .cover_ img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}
.panel_right .panel_teaser .panel_teaser_title {
	padding-top:10px;
	width: 120px;
	display:block;
	text-align:center;

	text-decoration: none;
	/*color: #ededed;*/
}
.panel_right:hover .panel_teaser .panel_teaser_title {
	/*text-decoration: underline;*/
	color: #fdfdfd;
}
.panel_twitter {
	border: 1px solid #6D6D6D;
	float: none !important;
	left: -153px;
	margin: 0 !important;
	position: absolute;
	top: 0;
}


/*RELEASE DETAILS*/
.release_detail {
	width:600px;
	margin:0 auto 20px;
}
.release_detail .cover {
	float:left;
	width:300px;
	height:300px;
	margin-right:50px;
	margin-left:40px;

	position:relative;
}
.release_detail .cover_back {
	margin-right:50px;
	margin-left:40px;

	position:absolute;
	display:none;
}
.release_detail .cover img,
.release_detail .cover_back img {
	width:300px;
	height:300px;
}
.release_detail .release_data {
	float:left;
}
.release_detail .release_data .name,
.release_detail .release_data .label_date,
.release_detail .release_data .tracklist,
.release_detail .release_data .total_time,
.release_detail .release_data .notes {
	margin-bottom:10px;
}
.release_detail .release_data .notes img {
	margin-bottom: -6px;/*little cosmic citizen logo*/
}
.release_detail .release_data .notes .notes_cc_link:hover {
	text-decoration:none;
}
.release_detail .release_data .notes .notes_cc_link:hover .notes_cc_hover{
	text-decoration:underline;
}
.release_detail .release_data .name {
	font-size:16px;
	font-weight:bold;
}
.release_detail .release_data .label_date {
	font-style:italic;
}
.download_link,
.release_detail .release_data .download_link {
	display:block;
	margin-top:20px;
	/*border:1px solid #9c9c9c;*/
	background-color:#cdcdcd;
	color: #cdcdcd;
	width:150px;
	text-decoration:none;

	position:relative;
	height:20px;
	overflow:hidden;
}
.download_link .download_image,
.release_detail .release_data .download_link .download_image {
	background-image:url("images/buttons/download.png");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#cdcdcd;
	display:block;
	width:100px;
	height:20px;
	margin:0 auto;
}
.download_link .download_info,
.release_detail .release_data .download_link .download_info {
	background-color:#222;
	background-image:url("images/scanlines.png");
	background-repeat:repeat;
	background-position:0 0;
	/*background-color:#0a0a0a;*//*#333;*/
	border:1px solid #cdcdcd;
	color:#cdcdcd;
	display:block;
	width:148px;
	height:33px;
	padding-top:5px;
	text-align:center;
	
	position:absolute;
	top:20px;
	left:0;
}
/*.download_link:hover,
.release_detail .release_data .download_link:hover {
	background-color:#cdcdcd;
	color:#333;
	text-decoration:none;
}
.download_link:hover .download_image,
.release_detail .release_data .download_link:hover .download_image {
}*/

.buy_link,
.release_detail .release_data .buy_link {
	display:block;
	margin-top:20px;
	/*border:1px solid #9c9c9c;*/
	background-color:#cdcdcd;
	color: #cdcdcd;
	width:150px;
	text-decoration:none;

	position:relative;
	height:20px;
	overflow:hidden;
}
.buy_link .buy_image,
.release_detail .release_data .buy_link .buy_image {
	background-image:url("images/buttons/buy.png");
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#cdcdcd;
	display:block;
	width:100px;
	height:20px;
	margin:0 auto;
}
.buy_link .buy_info,
.release_detail .release_data .buy_link .buy_info {
	background-color:#222;
	background-image:url("images/scanlines.png");
	background-repeat:repeat;
	background-position:0 0;
	/*background-color:#0a0a0a;*//*#333;*/
	border:1px solid #cdcdcd;
	color:#cdcdcd;
	display:block;
	width:148px;
	height:33px;
	padding-top:5px;
	text-align:center;
	
	position:absolute;
	top:20px;
	left:0;
}

.additional_picture {
	width:600px;
	/*height:600px;*/
	margin:0 auto;
}
.additional_picture img {
	width:600px;
	/*eight:600px;*/
}

.elevated_ep {
	height:300px;
}
.elevated_ep .release_data {
	margin-top:35px;
}
.elevated_ep .release_data .download_link {
	margin-top:30px;
}
.solastalgia {
	height:310px;
	width: 670px;
	position: relative;
}
.solastalgia .release_data {
	margin-top:2px;
	position: absolute;
	left: 390px;
}
.solastalgia .release_data {
	margin-top:2px;
}
.cosmic_citizen {
	width:690px;
}
.cosmic_citizen .release_data {
	margin-top:10px;
}
.cosmic_citizen .download_buy_links {
	width:535px;
	height: 110px;
	margin:25px auto 40px;
}
.cosmic_citizen .download_link {
	text-decoration:none;
	float:left;
	margin-top: 40px;
}
.cosmic_citizen .buy_link {
	text-decoration:none;
	float:right;
	margin-top: 40px;
}
.cosmic_citizen .download_link .download_info,
.cosmic_citizen .buy_link .buy_info {
	height:49px;
}
.cosmic_citizen .download_logo_candl {
	float:left;
	height:110px;
	margin-right:-32px;
	margin-left:83px;
	position:relative;
	z-index:999;
}
.cosmic_citizen .buy_logo_ctr {
	float:right;
	height:110px;
	margin-left:-50px;
	position:relative;
	z-index:999;
}
.cosmic_citizen .additional_picture {
	padding-left:10px;
	width:620px;
}
.cosmic_citizen .additional_picture img {
	width:620px;
}
/*
.cosmic_citizen .inspired {
	margin:30px auto 0;
	width:240px;
	display:block;
	position:relative;
	float:right;
}
.cosmic_citizen .inspired,
.cosmic_citizen .inspired:hover {
	text-decoration:none;
}
.cosmic_citizen .inspired .headline {
	margin-top:35px;
	float:left;
}
.cosmic_citizen .inspired .cosmic {
	height:80px;
	width:171px;
	margin:0;
	padding:0px;

	display:block;
	float:left;
}
.cosmic_citizen .inspired .cosmic img {
	height:80px;
	width:171px;
	margin:0;
	padding:0px;
}
.cosmic_citizen .inspired:hover .cosmic img {
	filter:alpha(opacity=100);
	-moz-opacity: 1; 
	opacity: 1;
}

.cosmic_citizen .inspired .link_popup {
	display:none;
	position:absolute;
	font-size:16px;
	font-weight:bold;
	padding:4px 14px;

	left:80px;
	top:29px;
	background-color:transparent;
	color: #050000;

	filter:alpha(opacity=60);
	-moz-opacity: 0.6; 
	opacity: 0.6;
}
.cosmic_citizen .inspired:hover .link_popup {
	display:block;
}*/

/*VIDEO DETAIL*/
.video_detail {
	/*width:425px;
	height:360px;*/
	margin:30px auto 0;
}
.video_description {
	margin-top:20px;
}
.video_description_left {
	float:left;
}
.video_description_right {
	float:right;
	text-align:right;
}

/* EXPOSED */
.exposed {
	display:block;
	width:500px;
	height:500px;
	margin:0 auto;

	position:relative;
}
.exposed:hover {
	text-decoration:none;
}
.exposed .cover {
	display:block;
	width:500px;
	height:500px;
}
.exposed .headline {
	display:block;
	width:500px;
	font-size:16px;
	text-align:center;
	margin:20px auto 0;
	
	height:30px;
	position:absolute;
	top:32px;
	text-transform:uppercase;
	color:#ccc;
}
.exposed .headline .albumtitle {
	font-weight:bold;
	color:#ddd;
	margin: 0 2px;
}
.exposed .subline {
	display:block;
	width:500px;
	font-size:12px;
	text-align:center;
	margin:10px auto 0;
	
	color:#ccc;
	position:absolute;
	top:90px;
	padding-left:39px;
}
.exposed:hover .headline .albumtitle {
	text-decoration:underline;
}

/*OVERLAY*/
#overlay {
	width:100%;
	height:100%;
	background-color:#333;
	position:absolute;
	top:0px;
	left:0px;
	display:none;

	background-image:url("images/scanlines.png");
	background-repeat:repeat;
	background-position:0 0;
}
#overlay .exposed .cover {
	margin-top:89px;
}
#overlay .exposed .headline,
#overlay .exposed .headline .albumtitle {
	font-size:16px;/*18px;*/
	display:none;
}
#overlay .exposed .subline {
	font-size:12px;/*12px;*/
	display:none;
}
#overlay .exposed:hover .headline .albumtitle {
	text-decoration:none;
}
#overlay .exposed_footer {
	font-size:12px;
	width:500px;
	margin:10px auto 0;
	color:#777;
	text-transform:uppercase;
}
#overlay .exposed_footer .exposed_footer_left {
	float:left;
	cursor:pointer;
}
#overlay .exposed_footer .exposed_footer_left:hover {
	text-decoration:underline;
}
#overlay .exposed_footer .exposed_footer_right {
	float:right;
}
#overlay .exposed .cover img {
	border:none;
}

