@charset 'UTF-8';

/**
 * Filename:        main.css
 * Revision:        v2.0 => 2013.10.10
 * Organization:    ignitr => https://wildfirecms.com
 * Author:          Trevor Lettman
*/


.hidden {
	display: none;
}

.clear {
	clear: both;
}


/*********************
 TAGS 
*********************/

*
{
    font-size: 1em;

    margin: 0;
    padding: 0;

    border: none;
}

body
{
    font-family: 'futura-pt',sans-serif;
    font-size: 100%;
    font-weight: 400;
    font-style: normal;
    line-height: 140%;

    color: #000;
    background-color: #f0e9dc;
}

#wildfire-wrapper
{
    margin: 0 auto;
    padding: 0 10px;
}

p
{
    font-size: 1em;
    font-weight: 400;

    margin: 0 0 15px 0;
}



h1,
h2
{
    font-family: 'futura-pt-condensed',sans-serif;
    font-weight: 500;
    font-style: normal;

    margin: 25px 0 !important;

    text-transform: uppercase;
}

h1
{
    font-size: 4em;
    line-height: 110%;
}

h2
{
    font-size: 3em;
}

a h2
{
    font-size: 3em;

    text-transform: uppercase;

    color: #000;
}

h3,
h4,
h5
{
    font-family: 'futura-pt',sans-serif;
    font-weight: 700;
    font-style: normal;
}

h3
{
    font-size: 1.4em;
    line-height: 110%;

    margin: 0 0 10px 0;

    color: #8d2e00;
}

h4
{
    font-size: 1.2em;
    line-height: 110%;

    margin: 0 0 5px 0;

    color: #000;
}

h5
{
    font-size: 1em;

    margin: 0 0 5px 0;

    color: #8d2e00;
}

p
{
    font-size: 1.1em;
    line-height: 140%;

    margin: 0 0 15px 0;

    color: #000;
}

ul,
ol
{
    margin: 0 0 20px 0;
}

ul li,
ol li
{
    margin: 0 0 5px 0 !important;
    padding: 0;

    list-style: none;
}

a:link,
a:active,
a:visited,
a:hover,
a:visited:hover
{
    text-decoration: none;

    color: #8d2e00;
}

a:hover,
a:hover:visited
{
    text-decoration: underline 3px #000;

    color: #a53500;
}

div.hr
{
    margin: 20px 0 25px 0;

    border: none;
    border-top: 4px solid #8d2e00;
}


a.weelink:link,
a.weelink:active,
a.weelink:visited,
a.weelink:hover,
a.weelink:visited:hover
{
    font-size: .3em;

    display: inline-block;

    text-align: right;
}


#form-target
{
    /* display: block !important;
    border: 1px solid #ccc !important; */
}

/* buttons */

a.button,
button.button
{
    font-family: 'futura-pt-condensed',sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    font-style: normal;

    float: left !important;
    clear: both;

    width: 180px;
    margin: 20px 0 10px 0 !important;
    padding: 5px;

    text-align: center;
    text-decoration: none;
    letter-spacing: .075em;
    text-transform: uppercase;

    border-radius: 0;
    background: #8d2e00;
    color: #fff;
}

a.button:hover,
button.button:hover
{
    background: #a53500;
}

button.button:disabled {
    background: #ccc !important;
    cursor: not-allowed !important;
}

/*********************
 LAYOUT 
*********************/

#wrapper
{
    position: relative;
}

#header-wrapper
{
    width: 1059px;
    height: 300px;
    margin: 0 auto;
}

#header
{
    position: relative;
}

#socialmedia
{
    width: 275px;
    margin: 30px auto;

    text-align: center;
}

#socialmedia a
{
	display: inline;
	margin: 0 5px;
}


#logo
{
    display: block;

    width: 608px;
    height: 156px;
    margin: 0 auto;

    background: url(/templates/benglaros/skins/v1/structure/logo.png) no-repeat transparent;
}

a#logo:hover,
a#logo:hover:visited
{
    text-decoration: none;
}

#pushstate-canvas
{
    position: relative;

    width: 1058px;
    margin: 0 auto;
}

#footer-wrapper
{
    width: 100%;
    min-width: 1058px;
    /* height: 200px; */

    color: #fff;
    background-color: #8d2e00;
}

#footer
{
    font-size: .85em;

    margin: 0 auto;
    padding: 30px;
}

#footer p
{
    /* width: 250px;
    margin: 0 auto; */

    color: #fff;
}

#footer a
{
    color: #fff;
}

#footer a:hover
{
    color: #999;
}

a#wildfire-branding
{
    display: inline-block;
    clear: none;
}


/*********************
 CLASSES 
*********************/

div.pagecolumn
{
    width: 100%;
    max-width: 1058px;
    margin: 0 auto !important;
}



/******************
SPRITE
*******************/

.sprite
{
    display: inline-block;
    overflow: hidden;

    background: url(/templates/benglaros/skins/v1/structure/sprites.png) no-repeat transparent;
    background-repeat: no-repeat;
}

.fb,
.music,
.youtube,
.twitter
{
    width: 44px;
    height: 44px;
    margin: 0 6px;
}

.fb
{
    background-position: -186px -2px;
}
.fb:hover
{
    background-position: -140px -2px;
}
.music
{
    background-position: -94px -48px;
}
.music:hover
{
    background-position: -94px -2px;
}
.twitter
{
    background-position: -48px -48px;
}
.twitter:hover
{
    background-position: -48px -2px;
}
.youtube
{
    background-position: -2px -48px;
}
.youtube:hover
{
    background-position: -2px -2px;
}


/******************
Soundcloud
*******************/

#scplayer
{
    float: left;

    width: 700px;
    margin: 40px;
}


#soundcloud-target iframe
{
    margin: 40px 0;
}

span.sc
{
    font-family: 'futura-pt-condensed',sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    font-style: normal;

    position: relative;

    display: block !important;

    margin: 0 0 20px 0;
    padding: 5px;

    text-align: center;
    letter-spacing: .075em;
    text-transform: uppercase;

    color: #fff;
    background: #666;
}

.sc:hover
{
    background: #a53500;
}



.sc:hover
{
    cursor: pointer;
}


/******************
Multimedis
*******************/

div.multimedia
{
    margin: 40px 0 0 0;
}


/******************
Vimeo
*******************/

#vimeo-status
{
    display: none;
}

#vimeo-footer div.clear
{
    display: none;
}

#vimeo-footer iframe
{
    float: left;

    margin: 0 30px 15px 0;
}


/******************
Gallery
*******************/

#gallery-widget a,
#gallery-widget img
{
    display: block;

    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;
}

#gallery-widget a
{
    float: left;

    margin: 0 12px 12px 0;

    border: 1px solid #ccc;
}

#gallery-widget a:hover
{
    border: 1px solid #c60;
}

/*********************
 PUSHSTATE
*********************/

#pushstate-loader
{
    width: 32px;
    height: 32px;

    background: url(/core/structure/ajax_loaders/indicator-big.gif) no-repeat;
}


ul.thumbs {
    width: auto !important;
}

ul.thumbs li {
    display: inline-block;
    margin: 15px !important
}

.albums .post h3 {
    margin-top: 15px;
}

.thumbs img {
    margin-bottom: 25px;
}