/*
Theme Name: Amassment 2.0
Theme URI: http://amassment.org
Author: Masao
Author URI: http://shinshoku.net
Version: 1.0
Description: A community for fansite and shrine makers
*/

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
img.header {
    max-width: 100%;
}
#footer {
    color: #aaa;
    background-color: #eee;
    background-image: url(../img/bg.png);
    margin: 35px auto 0px auto;
}
#bread {
    background-color: #f5f5f5;
    margin: 0;
    padding: 5px;
}
.indent {
    margin: 0 5%;
}
.litem {
    margin: 0 5px 0 0;
    float: left;
}
.ritem {
    margin: 0 0 0 5px;
    float: right;
}

.centered {
    margin: 0 auto;
    text-align: center;
    display: block;
}

/* buttons for linking */

blockquote.buttons img {
    margin: 5px;
}

/* fix spacing for paragraphs in .well class */
.well p {
    margin-bottom: 0px;
}
.well p + p {
    margin-bottom: 0px;
    margin-top: 10px;
}

/* custom button style */
.btn {
    padding: 7px 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 3px solid #666;
    background-color: #f7f7f7;
    background-image: none;
    text-shadow: none;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn:hover {
    border: 3px solid #333;
    background-color: #333;
    color: #eee;
}

.btn.btn-small {
    padding: 4px 8px;
    border-width: 2px;
    font-size: 11px;
}

.btn.btn-small:hover {
    border-color: #333;
}

/* custom button for footer */
#footer .btn {
    color: #ccc;
    border-color: #aaa;
    background-color: #222;
}

#footer .btn:hover {
    color: #444;
    border-color: #eee;
    background-color: #eee;
}

/* invert colors for footer */
#footer p {
    font-size: 12px;
}

#footer h4 {
    color: #cdcdcd;
    margin-bottom: 5px;
}

/* add padding space for footer */
#footer .row-fluid {
    margin: 15px 0; 
}

.label-date {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2x;
    background-color: #1c1c1c;
    color: #cdcdcd;
}

/* responsive header image */
@media (max-width: 480px) {
    #headimg {
        background: #222 url('') no-repeat 50% 50%;
        width: 100%;
        max-height: 130px;
    }
}
@media (max-width: 800px) {
    #headimg {
        background: #222 url('') no-repeat 50% 50%;
        width: 100%;
        max-height: 200px;
    }
}
@media (max-width: 1030px) {
    #headimg {
        background: #222 url('') no-repeat 50% 50%;
        width: 100%;
        height: 280px;
    }
}
@media (min-width: 1030px) {
    #headimg {
        background: #222 url('') no-repeat 50% 50%;
        width: 100%;
        height: 380px;
    }
}

@media (min-width: 1900px) {
    #headimg {
        background: #222 url('') no-repeat 50% 50%;
        width: 100%;
        height: 550px;
    }
}

@media (max-width: 767px) {
    #footer {
        color: #777;
        background: none;
        border-top: 1px #e1e1e1 solid;
    }
    #footer h4 {
        color: #777;
    }
    #footer .btn {
        color: #666;
        border-color: #666;
        background-color: #f7f7f7;
    }

    #footer .btn:hover {
        color: #eee;
        border-color: #333;
        background-color: #333;
    }
    .label-date {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2x;
        background-color: #eee;
        color: #666;
    }
}

/* active nav dropdown on hover */
@media (min-width: 1030px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;    
    }
}
.dropdown-backdrop {
    position: static;
}

/* custome navbar colors */
.navbar .nav > li > a:hover{
    background:#1abc9c !important;
    color:#fff !important;
    -webkit-transition:background 0.1s ease;
    -moz-transition:background 0.1s ease;
    -o-transition:background 0.1s ease;
    transition:background 0.1s ease;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
    box-shadow:none;
    background: #363636 !important;
}

.nav-collapse a{
    font-weight:normal !important;
    text-shadow:none !important;
}

.dropdown-menu{
    background:none !important;
    border-radius:0px !important;
    box-shadow:none !important;
    border-bottom:none !important;
    padding:0px 0px;
    margin:0px;
}

.dropdown-menu a{
    background:#222 !important;
    padding:10px 10px;
    color:#ddd !important;
    text-shadow:none !important;
    -webkit-transition:background 0.1s ease;
    -moz-transition:background 0.1s ease;
    -o-transition:background 0.1s ease;
    transition:background 0.1s ease;
}

.dropdown-menu a:hover,.dropdown-menu a:focus{
    filter:none !important;
    background:#1abc9c !important;
    color:#fff !important;
    -webkit-transition:background 0.1s ease;
    -moz-transition:background 0.1s ease;
    -o-transition:background 0.1s ease;
    transition:background 0.1s ease;
}

.dropdown-menu::after, .dropdown-menu::before{
    border:none !important;
}