/*
Theme Name: Powermag
Description: The Powermag theme, based off of a modified TwentyTwelve theme.
Version: 1
Tags: coal, power, mag, managing, electric, wind, solar, nuclear, hydro, water, direct, gas
Text Domain: powermag
*/

/* =Main content and comment content
-------------------------------------------------------------- */
.page-header {
    border-bottom: 5px solid #222222;
    margin: 0;
    padding-bottom: 5px;
}
.entry-meta {
    clear: both;
}
.entry-header {
    margin-bottom: 20px;
}
.entry-header img.wp-post-image {
    margin: 20px auto;
    display: block;
    clear: both;
}
.entry-header .entry-title, .page-title {
    font-size: 30px;
    line-height: 1.25;
    font-weight: normal;
}

.entry-header .entry-title a {
    text-decoration: none;
}
.entry-header .entry-format {
    margin-top: 24px;
    font-weight: normal;
}
.entry-header .comments-link {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.846153846;
    color: #757575;
}
.comments-link a,
.entry-meta a {
    color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
    color: #21759b;
}
article.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 13px;
    line-height: 3.692307692;
    margin-bottom: 24px;
    text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
    line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
    /*margin: 24px 0;*/
    /*line-height: 1.714285714;*/
}
.entry-content h1,
.comment-content h1 {
    font-size: 21px;
    line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
    font-size: 18px;
    line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
    font-size: 16px;
    line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
    font-size: 14px;
    line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
    font-size: 13px;
    line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
    font-size: 12px;
    line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    margin: 0 0 20px;
    line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
    margin: 0 0 24px;
    line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
    margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
    list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
    list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
    margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
    margin-bottom: 24px;
    padding: 24px;
    font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content code,
.comment-content code {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 2;
}
.entry-content pre,
.comment-content pre {
    border: 1px solid #ededed;
    color: #666;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 1.714285714;
    margin: 24px 0;
    overflow: auto;
    padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
    display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
.entry-content address,
.comment-content address {
    display: block;
    line-height: 1.714285714;
    margin: 0 0 24px;
}
.alignleft {
    margin: 10px 10px 10px 0;
    float: left;
}
.alignright {
    margin: 10px 0 10px 10px;
    float: right;
}
.aligncenter {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    clear:both;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
    margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
    margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
    font-weight: bold;
    line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
    line-height: 1.714285714;
    margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
    /*border-bottom: 1px solid #ededed;*/
    color: #757575;
    font-size: 12px;
    line-height: 2;
    margin: 0 0 24px;
   /* width: 100%; */
}
.entry-content table caption,
.comment-content table caption {
    font-size: 16px;
    margin: 24px 0;
}
.entry-content td,
.comment-content td {
    /*border-top: 1px solid #ededed;*/
    border: 0 none;
    /*padding: 6px 10px 6px 0;*/
}
.site-content article {
    border-bottom: 1px dotted #222;
    margin-bottom: 20px;
    padding-bottom: 20px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    clear: both;
    position: relative;
}
footer.entry-meta {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.846153846;
    color: #757575;
}
.single-author .entry-meta .by-author {
    display: none;
}
.mu_register h2 {
    color: #757575;
    font-weight: normal;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    padding: 12px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100000; /* Above WP toolbar */
}

/* Navigation */
.site-content nav {
    clear: both;
    line-height: 1.3;
    overflow: hidden;
    margin-bottom: 20px;
}
#nav-above {
    padding: 24px 0;
}
#nav-above {
    display: none;
}
.paged #nav-above {
    display: block;
}
.nav-previous,
.previous-image {
    float: left;
    width: 50%;
}
.nav-next,
.next-image {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
    margin: 48px 0;
}

/* GLOBAL (moved from css/global-old.css)*/
body {
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #222222;
    background-color: #0b3369;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 5px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}
h1,
h2,
h3 {
    line-height: 40px;
}
h1 {
    font-size: 38.5px;
}
h2 {
    font-size: 31.5px;
}
h3 {
    font-size: 24.5px;
}
h4 {
    font-size: 17.5px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 11.9px;
}
h1 small {
    font-size: 24.5px;
}
h2 small {
    font-size: 17.5px;
}
h3 small {
    font-size: 14px;
}
h4 small {
    font-size: 14px;
}
label, input, button, select, textarea {
    font-size: 13px;
    line-height: 20px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 28px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
}
input,
textarea,
.uneditable-input {
    width: 206px;
}
textarea {
    height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle;
}
li {
    /*line-height: 20px;*/
    /*padding-bottom: 6px;*/
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}

ul.inline > li,
ol.inline > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px;
}

p {
}

a {
    /*color: #0077cc;*/
    color: #008cd5;
    text-decoration: none;
    /*-- the magic sauce--*/
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

table th, table td {
    padding: 8px;
}

table.powerconnect th, table.powerconnect td {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
}

textarea {
    font-size: 13px;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

form {
    margin: 0;
}

input[type="text"], input[type="color"], .uneditable-input {
    height: 28px;, -webkit-border-radius : 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

img.flex {
    width: 100%;
    /* height: auto; */
    display: block;
}

/* .ad-block {
  background: #cccccc;
} */
.block .align-left {
    float: left;
}

ul.menu {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#header-top-inner,
#header-bottom-inner,
#main-inner,
#footer-top-inner,
#footer-bottom-inner {
    /*width: 1000px;*/
    /*max-width: 1000px;*/
    margin: 0 auto;
    position: relative;
}

/* GLOBAL BLOCKS */

/* HEADER */
#header {
    border-bottom: 1px solid #e8e8e8;
}

#header-top {
    color: #fff;
}

#top-nav-wrapper {
    background: #70b3ce; /* Old browsers */
    background: -moz-linear-gradient(top,  #70b3ce 0%, #4e92ac 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70b3ce), color-stop(100%,#4e92ac)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #70b3ce 0%,#4e92ac 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #70b3ce 0%,#4e92ac 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #70b3ce 0%,#4e92ac 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #70b3ce 0%,#4e92ac 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70b3ce', endColorstr='#4e92ac',GradientType=0 ); /* IE6-9 */
}

#header-bottom {
    background: #f7f7f7;
}

