/* merged theme.css with twistedroad.css into main.css */

/* Global
-------------------------------------------------- */
html {
    margin: 0;
}

body {
    position: relative;
    padding-top: 91px;
    line-height: 20px;
    font-size: 16px;
    font-family: 'felt-tip-roman', sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
    font-family: 'felt-tip-roman', sans-serif !important;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}

body .pull_top {
    padding-top: 0px !important;
}

a:link {
    color: #d1a87c;
}

a:visited {
    color: #d1a87c;
}

a:hover {
    color: #A24B10;
    text-decoration: none;
}

a:active {
    color: #d1a87c;
}

.section_header {
    margin-top: 30px;
    margin-bottom: 60px;
}

.section_header h3 {
    margin-top: 3em;
    color: #571D04;
    font-weight: 300;
    font-size: 1.8em;
    line-height: 1.8em;
    border-bottom: 1px solid #571D04;
}


/* all list items - albums, media, news, sites, etc. */
.item {
    border-radius: .15em;
    background-image: -webkit-gradient(
            linear,
            left top,
            right bottom,
            color-stop(0, #3F1405),
            color-stop(1, #A24A10)
    );
    background-image: -o-linear-gradient(right bottom, #3F1405 0%, #A24A10 100%);
    background-image: -moz-linear-gradient(right bottom, #3F1405 0%, #A24A10 100%);
    background-image: -webkit-linear-gradient(right bottom, #3F1405 0%, #A24A10 100%);
    background-image: -ms-linear-gradient(right bottom, #3F1405 0%, #A24A10 100%);
    background-image: linear-gradient(to right bottom, #3F1405 0%, #A24A10 100%);

}

.item h3 {
    color: #d1a87c;
    font-size: 1.5em;
}

.item h4 {
    color: #d1a87c;
    font-size: 1.2em;
}

/* all form inputs */
input[type="text"],
input[type="password"],
input[type="submit"],
textarea {
    font-family: 'felt-tip-roman', sans-serif;
}

/* Color palette */
.text-lightest    { color: #d1a87c; }
.text-light       { color: #A24B10; }
.text-medium      { color: #72300A; }
.text-dark        { color: #571D04; }
.text-darkest     { color: #3F1405; }
.bg-lightest      { color: #d1a87c; }
.bg-light         { color: #A24B10; }
.bg-medium        { color: #72300A; }
.bg-dark          { color: #571D04; }
.bg-darkest       { color: #3F1405; }


/* masonry -------------------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.masonry {
    max-width: 100%;
}

.masonry .album-tile {
    float: left;
    width: 200px;
    height: 200px;
    margin: 5px;
    border: 1px solid black;
}


/* home/index ------------------------------------------------- */
.index {
    background-color: #d1a87c;
}

.btn_desc {
    color: #3F1405;
    font-size: 1.5em;
    padding: .25em .25em 1.5em;
}

/* discography ------------------------------------------------ */
.discography {
    background-color: #d1a87c;
}

/* sort & filter controls */
.sort_filter {
    height: 4em;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: .15em;
    background-color: #3F1405;
}

.sort_filter_btn {
    background-color: #d1a87c;
    color: #571D04;
    font-size: 1.25em;
    line-height: 1.25em;
    border-color: #000;
    border-radius: .15em;
}

.sort_filter_btn:hover,
.sort_filter_btn:active,
.sort_filter_btn:focus
{
    background: #571D04;
    color: #d1a87c;
    border-color: #000;
}

.sort_filter_search {
    background-color: #d1a87c;
    color: #571D04;
    font-size: 1.25em;
    line-height: 1.25em;
    width: 250px;
    padding: 5px;
}

.albumbox {
    border-radius: .15em;
    background-color: #3F1405;
    color: #d1a87c;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;

    background-image: -webkit-gradient(
            linear,
            left top,
            right bottom,
            color-stop(0, #3F1405),
            color-stop(1, #A24A10)
    );
    background-image: -o-linear-gradient(right bottom, #3F1405 0%, #A24A10 100%);
    background-image: -moz-linear-gradient(right bottom, #3F1405 0%, #A24A10 100%);
    background-image: -webkit-linear-gradient(right bottom, #3F1405 0%, #A24A10 100%);
    background-image: -ms-linear-gradient(right bottom, #3F1405 0%, #A24A10 100%);
    background-image: linear-gradient(to right bottom, #3F1405 0%, #A24A10 100%);
}

.albumart {
    margin: 25px;
    border-radius: .15em;
    cursor: pointer;
}

.albumtitleartistyear {
    color: #d1a87c;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-top: 25px;
}

.albumdetail {
    margin-left: 25px;
    margin-top: 10px;
    height: 700px;
    color: #d1a87c;
    font-weight: 300;
    font-size: 1.25em;
    line-height: 1.25em;
    /* display: inline-block; */
}


/* albumbox animation*/
/* try to reuse for all ng-views */
.my-show-hide-animation.ng-hide-add,
.my-show-hide-animation.ng-hide-remove {
    -webkit-transition: 0.75s linear all;
    transition: 0.75s linear all;
    display: block !important;
    opacity: 1;
}

.my-show-hide-animation.ng-hide {
    opacity: 0;
}

/* search --------------------------------------------------- */
.search {
    background-color: #d1a87c;
}

.searchyearartistalbum {
    background-color: #3F1405;
    color: #d1a87c;
}

.searchalbumbox {
    border-color: #3F1405;
    border-style: solid;
    border-width: 2px;
}

/* media --------------------------------------------------- */
.media {
    background-color: #d1a87c;
}

/* news ---------------------------------------------------- */
.news {
    background-color: #d1a87c;
}

/* neil ---------------------------------------------------- */
.neil {
    background-color: #d1a87c;
}

.bio {
    margin-bottom: 60px;
}

.bio-text {
    color: #571D04;
    font-size: 1.4em;
}

.copyright {
    font-size: .8em;
}

/* more barn ------------------------------------------------ */
.morebarn {
    background-color: #d1a87c;
}

/* lyrics --------------------------------------------------- */
.lyrics {
    background-color: #3F1405;
}

.lyrics .section_header h3 {
    color: #d1a87c;
    border-bottom: 1px solid #d1a87c;
}

.lyrics .twistedroad {
    font-size: 1.5em;
    line-height: 1.25em;
    color: #d1a87c;
}


/* contact -------------------------------------------------- */
.contact {
    background-color: #3F1405;
}

.contact .section_header h3 {
    color: #d1a87c; /* text-lightest */
    border-bottom: 1px solid #d1a87c;
}

/* about ---------------------------------------------------- */
.about {
    color: #A24B10; /* text-light */
    background-color: #3F1405;
}

.about .section_header h3 {
    color: #d1a87c; /* text-lightest */
    border-bottom: 1px solid #d1a87c;
}


.about h4 {
    font-size: 1.5em;
    line-height: 1.5em;
}

.about p {
    color: #d1a87c; /* text-lightest */
    font-size: 1.5em;
    line-height: 1.25em;
}


/* Navbar
-------------------------------------------------- */
.navbar {
    padding: 10px 0px 10px 0px;
}

.navbar.navbar-inverse {
    /* background: rgba(0, 0, 0, 0.4); */
    background: #3F1405;
    border-bottom: 1px solid #585858;
}

.navbar.navbar-inverse.navbar-static-top {
    background-color: #252528;
}

.navbar.navbar-inverse.navbar-static-top .container {
    margin-top: 0;
    margin-bottom: 0;
}

.navbar.navbar-inverse .nav > li > a {
    font-weight: bold;
    color: #fff;
    font-size: 1.25em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    padding: 10px 15px 10px;
    text-decoration: none;
}

.navbar.navbar-inverse .nav > li > a:hover,
.navbar.navbar-inverse .nav > li > a:active {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar.navbar-inverse .nav > li.active > a {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: transparent;
}

.navbar.sticky {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #252525;
}

.navbar.sticky .container {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.navbar .container {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: margin .2s ease-in-out;
    -moz-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out;
}

.navbar .container .navbar-header .navbar-brand {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-size: 1.25em;
    margin-left: -20px;
    padding: 10px 20px 10px;
}

.navbar .container .collapse .nav .dropdown-toggle {
   /* background: #3F1405 !important; */
}

.navbar .container .collapse .nav .dropdown .caret {
    margin-bottom: 4px;
}


.navbar .container .collapse .nav .dropdown .dropdown-menu {
    background: #3F1405;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: .25em;
    margin-top: 0px;
}

.navbar .container .collapse .nav .dropdown .dropdown-menu > li > a {
    color: #fff;
    font-size: 1.5em;
}

.navbar .container .collapse .nav .dropdown .dropdown-menu > li > a:hover {
    background: #d1a87c;
}



/* Footer
-------------------------------------------------- */
#footer {
    padding-top: 2em;
    background-color: #252528;
    color: #a6a6a7;
    text-align: center;
    font-size: 1.25em;
    font-style: italic;
    min-height: 150px;
}
