/* HTML5 Boilerplate  */

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: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

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

a:focus, a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#3661cf; }
a:hover { color:#991e36; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 20px;}
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
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 { vertical-align: top; }

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









@media only screen and (min-width: 35em) {


}

.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; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  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: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  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; }
}


/* Luke's Base CSS */
html {
    -webkit-font-smoothing: antialiased;
}
h1 {font-size:138.5%;}
h2 {font-size:123.1%;}
h3 {font-size:108%;}


/* Primary Styles
   Author: Luke Cyca
*/

html, body {height:100%;}
body {
    background: white url(../images/bg.png) center;
    text-align: center;
    font-family: "Gill Sans", "Helvetica Neue", Verdana, sans-serif;
    font-size: 14px;
}
#centerdamnit {
    float: left;
    height: 50%;
    width: 1px;
    margin-bottom: -295px;
}
#container {
    clear: both;
    margin: 0 auto;
    width: 880px;
    height: 591px;
    color: black;
}

/* Home Page Layout */
#home #centerdamnit {margin-bottom: -302px;}
#home #container {
    height: 605px;
    background: url(../images/home.png) no-repeat bottom;
}
#home #thankyou {
    clear: both;
    float: left;
    position: relative;
    top: 314px;
    left: 90px;
    width: 250px;
    text-align: center;
    color: black;
    font-family: Verdana;
    font-size: 10px;
    background: white;
    padding: 4px 0;
    display: none;
}
#home #giveyouremail {
    clear: both;
    float: left;
    position: relative;
    top: 314px;
    left: 90px;
    width: 251px;
}
#home #address {
    font-size: 11px;
    width: 155px;
    float: left;
}
#home #thesubmit {
    font-size: 11px;
    width: 71px;
    float: right;
}
#home #navigation {
    position: relative;
    left: 80px;
}
#home .navitem {
    float: left;
    margin: 0 10px;
}
#home #ppptop20 {
    margin-top: 71px;
    float: right;
}

/* Other Page Layout */
#header {
    position: relative;
    z-index: 0;
}
#header a {
    display: block;
    height: 129px;
}
.content-box {
    position: relative;
    z-index: 3;
    left: 89px;
    width: 662px;
    min-height: 300px;
    padding: 20px;
    border-top: 20px solid white;
    background: url(../images/darken-bg.png);
    text-align: left;
}
.content-box img {
    margin: 10px;
}
.content-box table {
    margin: 0 auto;
    width: 80%;
}
.content-box td {
    text-align: center;
    vertical-align: middle;
    border: 0;
}
.content-box blockquote {
    margin: 0 7em;
}
.content-box hr {
    border-top: 1px solid #666;
}
#bottom-shadow {
    clear: both;
    position: relative;
    left: 89px;
    height: 84px;
    width: 702px;
    background: url(../images/bottom-shadow.png);
    border-top: 20px solid white;
}



#singalong .content-box {
    width: 702px;
    height: 360px;
    padding: 0;
}
#singalong .content-box img {
    margin: 0;
}
#thankyou .content-box {
    text-align: center;
    font-size: 60px;
}
#presskit .content-box img {
    box-shadow: 2px 2px 10px black;
}
#presskit blockquote,
#presskit span.quote {
    text-align: center;
    display: block;
    clear: both;
    font-size: 120%;
    font-style: italic;
    font-weight: 200;
}
#presskit span.attr {
    display: block;
    clear: both;
    float: left;
    margin-left: 360px;
    margin-bottom: 2em;
}

#epk #epk-header {
    margin: -40px -20px 0 -20px;
    width: 700px;
    background: white;
    padding: 0 1px;
}
#epk #epk-header img {
    margin: 0;
}
#presskit .leftside,
#epk .leftside {
    float: left;
    width: 340px;
}
#presskit .leftside,
#epk .rightside {
    float: right;
    width: 300px;
    color: black;
}
#epk img {
    margin: 2px;
}
#epk img:first-child {
    margin-left: 0;
}
#epk h2, #epk h4 {
    margin-bottom: 0.3em;
}
#epk ol,
#epk ul {
    margin: 0.3em 0 1.5em 0;
}
#epk iframe {
    margin: 0 -19px;
}

