@charset "UTF-8";
/* CSS Document */

/* ********************************** */
/*            Structure               */
/* ********************************** */


body {
	background:url(images/background-main.png) top center no-repeat;
	margin: 0;
	color: #1e1e1e;
}

#container {
	margin: 0 auto 0 auto;
	width: 950px;
}

#header {
	float:left;
	width: 950px;
	background:#000 url(images/header-bg-big.png) repeat-x top left;
	color: #FFF;
}

#search {
	float:left;
	width: 304px;
	padding: 10px 0 0 0;
}

#logo {
	float:left;
	width: 159px;
	text-align: center;
	padding: 4px 0 0 0;
}

#main {
	float: left;
	width: 950px;
	min-height:311px;
}

#header-other {
	float: left;
	width: 790px;
	height: 152px;
	padding: 0 0 0 160px;
}

#col-left {
	width: 159px;
	float:left;
	padding: 0;
	margin: 60px 0 0 0;
}

#col-center {
	width: 452px;
	float:left;
	background: #fff url(images/other-center-col-bg.png) no-repeat;
	padding: 27px 15px 0 15px ;
	min-height: 100px;
}

#col-center-header {
	margin: 0 0 12px 0;
	float:left;
	width: 452px;
}

#center-h-left {
	float:left;
}

#center-h-right {
	float:right;
}

#col-right {
	width: 304px;
	float:left;
	background:#000 url(images/col-right-main-bg.png) no-repeat top left;
	margin: 5px 0 0 0;
	padding: 40px 0 0 0 ;
}

#col-right-bottom {
	background: #FFF url(images/col-right-main-bottom.png) top right no-repeat;
	float:left;
	width: 304px;
	height: 40px;
}

#col-right-left-h {
	width: 190px;
	float:left;
	padding: 0 0 0 10px;
	margin: 0 0 8px 0;
}

#col-right-right-h {
	width: 104px;
	float:left;
}

#col-right-left {
	background:url(images/col-right-left-bg.png) repeat-x;
	width: 180px;
	float:left;
	padding: 10px 10px 10px 10px;
	color: #8b8b8c;
	min-height: 290px;
}

#col-right-right {
	background:url(images/col-right-right-bg.png) repeat-x;
	width: 84px;
	float:left;
	padding: 10px 10px 10px 10px;
	color:#FFF;
	min-height: 290px;
}


/* ********************************** */
/*            Footer                  */
/* ********************************** */

#footer {
	float:left;
	width: 783px;
	margin: 40px 0 20px 0;
	background: url(images/footer-bg.png) no-repeat;
	height: 154px;
	padding: 10px 0 0 167px;
}

.footer-col {
	float:left;
	width: 240px;
	height: 164px;
	color: #585858;
}

.footer-header {
	float:left;
	width: 239px;
	margin: 0 0 15px 0;
}

.footer-col a {
	color:#FFF;
}

.footer-link a {
	color: #585858;
}

.footer-link a:hover {
	color:#eda211;
}

.footer-link {
	width: 90px;
	float:left;
	margin: 0 0 3px 0;
}

/* ********************************** */
/*            Search                  */
/* ********************************** */

#search input {
	border: 2px solid #2f3a3e;
	padding: 3px;
	color: #3c3c3c;
	width: 200px;
}

#search input {
	border: 2px solid #2f3a3e;
	padding: 3px;
	color: #3c3c3c;
	width: 200px;
float:left;
}

#search {
height: 20px;
}

#search input.submit {
width: 37px;
border: 0;
padding: 0;
margin: 0px 0 0 2px;
float:left;
border: 2px solid #2f3a3e;
}

#search p {
float:left;
margin: 0;
padding: 0;
}

/* ********************************** */
/*            Links                   */
/* ********************************** */

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

a:hover {
	color:#666;
}

/* ********************************** */
/*            Silver Button           */
/* ********************************** */

.silverbutton {
	margin: 0;
	padding: 0;
	display: block;
	height: 20px;
	float: left;
	text-transform:uppercase;
	font-weight:bold;
}

.silverbutton a {
	background:url(images/btn-silver-a.png) repeat-x top left;
	display: block;
	margin: 0;
	padding: 3px 8px 0 8px;
	height: 17px;
	color: #000;
	text-decoration: none;
	font-size: 9px;
	width:auto;
	border-right: 1px solid #767676;
	border-left: 1px solid #d1d1d8;
}

.silverbutton a:hover {
	background:url(images/btn-silver-aover.png) repeat-x top left;
}

.silverbutton a:active {
	background:url(images/btn-silver-aactive.png) repeat-x top left;
}


/* ********************************** */
/*            Main Navigation         */
/* ********************************** */


.main-navigation{
	width: 443px;
	overflow: hidden;
	float:left;
	padding: 0 20px 0 20px;
	}

.main-navigation ul{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
	}

.main-navigation li{
	display: inline;
	margin: 0;
	}

.main-navigation li a:link, .main-navigation li a:visited{
	float: left;
	display: block;
	text-decoration: none;
	color: white;
	height:30px;
	margin: 0 1px 0 0;
	padding: 16px 0 0 0;
	width: 58px;
	text-align:center;
	}

.main-navigation li a:hover {
	background:url(images/nav-hover.png) top center no-repeat;
}

.main-navigation li a.selected:hover {
	background:url(images/nav-selected-hover.png) top center no-repeat;
}

.main-navigation li a.selected {
	background:url(images/nav-selected.png) top center no-repeat;
}

.main-navigation li a:active {
	background:url(images/nav-active.png) top center no-repeat;
}

/* ********************************** */
/*            Advert Box              */
/* ********************************** */

.advert {
	width: 100%;
	float:left;
	background:#EEE;
	margin: 10px 0 10px 0;
}

