/* MAIN */

body {
font-family: 'Rokkitt', serif;
background: #fbfbf3 url("../images/body-bg.jpg");
}
.row {

    background: #e7e6ec;
}

.tab {
display: inline-block;
margin: -5px 0 10px 0;
}

ul {list-style: none;padding:0}

a {
    text-decoration: none;
    color: #d60407;
    font-size: 1.8em;

}

a:hover {
    color: #fff;
    background-color: #000;
    text-decoration:none;
}

.filter-alphabet a {display:inline-block}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.header {
margin-top:20px;
background:none;
}

.content {
min-height:100%;
padding:20px;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
background: #fbfbf3 url("../images/bg_pattern.jpg");
}

.sideA {
padding:20px;
min-height:100%;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
background: #f8f8f8;
overflow:hidden;
}

.sideB {

min-height:100%;
}

.footer{
background:#fff;
height:60px;
padding:10px;
}

/* NAVBAR */

.navbar-default .navbar-nav > li > a
{
    font-size: 16px;
    font-family: 'Bungee';
    text-transform: uppercase;
}



.navbar-default {
background-color: none;
border-bottom: groove 10px #e7e7e7;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #d60407;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #d60407;
    background-color: transparent;
}


.navbar-nav > li {
 
    margin: 0 3px 0 0;
}


/* UPDATE LIST */
.upd {
    border-bottom: 1px solid #D7D7D7;
    line-height: 1.4em;
    font-size: 1.4em;
}


ul.updates-list {
    list-style: none;
    padding: 0;
}

.t {
    padding: 2px;
    background: #333;
    color: #fff;
    font-size: 0.7em;
    text-transform: uppercase;
}

.updates-list > li {margin-bottom:10px}


/* ARCHIVE */
.filter-alphabet {
    color: #999;
}

.filter-alphabet a {
    margin-left: 0.7em;
}

.artist-list {
    list-style: outside none none;
}

.artist-name {
    font-size: 2.3em;
    font-family: 'Bungee', cursive;
    display: block;
}

.artist-name:hover {
    color: #fff;
    background: #000;
    text-decoration:none;
}

.tabs-num {
font-size:0.8em;
padding:2px;
color:#000;
vertical-align:top;
}




/* RANDOM ALBUM */
.read-more {
    -moz-border-radius: 10%;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 10%;
    -webkit-transition: all 0.2s ease-in-out;
    background: #111;
    border-radius: 50%;
    border: 2px solid #fdfdfd;
    color: #fff;
    display: block;
    font-family: 'Bungee', cursive;
    font-size: 14px;
    padding-top: 10px;
    line-height: 20px;
    margin: -30px 0 0 -30px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    text-align: center;
    text-transform: uppercase;
    height: 60px;
	width: 60px;
}

.vs {
font-weight:100;
font-size:14px;
}

.song {
    font-family: 'Rokkitt';
}

.read-more:hover { background: #990000; text-decoration: none; }
.line {
    border-top: 10px solid #d60407;
    display: block;
    margin-top: -20px;
    padding-top: 50px;
    position: relative;
}

.pagination>li>a {
font-size:0.8em;
font-family: 'Bungee', cursive;
color:#d60407
}

.sideB li {

    padding: 5px 0 0 0;
    background: #f8f8f8;
}

h1 {color:#939393}


h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.7em;
    text-align: center;
    font-family: 'Bungee', cursive;
    line-height: 1;
	color: #fff;
	background: #d60407;
	padding: 1%;
}

h5{
    color: #d60407;
    background: #e7e6ec;
    font-family: 'Bungee', cursive;
    padding: 10px 0 5px 20px;
}

.r-count {
    font-weight: 700;
    font-size: 3em;
    color: #333;
}

.top-title {
    font-size: 1.3em;
    line-height:1;
    margin:0 0 10px 0;
}

.top-count {
    color:#939393;
    font-family: Bungee;
    font-size: 12px;
}

.sideB li {margin-bottom:5px}
.sideB ol {padding:0 0 0 10px}



/* FOOTER MENU */

.pipe {
    margin: 10px 0 0 10px;
}

.pipe ul li.first {
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}

.footer a {    font-size:1.2em;}

.pipe ul li {
    margin-left: 0;
    padding: 7px 15px;
    border-left: 1px solid #000;
    list-style: none;
    display: inline;
}

/* TRACKLIST */

.cover {
    padding: 2px;
    background: #fff;
    border: 1px groove #ddd;
}

.song {
    font-size: 1.6em;
    line-height: 1.3em;
}

.track-list {
    margin: 20px 0 0 40px;
}

.track-list li {
    margin-left: 80px;
    font-size: 0.8em;
    list-style: decimal;
    line-height: 2em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    list-style-type: decimal-leading-zero;
    list-style-position: outside;
    padding: 0 0 0 0.5em;
}

.track-list a {
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    background: #D9141E;
    padding: 0.1em;
}

@media screen and (max-width: 960px) {
.footer {display:none;}
.track-list {margin:0}
.track-list a {display:block;margin-bottom:10px;}
.track-list li {margin:0}
.song {line-height:1}
.artist-name {margin-bottom:30px; line-height:1;}

}

.artist {font-size:1.3em}