/*
Theme Name: AC
Author: Saga Communications
Author URI: http://sagacom.com/
Description: The parent theme for AC formats.
Version: 1.0
*/

/* Resets */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
article.post,
article.saga_news,
article.page,
article.event,
article.ai1ec_event,
article.searchresults,
article.archive {
    background: #ffffff;
    /*box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .1);;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .1);*/
}

article.events {
    background: #ffffff;
    padding: 5px;
}

.post-inner {
    padding: 0 1.2em
}

.post-title {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    color: #007fc2;
    padding-bottom: 5px;
}

.navcollapse {
    display: none
}

/* Typography */

#main {
    clear: both;
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 15px;
    line-height: 1.6em;
}

h1 {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif;
    font-weight: 400;
}

h2,
h3,
h4,
p,
ul,
ol,
li,
select,
input,
textarea,
.navcollapse {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif
}

h2.archive-page-title {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    color: #007fc2;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

#stationbar {
    overflow: hidden
}

    #stationbar p,
    .footer-ad p {
        font-size: 14px
    }

.logo img {
    height: 120px
}

div.entry-meta {
    font-size: .8em;
    padding-bottom: 10px;
}

a:focus {
    outline: none !important
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
}

/* Layout */

body {
    background: #f9f9f9 url(img/page-bg.jpg) repeat-x top center fixed;
    background-size: 397px 600px;
    background-image: -webkit-image-set(url(img/page-bg.jpg) 1x, url(img/page-bg@2x.jpg) 2x);
    background-image: -o-image-set(url(img/page-bg.jpg) 1x, url(img/page-bg@2x.jpg) 2x);
    background-image: -ms-image-set(url(img/page-bg.jpg) 1x, url(img/page-bg@2x.jpg) 2x);
}

.page {
    background-color: #f6f6f6;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 50px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .2);
}

header {
    max-width: 980px;
    margin: 0 auto;
}

footer.entry-meta {
    background: none
}

    footer.entry-meta a {
        color: #ff0000
    }

#breadcrumb {
    margin: 0 0 12px 0;
    padding: 10px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L' sans-serif;
    font-size: 12px;
    line-height: 12px;
    background: #e0e0e0;
    border: 1px solid #cccccc;
}

    #breadcrumb a {
        color: #007fc2
    }

#stationbar {
    height: 50px;
    width: 100%;
    position: fixed;
    z-index: 100;
    border-bottom: 1px solid #000000;
    background-color: #1d1d1d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#151515));
    background-image: -webkit-linear-gradient(top, #252525, #151515);
    background-image: -moz-linear-gradient(top, #252525, #151515);
    background-image: -o-linear-gradient(top, #252525, #151515);
    background-image: -ms-linear-gradient(top, #252525, #151515);
    background-image: linear-gradient(top, #252525, #151515);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#252525', EndColorStr='#151515');
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, .3);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, .3);
    line-height: 50px;
    color: #ffffff;
}

.footer-ad, footer .adwidget {
    min-height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    border-top: 1px solid #000000;
    background-color: #1d1d1d;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#252525', EndColorStr='#151515');
    -webkit-box-shadow: 0px -2px 10px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px -2px 10px 2px rgba(0, 0, 0, .3);
    box-shadow: 0px -2px 10px 2px rgba(0, 0, 0, .3);
    color: #ffffff;
    line-height: 0;
    text-align: center;
}

#masthead {
    max-width: 980px;
    background: #000000 url(img/hf-bg.jpg) repeat 0 0;
    background-size: 980px 120px;
    background-image: -webkit-image-set(url(img/hf-bg.jpg) 1x, url(img/hf-bg@2x.jpg) 2x);
    background-image: -o-image-set(url(img/hf-bg.jpg) 1x, url(img/hf-bg@2x.jpg) 2x);
    background-image: -ms-image-set(url(img/hf-bg.jpg) 1x, url(img/hf-bg@2x.jpg) 2x);
    line-height: 0;
}

/* Main Menu */

.navcollapse {
    width: 100%;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    background-size: 40px 40px;
    background: transparent url(img/menu-toggle.png) no-repeat left top;
    background-image: -webkit-image-set(url(img/menu-toggle.png) 1x, url(img/menu-toggle@2x.png) 2x);
    background-image: -o-image-set(url(img/menu-toggle.png) 1x, url(img/menu-toggle@2x.png) 2x);
    background-image: -ms-image-set(url(img/menu-toggle.png) 1x, url(img/menu-toggle@2x.png) 2x);
}

    .navcollapse h3 {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 0 40px;
        padding: 0;
    }

.nav {
    margin-bottom: 0
}

    .nav li a:hover {
        color: #fff;
        background-color: transparent;
    }

nav {
    background-color: #151515;
    height: auto;
    margin-bottom: 20px;
    border-top: 1px solid rgba( 255, 255, 255, 0.1 );
    border-bottom: 1px solid rgba( 0, 0, 0, 0.1 );
}

    nav ul {
        list-style: none;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    nav li {
        display: inline-block;
        margin-right: 30px;
        line-height: 40px;
        font-size: 16px;
    }

    nav li:last-child {
        margin-right: 0
    }

.nav a,
.nav a:visited {
    color: #c3aa9d;
    color: rgba( 255, 255, 255, .6 );
    line-height: 40px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.nav a:focus,
.nav a:hover {
    text-decoration: none;
    color: #ffffff;
    color: rgba( 255, 255, 255, 1 );
}

.dropdown-menu {
    background-color: #151515;
    padding: 0;
    margin: 0;
    height: auto;
    left: -10px;
    line-height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
}

    .dropdown-menu a {
        color: #c3aa9d;
        color: rgba( 255, 255, 255, .6 );
        padding: 0 10px;
        margin: 0;
        min-width: 160px;
    }

    .dropdown-menu li {
        display: inline-block;
        margin-right: 0;
        line-height: 40px;
        font-size: 13px;
    }

        .dropdown-menu li > a:hover,
        .dropdown-menu li > a:focus,
        .dropdown-submenu:hover > a {
            background: none;
            background-color: #cccccc;
            background-color: rgba( 255, 255, 255, 0.2 );
        }

    .dropdown-menu .active > a,
    .dropdown-menu .active > a:hover {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background: none;
        background-color: #cccccc;
        background-color: rgba( 255, 255, 255, 0.2 );
    }

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: inline-block
}

.open {
    display: inline-block !important;
    left: 0 !important;
    top: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.dropdown-submenu {
    position: relative;
    display: none;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        margin-left: -1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        visibility: hidden;
    }

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    visibility: visible;
}

.dropdown-submenu > a:after {
    display: block;
    content: normal;
    float: none;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff
}

.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}

#msnap-iframe {
    width: 100% !important
}

