/***** Main sections of each page *****/
body{
    background-color: #101010;
    color: #e1e1c8;
    font-family:Arial;
}

#container {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#header {
    padding-top: .5ex;
}

#maincontent {
    width: 90%;
    float: left;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 20px;
}

#links {
    text-align: center;
    margin-bottom: .5ex;
}

#links ul {
    display:inline-block;
    margin:0;
    padding:2px 0px 2px 0px;
    text-align: center;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
}

#links ul li{
    display: inline;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    width: 16%;
    padding: 3px 5px 3px 5px;
    margin: 2px;
    font-size: 32px;
}

#links ul li a {
    text-decoration: none;
    padding: 5px;
    border: 2px;
}

#links ul li a img {
    vertical-align: middle;
}

#links li + li{
    border-left-width: 0px;
    margin-left: 0px;
}

#links li:first-child {
    margin-left:0px;
}

#links li:last-child {
    margin-right:0px;
}

#social {
    margin-top: .5ex;
    padding-top: .5ex;
    border-top: 2px solid;
}

#footer {
    clear: both;
    margin-top: .5ex;
    padding-top: .5ex;
    border-top: 2px solid;
    padding-bottom: .5ex;
    width: 100%;
    font-size: .75em;
    height: 1.5em;
}

#copyright {
    text-align: left;
    float:left;
    margin-left: 5px;
}

#updated {
    text-align: right;
    font-style: italic;
    float:right;
    margin-right: 5px;
}

#mainphotolist {
    position:relative;
    width: 960px;
    left:-44px;
}

/***** End main sections *****/

/***** Optional sections for specific pages*****/

#twitter {
    margin-top: 10px;
    margin-bottom: 10px;
}

#music {
    clear: both;
}

.tourdateTable {
    margin:auto auto auto -10%;
    width:120%;
}

.tourdateTable tr:nth-child(even) {
    background: rgba(28, 28, 28, 0.2);
}
.tourdateTable tr:nth-child(odd)  {
    background: rgba(70, 70, 70, 0.2);
}

.tourdateTable td {
    padding: 5px;
    text-align: left;
    vertical-align: text-top;
}

.review-quote {
    font-style: italic;
}

.review-list {
    width: 560px;
    padding: 0px 152px;
}

ul.review-list li {
    padding:5px 0px;
}

/***** End optional sections *****/

a:link {color: #5597ff}
a:visited {color: #5597ff}
a:hover {color: #008666}
a:active {color: #2b64c6}

a{
    text-decoration: none;
}

a.anchor:hover
{
    color: inherit;
}

.bumpleft960{
    left:-88px;

}

.center{
    text-align: center;
}

/* Throw this in a <br/> to clear floats. Won't show up */
.clearfloat {
    height: 0;
    font-size: 1px;
    clear: both;
}

ul.downloadlist  li{
    display: block;
    margin: 5px;
}

/* Emphasize some text */
.emph {
    font-weight: bold;
}

.gamename {
    font-style: italic;
}

.photolist {
    text-align: center;
}

.instagram-icon{
    display:inline;
}

.video-container iframe {
    margin-top: 1em;
    margin-bottom: 1em;
}

.statcounter {
    text-align: center;
}

h1,h2,h3,h4,h5,h6
{
    margin: 0px 0px 0px 0px;
}

h1,h2,h3
{
    text-align: center;
}

ul {
    list-style: none ;
    padding: 0px;
}

p {
/* margin: 0px 0px 0px 0px; */
}

p.indent {
    text-indent: 5ex;
}

.album-name {
    font-style: italic;
}

#merchstore {
    text-align: center;
}

div.merch-item-box {
    border-style: solid;
    border-width: 2px;
    border-color: white;
    display: inline-block;
    width: 400px;
    vertical-align: top;
    margin:5px;
}

div.merch-name {
    font-size:28px;
}

p.merch-desc {
    font-size:16px;
    margin: 4px;
}

.merch-item-box img {
    vertical-align: middle;
}

.merch-item-box form {
    display:inline-block;
    text-align: left;
}

#view-cart {
    text-align:center;
}

.merch-top {
    height: 170px;
    margin-top: 4px;
}

.merch-middle {
    height: 300px;
}

.merch-bottom {
    height: 150px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.band-name {
    font-size: 48px;
    font-weight: bold;
    /*text-shadow: 0px 0px 10px #000000;*/
}