.page-title { font-weight: normal; font-size: 30px;}

/* HEADER BLOCKS */
#top-menu-block {
    font-size: 0.86em;
    font-weight: bold;
}

#top-menu-block ul.menu li {
    padding: 14px 0;
    float: left;
    line-height: 1em;
}

#top-menu-block ul.menu li a {
    color: #fff;
    float: left;
    display: block;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

#top-menu-block ul.menu li.first {
    padding: 0;
}

#top-menu-block ul.menu li.first a {
    background: #222222;
    border-right: 0;
    padding: 14px 12px;
    font-size: 1.16em;
}

#top-menu-block ul.menu li.last a {
    border-right: 0;
}

#search-block {
    float: right;
    font-size: 0.86em;
    padding-top: 5px;
}

#search-block .form-container {
    position: relative;
    background: #fff;
    height:28px;
}

#search-block .form-container label {
    position: absolute;
    color: #333;
    pointer-events: none;
    top: 4px;
    left: 8px;
}

#search-block .form-container input#search-site {
    background: none;
    border: 0;
    padding-right: 30px;
    width: 240px;
    font-size: 1.08em;
}

#search-block .form-container button.search-icon {
    background: url(images/search-icon.png) 4px 5px no-repeat;
    width: 28px;
    height: 28px;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    text-indent: -9999px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#site-name-logo {
    /*position: absolute;*/
    /*font-size: 0.93em;*/
    /*top: 26px;*/
    /*left: 0;*/
    color: #555;
    /*margin-bottom: -10px;*/
    width: 100%;
    height: 100%;
    padding: 10px 0;
    position: relative;
}

#site-name-logo a {
    display: block;
    /*background: url('images/defensedaily.png');*/
    width: 100%;
    height: 100%;
    /*text-indent: -9999px;*/
    /*margin: 10px 0;*/
    overflow: hidden;
}

#site-name-logo a img {
    position: absolute;
    top: 20px;
}

.tagline {
    left: 5px;
    color: #000;
    font-size: 0.8em;
    position:absolute;
    text-transform: uppercase;
}

#ep-promo {
    /*position: absolute;*/
    /*bottom: 58px;*/
    font-size: 0.86em;
    font-style: italic;
    color: #555;
}

#ep-promo .electic-power-logo {
    display: inline-block;
    text-indent: -9999px;
    background: url(images/ep-logo.png) 0 0;
    width: 126px;
    height: 26px;
    vertical-align: middle;
    margin-left: 4px;
    overflow:hidden;
}

#email-signup-short-block {
    background: #b7b6b6;
    color: #fff;
    /*float: right;*/
    display:inline-block;
    padding: 10px 14px 10px 20px;
    vertical-align: top;
    /*margin-right: -5px*/
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

#email-signup-short-block h3 {
    font-weight: normal;
    font-size: 1em;
    margin: 0;
    line-height: 1em;
    float: left;
    padding: 6px 16px 0 0;
}

#email-signup-short-block form {
    /*float: left;*/
}

#email-signup-short-block .form-container {
    background: #fff;
    position: relative;
}

#email-signup-short-block .form-container input#enews-email {
    background: none;
    border: 0;
    width: 160px;
    float: left;
    font-size: 0.93em;
}

#enews-email {max-width: 180px;}

#email-signup-short-block .form-container label {
    position: absolute;
    color: #333;
    pointer-events: none;
    top: 4px;
    left: 8px;
}

button.bton {
    background: #c6b948 url(images/btn-bk.jpg) 0 100% repeat-x;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    display: inline-block;
    padding: 4px 10px;
    color: #fff;
    font-weight: bold;
}

.btn.btn-signup {
    background: none repeat scroll 0 0 #C2B646;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

#member-support-block {
    background: #0095ce;
    /*float: right;*/
    padding: 14px;
    display:inline-block;
    margin-bottom: 12px;
    border-bottom: 1px solid #006aa0;
    border-right: 1px solid #006aa0;
}

#member-support-block ul {
    margin: 0;
    /* word-spacing:-0.3em; */
}

#member-support-block ul li {
    border-left: 1px solid #fff;
    padding: 0 10px;
    line-height: 1em;
}

#member-support-block ul li.first {
    border-left: 0;
}

#member-support-block ul li a {
    color: #fff;
    font-size: 0.93em;
    font-weight: bold;
}

#social-follow-block {
    float: right;
    margin-bottom: 12px;
    clear: right;
}

#social-follow-block h3,
#social-follow-block ul {
    display: inline-block;
    margin: 0;
    line-height: 1em;
    font-size: 0.86em;
    vertical-align: middle;
    font-weight: bold;
}

#social-follow-block ul li {
    line-height: 1em;
    float: left;
    padding: 0 0 0 10px
}

#social-follow-block ul li a {
    background: url(images/social-sprite.png) no-repeat;
    height: 41px;
    width: 41px;
    display: block;
    text-indent: -9999px;
}

#social-follow-block ul li a.fbicon {
    background-position: 0 0;
}

#social-follow-block ul li a.fbicon:hover {
    background-position: 0 -41px;
}

#social-follow-block ul li a.twicon {
    background-position: -47px 0;
}

#social-follow-block ul li a.twicon:hover {
    background-position: -47px -41px;
}

#social-follow-block ul li a.liicon {
    background-position: -95px 0;
}

#social-follow-block ul li a.liicon:hover {
    background-position: -95px -41px;
}

#social-follow-block ul li a.gpicon {
    background-position: -142px 0;
}

#social-follow-block ul li a.gpicon:hover {
    background-position: -142px -41px;
}

#hot-topics-block {
    background: #ffffff;
    float: right;
    padding: 6px 16px;
    /*clear: right;*/
    text-align:center;
}

#hot-topics-block h3 {
    font-size: 0.86em;
    text-transform: uppercase;
    display: inline-block;
    /*line-height: 1em;*/
    margin: 0;
    font-weight: bold;
}

#hot-topics-block ul {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    word-spacing: -3px;
}

#hot-topics-block ul li {
    line-height: 1em;
    border-left: 1px solid #a5a5a5;
    word-spacing: normal;
    padding: 0 8px;
}