#content-home {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    min-height: 100px;
}

.expandable {
    margin-bottom: 20px
}

.footerads {
    margin-top: 20px
}

    .footerads .span3 {
        height: 60px;
        line-height: 60px;
        text-align: center;
    }

    .expandable .adwidget,
    .footerads .adwidget {
        margin-top: 0
    }

    .footerads .span3 .adwidget {
        margin-left: -7px;
        margin-right: -7px;
    }

#featuredshow {
    margin-top: 20px
}

.boxwidget,
.adwidget {
    margin-top: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
    overflow: hidden;
    line-height: 0;
}

    .boxwidget iframe {
        margin: 0;
        padding: 0;
    }

.span4 .adwidget:first-child {
    margin-top: 0
}

.widget,
article.gallery,
.archive.taxonomy {
    margin-bottom: 15px;
    margin-top: 30px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 0 10px 10px 10px;
    overflow: visible;
}

.widget .gform_wrapper{
    padding:0 1em;
}

.textwidget {
    margin-bottom: 15px;
    line-height: 0;
}

.archive.widget {
    margin-top: 0;
    margin-bottom: 0;
}

#smallcol .widget {
    background-color: transparent;
    border: none;
    padding: 0;
}

article .widget,
article.gallery {
    margin-bottom: 0;
    margin-top: 0;
    border: none;
    padding: 0 10px 10px 10px;
}

.widget,
article {
    margin-bottom: 15px;
    margin-top: 30px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 0 10px 10px 10px;
    overflow: visible;
}

.widget-area.span4 .widget:first-child {
    margin-top: 0
}

.widget h1,
#dynamiclead h1,
article h1 {
    font-size: 16px;
    position: relative;
    top: -15px;
    height: 30px;
    line-height: 30px;
    left: -15px;
    padding: 0;
    margin: 0 0 0 0;
    background: transparent url(img/widget-header.png) no-repeat top right;
    background-size: 960px 30px;
    background-image: -webkit-image-set(url(img/widget-header.png) 1x, url(img/widget-header@2x.png) 2x);
    background-image: -o-image-set(url(img/widget-header.png) 1x, url(img/widget-header@2x.png) 2x);
    background-image: -ms-image-set(url(img/widget-header.png) 1x, url(img/widget-header@2x.png) 2x);
    color: #ffffff;
    display: block;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
}

.widget h1>span,
#dynamiclead h1>span, #topstory h1>span,
article h1>span {
    display: inline-block;
    background: transparent url(img/header-wrap.png) no-repeat 0 bottom;
    background-size: 5px 8px;
    background-image: -webkit-image-set(url(img/header-wrap.png) 1x, url(img/header-wrap@2x.png) 2x);
    background-image: -o-image-set(url(img/header-wrap.png) 1x, url(img/header-wrap@2x.png) 2x);
    background-image: -ms-image-set(url(img/header-wrap.png) 1x, url(img/header-wrap@2x.png) 2x);
    padding: 0 15px;
    height: 38px;
}

article {
    margin-top: 0;
    padding: 0;
}

    article h1 {
        left: -5px;
        margin-right: 20px;
    }

article.gallery h1 {
    left: -15px;
    margin-right: 0;
}

article.full h1 {
    background-position-x: left
}

#dynamiclead h1 {
    display: none
}

.rockgirl ul {
    list-style: none;
    font-size: 12px;
    line-height: 18px;
}

    .rockgirl ul li {
        margin-bottom: 12px
    }

.rockgirl a:hover,
.rockgirl a:focus {
    color: #007fc2;
    text-decoration: underline;
}

#smallcol h1 {
    left: -5px;
    z-index: 10;
}

.item {
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

article .item {
    padding-right: 10px;
    padding-left: 10px;
}

#smallcol .widget .item {
    position: relative;
    top: -15px;
    border-bottom: none;
    padding-bottom: 0;
}

.item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

article .item:last-child {
    margin-bottom: 10px
}

.item .itemimg {
    float: left;
    margin-right: 10px;
    width: 125px;
    height: 100px;
    overflow: hidden;
}

.item h2 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

    .item h2 a {
        text-decoration: none;
        color: #007fc2;
    }

    .item h2 a:focus,
    .item h2 a:hover {
        text-decoration: underline
    }

.item p {
    font-size: 12px;
    line-height: 18px;
    margin-left: 135px;
}