.advert-cont {
	margin: 5px;
	border: 1px solid #CCC;
	padding: 5px;
	background: #FFF;
}

/* ********************************** */
/*              Right Column          */
/* ********************************** */

.right-release {
	float:left;
	margin: 0 0 10px 0;
}

.right-release {
	color: #eda211;
}

.right-release b {
	color:#FFF;
}


/* ********************************** */
/*              Artist Page           */
/* ********************************** */

.profile-photo {
	float:left;
	margin: 0 3px 3px 0;
	border: 1px solid #666;
	padding: 1px;
}

#artist-image {
	float:left;
	width: 452px;
	height: 200px;
	margin: 0 0 10px 0;
}

.artist-list {
	width: 138px;
	float:left;
	border: 1px solid #a9a9a9;
	padding: 1px;
	margin: 0 7px 7px 0;
}

.artist-thumb img {
	width: 138px;
	height: 108px;
	float:left;
}

.artist-name {
	background:url(images/artist-thumb-bg.png) repeat-x #000;
	float:left;
	width: 120px;
	padding: 9px;
}

a .artist-list {
	color:#FFF;
}

a:hover .artist-list {
	color:#eda211;
}

/* ********************************** */
/* ********************************** */
/*            Newsletter              */
/* ********************************** */
/* ********************************** */

#newsletter {
	background:url(images/newsletter-top.png) no-repeat top left;
	height: 120px;
	padding: 30px 0 0 0;
}

#newsletter-header {
	background:#000;
	height: 23px;
	padding: 4px 0 0 10px;
}

#newsletter-cont {
	background:url(images/newsletter-bg.png) repeat-x top left;
	padding: 10px;
	width: 139px;
}

#newsletter-cont input {
	width: 134px;
	margin: 0 0 1px 0;
}

#newsletter-cont input.subscribe {
	width: 140px;
}

#newsletter-bottom {
	background:url(images/newsletter-bottom.png) no-repeat;
	height: 25px;
}

/* ********************************** */
/*              Store                 */
/* ********************************** */

.store-container {
	float:left;
	margin: 0 0 10px 0;
}

.store-item {
	float:left;
	width: 100px;
	margin: 0 10px 10px 0;
}

.store-item b {
	color:#000;
}

.store-list-details {
	float:left;
	margin: 4px 0 0 0;
	width: 100px;
	color: #f3890c;
}

.store-list-details-buy {
	background:url(images/store-item-grade.png) repeat-x;
	float: left;
	width: 94px;
	padding: 3px;
	margin: 3px 0 0 0;
}

.store-list-price {
	float:left;
}

.store-list-btn {
	float:right;
}

#store-left {
	float: left;
	width: 210px;
	margin: 0 10px 0 0;
}

#store-right {
	float: left;
	width: 232px;
	margin: 0;
}

#store-right h4 {
	color:#f3890c;
	margin: 0;
}

#store-right h2 {
	margin: 0;
}

#store-desc {
	margin: 10px 0 0 0;
}

.store-price {
	float:left;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	width: 231px;
	padding: 5px 0 5px 0;
	margin: 10px 0 10px 0;
}

.store-tracklist {
	background:#CCC;
	padding: 10px;
	margin: 10px 0 0 0;
}

.store-tracklist b{
	float:left;
	width: 210px;
	margin: 0 0 10px 0;
}


/* ********************************** */
/*              Media                 */
/* ********************************** */

#photos img {
	border: #cdcdcd 1px solid;
	padding: 1px;
}

#photos {
float:left;
width: 400px;
}

.video {
	float:left;
	width: 452px;
	margin: 0 7px 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #333;
}

.video-title {
	background:#000 url(images/media-video-bottom.png) repeat-x;
	height: 29px;
	color:#FFF;
	width: 199px;
	padding: 7px 10px;
	text-align:center;
}

.player {
	width: 220px;
	float:left;
}

.video-details {
	width: 220px;
	float:left;
	margin: 0 0 0 10px;
}

table#audio {
	background:#CCC;
}

table#audio th {
	background:#000;
	color: #FFF;
	text-align:left;
	padding: 5px;
}

table#audio td {
	height: 30px;
	padding: 5px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

/* ********************************** */
/*              Events                */
/* ********************************** */

table#tableevents {
	border-top: 1px dotted #666;
}

table#tableevents td {
	border-bottom: 1px dotted #666;
	vertical-align:top;
	padding: 5px 3px;
}

table#tableevents td i {
	color: #f2a30b;
	font-weight: bold;
	font-style: normal;
}

/* ********************************** */
/*              News                  */
/* ********************************** */

.news-post {
	float: left;
	width: 452px;
	border-bottom: 1px dotted #666;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.news-post-left {
	float:left;
	width: 160px;
	margin: 0 10px 0 0;
}

.news-post-right {
	float:left;
	width: 282px;
}

.date {
	color:#F90;
	margin: 0 0 8px 0;
}

#comments {
	float:left;
	padding: 0 0 0 170px;
	width: 282px;
}

.comment {
	width: 262px;
	float:left;
	background:#CCC;
	padding: 10px;
}

.side-news {
	float:left;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #333;
	padding: 0 0 4px 0;
}

#comment-form input {
width: 270px;
}

#comment-form textarea {
width: 270px;
}

#comment-form {
float:left;
margin: 20px 0;
}


/* ********************************** */
/*              Contact                 */
/* ********************************** */


#contact-form {
float:left;
margin: 20px 0;
}

#contact-form input {
width: 300px;
padding: 3px;
}

#contact-form textarea {
width: 300px;
padding: 3px;
}

#contact-form label {
font-weight: bold;
float:left;
padding: 3px 0;
}