#hot-topics-block ul li.first {
    border-left: 0;
}

#hot-topics-block ul li a {
    font-size: 0.86em;
}

#main-menu-block {
    clear: both;
}
#main-menu-block > ul.menu > li {
    border-top: 1px solid #E8E8E8;
}
#main-menu-block > ul.menu {
    text-align: center;
}
#main-menu-block ul.menu li {
    margin: 0;
    padding: 0;
    /*float: left;*/
}

#main-menu-block ul.menu li a {
    display: block;
    padding: 8px;
    font-size: 0.9em;
    border-left: 0 none;
}

#main-menu-block ul.menu > li > a:hover {
    background: #00b7e8;
    text-decoration: none;
    color: #fff;
}

#main-menu-block ul.menu li a.active {
    background: #00b7e8;
    color: #fff;
}

#main-menu-block ul.menu li a.active:hover {
    color: #fff;
}

/* MAIN */
#main {
    background: #ffffff;
}

#main-inner {
    padding-bottom: 30px;
}

#main .block {
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}

#main .block h2 {
    font-size: 1.08em;
    text-transform: uppercase;
    border-bottom: 1px dotted #00BADD;
    line-height: 1em;
    padding-bottom: 5px;
    margin: 0 0 5px;
    color: #062249;
}

#main .block h2.blocked {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 10px 14px;
    background: #000;
    font-size: 1em;
    color: #fff;
    font-weight: normal;
}

#main .block .block-content {
    padding: 6px 0;
}

#main .block p.short-intro {
    font-size: 1.08em;
}

#main .block .more-link {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1em;
}

#main .box .more-link {
    background: #315569;
    color: #fff;
    padding: 10px;
    font-size: 0.93em;
}

#main .box .more-link a {
    color: #fff;
    font-weight: bold;
}

#content {
    /*float: left;*/
    /*width: 70%;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding-right: 20px;*/
    font-size: 1em;
}

/* MAIN BLOCKS */
#content-promo-block {
    padding: 16px 0px;
    text-align: center;
}

#submenu-feature-block {
    background: url(images/linked-arrow.png) 0 50% no-repeat;
    padding-left: 16px;
    margin-bottom: 12px;
    text-align: left;
}

#submenu-feature-block p {
    margin: 0;
}

#submenu-feature-block strong a {
    text-transform: uppercase;
}

#whats-new-block.block h2.blocked {
    background: #ffffff;
    position: absolute;
    z-index: 20;
    width: 100%;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #222;
}

#whats-new-block.block .block-content {
    padding: 0;
}

#whats-new-block .slide-frames {
    background: #2c4f66 url(images/email-bk.jpg) 0 100% repeat-x;
}

#whats-new-block .slide-frame {
    display: none;
}

#whats-new-block .slide-frame.active {
    display: block;
}

#whats-new-block .slide-caption {
    background: #2c4f66 url(images/email-bk.jpg) 0 100% repeat-x;
    color: #fff;
    position: relative;
    padding: 16px 90px 20px 20px;
}

#whats-new-block .slide-caption h3 {
    margin: 0;
    margin-bottom: 6px;
}

#whats-new-block .slide-caption h3 a {
    color: #fff;
}

#whats-new-block .slide-caption p {
    margin: 0;
}

#whats-new-block .slide-pager {
    background: #555555 url(images/gray-fade-bk.jpg) 0 0 repeat-x;
    color: #ffffff;
    padding: 20px;
}

#whats-new-block .slide-pager ul {
    margin: 0;
}

#whats-new-block .slide-pager ul li {
    float: left;
    width: 25%;
    line-height: 1.23em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    padding: 0 16px;
    overflow: hidden !important;
}

#whats-new-block .slide-pager ul li.first {
    border-left: 0;
    padding-left: 0;
}

#whats-new-block .slide-pager ul li.last {
    padding-right: 0;
}

#whats-new-block .slide-pager ul li a {
    /* font-weight: bold; */
    font-size: 0.93em;
    color: #ddd;
}

#whats-new-block .slide-pager ul li.active a {
    color: #fff;
}

#current-posts-block.block .block-content {
    background: #f8f8f8;
    padding: 0;
}

#current-posts-block ul.tabs {
    float: left;
    width: 28%;
}

#current-posts-block ul.tabs li {
    /*background: #696969 url(images/tab-unactive.jpg) 0 100% repeat-x;*/
    background: #7b7b7b; /* Old browsers */
    background: -moz-linear-gradient(top,  #7b7b7b 0%, #696969 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b7b7b), color-stop(100%,#696969)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7b7b7b 0%,#696969 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7b7b7b 0%,#696969 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7b7b7b 0%,#696969 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7b7b7b 0%,#696969 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7b7b', endColorstr='#696969',GradientType=0 ); /* IE6-9 */
    font-size: 1.15em;
    padding: 0;
}

#current-posts-block ul.tabs li a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 16px 20px;
    background-position: 130% 50%;
}

#current-posts-block ul.tabs li a:hover {
    background: url(images/tab-arrow-large.png) 100% 50% no-repeat;
}

#current-posts-block ul.tabs li a.active {
    /*background: url(images/tab-arrow-large.png) 100% 50% no-repeat, #446377 url(images/tab-active.jpg) 0 100% repeat-x;*/
    background: url(images/tab-arrow-large.png) 100% 50% no-repeat #6cb2cd;
}

#current-posts-block .tab-content {
    display: none;
    background: #f8f8f8;
    float: right;
    width: 72%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 40px;
    min-height: 300px;
}

#current-posts-block .tab-content ul li {
    padding: 10px 0;
    border-top: 1px dotted #222;
    background: url(images/arrow.png) 0 16px no-repeat;
    padding-left: 16px;
    font-weight: bold;
}

#current-posts-block .tab-content ul li.first {
    padding-top: 0;
    border-top: 0;
    background: none;
    padding-left: 0;
    font-weight: normal;
    min-height: 107px;
}

#current-posts-block .tab-content ul li.first h4 {
    margin: 0;
    margin-bottom: 4px;
}

#current-posts-block .tab-content ul li.first a.align-left {
    padding-right: 14px;
}

#current-posts-block .tab-content.active {
    display: block;
}