.archive.more-posts {
    margin-top: 30px
}

div.gallery.grid {
    border-top: 1px solid #cccccc;
    margin-top: 10px;
    padding-top: 30px;
}

article.gallery.grid,
div.gallery.grid {
    text-align: center
}

    article.gallery.grid h1,
    div.gallery.grid h1 {
        text-align: left
    }

    article.gallery.grid .item,
    div.gallery.grid .item {
        display: inline-block;
        overflow: visible;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 10px;
        width: 240px;
    }

        article.gallery.grid .item p,
        div.gallery.grid .item p {
            text-align: left;
            margin-bottom: 0;
            font-size: 12px;
        }

#smallcol .widget .item p {
    display: none
}

#smallcol .widget .item:nth-child(n+3) .itemimg {
    display: none
}

#smallcol .widget .item:nth-child(n+3) h2 {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.likebox iframe {
    background-color: #ffffff
}

#smallcol {
    margin-top: 1px
}

/* Ads */

#leadad_1 {
    height: 250px;
    margin-bottom: 20px;
}

footer,
#featuredshow {
    color: #570232;
    background: #cccccc url(img/hf-bg.jpg) repeat 0 0;
    background-size: 980px 120px;
    background-image: -webkit-image-set(url(img/hf-bg.jpg) 1x, url(img/hf-bg@2x.jpg) 2x);
    background-image: -o-image-set(url(img/hf-bg.jpg) 1x, url(img/hf-bg@2x.jpg) 2x);
    background-image: -ms-image-set(url(img/hf-bg.jpg) 1x, url(img/hf-bg@2x.jpg) 2x);
}

footer {
    color: #333333;
    background-color: #cccccc;
    padding-top: 0px;
    padding-bottom: 20px;
}

    footer p,
    footer .widget ul,
    #featuredshow .widget ul,
    #featuredshow .widget p {
        font-size: 12px
    }

    footer a,
    footer a:hover,
    footer a:focus,
    #featuredshow .widget a,
    #featuredshow .widget a:hover,
    #featuredshow .widget a:focus {
        color: #007fc2;
        text-decoration: none;
    }

    footer a:hover,
    footer a:focus,
    #featuredshow .widget a:hover,
    #featuredshow .widget a:focus {
        text-decoration: underline
    }

#stationbar a {
    text-decoration: none;
    color: #007fc2;
    font-weight: 700;
}

footer a:focus,
footer a:hover,
#featuredshow .widget a:focus,
#featuredshow .widget a:hover,
#stationbar a:focus,
#stationbar a:hover {
    text-decoration: underline
}

footer .widget,
#featuredshow .widget {
    margin-top: 10px;
    background: transparent;
    border: none;
    padding: 0;
}

    footer .widget h1,
    #featuredshow .widget h1 {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding: 0 0 0 10px;
        margin: 0;
        background: transparent url(img/widget-header.png) no-repeat top right;
        background-size: 960px 30px;
        background-image: -webkit-image-set(url(img/widget-header.png) 1x, url(img/widget-header@2x.png) 2x);
        background-image: -o-image-set(url(img/widget-header.png) 1x, url(img/widget-header@2x.png) 2x);
        background-image: -ms-image-set(url(img/widget-header.png) 1x, url(img/widget-header@2x.png) 2x);
        color: white;
        display: block;
        top: 0;
        left: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    footer .widget ul,
    #featuredshow .widget ul,
    #featuredshow .widget p {
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 0;
        list-style: none;
    }

#footer {
    border-top: 1px solid #dedede
}

.legal {
    padding-top: 20px
}

.personality {
    width: 22%;
    padding-top: 10px;
}

.photowidget {
    background-color: #000000
}

    .photowidget h1 {
        margin-bottom: -25px;
        z-index: 5;
    }

    .photowidget .photowidget-content {
        max-height: 225px;
        overflow: hidden;
        margin-right: -10px;
        margin-bottom: -10px;
        margin-left: -10px;
        top: -10px;
    }

.photowidget-content img {
    width: 100%;
    top: -20px;
    position: relative;
}

#primary {
    float: left;
    margin: 0 -36.4% 0 0;
    width: 100%;
}

#content {
    margin: 0 24% 0 0;
    max-width: 607px;
    min-height: 100px;
    clear: both;
}

#secondary {
    float: right;
    margin-right: 1.6%;
    width: 31.7%;
}

/* Singular */

.singular #primary {
    margin: 0
}

.singular #content,
.left-sidebar.singular #content {
    margin: 0 7.6%;
    position: relative;
    width: auto;
}

.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
    margin: 0 auto;
    width: 68.9%;
}

/* Attachments */

.singular .image-attachment .entry-content {
    margin: 0 auto;
    width: auto;
}

.singular .image-attachment .entry-description {
    margin: 0 auto;
    width: 68.9%;
}

/* Showcase */

.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
    margin: 0
}

.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
    margin: 0 7.6%;
    width: auto;
}

.page-template-showcase-php section.recent-posts {
    float: right;
    margin: 0 0 0 31%;
    width: 69%;
}

.page-template-showcase-php #main .widget-area {
    float: left;
    margin: 0 -22.15% 0 0;
    width: 22.15%;
}

/* error404 */

.error404 #primary {
    float: none;
    margin: 0;
}

    .error404 #primary #content {
        margin: 0 7.6%;
        width: auto;
    }

/* Alignment */


.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

/* WordPress Core */

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Right Content */

.left-sidebar #primary {
    float: right;
    margin: 0 0 0 -26.4%;
    width: 100%;
}

