/* 
-------------------------------------------
    SHORTCODES 
-------------------------------------------
    1.  Columns
    2.  Dropcaps
    3.  Pullquotes
    4.  Highlight    
    5.  Space
    6.  Bar
    7.  Tabs
    8.  Toggle
    9.  Buttons
    10. Pretty
-------------------------------------------
*/

/* 1. Columns */

.one_half { width: 48% }

.one_third { width: 30.66% }

.two_third { width: 65.33% }

.one_fourth { width: 22% }

.three_fourth { width: 74% }

.one_fifth { width: 16.8% }

.two_fifth { width: 37.6% }

.three_fifth { width: 58.4% }

.four_fifth { width: 79.2% }

.one_sixth { width: 13.33% }

.five_sixth { width: 82.67% }

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    margin-right: 4%;
    margin-bottom: 20px;
    float: left;
    position: relative;
    }

.last {
    margin-right: 0;
    clear: right;
    }

.clearboth {
    line-height: 0;
    clear: both;
    width: 100%;
    height: 0;
    display: block;
    font-size: 0;
    }

/*  2. Dropcaps */

.dropcap {
    padding-top: 0;
    line-height: 40px;
    left: -2px;
    float: left;
    margin: 0 6px 0 0;
    display: block;
    position: relative;
    font-size: 40px;
    }

/*  3. Pullquotes */

.pullquote_left, .pullquote_right {
    background: url("../images/quotes.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    clear: none;
    padding: 0 0 0 30px;
    opacity: 0.6;
    font-size: 14px;
    }

.pullquote_left {
    float: left;
    width: 30%;
    margin: 20px 20px 20px 0;
    padding: 0 0 0px 30px;
    }

.pullquote_right {
    float: right;
    width: 29%;
    margin: 20px 0 20px 20px;
    padding: 0 0 0 30px;
    }

/*  4. Highlight */

.highlight {
    color: #fff;
    padding: 0 3px;
    }

.highlight2 {
    background: #fff;
    color: #000;
    padding: 0 3px;
    }

/*  5. Space */

.space_hr {
    margin-bottom: 40px;
    width: 100%;
    display: block;
    }

/*  6. Bar */

.bar_hr {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    }

/*  7. Tabs */

ul.tabs {
    margin: 0;
    display: block;
    }

ul.tabs .selected {
    background: #fff;
    color: #000;
    }

ul.tabs li {
    list-style: none;
    display: inline;
    }

ul.tabs li a {
    line-height: 25px;
    text-transform: uppercase;
    float: left;
    color: #fff;
    margin: 0 5px 0px 0;
    padding: 3px 15px 1px;
    position: relative;
    overflow: hidden;
    }

ul.tabs li a:hover {
    background: #fff;
    color: #000;
    }

.pane {
    background: #fff;
    border-style: solid;
    margin-bottom: 29px;
    clear: both;
    color: #000;
    display: block;
    padding: 20px 20px;
    font-size: 12px;
    }

/*  8. Toggle */

.trigger {
    background: url("../images/toggle-plus.png") no-repeat;
    background-position: 0px 5px;
    margin: 0 0 20px;
    cursor: pointer;
    padding: 0px 0px 0px 25px;
    }

.trigger a {
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 19px;
    }

.trigger.active {
    background: url("../images/toggle-minus.png") no-repeat;
    background-position: 0px 5px;
    }

.trigger.active a { color: #fff }

.toggle_container {
    background: #fff;
    margin-bottom: 20px;
    clear: both;
    color: #000;
    overflow: hidden;
    }

.toggle_container .block {
    nowhitespace: afterproperty;
    margin: 0;
    padding: 20px;
    overflow: hidden;
    }

/*  9. Buttons */

.button-link {
    margin-top: 20px;
    margin-bottom: 20px;
    }

.button-link a {
    text-transform: uppercase;
    color: #fff;
    padding: 4px 8px 4px 8px;
    }

.button-link a:hover {
    background: #fff;
    color: #000;
    }

/*  10. PRETTY */

.pretty-photo-sc {
    margin: 20px 0 20px 0;
    overflow: hidden;
    position: relative;
    }

/*  11. Soundcloud */

a#sdc {
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.9);
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #000;
    padding: 7px 10px;
    display: inline-block;
    font-size: 18px;
    }

a#sdc:hover { color: #fff }