/* CSS RESET
------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

em {
	font-style: italic;
}


/* SETUP STYLES
------------------------------------------------------------*/
html {
    min-width: 900px;
}

iframe {
	margin-bottom: 10px;
}

body {
    color:#fff;
    background: #000;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
}

a {
    color: #00aadd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited, a:active {
    color: #00aadd;
}

/* GENERIC BUTTON STYLE */
a.button {
    width: auto;
    padding: 10px 15px;
    -moz-border-radius: 6px;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 6px;
    background: #323232 url(../images/button-gradient.png) repeat-x bottom;
    color: #fff;
    text-decoration: none;
}

a.button:hover {
    background-color: #2a2a2a;
    text-decoration: none;
}

a.button:active {
    background-color: #4378a0;
    text-decoration: none;
}

#headerimage {
    width: 100%;
    height:  170px;
    min-width: 1000px;
}

#topwrapper {
    width: 900px;
    margin:auto;
    height: 285px;
    position: relative;
}

#logo {
    display: block;
    width:900px;
    margin:5px auto 20px auto;
    height: 182px;
    text-indent: -9000px;
    overflow: hidden;
    background: #000 url(../images/logoelements.png) no-repeat top center;
}

div#nav {
    width:860px;
    height: 35px;
    border-top: 1px solid #333;
    margin: 0 auto 40px auto;
}

div#nav ul {
    width: 570px;
    float: left;
    height: 35px;
}

div#nav ul li {
    width: 92px;
    float: left;
    margin-right: 7px;
    height: 35px;
}

div#nav ul li a {
    width: 92px;
    display: block;
    height: 35px;
    background-color: #0f0f0f;
    text-align: center;
    line-height: 35px;
    font-size: 1.1em;
    text-decoration: none;
    color: #fff;
}

div#nav ul li a.active {
    background-color: #333;
}

div#nav ul li a:hover {
    background-color: #444;
}

div#nav div#albumcallout {
    float: right;
    width: 280px;
    line-height: 35px;
    display: block;
    color: #fff;
    height: 35px;
    background-color: #333;
    text-align: center;
}

strong {
    font-weight: bold;
}

/* THE SLIDER STRUCTURE
------------------------------------------------------------*/

#full-slider-wrapper {
    overflow: hidden;
}

#full-slider {
    position: relative;
    width: 850px;
    height: 800px;
    margin: 0 auto;
}

#full-slider .slide-panel {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    width: 850px;
    height: 800px;
    visibility: hidden;
}

#full-slider .slide-panel.active {
    visibility: visible;
}


/* THE SLIDER CONTROLS
------------------------------------------------------------*/

#full-slider-nav {
    position: absolute;
    top: 0;
    right: 0;
}

#full-slider-nav-left, #full-slider-nav-right {
    display: inline-block;
    height: 0;
    width: 0;
    margin-left: 15px;
    border: 20px solid transparent;
    cursor: pointer;
}

#full-slider-nav-left {
    border-right-color: #BBB;
}

#full-slider-nav-left:hover {
    border-right-color: #999;
}

#full-slider-nav-right {
    border-left-color: #BBB;
}

#full-slider-nav-right:hover {
    border-left-color: #999;
}





/* THE CONTENT STRUCTURE/DEFAULTS
------------------------------------------------------------*/

h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

p {
    margin: 0 0 15px 0;
    font-size: 0.95em;
    line-height: 1.3em;
}

h2 span {
    font-size: 0.6em;
    font-weight: normal;
}

.rightcol {
    width: 260px;
    float: right;
    height: auto;
    overflow: auto;
    padding-bottom: 20px;
}

.leftcontent {
    width: 550px;
    margin-right: 40px;
    float: left;
    height: auto;
    overflow: auto;
    padding-bottom: 20px;
}

div#tumblr {
	border-bottom: 1px solid #aaa;
	margin-bottom: 30px;
	padding: 0 0 8px 0;
}

