@charset "utf-8";


/*-----------------------------------------------------------------
IMPORT CSS
-----------------------------------------------------------------*/
@import url("css_normalizer.css");


/*-----------------------------------------------------------------
GENERAL AND DEFAULTS
-----------------------------------------------------------------*/
@font-face {
  font-family: "Gabo";
  src: url(../type/Gabo.otf) format("opentype");
}
@font-face {
  font-family: "Pluto";
  src: url(../type/PlutoSansRegular.otf) format("opentype");
}
@font-face {
  font-family: "Pluto Bold";
  src: url(../type/PlutoSansHeavy.otf) format("opentype");
  font-weight:bold;
}

html,body{
	height:100%;
}
body{
	font-family: 'Pluto', sans-serif;
	font-weight:300;
	color:#323232;
	font-size:17px;
	line-height:1.5em;
	background: #FFF url(../images/bluth-background.jpg) center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
}
img{
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px; 
}
p{
	font-family:inherit;
	color:inherit;
	font-size:inherit;
	color:inherit;
	font-weight:inherit;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
}
label{
	text-transform:uppercase;
	display:block;
}
input,textarea{
	font-family: 'Pluto', sans-serif;
	padding:5px;
}
a:link, a:visited{
	color:#fff;
	font-family:inherit;
	text-decoration:none;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
}
a:hover, a:active{
	color:#eee;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
}
h1,h2{
	margin:0px;
	padding:0px;
	font-family: 'Gabo', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:60px;
	color:#FFF;
	line-height:auto;
	padding-top:60px;
}
h3{
	font-size:19px;
	padding:7px 0px 5px 0px;
	margin:0px;
	display:inline;
}


/*-----------------------------------------------------------------
COMMON PAGE STYLES
-----------------------------------------------------------------*/
.clear{
	clear:both;
}
.centering{
	text-align:center;
}
.orange{
	background-color:#db551a;
}
.button{
	border:0px;
	padding:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
}
.button:hover{
	background-color:#000000;
	border:0px;
	padding:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
}

/*-----------------------------------------------------------------
MAJOR CONTAINER STYLES
-----------------------------------------------------------------*/
.MAIN{
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	background:url(../images/beige-texture.jpg);
	background-repeat:repeat;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(255,255,255,0.75);
	-moz-box-shadow: 0px 0px 12px -3px rgba(255,255,255,0.75);
	box-shadow: 0px 0px 12px -3px rgba(255,255,255,0.75);
}
.TOP{
	width:1024px;
	height:184px;
	background:url(../images/top-background.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:10;
}
.TOP_INSIDE_PADDING{
	padding:0px 60px 0px 60px;
}
.TOP_WRAPPER{
	padding-left:100px;
}
.CONTENT_INSIDE_PADDING{
	padding:0px 60px 40px 60px;
}
.PAGE_BACKGROUND{
	margin-top:-40px;
}
.CONTACT_BACKGROUND{
	background:url(../images/contact-background.png);
	background-repeat:no-repeat;
}
.MUSIC_BACKGROUND{
	background:url(../images/music-background.png);
	background-repeat:no-repeat;
}
.button_buy_cd{
	margin-left:10px;
	padding:1px 7px 3px 7px;
	display:inline;
	line-height:normal;
}
.button_buy_cd a{
	line-height:normal;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}


/*-----------------------------------------------------------------
TOP CONTAINER STYLES
-----------------------------------------------------------------*/
.NAVIGATION{
	margin-top:20px;
	float:left;
}
.NAVIGATION ul{
	margin:0;
	padding:0;
	list-style:none;
}
.NAVIGATION li{
	float:left;
}
.NAVIGATION li a{
	font-family: 'Pluto', sans-serif;
	text-transform:uppercase;
	color:#FFF;
	font-size:16px;
	padding:40px 10px 5px 10px;
	margin-right:20px;
	background:url(../images/navigation-wood.jpg) 0px -80px no-repeat;
}
.NAVIGATION li a:hover, .NAVIGATION li a.active{
	background:url(../images/navigation-wood.jpg) 0px 10px no-repeat;
}
.TITLE{
	float:left;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:102px;
	line-height:1.0em;
	font-family:'Gabo',sans-serif;
}
.MUSIC_STORE{
	color:#FFFFFF;
	-webkit-border-radius: 0px 0px 6px 6px; 
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	width:140px;
	height:150px;
	display:block;
	float:right;
	background:#36b2b1 url(../images/music-store-gradient.png);
}
.MUSIC_STORE:hover{
	color:#FFFFFF;
	display:block;
	float:right;
	background:#33d4d3 url(../images/music-store-gradient.png);
}
.MUSIC_STORE a{
	display:block;
	margin-top:4px;
	margin-left:9px;
}
.SOCIAL{
	margin-top:45px;
	margin-right:10px;
	text-align:center;
	width:31px;
	float:right;
}
.SOCIAL a{
	padding:0px 0px 10px 0px;
	display:inline;
	float:left;
	opacity: 1.0;
    filter: alpha(opacity=100);
}
.SOCIAL a:hover{
	opacity: 0.4;
    filter: alpha(opacity=40);
}


/*-----------------------------------------------------------------
CONTENT STYLES AND CONTAINERS
-----------------------------------------------------------------*/
.heading{
	position:relative;
	z-index:1;
	margin-top:-20px;
	display:inline-block;
	padding:20px 20px 30px 20px;
	margin-bottom:30px;
}
a.wood{
	margin:0px;
	padding:0px;
	display:block;
	width:298px;
	height:80px;
	float:left;
	margin-right:4px;
	font-family:'Plato Bold', sans-serif;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../images/buttons-wood.jpg);
	background-repeat:no-repeat;
	-webkit-border-radius:6px; 
	-moz-border-radius:6px;
	border-radius:6px;
	opacity: 1.0;
    filter: alpha(opacity=100);
	line-height:1.3em;
}
a.wood:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
}
.wood_inside, .wood_inside_pause{
	height:75px;
	margin:18px;
	padding:5px 0px 0px 60px;
}
.wood_inside{
	background:url(../images/button-play.png);
	background-repeat:no-repeat;
}
.wood_inside_pause{
	background:url(../images/button-pause.png);
	background-repeat:no-repeat;
}
.wood_inside span, .wood_inside_pause span{
	font-family:'Plato', sans-serif;
	font-weight:normal;
	font-size:13px;
}
a.no_margin{
	margin:0px;
}
p.video_container{
	float:left;
	width:280px;
	padding:0px 10px 20px 10px;
	text-align:center;
}
p.video_container img{
	width:100%;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
}
p.video_container img:hover{
	opacity:.6;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
}
.errors_area{
	background-color:#000000;
	color:#FFFFFF;
	padding:20px 20px 5px 20px;
	margin-bottom:20px;
}


/*-----------------------------------------------------------------
BANNER CONTAINERS
-----------------------------------------------------------------*/
.BANNER{
	height:584px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	margin-top:20px;
	background-color:#AAA;
	margin-bottom:10px;
}
.BANNER img{
	-webkit-border-radius:6px; 
	-moz-border-radius:6px;
	border-radius:6px;
}