/*
 * Stylesheet justmusic.tv
 * 100315, cr
 * changed: 100525 (new content)
 */

/*
 * ++++++++++++++++++++++++++++++++++++++++++
 * GENERAL
 * ++++++++++++++++++++++++++++++++++++++++++
 */

 * {
	margin:0;
	padding:0;
	}

body {
	font:100%/1.4 Calibri, Arial, sans-serif;
	background:#f4f4f4;
	color:#000;
	min-width:980px;
	}

h1 {
	clear:both;		/* below ul */
	text-align:center;
	height:215px;
	padding-top:10px;
	}

h2 {
	text-align:center;
	}

h3 {
	font-size:130%;
	font-weight:bold;
	}

.box h3 {
	margin-bottom:.6em;
	}

h4 {
	font-size:100%;
	font-weight:bold;
	}

hr {
	border:none;
	height:.1px;
	visibility:hidden;
	clear:both;
	}

p {
	margin-bottom:.5em;
	}

ul {
	list-style:none;
	}

dl {
	margin-bottom:.5em;
	}

dt {
	font-weight:bold;
	margin-top:.5em;
	}

dt:after {
	content:": ";
	}

img {
	vertical-align:bottom;
	border:none;
	}

.section a {
	color:#666;
	text-decoration:underline;
	}

.section a:hover {
	color:#000;
	}

/*
 * ++++++++++++++++++++++++++++++++++++++++++
 * PAGE LAYOUT
 * ++++++++++++++++++++++++++++++++++++++++++
 */

#page {
	padding-bottom:45px;
	}

.inner,
.reception {
	width:960px;
	margin:0 auto;
	}

/*
 * Header
 */

#header {
	background:#fff url(bg-header.png) 50% 100% repeat-x;
	}

#header ul#nav {
	float:right;
	font-size:112.5%;
	}

#nav li {
	float:left;
	margin-left:1em;
	}

#nav a,
#nav strong {
	display:block;
	padding:5px 0;
	}

#nav a {
	color:#999;
	text-decoration:none;
	}

#nav a:hover {
	color:#000;
	text-decoration:underline;
	}

#nav strong {
	font-weight:normal;
	background:url(nav-current.gif) 50% 100% no-repeat;
	}

/*
 * Main
 */

#main {
	background:#fff url(bg-footer.png) 50% 100% repeat-x;
	padding-top:1px; /* anti collapsing margins */
	}

/* Standard boxes */
.box h2 {
	font-size:175%;
	font-weight:normal;
	text-align:center;
	color:#808080;
	text-shadow:0 0 2px #ccc; /* subtle shadow -> nicer font rendering */
	margin-bottom:0;
	}

.box .section {
	background:#f4f4f4;
	border:1px solid #e6e6e6;
	padding:10px 15px 0;
	font-size:87.5%;
	}

/* Special boxes */

.jukebox,
.rcktv,
#imprint,
#legal {
	float:left;
	width:465px;
	}

#imprint,
#legal {
	margin-bottom:25px;
	}

.rcktv,
#legal {
	float:right;
	}

.profile h2 {
	margin:-25px 0 15px;
	}

/* @hack: Neg. Margin invisible in IE 6 + 7 */
#main h2 {
	position:relative;
	}

/* Profile both */

.profile {
	float:left; /* Containing floats */
	width:100%;
	padding-bottom:15px;
	}

.profile h3 {
	font-size:150%;
	font-weight:normal;
	text-align:center;
	letter-spacing:-.025em;
	text-shadow:0 0 2px #ccc; /* subtle shadow -> nicer font rendering */
	}

.profile .content {
	background:#f4f4f4;
	border:1px solid #e6e6e6;
	padding:10px 15px 0;
	min-height:13em;
	}

/* @hack: min-height for IE 6 */
* html .profile .content {
	height:13em; 
	}

.profile p.slogan {
	display:block;
	font-style:italic;
	font-size:125%;
	text-align:center;
	text-shadow:0 0 2px #ccc; /* subtle shadow -> nicer font rendering */
	}

/* Program both */

.program {
	clear:both;
	}

.program .section {
	padding-top:20px;
	min-height:465px;
	}

/* @hack: min-height for IE6 */
* html .program .section {
	height:465px;
	}

.program h3 {
	font-size:112.5%;
	font-weight:normal;
	color:#fff; /* background in highlight section */
	padding:3px 6px; /* equalize border on li */
	border-bottom:1px solid #fff;
	}

.program h3 span {
	position:absolute;
	left:-9999px;
	}

.program ul {
	border:1px solid #e6e6e6;
	border-top:0;
	}

.program li {
	font-size:87.5%;
	padding:3px 5px;
	line-height:1.2;
	border-top:1px solid #e6e6e6;
	}

.program li p {
	font-style:italic;
	margin:0;
	padding-left:16px;
	}

.program li.odd {
	background:#f4f4f4;
	}

/* Program separat */

.program .section.jukebox {
	width:225px;
	padding-right:255px;
	background:url(img-jukebox.jpg) 100% 50% no-repeat;
	}

.program .section.jukebox li p {
	background:url(note-jukebox.gif) 0 .2em no-repeat;
	}

.program .section.rcktv {
	width:225px;
	padding-left:255px;
	background:url(img-rcktv.jpg) 0 50% no-repeat;
	}

.program .section.rcktv li p {
	background:url(note-rcktv.gif) 0 .2em no-repeat;
	}

/* @hack: neg. margin invisible in IE6 */
* html .program {
	position:relative;
	}

/* Highlight colors */

.profile .jukebox h3,
.jukebox p.slogan,
.program .jukebox li p {
	color:#3294d1;
	}

.program .jukebox h3 {
	background:#3294d1;
	}

.profile .rcktv h3,
.rcktv p.slogan,
.program .rcktv li p {
	color:#d92629;
	}

.program .rcktv h3 {
	background:#d92629;
	}

#main hr {
	height:135px; /* bg-footer */
	}

/* Reception */

.reception {
	width:465px;
	}

/* @hack: pseudo min-width for IE 6 */
* html .reception {
	padding:0 247px;
	}

.reception .section {
	background:#fff;
	border:1px solid #e6e6e6;
	padding:10px 15px 0;
	font-size:87.5%;
	}

/* Imprint */

.imprint h2 {
	margin-top:-25px;
	}

@media print {
	#nav {
		display:none;
		}

	.program .section {
		min-height:0 !important;
		}
	
	#main hr {
		height:5mm;
		}

	a[href^="http://"]:after {
		content:" ["attr(href)"]";
		font-family:monospace;
		} 
}