@CHARSET "UTF-8";

/* --------------------------------------------------------------

    Page Name:  brazed.net
    
    Version: 1.0
    
    Author: Brazed
    E-Mail: info[at]brazed.net
    H-Page: http://brazed.net

    style.css
    * Sets up the page layout.

-------------------------------------------------------------- */

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
       url('../fonts/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/open-sans-v15-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
       url('../fonts/open-sans-v15-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* Avoids "page jumps" by forcing the vertical scrollbar
   Should work in Firefox, Safari, IE 6
-------------------------------------------------------------- */
html {
    overflow-y: scroll;
}


/* These rather presentational classes are generated by WordPress,
    so it's useful to have some styles for them.
-------------------------------------------------------------- */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.wp-caption {
    margin: 10px;
    padding: 10px;
    text-align: center;
    background: #cccccc;
    border: 1px solid #666666;
}


/* Body settings
-------------------------------------------------------------- */
body {
    color: #AAAAAA;
    font: 400 12px/1.6 'Open Sans','Lucida Sans Unicode','Lucida Grande',sans-serif;
    background: #000 url(.jpg) no-repeat 0 0;
}


/* Typography settings like headlines, paragraphs, etc.
-------------------------------------------------------------- */
h1, h3, h4, h5, h6 {
    color: #AAAAAA;
    line-height: 22px;
    padding: 11px 0 0 0;
}
h1 { font-size: 32px; padding-bottom: 10px; padding-top:30px; font-family:'Open Sans', Arial, Tahoma, Verdana, sans-serif; font-weight: 800; color: #FFF;}
h2 { font-size: 20px; }
h3 { font-size: 14px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; padding: 0px 0px 0px 0px; line-height: 12px;}
h6 { font-size: 13px; }

a, a:focus {
    color: #AAAAAA;
    text-decoration: none;
    outline: 0;
    -moz-outline:0;
}
a:hover {
    color: #bc0202;
}

p {
    padding-bottom: 12px;
}

li {
    list-style-type: none;
    padding-bottom: 10px;
}


/* Miscellaneous classes
-------------------------------------------------------------- */
.hidden {
    display: none;
}

.clear {
    clear: both;
}

em,
.italic {
    font-style: italic;
}

.bold {
    font-weight: 800;
}

hr {
    background: none repeat scroll 0 0 #bc0202;
    border: medium none;
    clear: both;
    color: #bc0202;
    height: 3px;
    margin-bottom:15px;
}

.divider {
	height:25px;	
}


/* Layout
-------------------------------------------------------------- */
.main-wrapper {
    margin: 0px auto;
    width: 1000px;
    background: transparent url(img/bg_wrapper.png) repeat-x top left;   
}

.one_half,
.one_half_last {
float: left;
width: 480px;
margin-bottom: 20px;
}
.one_half_last {
float: right;
padding-right: px;
}
.one_half {
padding-left: px;
}

#back-top {
position: fixed;
bottom: 40px;
right:80px;
z-index: 10;
}
#back-top span {
width: 34px;
height: 34px;
display: block;
background: url("img/top-btn.png") no-repeat scroll 2px 2px #111111;
border: 1px solid #333333;
border-radius: 4px 4px 4px 4px;
}
#back-top span:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    opacity: 0.95;
    border: 1px solid #444444;
    transition: all 0.2s ease 0s;
}



#toTop {
    background: url("img/top-btn.png") no-repeat scroll 2px 2px #111111;
    border: 1px solid #333333;
    border-radius: 4px 4px 4px 4px;
    bottom: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 34px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 20px;
    text-indent: -999px;
    transition1: all 0.2s ease 0s;
    width: 34px;
    z-index: 999;
}
#back-top.show {
    opacity: 0.8;
}
#toTop:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    opacity: 0.95;
    transition: all 0.2s ease 0s;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}

/* Header
-------------------------------------------------------------- */

#social_header {
    background-color: #121212;
    border-bottom: 1px solid #1C1C1C;
    height: 60px;
    width: 100%;
    z-index: 300;
}
#divider-full {
    background-color: #121212;
    border-top: 1px solid #1C1C1C;
    height: 60px;
    width: 100%;
    z-index: 300;
    margin-bottom: 20px;
}
.social {
	float: right;
	padding-top: 20px;
    padding-left: 0;
    padding-right: 10px;
    position: relative;
    list-style-type: none;
    margin: 0;
}
.social li {
    float: left;
    margin-left: 10px;
}
.social li a {
    background-image: url("img/spritesheet.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    transition: all 0.3s ease-in-out 0s;
}
.social li.twitter, .social li.youtube {
    position: relative;
    top: 1px;
}
.social li.twitter a {
    background-position: 0 0px;
    height: 19px;
    width: 24px;
}
.social li.facebook a {
    background-position: -40px 0px;
    height: 20px;
    width: 21px;
}
.social li.youtube a {
    background-position: -80px 0px;
    height: 20px;
    width: 54px;
}
.social li.beatport-social a {
    background-position: -140px 0px;
    height: 20px;
    width: 29px;
}
.social li.soundcloud a {
    background-position: -180px 0px;
    height: 20px;
    width: 47px;
}
.social li.audiolith a {
    background-position: -260px 0px;
    height: 20px;
    width: 121px;
}
.social li.twitter a:hover {
    background-position: 0 -40px;
}
.social li.facebook a:hover {
    background-position: -40px -40px;
}
.social li.youtube a:hover {
    background-position: -80px -40px;
}
.social li.beatport-social a:hover {
    background-position: -140px -40px;
}
.social li.soundcloud a:hover {
    background-position: -180px -40px;
}
.social li.audiolith a:hover {
    background-position: -260px -40px;
}

.slider-wrapper { 
	width: 1000px; 
	margin: auto;
}


/* Content
-------------------------------------------------------------- */
#header {
	width: 100px;
	height: 350px;	
}	
	