.left-sidebar #content {
    margin: 0 7.6% 0 34%;
    width: 58.4%;
}

.left-sidebar #secondary {
    float: left;
    margin-left: 7.6%;
    margin-right: 0;
    width: 18.8%;
}

/* =Global
----------------------------------------------- */

/* Headings */

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}

/* Text elements */

p {
    margin-bottom: 1.625em;
    font-size: 14px;
}

ul,
ol {
    margin: 0 0 1.625em 2.5em
}

ul {
    list-style: square
}

ol {
    list-style-type: decimal
}

    ol ol {
        list-style: upper-alpha
    }

        ol ol ol {
            list-style: lower-roman
        }

            ol ol ol ol {
                list-style: lower-alpha
            }

    ul ul,
    ol ol,
    ul ol,
    ol ul {
        margin-bottom: 0
    }

dl {
    margin: 0 1.625em
}

dt {
    font-weight: bold
}

dd {
    margin-bottom: 1.625em
}

strong {
    font-weight: bold
}

cite,
em,
i {
    font-style: italic
}

blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em 1.625em 3em;
}

    blockquote em,
    blockquote i,
    blockquote cite {
        font-style: normal
    }

    blockquote cite {
        color: #666;
        font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}

code,
kbd {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym,
dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}

address {
    display: block;
    margin: 0 0 1.625em;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

/* Galleries */

.wp-caption-text.gallery-caption {
    font-size: 12px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif;
}

div[id^='gallery-'] img,
div[id*='gallery-'] img {
    border: none !important;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

div.jp-carousel-left-column-wrapper,
div.jp-carousel-image-meta {
    display: none !important
}

.jp-carousel-info h2 {
    font: normal 14px/1.6em 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif !important
}

/* Forms */

input[type=text],
input[type=password],
textarea {
    background: #fafafa;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    color: #888;
}

input[type=text]:focus,
textarea:focus {
    color: #373737
}

textarea {
    padding-left: 3px;
    width: 98%;
}

input[type=text] {
    padding: 3px
}

label.assistive-text {
    display: none
}

input#s {
    background: #ffffff url(img/search.png) no-repeat 5px 6px;
    background-size: 20px 20px;
    background-image: -webkit-image-set(url(img/search.png) 1x, url(img/search@2x.png) 2x);
    background-image: -o-image-set(url(img/search.png) 1x, url(img/search@2x.png) 2x);
    background-image: -ms-image-set(url(img/search.png) 1x, url(img/search@2x.png) 2x);
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    height: 22px;
    padding: 4px 10px 4px 28px;
}

input#searchsubmit {
    display: none
}

/* Links */

a {
    color: #007fc2;
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    color: #007fc2;
    text-decoration: underline;
}

/* Search Form */

#branding #searchform {
    position: absolute;
    top: 3.8em;
    right: 7.6%;
    text-align: right;
}

    #branding #searchform div {
        margin: 0
    }

#branding #s {
    float: right;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
    width: 72px;
}

#branding #s:focus {
    background-color: #f9f9f9;
    width: 196px;
}

#branding #searchsubmit {
    display: none
}

#branding .only-search #searchform {
    top: 5px;
    z-index: 1;
}

#branding .only-search #s {
    background-color: #666;
    border-color: #000;
    color: #222;
}

#branding .only-search #s,
#branding .only-search #s:focus {
    width: 85%
}

#branding .only-search #s:focus {
    background-color: #bbb
}

#branding .with-image #searchform {
    top: auto;
    bottom: -27px;
    max-width: 195px;
}

#branding .only-search + #access div {
    padding-right: 205px
}

/* =Content
----------------------------------------------- */

.page-title {
    color: #666;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    margin: 0 0 2.6em;
    text-transform: uppercase;
}

    .page-title a {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0;
        text-transform: none;
    }

.hentry,
.no-results {
    border-bottom: 1px solid #ddd;
    margin: 0 0 1.625em;
    padding: 0 0 1.625em;
    position: relative;
}

.hentry:last-child,
.no-results {
    border-bottom: none
}

.blog .sticky .entry-header .entry-meta {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.entry-title,
.entry-header .entry-meta {
    padding-right: 76px
}

.entry-title {
    clear: both;
    color: #222;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: .3em;
    padding-top: 15px;
}

    .entry-title,
    .entry-title a {
        color: #222;
        text-decoration: none;
    }

        .entry-title a:hover,
        .entry-title a:focus,
        .entry-title a:active {
            color: #1982d1
        }

div.entry-meta,
div.entry-meta-credit {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif;
    font-size: .8em;
    color: #999999;
}

div.entry-meta-credit {
    padding-bottom: 20px
}

.entry-meta a {
    color: #007fc2
}

.single-author .entry-meta .by-author {
    display: none
}

.entry-content,
.entry-summary {
    padding: 0
}

    .entry-content h1,
    .entry-content h2,
    .comment-content h1,
    .comment-content h2 {
        color: #000;
        font-weight: bold;
        margin: 0 0 .8125em;
    }

    .entry-content h3,
    .comment-content h3 {
        font-size: 10px;
        letter-spacing: 0.1em;
        line-height: 2.6em;
        text-transform: uppercase;
    }

    .entry-content table,
    .comment-content table {
        border-bottom: 1px solid #ddd;
        margin: 0 0 1.625em;
        width: 100%;
    }

    .entry-content th,
    .comment-content th {
        color: #666;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 2.6em;
        text-transform: uppercase;
    }

    .entry-content td,
    .comment-content td {
        padding: 6px 10px 6px 0
    }

    .entry-content #s {
        width: 75%
    }