#on-demand-block h3 {
    margin: 0;
    font-weight: bold;
    font-size: 1.23em;
    line-height: 1.2em;
}

#on-demand-block p.sponsor {
    color: #999;
    font-size: .9em;
}

/*#on-demand-block .webinars-attachment {*/
/*background: #f7f7f7;*/
/*}*/
#on-demand-block .webinars-attachment {
    text-align: center;
}
.webinars-block {
    text-align: left;
    display: inline-block;
    width: 155px;
    height: 90px;
    overflow: hidden;
    padding: 5px;
    vertical-align: top;
}
.webinars-block .webinars-block-inner {padding: 10px;}
.webinars-light {background:#f7f7f7;}
.webinars-dark {background:#efefef;}

/*#on-demand-block .webinars-attachment .header {*/
/*float: left;*/
/*width: 25%;*/
/*position: relative;*/
/*padding: 20px;*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*}*/

#on-demand-block .webinars-attachment h4 {
    font-size: 1.08em;
    margin: 0;
    /*background: url(images/webinars-icon.png) 0 0 no-repeat;*/
    padding-top: 20px;
    margin-bottom: 6px;
}

#on-demand-block .webinars-attachment .more-link {
    position: static;
    font-size: 0.9em;
    font-weight: bold;
}

/*#on-demand-block .webinars-attachment ul {*/
/*float: right;*/
/*width: 510px;*/
/*margin: 0;*/
/*}*/

/*#on-demand-block .webinars-attachment ul li {*/
/*float: left;*/
/*font-size: 0.92em;*/
/*line-height: 1.36em;*/
/*padding: 14px;*/
/*width: 170px;*/
/*-webkit-box-sizing: border-box;*/
/*-moz-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*}*/

/*#on-demand-block .webinars-attachment ul li.first,*/
/*#on-demand-block .webinars-attachment ul li.last {*/
/*background: #efefef;*/
/*min-height: 107px;*/
/*}*/

/*#social-topic-block .block-content ul li {*/
/*border-top: 1px dotted #222;*/
/*padding: 10px 0;*/
/*}*/

/*#social-topic-block .block-content ul li.first {*/
/*border-top: 0;*/
/*}*/

/*#social-topic-block img.align-left {*/
/*}*/

/*#social-topic-block div.teaser {*/
/*margin-left: 106px;*/
/*}*/

/*#social-topic-block div.teaser p {*/
/*margin: 4px 0;*/
/*}*/

/*#social-topic-block p.response {*/
/*font-style: italic;*/
/*font-size: 1.08em;*/
/*}*/

/*#social-topic-block .social-attachment {*/
/*background: #f7f7f7;*/
/*padding: 10px 14px;*/
/*}*/

/*#social-topic-block .social-attachment p {*/
/*margin: 0;*/
/*line-height: 1em;*/
/*font-weight: bold;*/
/*background: url(images/arrow.png) 0 50% no-repeat;*/
/*padding-left: 16px;*/
/*}*/

#face-to-face-block.block .block-content {
    padding-bottom: 0;
}

#face-to-face-block h3.blocked {
    background: #e7e7e7;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 14px;
    line-height: 1em;
}

#face-to-face-block .box {
    position: relative;
    background: #f7f7f7;
    padding: 20px;
    padding-bottom: 40px;
}

#face-to-face-block .box p {
    font-size: 1.23em;
    color: #555;
}

#latest-blog-block ul li {
    border-bottom: 1px dotted #222;
    padding: 10px 0;
    overflow: hidden;
}

#latest-blog-block ul li.first {
    padding-top: 5px;
}

#latest-blog-block p.post-info {
    width: 14%;
    margin: 0;
    font-weight: bold;
}

#latest-blog-block div.teaser {
    margin-left: 14%;
}

#latest-blog-block div.teaser h4 {
    margin: 0;
    font-size: 1.15em;
}

#awards-block.block .block-content {
    background: #f7f7f7;
    padding: 20px 15px;
    padding-bottom: 40px;
}

/*#editors-picks-block .block-row,*/
#awards-block .block-row {
    overflow: hidden;
}

/*#editors-picks-block .block-row ul,*/
#awards-block .block-row ul {
    margin: 0;
}

/*#editors-picks-block .block-row ul li {*/
/*float: left;*/
/*width: 220px;*/
/*padding: 0 0 10px 10px;*/
/*line-height: 1.36em;*/
/*}*/

/*#editors-picks-block .block-row ul li.first {*/
/*padding-left: 0;*/
/*}*/

#awards-block .block-row ul li {
    float: left;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px 10px 5px;
    line-height: 1.36em;
}

/*#editors-picks-block .block-row ul li span {*/
/*display: block;*/
/*margin: 6px 0;*/
/*}*/

#editors-picks-block ul.unstyled {
    text-align: center;
}
#editors-picks-block ul.unstyled li {
    display: inline-block;
    width: 213px;
    max-width: 213px;
    margin: 4px;
    font-size: .9em;
    line-height: 1;
    text-align: left;
    vertical-align: top;
}

#editors-picks-block li img { display: block; margin: 0 auto 4px;}

#awards-block .block-row ul li span {
    display: block;
    margin: 6px 0;
    font-size: 0.92em;
    font-weight: bold;
}

/* SIDEBAR */
#sidebar {
    /*float: right;*/
    /*width: 30%;*/
    font-size: 0.93em;
    max-width: 300px;
    margin: 0 auto;
}

/* SIDEBAR BLOCKS */
#decision-briefs-block {
    background: #555555 url(images/gray-fade-bk.jpg) 0 0 repeat-x;
    color: #fff;
    padding: 20px;
}

#decision-briefs-block.block h2 {
    padding-bottom: 0;
    border-bottom: 0;
}

#decision-briefs-block.block .block-content {
    margin-left: 68px;
    padding: 0;
}

#jobs-block {
    background: #9d9d9d;
    color: #fff;
}

#jobs-block.block h2 {
    background: #82bed5 url(images/jobs-icon.png) 20px 50% no-repeat;
    color: #fff;
    padding: 26px 20px 20px 53px;
    border-bottom: 0;
    margin-bottom: 0;
}