#soundcloud-player {
	width: 480px;	
}


/* Events
-------------------------------------------------------------- */	
ul.events-list {
	margin-bottom:0;
	overflow: hidden;	
}	
ul.none {
	list-style: none outside none;
	margin: 0;	
}	

.events-list li {
    background: url("../img/opacity.png") repeat scroll left top #1C1C1C;
    margin: 0 0 1px;
    min-height: 64px;
    position: relative;
    width: 100%;
}
.events-list li a {
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 10px 20px;
    width: 100%;
}
.events-list .date {
    color: #999999;
    font-size: 30px;
    font-weight: 800;
    left: 20px;
    line-height: normal;
    position: absolute;
    top: 10px;
}
.events-list .title {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 0 110px;
    padding-right: 50px;
    text-transform: uppercase;
}
.events-list .details {
    color: #999999;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.events-list li a:hover {
    transition: all 0.4s ease 0s;
    cursor: pointer;
}
.events-list li a:hover .date {
    color: #FFFFFF;
}
.events-list li a:hover .title {
    color: #bc0202;
}
.events-list li a:hover .cover {
    opacity: 1;
}
.plus-button {
    background: url("../img/plus-button.png") no-repeat scroll right center #bc0202;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 36px;
}
.plus-button:hover, .events-list li a:hover .plus-button {
    background-color: #000000;
    background-position: left center;
}


/* Releases
-------------------------------------------------------------- */	
.releases {
    padding-left: 0;
}
.releases li {
    float: left;
    margin-bottom: 19px;
    margin-right: 47px;
    text-align: center;
    text-transform: uppercase;
    width: 162px;
}
.releases li.end {
    margin-right: 0;
}
.releases li img {
    border: 2px solid #2E2E2E;
    display: block;
    height: 158px;
    margin: 0 auto 10px;
    width: 158px;
}
.releases li a {
    display: block;
}
.releases li > a {
    color: #000000;
}
.releases li > a:hover {
    color: #bc0202;
}
.releases li a:hover img {
    border-color: #bc0202;
}
.releases li a.download {
}

.button {
    background: none repeat scroll 0 0 #2E2E2E;
    border: medium none;
    color: #AAAAAA;
    cursor: pointer;
    display: block;
    font-family: Arial, sans serif;
    line-height: 14px;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 0;
    margin-top: 10px;
    text-transform: uppercase;
    width: 100%;
}
.button:hover {
    background: none repeat scroll 0 0 #bc0202;
    color: #FFF;
}
.itunes, .juno, .beatport {
    float: left;
    margin-right: 1px;
    width: 29%;
}
.beatport {
    margin-right: 0px;
    width: 40%;
}


/* Footer
-------------------------------------------------------------- */
#footer-top {
    background-color: #0F0F0F;
    border-bottom: 1px solid #090909;
    border-top: 1px solid #191919;
    min-height: 30px;
    width: 100%;
}
#footer-top a {
	color: #444444;
}
#footer-top a:hover {
	color: #bc0202;
}
.contact .email {
    background: url("../img/email-icon.png") no-repeat scroll 0 4px transparent;
}

.contact li {
    float: left;
    list-style: none outside none;
	margin: 0 0 5px 24px;
    padding: 0 0 0 24px;
}
.contact .booking {
    float: left;
    list-style: none outside none;
	margin: 0 0 5px 0px;
    padding: 0 0 0 0px;
}
.footer-top-content {
	padding-top: 5px;	
	font-size: 11px;
	color: #444444;
}

#footer {
    background-color: #121212;
    border-top: 1px solid #191919;
    height: 120px;
    width: 100%;
    z-index: 300;
}
#footer a {
	color: #444444;
}
#footer a:hover {
	color: #bc0202;
}
#footer-content {
	font-size: 12px;	
	padding: 10px 0;
	color: #ccc;
}
.copyright {
    color: #444444;
    font-size: 10px;
    text-transform: uppercase;
}