.comment-content ul,
.comment-content ol {
    margin-bottom: 1.625em
}

    .comment-content ul ul,
    .comment-content ol ol,
    .comment-content ul ol,
    .comment-content ol ul {
        margin-bottom: 0
    }

dl.gallery-item {
    margin: 0
}

.page-link {
    clear: both;
    display: block;
    margin: 0 0 1.625em;
}

    .page-link a {
        background: #eee;
        color: #373737;
        margin: 0;
        padding: 2px 3px;
        text-decoration: none;
    }

    .page-link a:hover {
        background: #888;
        color: #fff;
        font-weight: bold;
    }

    .page-link span {
        margin-right: 6px
    }

.entry-meta .edit-link a,
.commentlist .edit-link a {
    background: #eee;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    float: right;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    text-decoration: none;
    padding: 0 8px;
}

.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
    background: #888;
    color: #fff;
}

.entry-content .edit-link {
    clear: both;
    display: block;
}

embed,
iframe,
object {
    max-width: 100%
}

#nav-above {
    padding: 0 0 1.625em
}

#nav-above {
    display: none
}

.nav-previous {
    float: left;
    width: 50%;
}

.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

footer .widget a {
    font-weight: 400
}

.widget_search form {
    margin: 0 0 1.625em
}

.widget_search #s {
    width: 77%
}

.widget_search #searchsubmit {
    background: #ddd;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
    color: #888;
    font-size: 13px;
    line-height: 25px;
    position: relative;
    top: -2px;
}

.widget_search #searchsubmit:active {
    background: #1982d1;
    border-color: #0861a5;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #bfddf3;
}

.fb_share {
    float: left;
    height: 25px;
    width: 90px;
    text-align: left;
}

.tw_share {
    float: left;
    height: 25px;
    width: 90px;
    text-align: left;
}

.pn_share {
    float: left;
    height: 25px;
    width: 70px;
    text-align: left;
}

.gp_share {
    float: left;
    height: 25px;
    width: 70px;
    text-align: left;
}

.pr_share {
    float: left;
    height: 20px;
    font-size: 0.65em;
    text-align: center;
    margin: 0 auto;
    margin-top: 2px;
    width: 60px;
    line-height: .65em;
}

.em_share {
    float: left;
    height: 20px;
    font-size: .65em;
    text-align: center;
    margin: 0 auto;
    margin-top: 3px;
    width: 60px;
    line-height: .65em;
}

#fb-root {
    display: none
}

#box {
    display: none;
    width: 940px;
    height: 250px;
    font-size: 18px;
    font-family: arial;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

#bannerclosed {
    width: 940px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
}

.openex {
    position: relative;
    left: 875px;
    top: -62px;
    padding: 3px;
    display: block;
    width: 55px;
    text-decoration: none;
}

.closeex {
    position: relative;
    left: 865px;
    width: 65px;
    padding: 3px;
    top: -30px;
    display: block;
    text-decoration: none;
}

.widget p,
.gform_body,
.gfield_label {
    font-size: 13px !important
}

.widget p:last-child {
    margin-bottom: 0
}

.gform_body h2.gsection_title {
    font-size: 14px !important;
    width: 100%;
    line-height: 21px;
}

label.gfield_label {
    font-weight: 400 !important
}

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
    width: 96% !important
}

body .gform_wrapper .ginput_full label, 
body .gform_wrapper .ginput_right label, 
body .gform_wrapper .ginput_left label {
margin-top: -10px; 
margin-bottom: 12px; 
}

.gform_wrapper textarea {
    padding: 2% !important
}

.gform_wrapper .gsection:first-child {
    margin-top: 0 !important
}