/* Album Page Layout */
#album .leftside {
    clear: both;
    float: left;
    width: 302px;
    height: 302px;
}
#album .leftside h2 {
    font-weight: normal;
}
#album .leftside .year {
    opacity: 0.3;
}
#album .leftside .itunes {
    float: left;
    margin: 0 10px 0 0;
}
#album .leftside .bandcamp {
    float: right;
    margin: 0 0 0 10px;
}
#album .leftside .ripple {
	clear: both;
	margin: 0 0 0 78px;
}
#album .rightside {
    position: absolute;
    top: 0;
    right: 1px;
    width: 340px;
    height: 340px;
    color: black;
}
.slideshow .slide {
    position: absolute;
    z-index: 8;
    visibility: visible;
    width: 340px;
    height: 340px;
    overflow: hidden;
    background: white;
}
.slideshow .slide.active {z-index:10;}
.slideshow .slide.last-active {z-index:9;}
#shout1  {background: white url(../images/shout.jpg);}
#shout2  {background: white url(../images/bekept-2.png); padding-top: 20px;}
#shout2 ol,
#shout2 .tracktime,
#shout2 .creditpart {color: #999;}
#shout p {
    position: relative;
    top: 5px;
    left: 40px;
    font-size: 10px;
    width: 260px;
}

#tmbttp1 {background: white url(../images/tmbttp.jpg);}
#tmbttp2 {background: white url(../images/tmbttp-2.png);}

#bekept1 {background: white url(../images/bekept.png);}
#bekept2 {background: white url(../images/bekept-2.png);}
#bekept3 {background: white url(../images/bekept-3.png);}
#bekept2 ol,
#bekept2 .tracktime,
#bekept3 .creditpart {color: #b5d16a;}
#bekept2 .trackname,
#shout2 .trackname {color: black;}
#bekept2 ol {
    position: absolute;
    top: 34px;
    left: 45px;
    font-size: 12px;
}
#tmbttp2 {
    padding-top: 2em;
}
#tmbttp2 div {
    text-align: center;
    margin-top: 2em;
}
#tmbttp2 .side {
    display: block;
    text-transform: uppercase;
    color: #dc981d;
}
#tmbttp2 .tracktime {
    font-size: 8px;
    color: #dc981d;
}
#tmbttp2 #p1,
#tmbttp2 #p2 {
    display: block;
    width: 150px;
    position: absolute;
    top: 200px;
}
#tmbttp2 #p1 {
    left: 15px;
    font-size: 10px;
}
#tmbttp2 #p2 {
    left: 185px;
    font-size: 8px;
}
#tmbttp2 .creditpart {color: #dc981d;}

#bekept2 .copyright,
#shout2 .copyright,
#tmbttp2 .copyright {
    position: absolute;
    top: 285px;
    left: 15px;
    font-size: 8px;
}
#bekept3 p,
#tmbttp3 p {
    position: absolute;
    top: 20px;
    left: 40px;
    font-size: 10px;
}




/* Tour */
#tour .show {
    position: relative;
    z-index: 3;
    clear: both;
    text-align: left;
    font-size: 12px;

    margin: 0 70px 0 71px;
    height: 70px;
    border-top: 20px solid white;
    background: url(../images/darken-bg.png);
}
#tour .showinfo {
    float: right;
    width: 360px;
    height: 70px;
    overflow: hidden;
    background: white;
}
#tour .buy-etix {
    display: block;
    float: right;
}
#tour .show-links {
    float: right;
    display: block;
    margin: 0 20px;
}
#tour .show-links img {
    margin-top: 10px;
}

#tour .bandpic {
    float: right;
    margin-right: 19px;
    width: 71px;
    height: 70px;
    border-radius: 5px;
}
#tour .date {
    font-size: 14px;
    font-weight: bold;
}
#tour .show h1 {
    margin-top: 42px;
}



/* Download */
#download .content-box {
    text-align: center;
}
#download form {
    margin-top: 100px;
}
#entercodez {

    font-size: 24px;
}
.error {
    font-weight: bold;
    color: red;
}
#activity {
    position: absolute;
    top: 50px;
    left: 307px;
}
#activity,
#success,
#badcode,
#expiredcode {
    display: none;
}

/* Catalog */
#catalog {
    width: 1242px;
    margin: 0 auto;
	border-collapse: collapse;
}
#catalog td {
    background: white;
    vertical-align: top;
    text-align: left;
    border: 1px solid #ddd;
    padding: 4px;
}
#catalog th {
    background: white;
    vertical-align: top;
    text-align: left;
    border: 1px solid #ddd;
    padding: 4px;
}



