/**
 *	Document   : style.css
 *	Created on : Mar 17, 2009, 11:23:46 AM
 *	Author     : Stefan Stutz
 *	Description: CSS-file for mad-music.de style
 **/

* {
	margin:	0;
	padding:0;
	border-spacing:	0;
	border-collapse:collapse;
}

img {
	border:0; }

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

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

a:visited{
	color:#603;
}

body {
	color:		#000;
	font-size:	11px;
	font-family:Arial;
	background-color:#333;
}

#wrapper {
	left:		50%;
	width:		780px;
	border:		1px solid #fff;
	position:	relative;
	margin-top:	10px;
	margin-left:-390px;
}

.c {
	clear:both; }

/**
 *	header and menu
 **/
#header {
	min-height:			140px;
	background-color:	#E2DED4;
}

#logo {
	float:left;
	width:	259px;
	height:	110px;
	border-right:	1px solid #fff;
	background:		#E2DED4 url('../_img/logo.gif') no-repeat;
}

#h-banner {
	float:	left;
	width:	520px;
	height:	110px;
	background: url(../_img/h-banner.jpg) no-repeat;
}

#menu {
	clear:	both;
	height:	40px;
	border:	1px solid #fff;
	margin-left:	259px;
	border-bottom:	none;
}

.menu {
	float:	left;
	width:	90px;
	height:	20px;
	color:	#2A2A2A;
	border-right:	1px solid #fff;
}

.menu:hover {
	cursor:				pointer;
	background-color:	rgb(201, 197, 181);
}

.menu p {
	margin-top:3px;
	margin-left:11px; }


/**
 *	content area
 **/
#content {
	border-top:			1px solid #fff;
	background-color:	#E9E7E1;
	font-size:			12px;
	width:				780px;
}

.arrow {
	background:transparent url(../_img/bullet_active.gif) no-repeat;
	width		:5px;
	height		:5px;
	margin-top	:5px;
	float		:left;
}

.refmenu{
		margin-left:15px;
		width:200px;
		height:30px;
		padding-bottom:15px;
}

.refmenu a{
	color:#C06;
	text-decoration:none;
	font-size:12px;
	float:left;
}

.refmenu a:hover{
	color:#F09;
	text-decoration:underline;
}

.refmenu a:visited{
	color:#603;
	text-decoration:none;
}

#left-content {
	float:	left;
	padding:10px;
	width:	239px;		/* -1px for border */
	background-color:	#E9E7E1;
}

.headline {
	color:		#666;
	font-size:	24px;
	line-height:36px;
	font-family:Georgia;
}

#right-content {
	float:	left;
	width:	520px;
	background-color: #E9E7E1;
	border-left:1px solid #fff;
}
#right-content div > ul li{
	list-style:disc outside none;
	margin-left:15px;
}

/**
 *	downloads css
 **/

#dl-headline{
	font-size:13px;
	font-weight:bold;
	line-height:17px;
}

/**
 *	footer
 **/
#footer {
	left:	50%;
	width:	780px;
	color:	#7d7767;
	position:	absolute;
	font-size:	12px;
	margin-top:	10px;
	font-family:Arial;
	margin-left:-390px;
}

#footer a {
	color:#7d7767; }


/* NEWSLETTER FORM */
#newsletter_subscribe{}

#newsletter_subscribe > fieldset{
	width:475px;
}

#newsletter_subscribe > fieldset > div > label{
	display:block;
	float:left;
	width:150px;
	line-height:20px;
}

#newsletter_subscribe > fieldset > div > input{
	width:200px;
}

#newsletter_subscribe > fieldset > div > input[type="submit"]{
	margin-left:150px;
	width:150px;
	height:23px;
}

/* the overlayed element */
.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;

	width:675px;
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../_img/close.png);
	position:absolute;
	top: 0;
	right: 0;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index:10001;
}
/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {

	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;
	border:1px solid #666;
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;

	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(../_img/h80.png) repeat-x;
}