.gform_wrapper .gform_footer {
    padding: 5px 0  0 0!important;
    margin: 7px 0 0 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

button,
.button,
.button.gform_button {
    display: inline-block;
    border: 1px solid #d7d7d7;
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #fbfbfb, #e9e9e9);
    background-image: -moz-linear-gradient(top, #fbfbfb, #e9e9e9);
    background-image: -o-linear-gradient(top, #fbfbfb, #e9e9e9);
    background-image: -ms-linear-gradient(top, #fbfbfb, #e9e9e9);
    background-image: linear-gradient(top, #fbfbfb, #e9e9e9);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fbfbfb', EndColorStr='#e9e9e9');
    padding: 5px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    color: #666666;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
}

button:hover,
.button:hover,
.button.gform_button:hover,
button:focus,
.button:focus,
.button.gform_button:focus {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(20, 20, 20, .15);
    box-shadow: 0px 1px 1px 0px rgba(20, 20, 20, .15);
    text-decoration: none;
}

button:active,
.button:active,
.button.gform_button:active {
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(20, 20, 20, .15);
    box-shadow: inset 0px 1px 1px 0px rgba(20, 20, 20, .15);
    outline: none;
    -moz-outline: none;
}

/* To fill the container and nothing else */

.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
    width: 100% !important;
    background: #333333;
}

    .fb-comments span,
    .fb-comments iframe span[style],
    .fb-like-box span,
    .fb-like-box iframe span[style] {
        width: 100% !important
    }

.headersearch {
    float: right;
    margin-top: 2px;
}

/*
** Header Icons
*/

.headericons {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    float: right;
    padding-top: 8px;
    text-align: right;
    overflow: hidden;
}

    .headericons li {
        float: left;
        display: inline-block;
    }

        .headericons li a {
            display: block;
            height: 32px;
            width: 32px;
            margin: 0 2px;
            text-decoration: none;
            background-size: 64px 352px;
            background: transparent url(img/con-icons.png) no-repeat 0 0;
            background-image: -webkit-image-set(url(img/con-icons.png) 1x, url(img/con-icons@2x.png) 2x);
            background-image: -o-image-set(url(img/con-icons.png) 1x, url(img/con-icons@2x.png) 2x);
            background-image: -ms-image-set(url(img/con-icons.png) 1x, url(img/con-icons@2x.png) 2x);
        }
                .headericons li a.soundcloud {
            background-position: 0 -256px
        }

        .headericons li a.soundcloud:hover,
        .headericons li a.soundcloud:focus {
            background-position: -32px -256px
        }


        .headericons li a.facebook {
            background-position: 0 -224px
        }

        .headericons li a.facebook:hover,
        .headericons li a.facebook:focus {
            background-position: -32px -224px
        }

        .headericons li a.twitter {
            background-position: 0 -192px
        }

        .headericons li a.twitter:hover,
        .headericons li a.twitter:focus {
            background-position: -32px -192px
        }
       .headericons li a.instagram {
            background-position: 0 -288px
        }

        .headericons li a.instagram:hover,
        .headericons li a.instagram:focus {
            background-position: -32px -288px
        }
       .headericons li a.tunein {
            background-position: 0 -320px
        }

        .headericons li a.tunein:hover,
        .headericons li a.tunein:focus {
            background-position: -32px -320px
        }
        .headericons li a.snapchat {
            background-position: 0 -352px
        }

        .headericons li a.snapchat:hover,
        .headericons li a.snapchat:focus {
            background-position: -32px -352px
        }

        .headericons li a.youtube {
            background-position: 0 -160px
        }

        .headericons li a.youtube:hover,
        .headericons li a.youtube:focus {
            background-position: -32px -160px
        }

                .headericons li a.alexa {
            background-position: 0 -128px
        }

        .headericons li a.alexa:hover,
        .headericons li a.alexa:focus {
            background-position: -32px -128px
        }

        .headericons li a.email {
            background-position: 0 -96px
        }

        .headericons li a.email:hover,
        .headericons li a.email:focus {
            background-position: -32px -96px
        }

        .headericons li a.sms {
            background-position: 0 -64px
        }

        .headericons li a.sms:hover,
        .headericons li a.sms:focus {
            background-position: -32px -64px
        }

        .headericons li a.iphone {
            background-position: 0 -32px
        }

        .headericons li a.iphone:hover,
        .headericons li a.iphone:focus {
            background-position: -32px -32px
        }

        .headericons li a.android {
            background-position: 0 0
        }

        .headericons li a.android:hover,
        .headericons li a.android:focus {
            background-position: -32px 0
        }

        .headericons li a span {
            display: none
        }

/* Connect, used in child themes */

.item.connect p {
    font-size: 12px;
    line-height: 32px;
    margin-left: 0;
    margin-bottom: 0;
    background-size: 64px 352px;
    background: transparent url(img/con-icons.png) no-repeat 0 0;
    background-image: -webkit-image-set(url(img/con-icons.png) 1x, url(img/con-icons@2x.png) 2x);
    background-image: -o-image-set(url(img/con-icons.png) 1x, url(img/con-icons@2x.png) 2x);
    background-image: -ms-image-set(url(img/con-icons.png) 1x, url(img/con-icons@2x.png) 2x);
    padding-left: 42px;
}

.item.connect p.facebook {
    background-position: -32px -224px
}

.item.connect p.twitter {
    background-position: -32px -192px
}

.item.connect p.email {
    background-position: -32px -96px
}

.item.connect p.sms {
    background-position: -32px -64px
}

div.socialshare {
    margin: 10px auto 20px
}

.pagination {
    clear: both;
    padding: 10px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif;
    text-align: center;
}

    .pagination .current {
        padding: 6px 9px 5px 9px;
        background: #007fc2;
        color: #fff;
    }

    .pagination span,
    .pagination a {
        display: inline-block;
        margin: 2px 2px 2px 0;
        padding: 6px 9px 5px 9px;
        text-decoration: none;
        width: auto;
        color: #000;
        background: #e0e0e0;
        border: 1px solid #cccccc;
    }

    .pagination a:hover {
        background: #cccccc
    }

.fb_ltr {
    background: #ffffff;
    border: 0 none #000000;
}

.fb-like-box {
    background: #ff0000
}

.entry-footer {
    background: #ffffff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif;
    font-size: .8em color: #000000;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #cccccc;
}

    .entry-footer a {
        color: #007fc2
    }

ul ul li.has_children > a:after {
    content: " >> ";
    text-align: right;
    color: #007fc2;
}

ul ul ul li.has_children > a:after {
    content: " >> ";
    text-align: right;
    color: #007fc2;
}

ul ul ul ul li.has_children > a:after {
    content: " >> ";
    text-align: right;
    color: #007fc2;
}

div.textwidget .item {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif;
    font-size: 12px;
}

.timely {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif
}

.ai1ec-calendar-link {
    font-size: 10px
}

.homeeventdate {
    margin-top: -10px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif;
    font-size: 8pt;
}

.alertmessage {
    text-shadow: 0px 1px 0px rgba( 255,255,255,0.3 );
    padding: 5px 10px;
    margin: 20px 0;
    font-size: 12px;
    color: #007fc2;
    border: 1px solid #007fc2;
    background-color: #eaa2a4;
}

ul.simplePagerNav li {
    padding: 3px;
    margin-bottom: 10px;
    font-family: georgia;
    float: left;
    display: block;
}

    ul.simplePagerNav li a {
        text-decoration: none;
        color: #333;
    }

#page {
    padding-top: 20px;
    padding-bottom: 20px;
}

p.incats {
    padding: 0;
    margin: 0 0 2px 0;
    font-size: 11px !important;
    color: #999;
}

.article-featured-img {
    margin-top: -30px;
    width: 100%;
}

.single-featured-img {
    width: 100%
}

#dsq-comments-title,
.dsq-options,
.dsq-post-footer,
#dsq-content .dsq-post-footer .dsq-button,
.dsq-full-comment {
    color: #000
}

.dsq-textarea {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'Nimbus L', sans-serif !important
}

.widget.podcasting .item p {
    font-size: 12px;
    line-height: 18px;
    margin-left: 0;
    margin-bottom: 0;
}

.archive.taxonomy .tax {
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    padding-bottom: 3px;
    margin-bottom: 6px;
}

.archive.taxonomy .tax:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.archive.taxonomy .tax p {
    font-size: 13px;
    line-height: 1.6em;
    margin-left: 0;
    margin-bottom: 0;
}

.archive.taxonomy .tax p.cat {
    float: left;
    text-align: left;
}

    .archive.taxonomy .tax p.cat span.count {
        font-size: 10px;
        line-height: 1em;
        text-transform: uppercase;
        color: #999;
        display: block;
    }

.archive.taxonomy .tax p.feed {
    float: right;
    text-align: right;
    font-size: 11px;
    text-transform: uppercase;
}

article.more {
    margin-top: 20px
}

.galleryview {
    margin-top: 0;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    background-color: #232323 !important;
}

div[id^='myGallery_'],
div[id*='myGallery_'] {
    visibility: hidden;
    width: 100%;
    background-color: #000;
}

.widget.show li {
    margin-bottom: 1.2em;
    line-height: 1.6em;
}

.widget.show a {
    font-weight: normal
}

.col2 {
    margin-left: 0;
    padding-left: 10px;
}

.tax-desc {
    padding: 10px 10px 20px;
    font-size: 12px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
    color: #555;
    line-height: 1.6em;
}

/* Responsive Dynamic Lead */

#dynamiclead {
    background-color: transparent;
    width: 620px;
    height: 400px;
    position: relative;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .3);
}

#features {
    width: 620px;
    position: absolute;
}

