@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	background-color:#FFF;
	color:#333;
	margin:0px;
	padding:0px;
}
#page{
	position:relative;
	width:100%;
	min-height:800px;
	
}

/* ----------------------------------- HEADER -----------------------------------*/
#page_header{
	position:relative;
	top:0px;
	width:100%;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../images/framework/header_bed.jpg');
	background-position:center top;
	z-index:1;
}

#page_header_menu{
	position:absolute;
	top:160px;
	left:50%;
	width:900px;
	height:20px;
	margin-left:-450px;
	text-align:center;
}
#page_header_weeknumber{
	position:absolute;
	top:40px;
	right:50%;
	width:900px;
	height:20px;
	margin-right:-450px;
	text-align:right;
}

.page_header_weeknumber_title{
	font-size:40px;
	color:#000;
	margin-right:50px;
}
.page_header_weeknumber_title_weektag{
	color:#FFF;
}

a:link, a:visited{
	color:#333;
}
a.page_header_menu_item_link:link, a.page_header_menu_item_link:visited{
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.page_header_menu_item_link:hover{
	background-color:#000000;
}
.page_header_menu_item_spacer{
	float:left;
	height:20px;
	width:33px;
}


/* ----------------------------------- CONTENT -----------------------------------*/

#page_content{
	position:relative;
	width:900px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
}
.page_content_release{
	position:relative;
	width:900px;
	min-height:100px;
	margin-bottom:30px;
}
.page_content_release_packshotlarge{
	float:left;
	width:478px;
	height:480px;	
	border:1px solid #CCC;
}
.page_content_release_packshotsmall{
	float:left;
	width:138px;
	height:140px;
	margin-left:100px;
	border:1px solid #CCC;
}
.page_content_release_textarealarge{
	float:left;
	width:410px;
	min-height:480px;
	padding-left:10px;
}
.page_content_release_textareasmall{
	float:left;
	width:650px;
	min-height:140px;
	padding-left:10px;
}
.page_content_release_artist{
	font-size:30px;
	color:#F00;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:-2px;
}
.page_content_release_title{
	font-size:20px;
	color:#333;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:-2px;
	width:450px;
}
.page_content_release_divagationdate{
	color:#F00;
	font-weight:bold;
	font-size:12px;
	margin-top:0px;
}
.page_content_release_label{
	text-align:right;
	font-weight:bold;		
}
.page_content_release_icpntable{
	width:410px;
	background-color:#000;
	color:#CCC;
	padding:0px;
	margin:0px;
	border-style:solid;
	border-width:1px 0px 0px 1px;
	border-spacing:0px;
	border-color:#CCC;
}
.page_content_release_icpntablewide{
	width:510px;
	background-color:#000;
	color:#CCC;
	padding:0px;
	margin:0px;
	border-style:solid;
	border-width:1px 0px 0px 1px;
	border-spacing:0px;
	border-color:#CCC;
}
.page_content_release_icpntable_cell{
	border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color:#CCC;
	padding:4px;
	margin:0px;
}
.page_content_release_downloadpackshotbuttonlarge{
	position:absolute;
	top:470px;
	left:0px;
	border:0px;
}
.page_content_release_downloadpackshotbuttonsmall{
	position:absolute;
	top:130px;
	left:100px;
	border:0px;
}
.page_content_separator_category{
	height:35px;
	background-color:#000;
	margin:0px;
}
.page_content_separator_day{
	height:22px;
	background-color:#FF0000;
	margin-left:100px;
	margin-bottom:30px;
}
.page_content_separator_category_text{
	font-size:25px;
	font-weight:normal;
	color:#FFF;
	margin:0px;
	margin-left:10px;
}
.page_content_separator_day_text{
	float:left;
	font-size:17px;
	font-weight:bold;
	color:#FFF;
	margin:0px;
	margin-left:10px;
}
.page_content_separator_day_label{
	float:right;
	top:0px;
	right:-20px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	margin-top:4px;
	margin-right:2px;
}
.page_content_separator_category_logo{
	float:left;
	margin-left:-80px;
}

.page_content_table{
	padding:0px;
	margin:0px;
	margin-top:20px;
	border-style:solid;
	border-width:1px 0px 0px 1px;
	border-spacing:0px;
	border-color:#CCC;
	width:100%;
}
.page_content_tablerowheader{
	background-color:#000;
	color:#CCC;
	padding:4px;
	font-weight:bold;
}
.page_content_tablerow{
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:4px;
}
.page_content_formlabel{
	font-weight:bold;
}
.page_content_noreleases{
	width:100%;
	font-size:14px;
	color:#F00;
	font-weight:bold;
	margin-top:40px;
}
.page_content_linksubline{
	width:100%;
	text-align:center;
	margin-top:40px;
}
/* ----------------------------------- COMMON CLASSES -----------------------------------*/

.clear{
	clear:both;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}






