#jobs-block.block .block-content {
    padding: 12px 20px;
}

#jobs-block .block-content ul {
    margin: 0;
}

#jobs-block .block-content ul li {
    border-top: 1px dotted #fff;
    padding: 10px 0;
}

#jobs-block .block-content ul li.first {
    border-top: 0;
    padding-top: 0;
}

#jobs-block .block-content ul h4 {
    font-size: 1em;
    margin: 0;
}

#jobs-block .block-content ul h4 a {
    color: #fff;
}

#jobs-block .block-content ul p {
    font-size: 0.93em;
    margin: 0;
}

#jobs-block.block .more-link {
    position: absolute;
    top: 26px;
    right: 20px;
}

#jobs-block.block .more-link a {
    color: #fff;
}

#jobs-block .job-search-attachment {
    background: #82bed5;
    padding: 20px;
}

#jobs-block .job-search-attachment .form-container {
    position: relative;
    background: #fff;
}

#jobs-block .job-search-attachment .form-container label {
    position: absolute;
    color: #333;
    pointer-events: none;
    top: 4px;
    left: 8px;
}

#jobs-block .job-search-attachment .form-container input#search-jobs {
    background: none;
    border: 0;
    padding-right: 30px;
    width: 100%;
    font-size: 1em;
}

#jobs-block .job-search-attachment .form-container button.search-icon {
    background: url(images/jobs-search-icon.png) 4px 5px no-repeat;
    width: 28px;
    height: 28px;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    text-indent: -9999px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#jobs-block .options-attachment {
    padding-top: 10px;
}

#jobs-block .options-attachment ul {
    margin: 0;
    font-size: 0.92em;
}

#jobs-block .options-attachment ul li {
    padding: 0 10px;
    border-left: 1px solid #fff;
    line-height: 1em;
}

#jobs-block .options-attachment ul li.first {
    padding-left: 0;
    border-left: 0;
}

#jobs-block .options-attachment ul li a {
    color: #fff;
}


#popular-block ul.tabs {
    /*background: url(images/tab-sprite.jpg) 0 100% repeat-x;*/
    color: #fff;
    font-size: 0.92em;
    margin: 0;
}

#popular-block ul.tabs li {
	width: 50%;
	text-align: center;
    float: left;
    padding: 0;
    background: #6b6b6b url(images/tab-unactive.jpg) repeat-x 0 100%;
}

#popular-block ul.tabs li a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 14px 9px;
    background-position: 50% 130%;
}

#popular-block ul.tabs li a:hover {
    background: url(images/tab-arrow.png) 50% 100% no-repeat;
}

#popular-block ul.tabs li a.active {
    /*background: url(images/tab-arrow.png) 50% 100% no-repeat, #446377 url(images/tab-active.jpg) repeat-x 0 100%;*/
    background: url(images/tab-arrow.png) 50% 100% no-repeat #6db2ce;
}

#popular-block .tab-content {
    display: none;
    background: #f7f7f7;
    padding: 20px 10px;
    font-size: 0.92em;
}

#popular-block .tab-content h4 {
    margin: 0;
    font-size: 1.17em;
    margin-bottom: 8px;
}

#popular-block .tab-content ul, #event-display-block ul, #press-releases-block ul.industry_press {
    list-style-type: none;
    margin-bottom: 0;
}
#popular-block .tab-content ul li:before,
#event-display-block ul li:before,
#press-releases-block ul.industry_press li:before
{
    content: "";
    border-color: transparent #00b7e8;
    border-style: solid;
    border-width: 0.45em 0 0.45em 0.55em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 15px;
    position: relative;
}

#popular-block .tab-content.active {
    display: block;
}

#twitter-block ul {
    margin: 0;
}

#twitter-block li {
    padding-bottom: 10px;
}

#twitter-block p {
    margin: 0;
}

#twitter-block p.date {
    font-size: 0.93em;
    font-weight: bold;
}

/* FOOTER */
#footer-top {
    background: #f7f7f7;
    border-top: 1px solid #e8e8e8;
}

#footer-top-inner {
    padding: 30px 0;
}

#footer-bottom-inner {
    color: #fff;
    padding: 20px 0 30px 0;
}

/* FOOTER BLOCKS */
#footer-top-inner .ad-block {
    width: 180px;
    float: left;
    margin-right: 10px;
}

#email-signup-block {
    background: #31536a url(images/email-bk.jpg) 0 0 repeat-x;
    color: #fff;
    /*width: 180px;*/
    float: left;
    /*margin-right: 16px;*/
    font-size: 0.86em;
    line-height: 1.43em;
    margin: 0 0 20px 0;
}

#email-signup-block .block-content {
    padding: 10px;
}

#email-signup-block .block-content p {
    text-align: left;
}

#email-signup-block h3 {
    margin: 0;
    line-height: 1em;
    font-size: 1.17em;
    margin-bottom: 1em;
    font-weight: bold;
}

#email-signup-block .form-container {
    position: relative;
}

#email-signup-block .form-container label {
    position: absolute;
    color: #333;
    pointer-events: none;
    top: 4px;
    left: 8px;
}

#email-signup-block .member-support-attachment {
    background: #ed1c24 url(images/member-short-bk.jpg) 0 100% repeat-x;
    padding: 12px 20px;
}

#email-signup-block .member-support-attachment ul {
    margin: 0;
    word-spacing: -0.3em;
}

#email-signup-block .member-support-attachment ul li {
    border-left: 1px solid #fff;
    line-height: 1em;
    padding: 0 10px;
}

#email-signup-block .member-support-attachment ul li.first {
    border-left: 0;
    padding-left: 0;
}

#email-signup-block .member-support-attachment ul li a {
    color: #fff;
    font-size: 1.08em;
}

.footer-links-block h3 {
    font-size: 1em;
    margin: 0;
    border-bottom: 1px dotted #00BADD;
    line-height: 1em;
    padding-bottom: 10px;
    font-weight: bold;
    color: #062249;
}

.footer-links-block .block-content {
    font-size: 0.86em;
    padding-top: 10px;
}

.footer-links-block ul li {
    padding-bottom: 10px;
}

.footer-links-block ul li a {
    font-weight: bold;
}

