/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: 'PTSansRegular', Helvetica, Arial, sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.5; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { font-size: 12px;
	text-decoration: none;
	color: #3272c0;
	-moz-transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
a:visited { color: #3272c0; }
a:hover { color: #c24646; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #b4b4ae; margin: 1em 0; padding: 0; width: 75%; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { 
	font-size: 9pt; 
	vertical-align: top;
}

tr {
	padding: 10px 0;
}

td {
	padding-left: 20px;
	color: #8D8D8D;
}

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.left {
	float:left;
}
.right {
	float:right;
}

.text-align-right {
	text-align: right;
}

/* ===== Primary Styles ========================================================
  Jess Poteralski:
   ========================================================================== */
   
/* red   :: #c92800
   black :: #0a0a0b
   beige :: #f5f5f0
*/

div.layout-978 { width: 978px; margin: 0px auto; }

div.row { height: 1%; }
div.row-end { clear: both; font: 1px/1px sans-serif; height: 1px; overflow: hidden; }

div.col1, div.col2, div.col3, div.col4, div.col5, div.col6, div.col7, div.col8, div.col9, div.col10, div.col11, div.col12 { float: left; margin-left: 30px; }
div.col1:first-child, div.col2:first-child, div.col3:first-child, div.col4:first-child, div.col5:first-child, div.col6:first-child, div.col7:first-child, div.col8:first-child, div.col9:first-child, div.col10:first-child, div.col11:first-child, div.col12:first-child { margin-left: 0px; }
div.col1 { width: 54px; }
div.col2 { width: 138px; }
div.col3 { width: 222px; }
div.col4 { width: 306px; }
div.col5 { width: 390px; }
div.col6 { width: 474px; }
div.col7 { width: 558px; }
div.col8 { width: 642px; }
div.col9 { width: 726px; }
div.col10 { width: 810px; }
div.col11 { width: 894px; }
div.col12 { width: 978px; }

.pull {margin-left: -30px;}

body {
	background-image: url(../img/background.jpg);
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'PTSansNarrowBold', sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 26px;
	margin-bottom:-15px;	
}

h4 {
	font-size: 18px;
}

ul {
	list-style: none; list-style-image: none; margin: 0; padding: 0;
}

nav {
	margin-top:59px;
}

nav li {
	float:left;
	padding-right:20px;
}

nav a  {
	display:block;
	width:60px;
}


/*		Nav Sprites		*/

.item1, .item2, .item3, .item4, .item1:hover, .item2:hover, .item3:hover, .item4:hover{
	background: url(../img/sprites.png) no-repeat;
}

.item1{
	background-position: 0 0;
	width: 59px;
	height: 91px;
}

.item2{
	background-position: -65px 0;
	width: 154px;
	height: 91px;
}

.item3{
	background-position: -226px 0;
	width: 128px;
	height: 91px;
}

.item4{
	background-position: -363px 0;
	width: 68px;
	height: 91px;
}

.item1:hover{
	background-position: 0 -100px ;
	width: 59px;
	height: 91px;
}

.item2:hover{
	background-position: -65px -100px ;
	width: 154px;
	height: 91px;
}

.item3:hover{
	background-position: -226px -100px ;
	width: 128px;
	height: 91px;
}

.item4:hover{
	background-position: -363px -100px ;
	width: 68px;
	height: 91px;
}


/*		HEADER		*/

.ribbon {
	height:4px;
	background-color: #121212;
}

.ribbon:after {
	-webkit-box-shadow:  2px 1px 3px 2px rgba(255, 255, 255, 0.4);
    box-shadow:  2px 1px 3px 2px rgba(255, 255, 255, 0.4);
	content:"";
}

.logotype img {
	margin:70px 0 0 -2px;
}

.logotag img {
	margin-left:3px;
}


.header-tag {
	margin-top:25px;
	margin-left:-1px;
		-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-radius: 4px;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}


.aboutImg {
	margin: 30px 0 40px -10px;
	-moz-box-shadow: 0px 1px 2px 1px rgba(174, 173, 169, 0.0);
    -webkit-box-shadow:  0px 1px 2px 1px rgba(174, 173, 169, 0.0);
    box-shadow:  0px 1px 2px 1px rgba(174, 173, 169, 0.9);
    border-top:solid 1px white;
}

.aboutText {
	padding: 0px 40px 20px 0;
	margin-top:10px;
}


/*		MAIN		*/

.click {
	font-style: italic;
	font-size: 10px;
	color:#4a4a4a;
	margin: 68px 0 5px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.click_original {
	margin-top: 12px;
}

.phone {
	font-style: italic;
	font-size: 11px;
	color:#4a4a4a;
	letter-spacing: 1px;
	text-transform: uppercase;
}


.play-audio {
	font-style: italic;
	font-size: 14px;
	color:#fff;
	margin: 25px 0 0px 0;
	padding-right: 20px;

}

.panel {
	background-color:#f5f5f0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    margin-top: 5px;
    -moz-box-shadow: 0px 1px 2px 1px rgba(174, 173, 169, 0.0);
    -webkit-box-shadow:  0px 1px 2px 1px rgba(174, 173, 169, 0.0);
    box-shadow:  0px 1px 2px 1px rgba(174, 173, 169, 0.9);
    border-top:solid 1px #FDFDF8;
    padding-bottom:50px;
}

.head-panel {
	-webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 40px;
}

.audioPanel {
	background-color: rgba(55,54,53,0.3);
	padding-top:10px;
	-moz-box-shadow: inset 0px 1px 1px 1px #72726e;
	-webkit-box-shadow: inset 0px 1px 1px 1px #72726e;
	box-shadow: inset 0px 1px 1px 1px #72726e;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    margin-top: 7px;
    border-bottom: solid 1px #e6e6dc;
	
}

.top-line {
	border-top: solid 1px #e6e6dc;
}


.panel-header {
	border-bottom: solid 1px #edebe3;
	padding-bottom: 25px;
}

.audioLabel  {
	margin-left: -2px;
	padding-top:12px;
}

#fancyMusicPlayer {
	margin:10px 0;
	padding-top:10;
}

.playAudio {
	font-family: 'PTSansItalic';
	font-size: 13px;
}

.project {
	margin-bottom:30px;
}

.trackList {
	
	padding-top: 0px;
}

.trackList > li {
	background-color: #EEEEE9;
	padding:2px 0px 0 0;
	list-style:none;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.trackList > li:hover {
	background-color: #aeaea6;
	border-bottom: #dcdcd8;
	color: white;
	
}

.trackList li a {
	font-size: 12px;
	text-decoration: none;
	color: #3272c0;
	padding: 6px 5px 6px 10px;
	display: block;
	-moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
	
}

.trackList li a:hover {
	color: white;
}

.credit-div {
	margin-top: 30px;
}

.featuredImg {
	margin: 35px 0 40px -10px;
}

ul.connect {
	margin-top: 71px;
}

ul.connect li {
	padding:2px 0;	
}

.featured-connect {
	float:left;
	padding-right:20px;
}


.foot .col2 {
	margin-bottom:60px;
}

.footContact p {
	font-size: 9px;
	color:#121212;
	font-style: italic;
}



/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