.news-post {
    background-color:#001122;
    padding:12px;
    border: 1px solid #0CF;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom:35px;
}

h5.little_header, h5.news_header {
    font-size: 0.8em;
    font-size: bold;
    color: #888;
    font-style:italic;
    margin-bottom: 10px;
}

h5.news_header span.note {
    float:right;
}

.news-post a {
    color: #0CF;
}

.news-post img {
  max-width: 524px;
}

.news-post h3 {
    font-size: 1.4em;
    font-weight:bold;
    color: #fff;
    margin-bottom:2px;
}

.news-post .title-line .details {
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 12px;
}

.news-post p {
    margin-bottom:12px;
    font-size: 1em;
}

.fullpane {
    width: 860px;
    padding: 0;
    height: auto;
    overflow: auto;
    padding-bottom: 20px;
    position: relative;
}

.panemsg {
    width: 840px;
    padding: 0;
    height: auto;
    overflow: auto;
    padding-bottom: 5px;
    margin: 0 10px;
    position: relative;
}


/* THE NEWS, SHOWS AND TWITTER/SOCIAL SLIDE
------------------------------------------------------------*/

ul#posts li {
    margin-bottom: 35px;
}

ul#showsbar li.sideitem {
    margin-bottom: 25px;
}

li#tourspot ul li {
    font-size: 0.85em;
}

form#esignup {
    margin-top: 15px;
    display:block;
    height: auto;
    overflow: auto;
    width: auto;
    padding-bottom: 25px;
}

form#esignup fieldset {
    display:block;
    height: auto;
    overflow: auto;
    width: auto;
    padding-bottom: 10px;
}

form#esignup #esubmit {
    position: relative;
    top: 5px;
}

form#esignup input.textin {
    height: 16px;
    line-height: 16px;
    padding: 0 2px;
    float: left;
    width: 90%;
    margin-right: 10px;
    font-size: 1em;
    color: #666;
    line-height:1.3em;
    padding: 1px;
    margin-bottom: 5px;
}

form#esignup input#submit {
    clear: both;
    border: 0;
    width: 120px;
    height: 36px;
    display: block;
}


/* ALBUMS
------------------------------------------------------------*/

form.donator {
    float: right;
    display: block;
    margin-left: 20px;
    padding-right: 5px;
}

ul#albumlist {
    width: 860px;
    height: auto;
    overflow: auto;
    margin-top: 0;
}

ul#albumlist li.album {
    background: #888;
    float: left;
    width: 258px;
    height: 258px;
    margin: 10px 12px;
    border: 1px solid #fff;
}

.smaller_text, ul#albumlist li.album div.detailsbox li.smaller_text {
	font-size: 0.8em;
}

ul#albumlist li#neonnightselectriclives2014 {background: url(../images/albums/neonnightselectriclives2014.png) no-repeat top center;}
ul#albumlist li#tsafy {background: url(../images/albums/tsafy.png) no-repeat top center;}
ul#albumlist li#mercies {background: url(../images/albums/mercies.png) no-repeat top center;}
ul#albumlist li#mixedsignals {background: url(../images/albums/mixedsignals.png) no-repeat top center;}
ul#albumlist li#inthecityofwanderinglights {background: url(../images/albums/inthecityofwanderinglights.png) no-repeat top center;}
ul#albumlist li#io {background: url(../images/albums/io.png) no-repeat top center;}
ul#albumlist li#blankscreensalbum {background: url(../images/albums/blankscreens.png) no-repeat top center;}
ul#albumlist li#neonnightselectriclives {background: url(../images/albums/neonnightselectriclives.png) no-repeat top center;}
ul#albumlist li#amphibiansingle {background: url(../images/albums/amphibian.png) no-repeat top center;}
ul#albumlist li#thepastandnowsingle {background: url(../images/albums/thepastandnow.png) no-repeat top center;}
ul#albumlist li#thecostofliving {background: url(../images/albums/thecostofliving.png) no-repeat top center;}