.footer-links-block ul ul {
    word-spacing: -0.3em;
    list-style-type: disc;
}

.footer-links-block ul ul li {
    line-height: 1em;
    word-spacing: normal;
    padding: 5px
}

.footer-links-block ul ul li a {
    font-weight: normal;
}

#footer-menu-block {
    float: left;
    font-size: 0.93em;
}

#footer-menu-block ul {
    /* word-spacing:-0.3em; */
}

#footer-menu-block ul li {
    word-spacing: normal;
    border-left: 1px solid #ccc;
    line-height: 1em;
    padding: 0 10px;
}

#footer-menu-block ul li.first {
    border-left: 0;
    padding-left: 0;
}

#footer-menu-block ul li a {
    color: #fff;
}

#footer-menu-block ul li a:hover {
    color: #ccc;
    text-decoration: none;
}

#copyright-block {
    float: right;
    font-size: 0.79em;
}

/* single post */
.byline { color: #222; margin: 10px 0 0px; font-weight:bold; padding-bottom: 20px; border-bottom: 5px solid #222;}

/* page byline */
article.type-page .byline { color: transparent; margin: 0px; font-weight:bold; padding-bottom: 0px; border-bottom: 0 none}


#footer-top-inner .ad-block, #footer-top-inner #email-signup-block {
    float: none;
    display: block;
    margin: 0 auto;
    vertical-align: top;
}

/******** Slider *********/
#whats-new.carousel {margin-bottom: 0;}
#whats-new.carousel .slider-block a {
    -webkit-transition: none 0ms;
    -moz-transition: none 0ms;
    -ms-transition: none 0ms;
    -o-transition: none 0ms;
    transition: none 0ms;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: 320px;
    width: 725px;
}

.carousel-indicators {top: -20px; cursor: pointer;}
.carousel-control {font-size: 50px;}

.carousel-caption {
    position: static;
    background: url("images/email-bk.jpg") repeat-x scroll 0 100% #2C4F66;
    color: #FFFFFF;
    padding: 0px 14px;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}

.carousel-caption h3 {
    line-height: 1;
    margin: 10px 0;
}

.carousel-caption h3 a {
    color: #fff;
    text-decoration: none;
}

.carousel-caption h3 a:hover {
    text-decoration: underline;
}

.carousel-caption p {
    margin: 10px 90px 10px 0;
    font-size: .875em;

}
.carousel-caption a.slider-read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 90px;
    height: auto;
    color: #fff;
    background: #264257;
    text-align: center;
    padding: 10px 0;
}

.slide-pager {
    background: url("images/gray-fade-bk.jpg") repeat-x scroll 0 0 #555555;
    color: #FFFFFF;
    padding: 5px;
    text-align: center;
    margin: 0 0 20px;
}

.slide-pager ul.inline {
    margin: 0;
}

.slide-pager ul.inline li{
    color: #DDDDDD;
    font-size: 0.83em;
    border-left: 1px solid #ddd;
    padding: 0 5px;
    cursor: pointer;
    width: 23%;
    vertical-align: top;
    min-height: 90px;

}

.slide-pager ul.inline li:first-child {border-left: 0 none;}

.slide-pager ul.inline li.active {text-decoration: underline;}

/* Breadcrumbs */
.breadcrumb {
    background-color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    list-style: none outside none;
    margin: 0 0 15px;
    padding: 8px 0;
}

.breadcrumb > li a {
    font-weight:bold;
}

/* Article paging */
.page-links {
    background: none repeat scroll 0 0 #F7F7F7;
    display: block;
    float: right;
    font-weight: bold;
    height: auto;
    margin: 0 0 20px;
    padding: 5px 10px 2px;
    text-transform: uppercase;
    width: auto;
    line-height: 1;
    color: #222 !important;
    font-size: 14px;
}

.page-links.page-links-bottom {
    float: none;
    margin: 20px 0 0;
    text-align: right;
}
.page-links.pagination ul {
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

.page-links.pagination ul li.active a{
    color: #999;
}

.page-links.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-left: 0 none;
}
.page-links.pagination ul > li > a, .pagination ul > li > span {
    background-color: transparent;
    border: 0 none;
    border-left: 1px solid #DDD;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
    font-size: 1em;
}

span.page-links-label {
    display: inline-block;
    position: relative;
    top: -8px;
}

#print-mode {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
}

#pmode-text {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
}

/** custom addthis **/

.addthis_button_tweet {width: 79px !important;}
.addthis_button_google_plusone { width: 63px !important; }

.content-top-addthis {
    margin: 25px 0 0;
}

.entry-meta .page-links.page-links-bottom {
    font-size: 14px;
}
.entry-meta .page-links.page-links-bottom a {
    color : #2C4F66;
}

.addthis-smartlayers, div#at4-share, div#at4-follow, div#at4-recommended, div#at4-whatsnext, div#at4-thankyou {
    background: none repeat scroll 0 0 #e8e8e8;
    margin: 0;
    padding: 0;
}
.at-vertical-menu {
    border-top: 3px solid #555555;
    top: 35%;
}
.at-vertical-menu a {
    color: #2C4F66;
}
.at-vertical-menu a label {
    color: #2C4F66;
}
div.at-share-open-control-left.ats-light, div.at-share-open-control-right.ats-light, .at-vertical-menu.ats-light a, .at-vertical-menu.ats-light div.at-share-close-control {
    background: none repeat scroll 0 0 #e8e8e8;
}
.at-share-open-control-left {
    top: 35%;
}

/** List paging **/
.page-links.page-links-bottom.navi-bottom {
    margin-bottom: 20px;
}

/* in-article images */
#content .entry-content .thumbnail {
    border: 0 none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f7f7f7;
    margin: 5px;
    padding: 0;
}
#content .entry-content .thumbnail .caption {
    color: #222;
    font-weight: bold;
    padding:5px;
}
#content .entry-content .thumbnail .caption h3 {
    margin:5px;
    font-size: 1em;
}
#content .entry-content .thumbnail .caption p{
    margin: 0 5px 5px;
    font-size: .8em;
}

