@charset "UTF-8";

@font-face {
    font-family: 'FFFTusjBold';
    src: url('../fonts/FFF_Tusj-webfont.eot');
    src: url('../fonts/FFF_Tusj-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/FFF_Tusj-webfont.woff') format('woff'),
         url('../fonts/FFF_Tusj-webfont.ttf') format('truetype'),
         url('../fonts/FFF_Tusj-webfont.svg#FFFTusjBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RockSaltRegular';
    src: url('../fonts/RockSalt-webfont.eot');
    src: url('../fonts/RockSalt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RockSalt-webfont.woff') format('woff'),
         url('../fonts/RockSalt-webfont.ttf') format('truetype'),
         url('../fonts/RockSalt-webfont.svg#RockSaltRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Lifted directly from Eric Meyer's popular "Reset CSS" file. Thanks!*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*---------------end reset------------------*/
html {
	height:100%;
}

body {
	font: 1em/1.4em sans-serif;
	background: #110809 url(../images/background_stripe.jpg) repeat-x scroll 0 16px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000;
	height:101%;	
}

strong {
	font-weight: bold;
}

p {
	padding: 10px 0;
}

h1 {
	font: 65px/50px 'FFFTusjBold', Arial, sans-serif;
	letter-spacing: 0;
	color: #7ccedc;
	margin: 0;
	padding: 20px 0 10px 0;
	text-align: right;
	
	text-shadow: 6px 6px 5px #190e0a;
	filter: dropshadow(color=#190e0a, offx=6, offy=6); 
}
	
h2 {
	font: 20px/20px 'RockSaltRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #fff;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: right;
	
	text-shadow: 6px 6px 5px #190e0a;
	filter: dropshadow(color=#190e0a, offx=6, offy=6);
}

h4 {
	font: 17px/17px 'TeXGyreAdventorBold', sans-serif;
	border-bottom: 3px solid #bb773b;
	color: #bb773b;
	padding: 10px 0;
	margin-bottom: 15px;
}

#content {
	padding:  0 30px;
	width: 1350px;
	margin: auto;
	background: transparent url(../images/background_photo.jpg) no-repeat scroll 0 16px;
	min-height: 100%;
	height:auto !important;
   	height: 100%;
	position: relative;
}


#main_container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	float: right;
	position: relative;
}



#page_content {
	clear: both;
	background: #fff;
	padding: 30px 50px 30px 60px;
	min-height: 450px;
	height:auto !important;
   	height: 450px;
}

#page_content a:link, #page_content a:visited {
	font-weight: bold;
	color: #630;
	text-decoration: none;
}

#page_content a:hover, #page_content a:active {
	font-weight: bold;
	color: #630;
	text-decoration: underline;
}

#page_content img {
	  float:right;
	  padding: 10px 0 15px 15px;
}

#page_content img.cover {
	  width: 100%;
	  padding: 0;
}

#page_content img.player_cover {
	  float: none;
    padding: 10px 100px;
    width: 200px;
}

/*  tabbed content rules  */


#tab_nav li {
	float: left;
	list-style: none;
	margin: 3px 3px 0 0;
}

ul#tab_nav {
	margin: 0;
	padding: 0;
}

#tab_nav li a {
	font: 17px/17px 'TeXGyreAdventorRegular', Arial, sans-serif;
	padding: 6px 30px 6px 20px;
	display: block;
	outline: none;
	text-decoration: none;
	color: #fff;
	background: #bda587;
	min-width: 3em;
}

#tab_nav li a.current {
	background: #bb773b;
}

#tab_nav li a:hover,
#tab_nav li a:active {
	text-shadow: 0px 0px 8px #f9c67c;
	filter: dropshadow(color=#f9c67c, offx=0, offy=0);
}


ul#social_buttons {
	margin: 0;
    padding: 0;
    position: absolute;
    right: 640px;
    top: 350px;
    z-index: 3;
}
	
ul#social_buttons li {
	list-style: none;
	text-indent: -9999px;
	clear: both;
	float: right;
	padding: 3px 0 3px 6px;
	background-color: #bda587;
}

ul#social_buttons li.top {
	padding-top: 7px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}

ul#social_buttons li.bottom {
	padding-bottom: 7px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
}
	
ul#social_buttons li a {
	background: url(../images/social_bg.jpg) repeat scroll 0 0 #E3CCAC;
    color: #000000;
    display: block;
    outline: medium none;
    text-decoration: none;
	/*width: 130px;*/
	width: 40px;
	height: 40px;*/
}



ul#social_buttons li a#facebook_link:link,
ul#social_buttons li a#facebook_link:visited {
	background-position: 0px 41px;
}

ul#social_buttons li a#facebook_link:hover,
ul#social_buttons li a#facebook_link:active {
	background-position: 0px 0px;
}



ul#social_buttons li a#myspace_link:link,
ul#social_buttons li a#myspace_link:visited{
	background-position: -130px 41px;
}

ul#social_buttons li a#myspace_link:hover,
ul#social_buttons li a#myspace_link:active{
	background-position: -130px 0px;
}