ul#albumlist li.album div.detailsbox {
    background: transparent url(../images/gray-overlay.png) repeat;
    width: 228px;
    height: 228px;
    padding: 15px;
}

ul#albumlist li.album div.detailsbox h2 {
    font-size:1.2em;
}

ul#albumlist li.album div.detailsbox li.downloadlyrics {
    margin-bottom: 5px;
    font-size: 0.9em;
    font-weight: bold;
}

ul#albumlist li.album div.detailsbox li.tracklisthead {
    font-size: 0.9em;
    font-weight: bold;
    font-style: italic;
    color: #666;
}

ul#albumlist li.album div.detailsbox li {
    font-size: 0.9em;
}

ul#albumlist li.album div.hide {
    display: none;
}

p.lowernote {
    font-size: 0.75em;
    color: #888;
    margin: 15px 20px;
}

/* PLAYER CONTROLS */
ul#albumlist li.album .listen {
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 4px;
}

div#topwrapper div.nowplaying {
    position: fixed;
    left: 0;
    top: 0;
    padding: 5px 1%;
    background: transparent url(../images/gray-overlay.png);
    z-index: 999;
    font-size: 0.7em;
    width: 98%;
    border-bottom: 1px #4378a0 solid;
    color: #ccc;
    display: block;
}

div#topwrapper div.nowplaying p.songspot {
    margin-bottom: 0;
    line-height: 1em;
    float: left;
}

div#topwrapper div.nowplaying #trackname {
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
}

div#topwrapper div.nowplaying #trackalbum {
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    margin-right: 2px;
}

div#topwrapper div.nowplaying .thecloser {
    line-height: 1em;
    margin-bottom: 0;
    float: right;
    cursor: pointer;
}

/* DOWNLOAD ALBUM OVERLAY */


body.dlbox, html.dlbox {
    width: auto;
    min-width: 0;
    padding-top: 10px;
}

div.downloadwrap {
    width: 540px;
    height: auto;
    padding: 20px;
}

div.downloadwrap img.albumcover {
    width: 100;
    height: 100px;
    float: left;
    margin: 3px 9px 4px 0;
    border: 1px solid #666;
}

div.downloadwrap h3 {
    font-size: 1em;
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 588px;
    height: 12px;
    line-height: 12px;
    font-size:12px;
    padding: 3px 5px 6px 5px;
    background: #fff;
    color: #323232;
    font-weight: bold;
}

div.downloadwrap h3 span {
    font-weight: normal;
    font-size: 0.8em;
    position: relative;
}

div.downloadwrap h3 span.usercheck {
    top: -1px;
    right: 45px;
    float: right;
}

div.downloadwrap p {
    font-size: 1em;
    line-height: 120%;
    margin-bottom: 15px;
}

form#albumdl {
    margin-top: 23px;
    display:block;
    height: auto;
    overflow: auto;
    width: 540px;
    padding-bottom: 25px;
}

form#albumdl fieldset {
    display:block;
    height: auto;
    overflow: auto;
    width: 540px;
}

form#albumdl #formbutton {
    position: relative;
    top: 11px;
}

form#albumdl input.textin {
    height: 16px;
    line-height: 16px;
    padding: 0 2px;
    float: left;
    width: 160px;
    margin-right: 10px;
    font-size: 1.1em;
    line-height:1.3em;
    padding: 1px;
    margin-bottom: 15px;
}

form#albumdl input#submit {
    clear: both;
    border: 0;
    width: 120px;
    height: 36px;
    display: block;
}

/* MERCH/STORE */
li.fullrow p.storenote, p.storenote {
    padding: 10px 15px;
    background: #333;
    margin-bottom: 25px;
}

ul.storehead {
    width: 840px;
    height: auto;
    overflow:auto;
}

ul.storehead li {
    width: 420px;
    text-align: center;
    float: left;
    height: auto;
    overflow:auto;
}