/** category listings **/
.archive-header {
    background: url("images/header-fade-bk.jpg") repeat-x scroll 0 100% #FBFBFB;
    border-bottom: 5px solid #8B8B8B;
    margin-bottom: 20px;
    height: 90px;
}

.archive-header h1.archive-title {
    background: url("images/stacks-sprite.png") no-repeat scroll 0 35px transparent;
    font-size: 30px;
    font-weight: normal;
    height: 43px;
    overflow: hidden;
    padding: 33px 10px 0 65px;
}

.archive-header a.archive-link {
	font-size: 90%;
	float: right;
	padding-top: 60px;
	padding-right: 20px;
}

.list-summary-block-image {
    margin-right: 20px;
    width: 24%;
    height: auto;
    float:left;
}
.list-summary-block-image img {
    max-width: 100%;
    max-height: 100%;
}
.list-summary-block {
    float: left;
    width: 71%;
}
.list-summary-block p.byline {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.list-summary-block .entry-title {
    font-size: 22px;
}

.img-placeholder {
    background-image: url("/wp-content/uploads/2013/09/523a2574b5656-pentagon11.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100%;
}
.small-comment-bubble {
    background: url("images/comment-bubble.png") no-repeat 0 50% transparent;
    display: inline-block;
    height: 21px;
    padding-left: 20px;
}

/** Blog **/
a.powermag-blog-logo {
    display: inline-block;
    width: 232px;
    height: 56px;
    overflow: hidden;
    text-indent: -9999em;
    background: url("images/powermag-blog-logo.jpg") no-repeat 0 0 transparent;
    margin-bottom: 10px;
}

.blog-archive-header {
    border-bottom: 5px solid #222222;
    margin-bottom: 0px;
}
.blog-archive-header-links{
    float: right;
    font-size: 0.9em;
    font-weight: bold;
    margin-top: 20px;
}

.spacer {
    height: auto;
    width: 100%;
    min-height: 35px;
    overflow: hidden;
}

.list-summary-block.blog-summary-block {
    float: none;
    width: auto;
}

a.blog-list-readmore {
    background: none repeat scroll 0 0 #2C4F65;
    bottom: 0;
    color: white;
    display: block;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    text-decoration: none;
}
div.va-logo {display: inline-block;}
/*************************************** Responsive tweaks ***************************************/
/* small desktop */
@media (min-width: 1200px) {
    div.va-logo {
        margin-left: 48px;
    }
}

/* typical landscape tablet and below */
@media (max-width: 1199px) {
    body.is_tablet_home #content, body.is_phone_home #content {text-align:center;}
    .widget-block {
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }
    .widget-block.Slider{
        max-width: 725px;
        display: block;
        margin: 0 auto;
    }

    .widget-block iframe, .widget-block .textwidget, .widget-block #jobs-block, .widget-block #popular-block {
        margin: 0 20px 20px 0 !important;
        width: 300px !important;
    }
    #main .widget-block #popular-block .block-content {
        padding-top: 0;
    }
    .widget-block #popular-block ul.tabs {
        font-size: 0.86em;
    }
    .webinars-block {
        font-size: 0.9em;
        height: 110px;
        padding: 5px;
        width: 140px;
    }

    .widget-block.SocialMedia, .widget-block.SocialMedia iframe {width: 100% !important;}
    .tagline {font-size: .74em; left: 9px;}
}

@media (min-width: 980px) and (max-width: 1199px) {
    #editors-picks-block ul.unstyled li {
        max-width: 194px;
    }
    div.va-logo {margin-left: 0;}
}

/* tablet (portrait) */
@media (min-width: 768px) and (max-width: 979px) {
    #main .container .row .span8 {width: 724px;}
    #main .container .row .span4, #sidebar {max-width: 724px; width: 724px;}
    #main-menu-block ul.menu li a { font-size: 1em; }
    #member-support-block {padding: 14px 0; font-size: .8em;}
    #enews-email2 {font-size: 0.8em; max-width: 130px;}
    #ep-promo {font-size: .6em; position: relative; top: 8px;}
    input#search-site {width: 200px;}
    #hot-topics-block {padding: 0 10px;}
    #hot-topics-block h3 {line-height: 1;}
    #site-name-logo a img {top: 5px;}
    #main-menu-block ul.menu li a { padding: 10px 15px}
    #footer-menu-block ul li {margin-right: -4px; font-size: .85em; padding: 0 5px;}
    #sidebar {text-align:center;}
    #sidebar aside {display: inline-block; width: 300px; margin: 10px 20px; vertical-align: top; text-align:left;}
    .tagline {
        font-size: 0.7em;
        left: 3px;
        line-height: 1;
        text-align: center;
        top: 47px;
    }
}

