/* ================================================== */
/* COMMON */

* {
	margin: 0px;
	padding: 0px;
}
:focus, a {
	outline: none;
	-moz-outline-style: none;
}
body {
	line-height: 1.70;
	margin-bottom: 0em;
	margin-top: 10em;
	color: #696b71;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}
p {
	margin-bottom: 1em;
}
a {
	color: #5e7285;
}
a img, img {
	border: none;
}
i {
	color: #677f93;
	font-weight: bold;
}
table, tr, td {
	clear: both;
	border: none;
	margin-bottom: 1em;
}
form {
	padding: 0px;
	margin: 0px;
}
fieldset {
	border-style: none;
	padding: 0px;
	margin: 0px;
}
.input input, .input textarea {
	width: 200px;
	display: block;
	border-color: #aeaeae;
	font-size: 90%;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 4px;
	border-style: solid;
	border-width: 1px;
	background-color: #f6f6f6;
}
.submit input {
	margin-top: 8px;
	width: auto;
}

/* ================================================== */
/* STRUCTURE + INNERS */

/* header */

#header {
	z-index: 10;
	width: 100%;
	background-color: #2e3740;
	left: 0px;
	top: 0px;
	position: fixed;
}
#header .wrap {
	left: -10px;
	position: relative;
	padding-bottom: 6px;
	padding-top: 13px;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	clear: both;
	overflow: hidden;
}
.h1 {
	font-size: 100%;
	float: right;
}

/* menu */

.menu {
	float: left;
}
.menu li {
	margin-left: 10px;
	list-style-position: outside;
	list-style-type: none;
	float: left;
}
.menu a, a.h1 {
	text-decoration: none;
	color: #b0b0b0;
}

/* content */

#wrapper {
	left: -10px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	clear: both;
}
.logo {
	width: 300px;
	float: left;
}
.art {
	margin-right: 30px;
	float: left;
	margin-bottom: 3em;
	overflow: hidden;
}
.details {
	width: 150px;
	float: left;
}.tracks {
	vertical-align: top;
	border-color: #e9e9e9;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	margin-bottom: 20px;
	width: 440px;
}
.tracks .pad {
	padding-right: 29px;
}
.commons {
	position: relative;
	top: 0.25em;
}
.info {
	vertical-align: bottom;
	margin-bottom: 20px;
	width: 440px;
}
.info .pad {
	padding-left: 29px;
}
.info a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

/* banners */

#banners {
	clear: both;
	overflow: hidden;
	margin-bottom: 0em;
}
#banners .pad {
	padding: 15px;
}
.left, .right {
	text-align: center;
	background-color: #ebeef1;
	float: left;
	width: 410px;
	padding-bottom: 9090px;
	margin-bottom: -9090px;
}
.right {
	float: right;
}

.newsletter {
	height: 150px;
}
.newsletter p {
	margin: 0px;
}
.newsletter form {
	margin-left: auto;
	margin-right: auto;
}
.newsletter .input {
	display: inline;
}
.newsletter .input input {
	width: 160px;
	display: inline;
	margin-left: 0px;
}
.newsletter .submit {
	display: inline;
}

/* footer */

.next {
	height: 150px;
	background-position: 80% top;
	background-repeat: no-repeat;
	background-image: url(/media/img/content/next.png);
}
.prev {
	height: 150px;
	background-position: 20% top;
	background-repeat: no-repeat;
	background-image: url(/media/img/content/prev.png);
}
#footer {
	margin-top: 6em;
	text-align: center;
}

hr {
	display: block;
	margin-bottom: 0.5em;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(/media/img/content/separator.png);
	border: none;
	width: 100%;
	height: 30px;
}
embed {
	left: 0px;
	top: 0px;
	position: absolute;
}
.album {
	clear: both;
	overflow: hidden;
}

/* player */
a.control {
	display: block;
	padding-left: 26px;
	position: relative;
	left: -26px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(/media/img/player/playing.gif);
	min-height: 30px;
	padding-top: 6px;
	color: inherit;
	text-decoration: none;
}
a.control:hover {
	background-image: url(/media/img/player/stop.gif);
}
a.control.stopped {
	background-image: url(/media/img/player/stopped.gif);
}
a.control.stopped:hover {
	background-image: url(/media/img/player/play.gif);
}

