@charset 'UTF-8';

/*
-----------------------------------------------
Site: ArtAndes.com
Author:   Space2Burn    space2burn.com
Version:  2022.05
----------------------------------------------- */

/**{border:1px solid red;}*/

/*********************
 TESTMODE HEADER 
*********************/

#testmode-header
{
    display: none;
}



/* TEXT STYLES */

body
{
    background: url(/templates/artandes/skins/2022/structure/bodyBGtile_1024x150.jpg) repeat 0 0;
}

p
{
    font-size: .9em;
    margin-bottom: 30px;
}

h1
{
    /*placeholder*/
}

h2
{
    margin: 0 0 20px;
}

h3
{
    margin-bottom: 15px;
    text-transform: none;

    color: #666;
}

h4
{
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #660;
}

h5
{
    margin-bottom: 15px;
    color: #600;
}

h6
{
    text-transform: uppercase;

    color: #ccc;
}



a
{
    text-decoration: none;

    color: #600;
}

a:hover
{
    color: #000;
    text-decoration: underline;
}


/* LAYOUT */

header
{
    height: 108px;
    padding: 15px;

    background: url(/templates/artandes/skins/2022/structure/TopBG1024x150.jpg) no-repeat center center;
}

header img.logo
{
    max-height: 78px;
}

header .socialnetworks a
{
    display: inline-block;

    margin-left: 5px;

    color: #fff;
}

section#nav-primary > .container
{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #fff;
    -webkit-box-shadow: -1px 5px 11px 0 rgba(56,29,29,1);
       -moz-box-shadow: -1px 5px 11px 0 rgba(56,29,29,1);
            box-shadow: -1px 5px 11px 0 rgba(56,29,29,1);
}

section#glory > .container
{
    min-height: 250px;
    padding: 0;

    background: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(56,29,29,.75);
       -moz-box-shadow: 0 3px 10px 0 rgba(56,29,29,.75);
            box-shadow: 0 3px 10px 0 rgba(56,29,29,.75);
}

section#live-area > .container
{
    position: relative;

    padding: 30px;

    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #fff;
    -webkit-box-shadow: -1px 5px 11px 0 rgba(56,29,29,1);
       -moz-box-shadow: -1px 5px 11px 0 rgba(56,29,29,1);
            box-shadow: -1px 5px 11px 0 rgba(56,29,29,1);
}


footer
{
    height: 50px;
    padding: 90px;
}

footer p
{
    font-size: .7em;

    color: #333;
}

footer a
{
    color: #333;
}

footer a:hover
{
    text-decoration: none;

    color: #000;
}

.button,
.btn.btn-default
{
    font: bold 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: normal;

    display: inline;

    width: auto;
    margin: 0;
    padding: 10px 15px;

    text-decoration: none;

    color: #fff;
    background: #600;
    border-radius: 5px;
}

.button:hover,
.btn.btn-default:hover
{
    text-decoration: none;

    background: #000;
    color: #fff;
}



/* CLASSES */

.caption
{
    font-size: 13px;
    font-weight: normal;

    display: block;

    padding: 5px 0 10px 0;
}

.byline
{
    font-size: 11px;
}

.sepLine
{
    line-height: 11px;

    margin: 45px 0;

    background: #930 url(/templates/artandes/skins/2022/structure/sepLine_374x11.png) no-repeat right top;
}

#sub-column-right .sepLine,
#sub-column-left .sepLine
{
    background: #930 url(/templates/artandes/skins/2022/structure/sepLine_225x11.png) no-repeat right top;
}


.post img.responsimg {
    float: none !important
}

.post h3 {
    display: block !important;
}