/* phone */
@media (max-width: 767px) {
    body {padding-left: 0; padding-right: 0;}
    #main, .footer-links-block {padding: 0 5px;}
    .footer-links-block {clear:left;}
    .footer-links-block ul, #footer-bottom ul, #copyright-block {text-align:center;}
    #copyright-block, #footer-menu-block {float:none;}
    #site-name-logo {margin-bottom: 0; text-align:center;}
    #site-name-logo a {margin: 5px auto; width: 90%;}
    #site-name-logo a img {position: relative; top: 0;}
    .tagline {position: static; left: auto;}
    #ep-promo {text-align: center; margin-bottom: 10px;}
    #ep-promo .electic-power-logo {
        width: 126px;
        height: 26px;
        margin: 0 auto;
    }
    #mobile-menu a {
        -webkit-transition: none 0ms;
        -moz-transition: none 0ms;
        -ms-transition: none 0ms;
        -o-transition: none 0ms;
        transition: none 0ms;
    }
    #mobile-menu ul.inline {
        margin-bottom: 0;
    }
    #mobile-menu ul.inline > li {
        margin: 0;
        padding: 5px 8px;
    }
    #mobile-menu ul.inline > li > a {
        display: block;
        margin: 4px 0;
        padding: 0;
    }
    .bordered-mobile-li {border-left: 1px solid #e8e8e8;border-right: 1px solid #e8e8e8;}
    #mobile-menu ul.inline > li > a, #mobile-menu ul.inline > li > a:visited, #mobile-menu ul.inline > li > a:active { color: #fff; font-size: 14px;}
    #mobile-menu ul.inline > li > a:hover, #mobile-menu ul.inline > li > a:active  { text-decoration: underline}
    input.search-query {
        -webkit-border-radius: 15px 15px 15px 15px;
        -moz-border-radius: 15px 15px 15px 15px;
        border-radius: 15px 15px 15px 15px;
        margin: 0 auto;
        padding: 0 14px;
    }

    .carousel-caption h3 {
        font-size: 14px;
    }
    .entry-header .entry-title, .page-title {
        font-size: 24px;
    }
    .entry-header img.wp-post-image {max-width: 96%;}
    .archive-header {
        background: url("images/header-fade-bk.jpg") repeat-x scroll 0 100% #FBFBFB;
        border-bottom: 5px solid #8B8B8B;
        height: 55px;
        margin-bottom: 20px;
    }
    .archive-header h1.archive-title {
        background: url("images/stacks-sprite.png") no-repeat scroll 0 13px transparent;
        font-size: 18px;
        font-weight: normal;
        height: 42px;
        line-height: 1;
        overflow: hidden;
        padding: 12px 10px 0 65px;
    }

    .page-links, .page-links, .entry-meta .page-links.page-links-bottom {
        font-size: 11px;
    }
    span.page-links-label {
        top: -9px;
    }

    .content-top-addthis {
        clear: both;
    }
    .widget-block iframe, .widget-block .textwidget, .widget-block #jobs-block, .widget-block #popular-block {
        margin: 0 auto 20px !important;
        width: 300px !important;
    }
    .webinars-block {
        font-size: 0.9em;
        width: 200px;
        height: 100px;
        border: 1px solid #ddd;
    }
    #latest-blog-block div.teaser {
        clear: both;
        margin-left: 0;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: auto;
        width: auto;
    }
}

/* phone portrait */
@media(max-width:340px) {
    .list-summary-block-image {
        display: block;
        float: none;
        height: auto;
        margin: 0 auto;
        text-align: center;
        width: auto;
    }
    .list-summary-block {
        float: none;
        width: 100%;
    }

    #footer-menu-block {
        font-size: 0.8em;
    }

    .blog-archive-header {
        text-align: center;
    }
    a.powermag-blog-logo {
        margin: 0 auto;
    }
    .blog-archive-header-links {
        float: none;
        font-size: 0.9em;
        font-weight: bold;
        margin: 0 auto 5px;
        text-align: center;
    }
    a.blog-list-readmore {
        background: none repeat scroll 0 0 #2C4F65;
        color: white;
        display: block;
        margin: 0 auto 20px;
        padding: 10px 15px;
        position: static;
        text-align: center;
        text-decoration: none;
        width: 100px;
    }

    .webinars-block {
        height: 125px;
        width: 125px;
    }
}

/* for pagination */
.pagination-content {
    display: none;
}

/** Topmost Menu Dropdown **/
#top-menu-block .dropdown-menu {
    background-color: #5094AE;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    min-width: 160px;
    padding: 5px 0;
    margin-top: -1px;
    opacity: .95;
}
#top-menu-block ul.menu li a {
    border: 0 none;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 0 10px;
}
#top-menu-block ul.menu li {
    /*border-left: 1px solid #FFFFFF;*/
    line-height: 1em;
    padding: 5px 0;
}
#top-menu-block ul.menu li:first-child {
    border-left: 0 none;
}
#top-menu-block ul.menu {
    margin: 10px 0;
}
#top-menu-block ul.menu li.active {
    background: transparent;
}
#top-menu-block ul.menu ul.dropdown-menu li {
    border: 0 none;
    width: 100%;
}
#top-menu-block .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, #top-menu-block .dropdown-submenu:hover > a, top-menu-block .dropdown-submenu:focus > a {
    background: #0081C2;
    color: #FFFFFF;
    text-decoration: none;
}
#top-menu-block ul.menu .dropdown-menu > li > a {
    float: none;
    clear: both;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px;
    white-space: nowrap;
}
#top-menu-block .dropdown .caret {
    margin-left: 2px;
    margin-top: 6px;
    border-top: 4px solid #fff;
}
li.dropdown:hover > ul.dropdown-menu{
    display: block;
}
/** Bottom header menu **/
#main-menu-block ul.dropdown-menu{
    background: none repeat scroll 0 0 #000;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    font-size: 0.8em;
    opacity: 0.9;
    padding: 10px;
    margin-top: -1px;
    max-width: 400px;
    min-width: 300px;
    text-align: left;
}
#main-menu-block ul.dropdown-menu li {
    float: none;
    margin-bottom: 4px;
}
#main-menu-block ul.dropdown-menu li a {
    border: 0 none;
    color: #FFFFFF;
    font-size: 1em;
    padding: 4px;
    white-space: normal;
    line-height: 1.2;
}
#main-menu-block ul.dropdown-menu li h4 {
    background: none repeat scroll 0 0 #0C2556;
    font-size: 14px;
    font-weight: normal;
    padding: 2px 4px;
}

/** Documents Page **/
.documents-title {
	border-bottom: 2px solid black;	
}

.documents-block {
	padding: 10px;
}

.documents-block .back-to-top {
	font-size: 66%;
	float: right;
}

/** jQuery Accordion **/
.i-accordion-header-icon {
	
}

.ui-icon  {
	width: 16px;
	height: 16px;
	padding-right: 4px;
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-icon-triangle-1-s {
	background-image: url('img/collapse.png');
}

.ui-icon-triangle-1-e {
	background-image: url('img/expand.png');
}

.wp-caption-text {
    color: #757575;
    font-size: .9em;
    font-style: italic;
    line-height: 2;
    margin-bottom: 5px;
}

/** Fancy button **/
button.css3button {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 2px 5px;
	background: -moz-linear-gradient(
		top,
		#03a0d9 0%,
		#007fad);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#03a0d9),
		to(#007fad));
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 0px solid #f2ffff;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 0px 0px rgba(255,255,255,0);
}

/* fix for text disparity in stories */
div.entry-content,
div.entry-content > *,
div.entry-content > * > *,
div.entry-content > * > * > *
{
	font-size: 1em !important;
	line-height: 1.5 !important;    	
}




  