.feature {
    display: none;
    position: relative;
}

.feature:first-child {
    display: block
}

.feature img {
    z-index: 1;
    width: 620px;
    height: 400px;
    display: block;
    max-width: inherit;
}

.headline {
    display: block;
    width: 620px;
    z-index: 10;
    line-height: 24px;
    bottom: 80px;
    position: absolute;
    font-size: 18px;
    margin: 0;
    border-top: 1px solid #ccc;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #000;
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
}

    .headline a {
        display: block;
        padding: 10px;
        color: #ffffff;
        text-decoration: none;
    }

#selector {
    position: absolute;
    z-index: 98;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 620px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*overflow: hidden;;
    border-top: 1px solid #ccc;
    border-top: 1px solid rgba(255, 255, 255, 0.2);*/
}

    #selector li {
        display: block;
        float: left;
        font-size: 12px;
        line-height: 15px;
        color: #ffffff;
        color: rgba(255,255,255,0.8);
        margin: 0;
        padding: 0;
    }

        #selector li a {
            display: block;
            color: #ffffff;
            color: rgba(255,255,255,0.8);
            text-decoration: none;
            background-color: #000000;
            background-color: rgba(0,0,0,0.8);
            width: 104px;
            height: 60px;
            padding: 10px;
            /*border-top: 1px solid #ccc;;
            border-top: 1px solid rgba(255,255,255,0.3);
            margin-top: -1px;*/
        }

    #selector li.activeSlide {
        background: transparent url(img/selector-arrow.png) no-repeat top center;
        background-image: -webkit-image-set(url(img/selector-arrow.png) 1x, url(img/selector-arrow@2x.png) 2x);
        background-image: -o-image-set(url(img/selector-arrow.png) 1x, url(img/selector-arrow@2x.png) 2x);
        background-image: -ms-image-set(url(img/selector-arrow.png) 1x, url(img/selector-arrow@2x.png) 2x);
        margin-top: -10px;
        padding-top: 10px;
    }

        #selector li.activeSlide a {
            background-color: #007fc2;
            background-color: rgba(0,127,194,0.8);
        }

.content {
    margin-top: 20px
}

img.placeholder {
    width: 100%;
    max-width: inherit;
    visibility: hidden;
}