ul.storehead li.fullrow, ul.shirts li.fullrow {
    width: 840px;
    padding: 0;
    height: 30px;
    text-align: left;
}

ul.storehead li.postcardrowhead {
    margin: 15px 0 0 0;
}

ul.storehead li.postcardrow {
    width: 840px;
    padding: 0;
    height: auto;
    overflow: auto;
    margin: 0 0 15px 0;
}

li.postcardrow p.storenote {
    padding: 5px 10px;
    text-align: left;
}

li.postcardrow ul.six_column {
    width: 840px;
    height: auto;
    overflow: auto;
}

li.postcardrow ul.six_column li {
    width: 132px;
    padding: 4px;
    height: auto;
    float: left;
}

li.postcardrow ul.six_column li img.postcard_display {
    width: 120px;
    border: 1px solid #ccc;
    margin: 2px 5px 4px 5px;
}

ul.storehead li.fullrow h3, ul.shirts li.fullrow h3 {
    font-size: 1.2em;
    font-weight: bold;
}

ul.storehead li.fullrow h3 span, ul.shirts li.fullrow h3 span {
    font-size: 0.75em;
}

ul.storehead li.albumrow {
    width: 380px;
    text-align: left;
    float: left;
    padding: 10px 14px 10px 10px;
    margin-bottom: 15px;
    height: 205px;
    overflow:auto;
    background-color:#333;
}

ul.storehead li.albumrow h3 span {
    font-size: 0.75em;
    display: block;
}

ul.storehead li.albumrowleft {
    margin-right: 15px;
}

ul.storehead li.albumrowright {
    margin-left: 15px;
}

ul.storehead li.albumrow img.coverimg {
    width: 130px;
    text-align: left;
    float: left;
    height: 130px;
    margin: 0 10px 55px 10px;
    overflow:auto;
    border:1px solid #888;
}

ul.storehead li.albumrow form {
    margin-top: 15px;
}

ul.storehead li.albumrow form.inlineform {
	margin-top: 0;
}

ul.storehead li.albumrow h3 {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 5px;
}

ul.storehead li p {
    margin-bottom: 4px;
    padding: 0;
}

ul.storehead li.albumrow p {
    margin-bottom: 4px;
    padding: 0;
    font-size: 0.8em;
}

ul.storehead li.albumrow p.costline {
    margin-top: 10px;
    margin-bottom: 4px;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
}

ul.shirts {
    margin-top: 25px;
    padding-bottom: 10px;
    overflow: visible;
}

ul.shirts li.shirtrow {
    width: 380px;
    text-align: left;
    float: left;
    padding: 10px 14px 30px 10px;
    height: auto;
    overflow:auto;
    background-color:#333;
}

ul.shirts li.shirtrow h3 {
    font-size: 1.3em;
}

ul.shirts li.shirtrow img.shirtpic {
    width: 340px;
    margin: auto;
    display: block;
    height: auto;
}

ul.shirts li.shirtleft {
    margin-right: 15px;
}

ul.shirts li.shirtleft h3 {
    text-align: right;
}

ul.shirts li.shirtright {
    margin-left: 15px;
}

ul.shirts li.shirtright h3 {
    text-align:left;
}

/* LYRICS LAYOUT */
div.lyricsdiv {
    display: block;
    background-color: #fff;
    color: #323232;
    width: 640px;
    padding: 20px;
    height: auto;
}

div.lyricsdiv h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

div.lyricsdiv h3 {
    font-size: 1.1em;
    font-weight: bold;
}

/* THANKS FOR DONATION BAR */
div.donationthanks {
    position: fixed;
    left: 0;
    top: 0;
    padding: 5px 1%;
    background: transparent url(../images/gray-overlay.png);
    z-index: 100;
    font-size: 0.8em;
    width: 98%;
    border-bottom: 1px #50b332 solid;
    color: #ccc;
}

div.donationthanks .thecloser {
    float: right;
    cursor: pointer;
}

figure {
   margin: 0;
   padding: 0;
}