ul#social_buttons li a#cdbaby_link:link,
ul#social_buttons li a#cdbaby_link:visited{
	background-position: -275px 41px;

}

ul#social_buttons li a#cdbaby_link:hover,
ul#social_buttons li a#cdbaby_link:active{
	background-position: -260px 0px;
}



ul#social_buttons li a#onetonpig_link:link,
ul#social_buttons li a#onetonpig_link:visited{
	background-position: -390px 41px;
}

ul#social_buttons li a#onetonpig_link:hover,
ul#social_buttons li a#onetonpig_link:active{
	background-position: -390px 0px;
}

ul#social_buttons li a:hover {
	width: 130px;
}
	
span.quote_name {
	float: right;
    padding: 0 50px 0 0;
}

div.album {
	border-bottom: 1px solid #999;
	padding: 10px 0 20px 0;
}

#home div.album {
	padding: 10px 0 70px;
}



div.album img {
	float:left !important;
	margin: 5px 20px 10px 0 !important;
	padding: 0 !important;
	
   
        -webkit-box-shadow:  5px 3px 10px 4px #cccccc;
        -moz-box-shadow:  5px 3px 10px 4px #cccccc;
        box-shadow:  5px 5px 10px 3px #cccccc;
        
        
}

img.player_cover {
	
	padding: 0 !important;
	margin:  20px 120px !important;
        -webkit-box-shadow:  5px 3px 10px 4px #cccccc;
        -moz-box-shadow:  5px 3px 10px 4px #cccccc;
        box-shadow:  5px 5px 10px 3px #cccccc;
        
        
}

div.album a.listen:link,
div.album a.listen:visited,
div.album a.buy:link,
div.album a.buy:visited {
	font: 15px/15px 'TeXGyreAdventorRegular', Arial, sans-serif;
	font-weight: normal !important;
	color: #fff !important;
	padding: 7px 15px;
	margin-top: 10px;
	float:right;
	clear: right;
	
	
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	
	background: #bb773b; 
    
}

div.album a.listen:hover,
div.album a.listen:active,
div.album a.buy:hover,
div.album a.buy:active {
	text-shadow: 0px 0px 8px #f9c67c;
	filter: dropshadow(color=#f9c67c, offx=0, offy=0);
	text-decoration: none !important;
}

div.album a.listen {
	margin: 0;
	
}

div.album a.buy {
}

#footer {
	color: #fff;
	text-align: center;
	font-size: .8em;
	padding: 20px 20px 0;
	
	text-shadow: 0px 0px 4px #09F;
	filter: dropshadow(color=#09F, offx=0, offy=0); 
}

#footer p {
	white-space: nowrap;
	display: inline;
	padding: 0;
	margin: 0;
}

#footer a:link, #footer a:visited {
	color:#7ccedc;
	text-decoration: none;
}
	
#footer a:hover, #footer a:active {
	color:#7ccedc;
	text-decoration: underline;
}

body.album_player a {
	font: 15px/15px 'TeXGyreAdventorRegular', Arial, sans-serif;
	font-weight: normal !important;
}


@media screen and (max-width: 1430px) {
  #content {
	padding: 0 20px;
	width: 95%;
	margin: 0;
  }
}

@media screen and (max-width: 710px) {
	
  
  h1 {
	font: 50px/50px 'FFFTusjBold', Arial, sans-serif;
	letter-spacing: 0;
	margin: 0;
	padding: 20px 0 10px 0;
	text-align: left;
  }
	
  h2 {
	font: 15px/15px 'RockSaltRegular', Arial, sans-serif;
	letter-spacing: 0;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: right;
  }
  
  #content {
	  padding: 0 0 0 30px;
	  background: none;
  }
  
  #main_container {
	width: 96%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	float: none;
	position: relative;
	padding: 0;
}

#page_content {
    clear: both;
    padding: 30px 50px 30px 60px;
    position: relative;
}

  #page_content img {
	  max-width: 100%;
	  padding: 0 0 20px 0;
}

#page_content p {
	  clear: both;
}

ul#social_buttons {
	 margin: 0;
    padding: 20px 0;
    position: static;
}
	
ul#social_buttons li {
	list-style: none;
	text-indent: -9999px;
	clear: none;
	float: left;
	padding: 5px !important;
	background-color: #fff;
}


ul#social_buttons li a {
	background: url(../images/social_bg.jpg) repeat scroll 0 0 #E3CCAC;
    color: #000000;
    display: block;
    outline: medium none;
    text-decoration: none;
	width: 130px;
	height: 40px;*/
}

ul#social_buttons li a#cdbaby_link:link,
ul#social_buttons li a#cdbaby_link:visited{
	background-position: -260px 41px !important;

}

ul#social_buttons li a#cdbaby_link:hover,
ul#social_buttons li a#cdbaby_link:active{
	background-position: -260px 0px !important;
}

body.album_player #page_content,
body.album_player #content {
	padding: 0;
	width: 422px;
	margin: auto;
}

body.album_player h1 {
	font-size: 2.5em;
}

body.album_player img.player_cover {
	height: auto;
	width: auto;
}

}