@media only screen and (max-width: 800px) { 
	body {
	    margin: 0;
	    padding: 0;
	    width: 100%;
	    position: relative;
	}

	#dynamiclead {
	    background-color: transparent;
	    width: 100%;
	    height: auto;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    margin: 20px 0 0 0;
	    line-height: 0;
	}

	#features {
	    width: 100%;
	    margin: 0;
	    height: auto;
	    position: relative;
	}

	.feature {
	    width: 100%;
	    height: auto;
	    display: none;
	    margin: 0;
	    position: absolute;
	}

	    .feature img {
	        z-index: 1;
	        width: 100%;
	        height: auto;
	        display: block;
	    }

	.widget,
	.content {
	    padding: 0 3%
	}

	.headline {
	    width: 100%;
	    z-index: 10;
	    line-height: 26px;
	    font-size: 18px;
	    bottom: 0;
	    position: absolute;
	    font-weight: 400;
	}

	    .headline a {
	        padding: 3% 3% 4% 3%
	    }

	#selector {
	    position: relative;
	    z-index: 98;
	    bottom: 0;
	    left: 0;
	    height: 10px;
	    width: 100%;
	    list-style-type: none;
	    margin: 10px 0 0 0;
	    padding: 0;
	    text-align: center;
	}

	    #selector li {
	        display: inline-block;
	        float: none;
	        font-size: 12px;
	        line-height: 15px;
	        color: #ffffff;
	        color: rgba(255,255,255,0.8);
	        margin: 0 10px 0 0;
	        padding: 0;
	    }

	    #selector li:last-child {
	        margin-right: 0
	    }

	    #selector li a {
	        display: block;
	        color: #ffffff;
	        color: rgba(255,255,255,0.8);
	        text-decoration: none;
	        background-color: #000000;
	        background-color: rgba(0,0,0,0.8);
	        width: 10px;
	        height: 10px;
	        padding: 0;
	        -webkit-border-radius: 5px;
	    }

	        #selector li a span {
	            display: none
	        }

	    #selector li.activeSlide {
	        background: none;
	        margin-top: 0;
	        padding-top: 0;
	    }

	        #selector li.activeSlide a {
	            background-color: #007fc2;
	            background-color: rgba(0,127,194,0.8);
	        }
}

@media only screen and (max-width: 768px) { 
	.headline {
	    font-size: 14px;
	    line-height: 18px;
	}
}

ul.rssfeed {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

    ul.rssfeed li {
        border-bottom: 1px solid #efefef;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    ul.rssfeed li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.sponsor {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    line-height: 40px;
    margin-bottom: 10px;
}

    .sponsor p {
        text-align: left;
        font-size: 10px !important;
        text-transform: uppercase;
        color: #808080;
    }

    .sponsor img {
        float: left;
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }

  #recaptcha_widget_div { width: 280px; overflow:hidden; } 
  #recaptcha_image img  { width: 275px; }
  
/* Featured Image captions */

.featuredimagecaptioncontainer {
    padding: 0.6em 1.2em;
    margin-bottom: 1.2em;
    background: #f3f3f3;
		border-bottom: 1px solid #efefef;
}

    .featuredimagecaptioncontainer p.featuredimagecaption {
        font-size: .8em;
        line-height: 1.6em;
        color: #999999;
        margin: 0;
        padding: 0;
    }

        .featuredimagecaptioncontainer p.featuredimagecaption span.featuredimagesource {
            text-transform: uppercase;
            font-size: .8em
        }
        
        .item.noimg p {
	margin-left: 0 !important;
}

/* Featured Image captions */

.featuredimagecaptioncontainer {
    padding: 0.6em 1.2em;
    margin-bottom: 1.2em;
    background: #f3f3f3;
    border-bottom: 1px solid #efefef;
}

.featuredimagecaptioncontainer p.featuredimagecaption {
    font-size: .8em;
    line-height: 1.6em;
    color: #999999;
    margin: 0;
    padding: 0;
}

.featuredimagecaptioncontainer p.featuredimagecaption span.featuredimagesource {
    text-transform: uppercase;
    font-size: .8em
}

.item.noimg p {
    margin-left: 0 !important;
}


/* Triton Widget CSS */
.td-song-history {
    display: inline-block;
}

.td-song-history .td-song-history__header {
    display: none;
}

.td-song-history .td-song-history__header .td-song-history__header__title {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 1rem;
}

.td-song-history .td-song-history__header__action {
    float: right;
}

.td-song-history .td-song-history__song {
    float: left;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc!important;
}

.td-song-history .td-song-history__song:first-child {
    padding-top: 0;
}

.td-song-history .td-song-history__song:last-child {
    border-bottom: unset!important;
}

.td-song-history .td-song-history__song .td-song-history__song__picture {
    position: relative;
    display: inline-block;
    float: left;
    vertical-align: center;
    padding-right: 1em;
}

.td-song-history .td-song-history__song .td-song-history__song__picture img {
    width: 100px;
    height: auto;
}

.td-song-history .td-song-history__song .td-song-history__song__infos {
    float: left;
    width: 57%;
}

.td-song-history .td-song-history__song .td-song-history__song__infos .td-song-history__song__infos__cue-title {
    display: block;
    width: 100%;
    font-style: italic;
}

.td-song-history .td-song-history__song .td-song-history__song__infos .td-song-history__song__infos__artist-name {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.td-song-history .td-song-history__song__buy {
    display: none;
}

.widget.widget_now_playing_widget {
    padding: 0;
}

.widget.widget_now_playing_widget h1 {
    margin-bottom: 1em;
}

.widget.widget_now_playing_widget .td-song-history .td-song-history__song {
    padding-bottom: 1em;
    width: 100%;
    border-bottom: 1px solid #ccc !important;
}

.widget.widget_now_playing_widget .td-song-history .td-song-history__song:first-child {
    padding-top: 0;
}

.widget.widget_now_playing_widget .td-song-history .td-song-history__song:last-child {
    border-bottom: unset !important;
}


.widget.widget_now_playing_widget .td-song-history .td-song-history__song .td-song-history__song__picture {
    padding: 4px 10px 0 0;
}

.widget.widget_now_playing_widget .td-song-history .td-song-history__song .td-song-history__song__picture img {
    width: 50px;
    height: auto;
}

.widget.widget_now_playing_widget .td-song-history .td-song-history__song .td-song-history__song__infos {
    width: 195px;
    font-size:14px;
}
.recentlyplayed-widget-container .pagination {
    bottom: -30px !important;
        }