/*
Theme Name: Watchdog RedEdge
Theme URI: http://watchdog.org
Description: Theme for Watchdog.org
Author: RedEdge LLC
Author URI: http://rededge.com/
Version: 1.0
Tags:
*/

/*-----FONTS------*/

@font-face {
    font-family: 'StateFaceRegular';
    src: url('fonts/stateface-regular-webfont.eot');
    src: url('fonts/stateface-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/stateface-regular-webfont.woff') format('woff'),
    url('fonts/stateface-regular-webfont.ttf') format('truetype'),
    url('fonts/stateface-regular-webfont.svg#StateFaceRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.stateface:before {
    font-family: StateFaceRegular;
    margin-right: 5px;
}

.stateface-replace {
    text-indent: -999em;
    display: inline-block;
    position: relative;
    min-width: 1em;
}

.stateface-replace:before {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

.stateface-ak:before {
    content: "A";
}

.stateface-al:before {
    content: "B";
}

.stateface-ar:before {
    content: "C";
}

.stateface-az:before {
    content: "D";
}

.stateface-ca:before {
    content: "E";
}

.stateface-co:before {
    content: "F";
}

.stateface-ct:before {
    content: "G";
}

.stateface-dc:before {
    content: "y";
}

.stateface-de:before {
    content: "H";
}

.stateface-fl:before {
    content: "I";
}

.stateface-ga:before {
    content: "J";
}

.stateface-hi:before {
    content: "K";
}

.stateface-ia:before {
    content: "L";
}

.stateface-id:before {
    content: "M";
}

.stateface-il:before {
    content: "N";
}

.stateface-in:before {
    content: "O";
}

.stateface-ks:before {
    content: "P";
}

.stateface-ky:before {
    content: "Q";
}

.stateface-la:before {
    content: "R";
}

.stateface-ma:before {
    content: "S";
}

.stateface-md:before {
    content: "T";
}

.stateface-me:before {
    content: "U";
}

.stateface-mi:before {
    content: "V";
}

.stateface-mn:before {
    content: "W";
}

.stateface-mo:before {
    content: "X";
}

.stateface-ms:before {
    content: "Y";
}

.stateface-mt:before {
    content: "Z";
}

.stateface-nc:before {
    content: "a";
}

.stateface-nd:before {
    content: "b";
}

.stateface-ne:before {
    content: "c";
}

.stateface-nh:before {
    content: "d";
}

.stateface-nj:before {
    content: "e";
}

.stateface-nm:before {
    content: "f";
}

.stateface-nv:before {
    content: "g";
}

.stateface-ny:before {
    content: "h";
}

.stateface-oh:before {
    content: "i";
}

.stateface-ok:before {
    content: "j";
}

.stateface-or:before {
    content: "k";
}

.stateface-pa:before {
    content: "l";
}

.stateface-ri:before {
    content: "m";
}

.stateface-sc:before {
    content: "n";
}

.stateface-sd:before {
    content: "o";
}

.stateface-tn:before {
    content: "p";
}

.stateface-tx:before {
    content: "q";
}

.stateface-us:before {
    content: "z";
}

.stateface-ut:before {
    content: "r";
}

.stateface-va:before {
    content: "s";
}

.stateface-vt:before {
    content: "t";
}

.stateface-wa:before {
    content: "u";
}

.stateface-wi:before {
    content: "v";
}

.stateface-wv:before {
    content: "w";
}

.stateface-wy:before {
    content: "x";
}


.aligncenter, .bypostauthor, .sticky {
}
* {
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}
/*-----HOVER ANIMATION STUFF------*/
li, a {
    -moz-transition-property:background-color, border-top-color;
    -moz-transition-duration: 0.20s;
    -moz-transition-timing-function: linear;
    -webkit-transition-property:background-color, border-top-color;
    -webkit-transition-duration: 0.20s;
    -webkit-transition-timing-function: linear;
    -o-transition-property:background-color, border-top-color;
    -o-transition-duration: 0.20s;
    -o-transition-timing-function: linear;
}
a img {
    -moz-transition-property:all;
    -moz-transition-duration: 0.20s;
    -moz-transition-timing-function: linear;
    -webkit-transition-property:all;
    -webkit-transition-duration: 0.20s;
    -webkit-transition-timing-function: linear;
    -o-transition-property:all;
    -o-transition-duration: 0.20s;
    -o-transition-timing-function: linear;
}
/* -----BODY STUFF----- */
body {
    height:auto;
    width:auto;
    font-family:Sans-Serif;
    color: black;
    background-color: #ffffff;
    /*
    background-image: url(images/blue-bg-1609x1.png);
    background-repeat: repeat-y;
    background-position: center;
    background-color: #203346;
    */
}
/* -----A TAG STUFF----- */
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
p {
    /* font: 14px/1.6em serif; */
    font-family:Sans-Serif;
    font-size: 15px;
    line-height: 22px;
}
.entry p {
    font: 17px/1.6em serif;
}
/* -----H TAG STUFF----- */
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: normal;
}
h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, h5, h5 a, h5 a:visited, h6, h6 a, h6 a:visited {
    text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration:underline;
}
/* -----PAGE STUFF----- */
.logo img {

}
.top-spacer {
    height: 185px;
}
#wrapper {
    margin: 0 auto;
    height: 100%;
    background: #fff;
    padding: 0 30px 25px;
    padding-bottom: 0;
    width: 835px;
    z-index: -1;
}
#wrapper-footer {
    height: 67px;
}
#content {
    width: 100%;
    position: relative;
    background: white url(images/divider.gif) repeat-y 604px 0;
    z-index: 0;
}
#content {
    background: none !important;
}
#content::after {
    background: none !important;
}
#main {
    float: left;
    padding-right: 0px;
    /* width: 833px; */
	width: 604px;
}
#main.homepage {
    width: 835px;
    padding-right: 0;
    padding-top: 14px;
}
#redirect-notice {
    position:relative;
    font: 10px sans-serif;
    font-weight: bold;
    background: #ECEEF5;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid white;
    height: 48px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 589px;
    color: #444;
    overflow: hidden;
    margin-left: -1px;
    z-index: 1000;
}
#redirect-notice .close {
    float: right;
    font-size: 40px;
    line-height: 45px;
    margin-right: 10px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
#redirect-notice .close:hover {
    color: black;
}
#crumbs {
    position:relative;
    font: 10px/40px sans-serif;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    height: 40px;
    padding-left: 5px;
    /* width: 600px; */
    color: #888;
    overflow: hidden;
    margin-left: -1px;
    z-index: 1000;
}
#crumbs span {
    position: relative;
    left: 0;
    top: 100%;
}
#crumbs .current {
    font-weight: bold;
    color: #555;
}
#crumbs #loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 569px;
    padding-left: 35px;
    color: #aaa;
    background-color: #fff;
    background-image: url(images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
}
#crumbs #loading, .sticky #crumbs {
    line-height: 44px;
    height: 44px;
    border-right: 1px solid #e9e9e9;
}
#pageLoading {
    width: 60px;
    font: 14px/1.3em sans-serif;
    padding-left: 25px;
    color: #aaa;
    background: #fff url(images/ajax-loader.gif) no-repeat left top;
    float: right;
    text-align: right;
}
/*-----TOP BANNER STUFF------*/
#topBannerContainer {
    width: 100%;
    background: #231f20;
    border-bottom: 1px solid #fff;
    outline: 1px solid #231f20;
    height: 30px;
    display: none;
}
#topBanner {
    margin: 0 auto;
    line-height: 30px;
    color: #fff;
    width: 900px;
}
/*-----ADVERTISING STUFF-----*/
.advertising {
    background: url(images/sponsor_tile.jpg) repeat;
    text-align: center;
    padding: 17px 0 11px;
}
.advertising a {
    display: inline-block;
}
.advertising img {
    background: url(images/ad_notice.png) no-repeat right top;
    padding-right: 12px;
    margin-right: -12px;
}
#footerAd {
    padding: 30px 0 25px;
    border-top: 1px solid #e9e9e9;
}
/*---------HEADER STUFF-----------*/
#header {
    position: absolute;
    margin: 0 auto;
    width: 835px;
    border-width: 0 0 4px 0;
    padding-top: 5px;
    background-color: white;
    z-index: 100;
}
#header .widget {
	float: right;
	width: 468px;
	margin: 18px 0 6px 0;
	padding: 0;
}
#logoTagline {
    padding: 10px 0 6px 0;
	float: left;
	width: 430px;
	margin-right: 15px;
	position: relative;
}
a.logo {
    display: block;
}
a.logo img {
	width: 100%;
	height: auto;
}
#tagline {
    font:bold 16px/1em serif;
    display: none;
}
/*-------BREAKING NEWS-------*/
#breaking-news {
    height: 24px;
    padding: 18px;
    padding-left: 260px;
    background-color: #ededed;

    background-image: url(images/breaking-news-arrow.png);
    background-repeat: no-repeat;

    border-bottom: 4px solid #000;
/* background-image: url(images/breaking-bg-900.png); */
}
#breaking-news img.wp-post-image {
    display: none;
}
#breaking-news a {
    color: #660000;
    text-shadow: 0 1px 1px rgba(0,0,0,.25);
    font-size: 16px !important;
}
#breaking-news a,
#breaking-news p {
    font-weight: bold;
}


/*-------SPECIAL REPORTS-------*/
#special-report {
	height: 24px;
	padding: 18px;
	padding-left: 260px;
	background-color: #ededed;

	background-image: url(images/special-report-arrow.png);
	background-repeat: no-repeat;

	border-bottom: 4px solid #000;
	/* background-image: url(images/breaking-bg-900.png); */
}
#special-report img.wp-post-image {
	display: none;
}
#special-report a {
	color: #660000;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
	font-size: 16px !important;
}
#special-report a,
#special-report p {
	font-weight: bold;
}

/*-------BOTTOM NAVIGATION-------*/
#bottomNavWrapper {
    border-width: 4px 0 0 0;
    border-color: #231F20;
    border-style: solid;

    padding-top: 15px;
}
#bottomNav {
    color: black;
    font-size: 12px;
}
#bottomNav a {
    color: black;
}
#bottomNav > ul {
    list-style: none;
    padding: 0;
}
#bottomNav > ul > li {
    float: left;
    width: 140px;
    padding-left: 15px;
    padding-bottom: 15px;
}
#bottomNav > ul > li:first-child {
    width: 240px;
}
#bottomNav > ul > li:first-child ul.sub-menu > li {
    width: 100px;
    float: left;
}
#bottomNav > ul > li > a {
    font-weight: bold;
    font-size: 13px;

    text-transform: uppercase;
}
#bottomNav ul.sub-menu {
    list-style: disc;
    margin-top: 15px;
}
#bottomNav ul.sub-menu > li {
    margin-left: 15px;
    height: 20px;
    margin-bottom: 5px;
    white-space: nowrap;
}
#bottomNav > ul > li + li + li > ul.sub-menu {
    list-style: none;
}
#bottomNav > ul > li + li + li > ul.sub-menu > li {
    margin-left: 0;
    padding-left: 24px;
}
#bottomNav > ul > li + li + li > ul.sub-menu > li {
    margin-left: 0;
    padding-left: 24px;
    background-image: url(images/social/facebook.png);
    background-repeat: no-repeat;
}
#bottomNav > ul > li + li + li > ul.sub-menu > li + li {
    background-image: url(images/social/twitter.png);
}
#bottomNav > ul > li + li + li > ul.sub-menu > li + li + li {
    background-image: url(images/social/gplus.png);
}
#bottomNav > ul > li + li + li > ul.sub-menu > li + li + li + li {
    background-image: url(images/social/youtube.png);
}
#bottomNav > ul > li + li + li > ul.sub-menu > li + li + li + li + li {
    background-image: url(images/iphone-app.png);
    width: 147px;
    height: 54px;

    margin-top: 30px;
}
#bottomNav > ul > li + li + li > ul.sub-menu > li + li + li + li + li a {
    display: block;
    width: 147px;
    height: 54px;
}

/*--------FOOTER STUFF--------*/
#footer {
    clear:both;
    width: 100%;
    border-width: 4px 0 1px;
    border-color: #231f20 #231f20 #e9e9e9;
    border-style: solid;
    height: 35px;
}
#footer #copyright {
    font: 10px/35px sans-serif;
    padding-left: 10px
}
#footer img {
    width: auto;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}
/*-------MAIN NAVIGATION STUFF--------*/
#navigation {
	clear: both;
}
#navigation, #prenav + .menu {
    position: relative;
    height: 32px;

    background: #12395F;
    background-image: url(images/shiny-menu-bg.png);

    -webkit-perspective: 800;
    perspective: 800;

    border-bottom: 4px solid #231F20;

    z-index: 1000;
}
/* , #prenav + .menu > ul == #dropmenu */
#dropmenu, #prenav + .menu > ul {
    list-style:none;
    position:relative;
    width:100%;
    z-index: 400;
}
#dropmenu li, #prenav + .menu > ul li {
    list-style:none;
    position:relative;
    float:left;
    line-height:1em;
    padding: 10px 0 10px 0px;
}
#dropmenu > li, #prenav + .menu > ul > li {
    border-left: 1px solid white;
}
#dropmenu li:first-child, #prenav + .menu > ul li:first-child {
    border-left: none;
}
#dropmenu > li:hover, #prenav + .menu > ul > li:hover {
    background: #fafafa;
}
#dropmenu > li:hover a, #prenav + .menu > ul > li:hover a {
    color: black;
}
#dropmenu > li > a, #prenav + .menu > ul > li > a {
    display: block;
    text-transform: uppercase;
    font: 12px/1em sans-serif;
    color: white;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: baseline;
}
#dropmenu > li:first-child > a, #prenav + .menu > ul > li:first-child > a {
    border-left: none;
}
#dropmenu li ul, #prenav + .menu > ul li ul {
    list-style:none;
    position:absolute;
    width:200px;
    z-index:300;
    top:32px;
    left: -1px;
    border: 1px solid #e8e8e8;
    border-top: none;
    padding: 0 0 10px 15px;
    background: #fafafa;
    display: block;
    visibility: hidden;
    opacity: 0;

    -moz-box-shadow: 0px 4px 4px rgba(0,0,0,.35);
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,.35);
    box-shadow: 0px 4px 4px rgba(0,0,0,.35);
}
/*
#dropmenu li:first-child + li:not(.menu-item-42634) ul.sub-menu, #prenav + .menu > ul li:first-child + li:not(.menu-item-42634) ul.sub-menu {
    width: 600px !important;
    padding-top: 10px !important;
}
*/
#dropmenu li:first-child + li:not(.menu-item-42634) ul.sub-menu li, #prenav + .menu > ul li:first-child + li:not(.menu-item-42634) ul.sub-menu li {
    float: left !important;
    width: 198px;
    padding-top: 0 !important;
}
.menu-item-42634 ul.sub-menu {
    width: 200px !important;
    padding-top: 0px !important;
}
.menu-item-42634 ul.sub-menu li {
    float: none !important;
    width: auto !important;
    padding-top: 10 !important;
}
#dropmenu li ul.sub-menu, #prenav + .menu > ul li ul.sub-menu {
    border: none;
    border-bottom: 4px solid #231F20;
    margin-left: 0px;

    transform: rotateY(98deg);
    -webkit-transform: rotateY(98deg);
}
#dropmenu li ul li, #prenav + .menu > ul li ul li {
    position:relative;
    display: block;
    float: none;
    padding: 0;
}
#dropmenu li ul li:first-child, #prenav + .menu > ul li ul li:first-child {
    padding-top: 10px;
}
#dropmenu li ul li a, #prenav + .menu > ul li ul li a {
    font: 14px serif;
    color: #444;
    display: block;
    padding: 11px 15px 11px 0px;
}
#dropmenu li:hover ul, #prenav + .menu > ul li:hover ul {
    display:block;
    visibility: visible;
    opacity: 1;
    -moz-transition-property:all;
    -moz-transition-duration: 0.15s;
    -moz-transition-timing-function: linear;
    -webkit-transition-property:all;
    -webkit-transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-property:all;
    -o-transition-duration: 0.15s;
    -o-transition-timing-function: linear;

    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

#dropmenu > li.current-menu-item,
#dropmenu > li.current-menu-ancestor,
#dropmenu > li.current-menu-parent,
#prenav + .menu > ul > li.current-menu-item,
#prenav + .menu > ul > li.current-menu-ancestor,
#prenav + .menu > ul > li.current-menu-parent {
    background: #000;
    background-image: url(images/shiny-black-bg.png);
}
@media (min-width: 876px) {
    #dropmenu > li.current-menu-ancestor > a,
    #dropmenu > li.current-menu-item > a,
    #dropmenu > li.current-menu-parent > a,
    #prenav + .menu > ul > li.current-menu-ancestor > a,
    #prenav + .menu > ul > li.current-menu-item > a,
    #prenav + .menu > ul > li.current-menu-parent > a {
        text-decoration: none;
        border: none;
        color: #fff;
    }
}
#dropmenu > li.current-menu-item + li > a,
#dropmenu > li.current-menu-ancestor + li > a,
#dropmenu > li.current-menu-parent + li > a,
#prenav + .menu > ul > li.current-menu-item + li > a,
#prenav + .menu > ul > li.current-menu-ancestor + li > a,
#prenav + .menu > ul > li.current-menu-parent + li > a{
    border-left: none;
}
#menu-item-49750 {
    background-color: #A22222;
    background-image: url(images/shiny-red-bg.png);
    float: none !important;
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
}
#menu-item-49750 a {
    border: none !important;
    font-weight: bold !important;
    color: white !important;
}
#menu-item-49750:hover {
    background-color: #B72323 !important;
}


#navigation-sub {
    position: relative;
    height: 32px;

    border: 1px solid #ddd;
    border-top: none;

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

    z-index: 999;
}
#dropmenu-sub {
    list-style: none;
    padding: 0;
}
#dropmenu-sub > li {
    float: left;
    line-height: 1em;
    padding: 10px 0 10px 0px;
}
#dropmenu-sub > li a {
    text-transform: uppercase;
    font: 12px/1em sans-serif;
    color: #222;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: baseline;
    border-left: 1px solid #ddd;
}
#dropmenu-sub > li:first-child a {
    border-left: none;
}

@media (max-width: 875px) {
    html body #wrapper #header #navigation #dropmenu a {
        color: black !important;
    }
    html body #wrapper #header #navigation #dropmenu #menu-item-49750 a {
        color: white !important;
    }
    html body #dropmenu li ul.sub-menu {
        opacity: 1 !important;
    }
}
/*
#dropmenu {
    list-style:none;
    position:relative;
    width:100%;
    z-index: 400;
}
#dropmenu li {
    list-style:none;
    position:relative;
    float:left;
    line-height:1em;
    padding: 11px 0 11px 15px;
}
#dropmenu > li:first-child {
    margin-left:1px;
}
#dropmenu > li {
    border-top:1px solid #e9e9e9;
    margin-top: -1px;
}
#dropmenu > li > a {
    display: block;
    text-transform: uppercase;
    font: 12px/1em sans-serif;
    color: #000;
    border-right:1px solid #aaa;
    padding-right: 15px;
    vertical-align: baseline;
}
#dropmenu > li:hover {
    border: 1px solid #e8e8e8;
    border-bottom: none;
    border-top-color: #888;
    border-top-color: #aaa;
    padding: 0px 0 0px 15px;
    margin:-1px 0 -1px -1px;
    background: #f8f8f8;
    background: #fafafa
}
#dropmenu > li:hover:first-child {
    margin-left:0px;
}
#dropmenu > li:hover > a {
    text-decoration: none;
    border: none;
    line-height: 32px;
}
#dropmenu li ul {
    list-style:none;
    position:absolute;
    width:200px;
    z-index:300;
    top:32px;
    left: -1px;
    border: 1px solid #e8e8e8;
    border-top: none;
    padding: 0 0 10px 15px;
    background: #f8f8f8;
    background: #fafafa;
    display: block;
    visibility: hidden;
    opacity: 0;
}
#dropmenu li ul li {
    position:relative;
    display: block;
    float: none;
    padding: 0;
}
#dropmenu li ul li:first-child {
    border-top: 4px solid #231f20;
    padding-top: 10px;
    margin-right: -1px;
}
#dropmenu li ul li a {
    font:16px/18px serif;
    font-weight: bold;
    color: #666;
    display: block;
    padding: 11px 15px 11px 0px;
}
#dropmenu li ul li a:hover {
    text-decoration: none;
    color: #000;
}
#dropmenu li ul li ul {
    position:absolute;
    top:-1px;
    left:200px;
}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
    display: block;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
    display:block;
    visibility: visible;
    opacity: 1;
    -moz-transition-property:opacity;
    -moz-transition-duration: 0.15s;
    -moz-transition-timing-function: linear;
    -webkit-transition-property:opacity;
    -webkit-transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-property:opacity;
    -o-transition-duration: 0.15s;
    -o-transition-timing-function: linear;
}
#dropmenu > li.current-menu-item, #dropmenu > li.current-menu-ancestor, #dropmenu > li.current-menu-parent {
    padding: 11px 0 11px 15px;
    margin:-1px 0 -1px -1px;
    background: #000;
}
#dropmenu > li.current-menu-item:hover, #dropmenu > li.current-menu-ancestor:hover, #dropmenu > li.current-menu-parent:hover {
    padding: 0px 0 0px 15px;
}
#dropmenu > li.current-menu-item:first-child, #dropmenu > li.current-menu-ancestor:first-child, #dropmenu > li.current-menu-parent:first-child {
    margin-left:0px;
}
#dropmenu > li.current-menu-ancestor > a, #dropmenu > li.current-menu-item > a, #dropmenu > li.current-menu-parent > a {
    text-decoration: none;
    border: none;
    color: #fff;
}
#dropmenu > li.current-menu-item:hover {
    margin-left: -2px !important;
    padding-left: 14px !important;
}
*/
/*-------TOP LEFT NAVIGATION STUFF--------*/
#leftDropmenu {
    list-style:none;
    position:relative;
    width:100%;
    z-index: 400;
}
#leftDropmenu li {
    list-style:none;
    position:relative;
    float:left;
    line-height:1em;
    padding: 10px 10px 11px 0px;
}
#leftDropmenu > li > a {
    display: block;
    text-transform: uppercase;
    font: 9px/1em sans-serif;
    color: #dfdfdf;
    border-left:1px solid #dfdfdf;
    padding-left: 10px;
    vertical-align: baseline;
}
#leftDropmenu > li > a:hover {
    color: #fff;
    text-decoration: none;
}
#leftDropmenu > li:first-child > a {
    border: none;
}
#leftDropmenu > li.current-menu-item a, #leftDropmenu > li.current-menu-ancestor a {
    text-decoration: underline;
}
/*-------TOP RIGHT NAVIGATION STUFF--------*/
#topRightNav {
    float: right;
}
#rightDropmenu {
    list-style:none;
    position:relative;
    width:100%;
    z-index: 400;
}
#rightDropmenu li {
    list-style:none;
    position:relative;
    float:left;
    line-height:1em;
    padding: 10px 10px 11px 0px;
}
#rightDropmenu > li > a {
    display: block;
    text-transform: uppercase;
    font: 9px/1em sans-serif;
    color: #dfdfdf;
    border-left:1px solid #dfdfdf;
    padding-left: 10px;
    vertical-align: baseline;
}
#rightDropmenu > li > a:hover {
    color: #fff;
    text-decoration: none;
}
#rightDropmenu > li:first-child > a {
    border: none;
}
#rightDropmenu > li.current-menu-item a, #rightDropmenu > li.current-menu-ancestor a {
    text-decoration: underline;
}
/*-------FOOTER NAVIGATION STUFF--------*/
#footerNav {
    float: right;
}
#footerDropmenu {
    list-style:none;
    position:relative;
    width:100%;
    z-index: 98;
}
#footerDropmenu li {
    list-style:none;
    position:relative;
    float:left;
    line-height:1em;
    padding: 14px 10px 11px 0px;
}
#footerDropmenu > li > a {
    display: block;
    text-transform: uppercase;
    font: 9px/1em sans-serif;
    color: #000;
    border-left:1px solid #aaa;
    padding-left: 10px;
    vertical-align: baseline;
}
#footerDropmenu > li > a:hover {
    text-decoration: underline;
}
#footerDropmenu > li:first-child > a {
    border: none;
}
#footerDropmenu > li.current-menu-item a, #footerDropmenu > li.current-menu-ancestor a {
    text-decoration: underline;
}
/* -----POST AND ENTRY STUFF----- */
.listing > .post, .listing > .page {
    margin: 0 0px 20px 0;
    padding: 0 0px 20px 5px;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}
.listing > .post:first-child {
    padding:20px 0px 20px 5px;
    margin: 0 0px 20px 0;
    overflow: hidden;
    border-bottom: 3px solid #e3e3e3;
}
body.paged .listing > .post:first-child {
    margin: 0 0px 30px 0;
    padding: 30px 0px 30px 10px;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}
.listing p {
    text-align: left;
}
.listing > div .latest, body.paged .listing > div:first-child .latest {
    display: none;
}
.listing > div:first-child .latest {
    display: block;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    font:bold 10px/35px sans-serif;
    background: #555;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #333;
    padding: 0 29px;
    right: -29px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    rotation: 45deg;
}
.listing .post:first-child .posttitle {
    font-size: 30px;
}
.posttitle, .entrytitle, body.paged .listing .post:first-child .posttitle {
    font:bold 22px/1.1em serif;
    margin-bottom: 10px;
    /* width: 85%; */
}
body.home .posttitle, body.home .entrytitle, body.paged .listing .post:first-child .posttitle {
	width: auto !important;
}
.posttitle a, .entrytitle a {
    line-height: 1.1em;
    color: #444;
}
body.single .posttitle, body.page .entrytitle {
    font:bold 30px/1.1em serif;
    margin: 30px 0;
    width:85%;
}
.socialButton {
/* float: left; */
    margin: 0 0 25px 0;
    height: 25px;
}
.entry {
    font: 14px serif;
}
.entry a {
    color: #0066CC !important;
}
body.single .entry {

    text-align: left;
}
.entry ol, .entry ul {
    margin:0 0 15px 15px;
    padding: 0;
    font-size: 14px;
}
.entry ol {
    margin: 0 0 15px 20px;
}
.entry li {
    padding:0 0 0 5px;
    list-style-position:outside;
    line-height: 1.5em;
    font: 17px/1.6em serif;
}
.entry p {
    margin: 0 0 15px;
}
.details {
    font-size: 12px;
    margin-bottom: 35px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-bottom: 10px;
}
body.page-template-subscribe-php .entry > ul {
    margin-left: 0;
}
body.page-template-subscribe-php .entry li {
    padding: 0;
    list-style: none;
}
body.page-template-subscribe-php .entry li img {
    padding: 2px 8px 0 0;
    float: left;
}
div.wp-caption {
    box-shadow: 2px 2px 7px 2px rgba(0,0,0,.25);
    background-color: #f9fcff;
/* width: auto !important; */
}
div.wp-caption.alignleft {
    margin: 0 20px 10px 0;
}
div.wp-caption.alignright {
    margin: 0 0 10px 20px;
}
div.wp-caption img {
    border-top: 4px solid #231F20;
    border-bottom: 4px solid #231F20;
}
div.wp-caption a:hover img {
/*box-shadow: 7px 10px 10px rgba(0,0,0,.15); */
/*margin:-5px 0 5px -5px; */
}
div.wp-caption .wp-caption-credit {
    height: 0;
    margin: 0 5px 0 5px;
    text-align: right;
}

div.wp-caption .wp-caption-credit p {
    font-size: 6.5pt;
    margin: 2px 0;
    font-family: sans-serif;
}
div.wp-caption .wp-caption-text {
    padding: 15px;
}
div.wp-caption .wp-caption-text > br:first-child {
    display: none;
}
div.wp-caption .wp-caption-text h3 {
    font-size: 18px;
    font-weight: bold;
}
div.wp-caption .wp-caption-text, div.wp-caption .wp-caption-text p {
    font-size: 9.5pt;
    color: #000;
    margin: 0;
    line-height: 10pt;
    font-family: sans-serif;
}
.entry div.gallery img {
    box-shadow: 1px 5px 5px rgba(0,0,0,.25);
    border: none !important;
}
.entry div.gallery a:hover img {
    box-shadow: 7px 10px 15px rgba(0,0,0,.20);
    margin:-5px 0 5px -5px;
}
.entry div.gallery .gallery-caption {
    font-size: 11px;
    color: #888;
}
blockquote {
    padding:25px 35px 10px;
    margin:15px 0px 20px 20px;
    background: #FAFAFA;
    border-left: 4px solid #aaa;
    color: #666;
    font-family: sans-serif;
}
.entry blockquote p {
    line-height: 1.6em;
}
.readMore {
    font-size: 12px;
    margin-top: 10px;
    display: block;
}
.entry p.postPages {
    text-align: right;
    padding:0;
    margin: 20px 0 -41px;
    float: right;
}
.postPages span {
    border-bottom: 1px dotted #666;
    padding: 0 4px 2px;
    font-size: 12px;
}
.postPages a span {
    border: none;
}
p#topLinks {
    margin-top: 0;
}
#shareThis {
    padding:0;
    margin: 35px 0;
    font:14px serif;
}
#shareThis .stButton .chicklets {
    padding:2px 5px 0 22px;
    font: 14px serif;
}
.bottomSocial {
    float: left;
    margin-top: 20px;
}
/*----META INFO STUFF----*/
.metaStuff {
    margin: -8px 0 15px;
    color: #888;
    font: 11px sans-serif;
}
.metaStuff img {
    vertical-align: middle;
}
body.single .metaStuff {
    font-size: 11px;
    color: #888;
    background: none;
    border: none;
    padding: 0;
    margin: -23px 0 15px;
}
#metaStuff {
    color: #666;
    background: #fafafa;
    border: 1px solid #e9e9e9;
    padding:20px 30px 15px 35px;
    font-size: 12px;
    clear: both;
    border-radius: 5px;
}
#metaStuff li {
    margin-bottom: 6px;
}
/*----EXCERPT STUFF------*/
#postExcerpt {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 28px;
}
#postExcerpt p {
    color: #838383;
    padding-bottom: 25px;
}
/*---NEXT/PREV ARTICLE STUFF----*/
#nextPrevPosts {
    margin-top: 35px;
    padding-left: 0px;
}
#nextPrevPosts a {
    display: block;
}
#nextPrevPosts a small {
    color: #999;
    font:normal 10px sans-serif;
}
#nextPrevPosts a:hover {
    text-decoration: none;
    color: #000;
}
#nextPrevPosts p {
    width:35%;
    font:bold 15px/1.1em serif;
}
#nextPrevPosts p.alignright {
    text-align: right;
}
/*---AUTHOR BIO STUFF----*/
#authorBio {
    padding: 0 0 35px 35px;
}
#authorBio h3 {
    text-transform: uppercase;
    font:bold 13px/40px sans-serif;
    border-top: 4px solid #231F20;
    border-bottom: 1px solid #e9e9e9;
    margin: 40px -40px 30px -35px;
    padding-left: 5px;
    letter-spacing: .5px;
}
#authorBio h4 {
    font:22px/1em serif;
    margin-bottom: 0;
}
#authorBio h4 a {
    line-height: 1em;
    color:  inherit;
}
#authorBio img.avatar {
    float: left;
    margin: 0 15px 20px 0;
}
#authorBio #bioLink {
    color: #999;
    font:bold 13px sans-serif;
}
#authorBio p.authorBioP {
    clear: left;
    margin-bottom: 15px;
    text-align: justify;
}
#authorBio p.positionTitle {
    margin-bottom: 15px;
    color: #777;
}
/*----AUTHOR BIO LIST STUFF----*/
ul.columnists {
    clear: left;
    margin-bottom: 45px;
}
ul.columnists li {
    margin-bottom: 3px;
}
.entry > img.avatar {
    float: left;
    margin: 0 15px 15px 0;
}
p.listBio {
    clear: left;
    margin-top: 15px;
    text-align: justify;
}
h2.authorName {
    margin-bottom: 0;
    font: 24px/1em serif;
}
h3.positionTitle {
    margin-bottom: 5px;
    color: #777;
    font-size: 16px;
}
/*----SLIDE OUT BOX STUFF----*/
#slidebox {
    width:400px;
    padding:20px;
    background-color:#fff;
    border-top:4px solid #231F20;
    position:fixed;
    bottom:0px;
    right:-450px;
    box-shadow: -2px -2px 6px rgba(0,0,0,.1);
    z-index: 100;
}
#slidebox a.more {
    cursor: pointer;
    font-size: 12px;
}
#moreCat {
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 20px;
    margin: -20px -20px 20px -20px;
    letter-spacing: .5px;
    font:bold 13px/40px sans-serif;
}
#slidebox h2 {
    line-height: 1em;
}
#slidebox h2 a {
    margin:0 20px 5px 0px;
    font:bold 18px/1.0em serif;
}
#slidebox a.close {
    background:transparent url(images/close.gif) no-repeat top left;
    width:13px;
    height:13px;
    position:absolute;
    cursor:pointer;
    top:12px;
    right:12px;
}
#slidebox a.close:hover {
    background-position:0px -13px;
}
#slidebox .moreThumb img {
    width: 120px;
    height: 90px;
    float: left;
    margin: 0 15px 0 0;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
}
/*--- POST THUMBNAIL STUFF ---*/
div.post a.thumbLink {
    float: left;
    display: block;
}
div.post a.thumbLink img {
    margin:0 20px 0 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.25);
}
div.post a.thumbLink:hover img {
    box-shadow: 2px 2px 7px 2px rgba(0,0,0,.25)
}
.listing > div img, body.paged .listing > div:first-child img {
    /*
    //width: 175px;
    //height: 131px;
    */
}
.listing > div:first-child img {
    /*
    width: 300px;
    height: 224px;
    */
}
/*-------BLOG PAGE NAVIGATION STUFF----------*/
.navigation {
    float:left;
    font-size:14px;
    width: 100%;
}
.navigation .pagenav a {
    display: block;
    margin: 10px 0 30px;
}
.navigation .pagenav a:hover {
    text-decoration: underline;
}
/*-----HOME PAGE SLIDER STUFF---------*/
h2.catName {
    text-transform: uppercase;
    border-top: 4px solid #231F20;
    border-bottom: 1px solid #e9e9e9;
    margin: 0px -40px 0px 0px;
    letter-spacing: .5px;
    font:bold 13px/40px sans-serif;
    clear: both;
}
h2.catName a {
    color: #333;
    display: block;
    line-height: 40px;
    padding:0 20px 0 5px;
}
h2.catName:first-child {
    border-top: none;
}
h2.catName span, .advanced_recent_posts_widget h2 span, .exclusive_recent_posts_widget h2 span {
    float: right;
    font:italic bold 10px/40px serif;
    line-height: 40px;
    text-transform: none;
    margin-right: 10px;
}
h2.catName a:hover span {
    text-decoration: underline;
}
.cn_wrapper, .news_wrapper {
    width:605px;
    height:567px;
    position:relative;
    overflow:hidden;
}
.news_wrapper {
    height: 403px;
}
.cn_content, .news_content {
    top:550px;/*5*/
    left:0;
    width:260px;
    padding:20px 38px 30px 5px;
    position:absolute;
    height:500px;
    font-size: 12px;
    overflow: hidden;
    z-index: 2;
    background: #fff;
}
.cn_content:first-child, .news_content:first-child {
    top: 0;
}
.cn_content h2, .news_content h2 {
    font-size:20px;
    margin-bottom: 10px;
    line-height: 120%;
}
.cn_content h2 a, .news_content h2 a {
    line-height: 1.1em;
    color: #333;
}
.cn_content p, .news_content p {
    margin:0 0 10px;
}
.cn_content > a, .news_content > a {
    width: 100%;
}
.cn_content a img, .news_content a img {
    width:100%;
    height: auto;
    margin:0 20px 10px 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,.25);
}
.cn_content a:hover img, .news_content a:hover img {
/*box-shadow: 7px 10px 10px rgba(0,0,0,.15); */
/*margin:-5px 25px 15px -5px; */
}
.cn_list, .news_list {
    width:300px;
    height:550px;
    position:absolute;
    top:0;
    right:1px;
    /*
   border-left: 1px solid #e9e9e9;
   */
    background:#fff url(images/ajax-loader.gif) no-repeat center 30%;
    -moz-transition-property: all;
    -moz-transition-duration: 0.20s;
    -moz-transition-timing-function: linear;
    -webkit-transition-property:all;
    -webkit-transition-duration: 0.20s;
    -webkit-transition-timing-function: linear;
    -o-transition-property:all;
    -o-transition-duration: 0.20s;
    -o-transition-timing-function: linear;

    -webkit-perspective: 800;
    perspective: 800;
    z-index: 50;
}
.news_list {
    background: none !important;
}
.advanced_recent_posts_widget,
.exclusive_recent_posts_widget,
.exclusive_recent_posts_widget_remod {
    padding: 35px 0 0 0 !important;
}
.advanced_recent_posts_widget .news_list,
.exclusive_recent_posts_widget .news_list,
.exclusive_recent_posts_widget_remod .news_list,
.widget_fraud_of_the_day .news_list {
    height: auto !important;
    position: inherit !important;
}
.advanced_recent_posts_widget .widgettitle,
.exclusive_recent_posts_widget .widgettitle,
.exclusive_recent_posts_widget_remod .widgettitle {
    margin: -36px 0 0 -1px  !important;
}
.advanced_recent_posts_widget .news_list .news_item,
.exclusive_recent_posts_widget .news_list .news_item,
.exclusive_recent_posts_widget_remod .news_list .news_item,
.widget_fraud_of_the_day .news_list .news_item
{
    border: none !important;
    border-bottom: 1px solid #e9e9e9 !important;
	padding: 15px !important;
}

.exclusive_recent_posts_widget_remod h2.posttitle,
.widget_fraud_of_the_day h2.posttitle {
	font-size: 12px !important;
	font-weight: bold !important;
	width: auto !important;
	margin-bottom: 0 !important;
	font-family: sans-serif !important;
}
.exclusive_recent_posts_widget_remod h2.posttitle a,
.widget_fraud_of_the_day h2.posttitle a {
	color: #12395F;
}
.exclusive_recent_posts_widget_remod .metaStuff,
.widget_fraud_of_the_day .metaStuff {
	margin: 0 0 10px 0 !important;
}
.exclusive_recent_posts_widget_remod .metaStuff a,
.widget_fraud_of_the_day .metaStuff a {
/*
	text-transform: uppercase !important;
*/
}
.exclusive_recent_posts_widget_remod img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.widget_fraud_of_the_day .widgettitle {
    background: #b72424 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #b72424 0%, #961e1e 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b72424), color-stop(100%,#961e1e)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b72424 0%,#961e1e 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b72424 0%,#961e1e 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b72424 0%,#961e1e 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #b72424 0%,#961e1e 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72424', endColorstr='#961e1e',GradientType=0 ) !important; /* IE6-9 */
}
.widget_fraud_of_the_day .readmore {
    color: #B72323;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
}
.widget_fraud_of_the_day .fod_list {
    padding-bottom: 8px;
    border-bottom: 1px solid gray;
    margin-bottom: 8px;
}

.cn_list.afterLoad, .news_list.afterLoad {
    background: #fff;
}
.cn_item, .news_item {
    cursor:pointer;
    position:relative;
    padding:15px;
    height: 50px;
    border-left: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    border-width: 1px;
    -moz-transition-property:all;
    -moz-transition-duration: 0.12s;
    -moz-transition-timing-function: linear;
    -webkit-transition-property:all;
    -webkit-transition-duration: 0.12s;
    -webkit-transition-timing-function: linear;
    -o-transition-property:all;
    -o-transition-duration: 0.12s;
    -o-transition-timing-function: linear;
}
.cn_item {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: rotateX(98deg);
    -webkit-transform: rotateX(98deg);
    background-color: white;
}
.cn_item {  /* Safari Hack */
	-moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.cn_item.loaded {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.news_item {
    display: block !important;
    border: none !important;
    border-top:1px solid #E9E9E9;
    border-right:1px solid #E9E9E9 !important;
    border-bottom:1px solid #E9E9E9 !important;
}
.news_list:first-child .news_item {
    border-right: none !important;
}
.news_item .stateName {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    float: right;
    width: 215px;
}
.cn_item:after, .news_item:after {
    content:"";
    display:block;
    position:absolute;
    top:19px;
    z-index: 1000;
    left:-24px;
    width:0;
    border-width:12px;
    border-style:solid;
    border-color:transparent;
    -moz-transition-property:border-color;
    -moz-transition-duration: 0.20s;
    -moz-transition-timing-function: linear;
    -webkit-transition-property:border-color;
    -webkit-transition-duration: 0.20s;
    -webkit-transition-timing-function: linear;
    -o-transition-property:border-color;
    -o-transition-duration: 0.20s;
    -o-transition-timing-function: linear;
}
.cn_item h2, .news_item h2 {
    font-size:13px;
    line-height: 11px;
    width: 205px;
    overflow: hidden;
    height: 38px;
    text-overflow: ellipsis;
    float: right;
}
.cn_item h2 a, .news_item h2 a {
    color: #12395F;
}
.cn_item h2 a:hover, .news_item h2 a:hover {
    color: #12395F;
}
.cn_item img, .news_item img {
    height: 50px;
    width: 50px;
    outline: 1px solid rgba(255,255,255,.8);
}
.cn_item .metaStuff, .news_item .metaStuff {
    margin: 0;
    float: right;
    width: 205px;
}
.cn_item:hover, .news_item:hover {
    border-color: #e9e9e9;
    background: #fafafa;
}
.selected:hover, .selected, .cn_item:active, .news_item:active {
    border-color: transparent;
}
.selected h2 a, .selected h2 a:hover {
    color: #fff;
}
h2.catName a.cat_more {
    display: inline;
}
.video_wrapper {
    position: relative;
    width: 600px;
    height: 400px;
}
.video_wrapper .video_item {
    width: 155px;
    height: 183px;
    float: left;
    margin: 15px;
}
.video_wrapper .video_item:first-child,
.video_wrapper .video_item:first-child + .video_item {
    width: 230px;
    height: 193px;
    margin-right: 35px;
}
.video_wrapper .video_item a {
    display: block;
    position: relative;
}
.video_wrapper .video_item .video_thumb {
    border: 1px solid black;
    z-index: 1;
}
.video_wrapper .video_item:first-child .video_thumb,
.video_wrapper .video_item:first-child + .video_item .video_thumb {
    width: 210px;
    height: 135px;
}
.video_wrapper .video_item .video_icon {
    background-image: url(images/play_video.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 120px;
    height: 90px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.video_wrapper .video_item:first-child .video_icon,
.video_wrapper .video_item:first-child + .video_item .video_icon {
    width: 210px;
    height: 135px;
}
.video_wrapper h2 {
    font-size: 12px;
    line-height: 14px;
}
.video_wrapper .metaStuff {
    margin-top: 2px;
}
.video_wrapper .video_transition {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 90px;
    z-index: 5;
}
.video_wrapper #video_embed {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 560px;
    height: 315px;
    z-index: 4;
}
/*-----PRIMARY SIDEBAR STUFF----*/
#sidebar {
    float: right;
    width: 295px;
    border-left: 0px solid #e9e9e9;
    padding-top: 15px;
}
#sidebar ul li.widget {
    list-style: none;
    margin: 0;
    margin-bottom: 20px;
    font-size: 12px;
    /*
    border-top: 4px solid #231F20;
    width: 260px;
    */
    padding:34px 15px 15px 15px;
    border: 1px solid #ccc;
	overflow: hidden;
}
#sidebar ul li.widget .watchdog-podcasts {
	margin-top: -15px;
}
#sidebar ul li.widget .google-ad {
	margin-bottom: -55px
}
#sidebar ul li.simple_ads_manager_widget {
	padding: 0;
	overflow: hidden;
	border: none;
}
#sidebar > ul > li.widget:first-child {

}
#sidebar ul li.widget h2.widgettitle {
    text-transform: uppercase;
    font: normal 18px/1.5em sans-serif;
    font-weight: bold;
    margin: -35px 0 15px -16px;
    padding-left: 16px;
    letter-spacing: .5px;
    background: #12395f; /* Old browsers */
    background: -moz-linear-gradient(top, #12395f 0%, #0e2749 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12395f), color-stop(100%,#0e2749)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #12395f 0%,#0e2749 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #12395f 0%,#0e2749 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #12395f 0%,#0e2749 100%); /* IE10+ */
    background: linear-gradient(to bottom, #12395f 0%,#0e2749 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12395f', endColorstr='#0e2749',GradientType=0 ); /* IE6-9 */
    color: white;
    width: 279px;
}
#sidebar ul li.widget h2.widgettitle a {
    color: inherit;
}
#sidebar ul li.widget_rss h2.widgettitle img {
    vertical-align: middle;
    padding-right: 5px;
}
#sidebar ul li.widget ul li {
    list-style-type:disc;
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 10px;
}
#sidebar ul li.widget ul li ul li {
    padding: 0 0 0 15px;
    list-style-type:disc;
    list-style-position: inside;
}
.sticky li {
    z-index: 99;
}
/*-----SIDEBAR SOCIAL & SEARCH----*/
#sidebar #dateSocial {
	padding: 0;
	border: none;
}

/* Search */
#headerSearch {
    z-index: 1000;
	width: 100%;
	position: relative;
}
#headerSearch #s {
    position: relative;
    background: #fafafa;
    color: #444;
    border: 1px solid #e9e9e9;
    border-top-color: #888;
    border-bottom: none;
    padding: 0 3.5% 0 1%;
    height: 32px;
    line-height: 32px;
    width: 95%;
    z-index: 99;
    margin: 0;
}
#headerSearch #searchBtn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 100;
}
#headerSearch.mobileOs input[type="text"] {
    display: block;
    visibility: hidden;
    opacity: 0;
}
#headerSearch.mobileOs:hover input[type="text"] {
    visibility: visible;
    opacity: 1;
}
#searchStuff {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(images/magglass.png) no-repeat center;
}
/* Social Links */
#socialStuff {
	margin: 0;
	float: none;
    line-height: 38px;
}
#socialLinks {
	float: none;
	height: auto;
	overflow: auto;
	margin-top: 20px;
	width: 300px;
}
#socialStuff a {
	width: 70px;
    line-height: 38px;
	float: right;
	text-align: center;
	margin-right: 5px;
}
#socialStuff a img {
    vertical-align: middle;
}

/*-----SECONDARY SIDEBAR STUFF----*/
#secondarySidebar {
    padding-top: 16px;
    float: right;
    width: 230px;
    margin-right: 10px;
}
#secondarySidebar ul li.widget, #secondarySidebar div.widget {
    list-style: none;
    margin: 0;
    font-size: 12px;
    padding: 35px 15px 15px 15px;
    border: 1px solid #ccc;
    border-top: none;
    margin-bottom: 15px;
}
#secondarySidebar > ul:first-child > li.widget:first-child, #secondarySidebar > div.widget:first-child {

}
#secondarySidebar ul li.widget h2.widgettitle, #secondarySidebar div.widget h2.widgettitle {
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    margin: -35px -35px 15px -16px;
    padding-left: 20px;
    letter-spacing: .5px;
    font:normal 18px/1.5em sans-serif;
    color: white;
    width: 210px;

    background: #12395f; /* Old browsers */
    background: -moz-linear-gradient(top, #12395f 0%, #0e2749 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12395f), color-stop(100%,#0e2749)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #12395f 0%,#0e2749 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #12395f 0%,#0e2749 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #12395f 0%,#0e2749 100%); /* IE10+ */
    background: linear-gradient(to bottom, #12395f 0%,#0e2749 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12395f', endColorstr='#0e2749',GradientType=0 ); /* IE6-9 */
}
#secondarySidebar ul li.widget .textwidget {
    text-align: center;
}
#secondarySidebar ul li.widget h2.widgettitle a, #secondarySidebar div.widget h2.widgettitle a {
    color: inherit;
}
#secondarySidebar ul li.widget_rss h2.widgettitle img, #secondarySidebar div.widget_rss h2.widgettitle img {
    vertical-align: middle;
    padding-right: 5px;
}
#secondarySidebar ul li.widget ul li, #secondarySidebar div.widget ul li {
    list-style-type:disc;
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 10px;
}
#secondarySidebar ul li.widget ul li ul li, #secondarySidebar div.widget ul li ul li {
    padding: 0 0 0 15px;
    list-style-type:disc;
    list-style-position: inside;
}
/* -----SEARCH WIDGET STUFF----- */
#searchform {
    background: #fff;
    border: 1px solid #ddd;
    border: none;
    width: 260px;
    height: 35px;
}
#searchform #s {
    width:190px;
    padding:0 10px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    background: none;
    border: none;
}
#searchform #searchsubmit {
    cursor: pointer;
    padding:10px 0 10px 10px;
    float: left;
}
#searchform #searchsubmit:hover {
    text-decoration: none;
}
#secondarySidebar #searchform {
    width: 180px;
}
#secondarySidebar #searchform #s {
    width: 135px;
}
/* -----CALENDAR WIDGET STUFF----- */
#wp-calendar {
    empty-cells:show;
    width:100%;
    margin:10px auto 0;
}
#wp-calendar #prev a, #wp-calendar #next a {
    font-size:9pt;
    padding-top: 5px;
    background: #fff;
    color: inherit;
}
#wp-calendar #next a {
    text-align:right;
}
#wp-calendar #prev a {
    text-align:left;
}
#wp-calendar a {
    text-decoration:none;
    display:block;
    color: #fff;
    line-height: 23px
}
#wp-calendar a:hover {
    text-decoration: underline;
}
#wp-calendar caption {
    text-align:center;
    width:100%;
    font: 14px serif;
    margin-bottom: 15px;
}
#wp-calendar th {
    font:normal 10px/23px sans-serif;
    text-transform:capitalize;
    background: #eee;
}
#wp-calendar td {
    text-align:center;
    padding:0;
    line-height: 23px;
    height: 23px;
}
/*----TAG CLOUD WIDGET STUFF-------*/
#sidebar .widget_tag_cloud a {
    font-size: 11px !important;
    display: block;
    float: left;
    padding: 2px 8px;
    margin: 0 3px 3px 0;
    color: #fff;
    border-left: 3px double #fff;
}
#sidebar .widget_tag_cloud a:hover {
    background: #231F20;
    padding: 2px 8px;
    margin: 0 3px 3px 0;
    text-decoration: none;
}
#sidebar .widget_tag_cloud:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}
/* -----COMMENT STUFF----- */
#commentsection {
    font-size: 12px;
    margin-bottom: 60px;
}
h3#comments, #respond > h3 {
    text-transform: uppercase;
    font:bold 13px/40px sans-serif;
    border-top: 4px solid #231F20;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 5px;
    margin: 40px -40px 30px 0;
    letter-spacing: .5px;
}
li.comment #respond > h3 {
    margin: 40px 0 30px;
}
.commentlist {
    list-style:none;
    margin-left: 35px
}
h3.comments {
    margin:40px auto 20px;
}
.commentlist li, #commentform input, #commentform textarea {
    font:.9em 'Lucida Grande', 'Verdana', 'Arial', Sans-Serif;
}
.commentlist li {
    font-weight:bold;
    list-style:none;
    padding:15px 0;
    font-size:12px;
}
.commentlist li img.avatar {
    float:left;
    margin-right:15px;
}
.commentlist cite, .commentlist cite a {
    font-weight:bold;
    font-style:normal;
}
.commentlist p {
    font-weight:normal;
    text-transform:none;
    margin:10px 5px 10px 48px;
    font-size: 14px;
}
.commentlist .pingback p {
    margin:10px 5px 10px;
}
#commentform p {
    margin:5px 0;
}
.commentmetadata {
    font-weight:normal;
    display:block;
    font-size:10px;
    color:#333;
    padding:3px 0 0;
    text-transform:uppercase;
}
cite.fn {
    text-transform:uppercase;
}
.commentlist {
    text-align:justify;
    padding:0 0 40px;
}
.nocomments {
    padding-left: 35px;
}
#recentcomments li {
}
.cancel-comment-reply, #respond form {
    margin-left: 35px;
}
.reply {
    text-align: right;
}
.cancel-comment-reply a, .reply a {
    display: inline-block;
    padding: 3px 8px;
    color: #fff;
    font: normal 10px/18px sans-serif;
}
.commentlist ul.children {
    margin:15px 0 10px 48px;
    background: #fcfcfc;
    padding:5px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.widget_wppp,
.popular-posts {
    padding: 35px 0 0 0 !important;
}
.widget_wppp h2.widgettitle,
.popular-posts h2.widgettitle {
    margin: -35px 0 0 0 !important;
}
.widget_wppp ul,
.popular-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget_wppp li,
.popular-posts li {
    list-style-type: none !important;
    margin: 0 !important;
    border: none !important;
    border-bottom: 1px solid #E9E9E9 !important;
    padding: 15px;
    height: 50px;
}
.widget_wppp li:hover,
.popular-posts li:hover {
    border-color: #e9e9e9;
    background: #fafafa;
}
.widget_wppp li img,
.popular-posts li img {
    float: left;
    margin-right: 10px;
    padding: 0;
    margin-bottom: 5px;
    border: 1px solid #444;
}
.widget_wppp li a,
.popular-posts li a {
    color: #333;
}
.widget_wppp li a:hover,
.popular-posts li a:hover {
    text-decoration: none;
}

/*---FORM STUFF---*/
input[type="text"], input[type="password"] {
    padding: 5px;
    width:170px;
    margin:5px 5px 0 0;
    border: 1px solid #ccc;
}
textarea {
    padding: 4px;
    width:90%;
    font:12px sans-serif;
    border: 1px solid #ccc;
    margin: 5px 0 0;
}
#commentform input[type="submit"], input[type="submit"] {
    cursor: pointer;
    background: #231F20;
    border: none;
    color: #f8f8f8;
    padding: 5px 10px;
}
#commentform input[type="submit"]:hover, input[type="submit"]:hover {
    background: #231F20
}
#sidebar input[type="text"], #sidebar textarea, #secondarySidebar input[type="text"], #secondarySidebar textarea {
    margin-bottom: 8px;
    width: 55%;
}
#sidebar input[type="submit"] {
    cursor:pointer;
}
span.wpcf7-not-valid-tip {
    width: 170px !important;
}
#commentform input[type="text"] {
    float: left;
    clear: left;
    margin: 0 8px 5px 0
}
#commentform > p {
    line-height: 30px;
}
#commentform p.form-allowed-tags {
    line-height: 1.3em;
}
#commentform p.form-allowed-tags code {
    font: 12px "Courier New";
}
/* -----UNIVERSAL STUFF----- */
code {
    font:1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
    font-size:.9em;
    letter-spacing:.07em;
    cursor:help;
}
p img {
    max-width:100%;
}
img.centered {
    display:block;
    margin:0 auto;
}
img.alignright {
    display:inline;
    margin:0 0 10px 30px;
}
img.alignleft {
    display:inline;
    margin:0 10px 10px 0;
}
.alignright {
    float:right;
    margin: 0 0 10px 20px;
}
.alignleft {
    float:left;
}
acronym.abbr {
    border-bottom:1px dashed #999;
}
blockquote cite {
    display:block;
    margin:5px 0 0;
}
.center {
    text-align:center;
}
hr {
    margin: 14px 0;
}
a img {
    border:none;
}
img#wpstats {
    width:0;
    height:0;
    border:none;
    overflow:hidden;
}
#hideme {
    visibility:hidden;
}
.hidden {
    visibility: hidden;
    display: none;
}
.rssSummary {
    padding-bottom:15px;
}
.clear {
    clear: both;
}
p.clear {
    height:1px;
    width:1px;
}
.hide {
    display: none;
}
.required {
    color: red;
}
/*----PAGINATION PLUGIN STUFF--------*/
.navigation .wp-paginate {
    text-align: right;
    margin-bottom: 60px;
    margin-top: 30px;
    font-size: 12px;
}
.navigation .wp-paginate a {
    background: #f8f8f8;
    padding: 7px 10px;
    border: none;
}
.navigation .wp-paginate a:hover {
    background: #eee;
    color: inherit;
}
.navigation .wp-paginate .current {
    padding: 7px 10px;
    border: none;
}
.navigation .wp-paginate span.title {
    display: none;
}
.tb_header {
    display: none;
}
div.tb_tweet {
    border-top: none !important;
    padding: 7px 0 !important;
}
div.tb_tweetlist {
    border-bottom: none !important;
}
.smw_center a img {
    width: 48px !important;
    height: 48px !important;
}
body.single .widget .metaStuff {
    margin-top: 0px;
}
/*--FONT COLOR STUFF--*/
.cn_content h2 a:hover, .catName span, #shareThis .stButton .chicklets, .posttitle a:hover, .entrytitle a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a {
    color:#12395F;
}
/*--BACKGROUND COLOR STUFF--*/
#commentform input[type="submit"], input[type="submit"], .navigation .wp-paginate .current, .selected:hover, .selected, .cn_item:active, #sidebar .widget_tag_cloud a, #wp-calendar a, .cancel-comment-reply a, .reply a {
    background-color:#12395F;
}
/*--BORDER COLOR STUFF--*/
.selected:after, .cn_item:active:after {
    border-color:transparent #12395F transparent transparent;
}

.wp-image-holder {
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}
.wp-image-holder a {
    line-height: 0;
    display: block;
}
.widget_categoryposts ul li {
    list-style-type: none !important;
    margin-left: 0 !important;
}


.socialmedia-buttons a img { width: 48px !important; height: 48px !important; margin-right: 17px !important; }
#secondarySidebar ul li.Social_Widget { padding-right: 0 !important; margin-right: 0 !important; width: 215px; }

.tb_tweet-info {
    color: #888 !important;
    font-size: 11px !important;
    font-style: normal !important;
}

.tb_tweet-info a {
    color: #888 !important;
}

a.tb_photo img {
    padding: 0 !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #444 !important;
}

.news_item img, .cn_item img {
    border: 1px solid  #444;
}

#sidebar .news_list {
    width: auto;
}

#content .post {
    margin-left: 5px;
}

/* SOCIAL READER custom styling */

.socialreader-widget {
    margin-top: 6px;
    background-color: #eee;
    border: 1px solid gray;
}
.socialreader-widget {
    position: relative;
    z-index: 1001;
    background: #f1eee5;
    background: -moz-linear-gradient(top, #f1eee5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1eee5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #f1eee5 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #f1eee5 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #f1eee5 0%,#ffffff 100%);
    background: linear-gradient(top, #f1eee5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1eee5', endColorstr='#ffffff',GradientType=0 );
}
.socialreader-widget .widgetTitle {
    display: none;
}
.socialreader-widget .sr-login img.sr-login-avatar {
    float: left;
    margin-right: 10px;
}
.socialreader-widget .sr-login p {

}
.socialreader-widget .sr-login-loginButton a {
    float: none;
    margin-left: 0;
}
.socialreader-widget .sr-myActivity-options a {
    font-size: 12px;
    display: inline-block;
    float: none;
    margin-left: 0;
    margin-right: 5px;
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
}
.socialreader-widget .sr-myActivity-options .sr-myActivity-activityButton {
    background-image: url(images/recentActivity.png);
    background-repeat: no-repeat;
}
.socialreader-widget .sr-myActivity-options .sr-myActivity-autoshareButton {
    background-image: url(images/socialSharing.png);
    background-repeat: no-repeat;
}
.socialreader-widget .sr-myActivity-options .sr-myActivity-inviteButton {
    display: none;
}
.socialreader-widget .sr-myActivity-activityList {
    display: none;
    position: absolute;
    top: 40px;
	left: 14px;

    border: 1px solid gray;
    width: 265px;
    min-height: 50px;
    padding-right: 10px;

    background: #f1eee5;
    background: -moz-linear-gradient(top, #f1eee5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1eee5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #f1eee5 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #f1eee5 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #f1eee5 0%,#ffffff 100%);
    background: linear-gradient(top, #f1eee5 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1eee5', endColorstr='#ffffff',GradientType=0 );
}
.socialreader-widget .sr-myActivity-activityList .sr-ajax-loader {
    position: relative;
    clear: both;
    display: block;
    margin-left: 60px;
}
.socialreader-widget .sr-myActivity-activityList p {
    margin-left: 60px;
    margin-bottom: 10px;
}
.socialreader-widget .sr-myActivity-activityList img {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-right: 10px;
}
.socialreader-widget .sr-myActivity-activityList div {
    position: relative;
    clear: both;
    margin-bottom: 25px;
}
.socialreader-widget .sr-myActivity-activityList a {
    display: block;
    margin-left: 60px;
    font-size: 11px;
    line-height: 12px;
    float: none;
    clear: both;
}
.socialreader-widget .sr-myActivity-activityList span {
    display: block;
    float: right;
    font-size: 11px;
}
.socialreader-widget .sr-myActivity-activityList a.sr-like-activity {
    float: left;
    margin-right: 5px;
    color: blue;
    clear: none;
    font-size: 11px;
    line-height: 13px;
    padding-left: 17px;

    height: 14px;
}
.socialreader-widget .sr-myActivity-activityList a.sr-like-activity.unlike {
}
.socialreader-widget .sr-myActivity-activityList a.sr-delete-activity {
    position: absolute;
    top: 0px;
    right: 0px;
    color: red;
    font-weight: bold;
}

/* Social Reader display states */
.socialreader-widget .sr-login.authorized .sr-login-loginButton,
.socialreader-widget .sr-login.authorized .sr-login-message,
.socialreader-widget .sr-myActivity.unauthorized{
    display: none;
}

/* MISC */

.cn_content .stbutton,
.listing .stbutton {
    display: none;
}



.advanced_recent_posts_widget img,
.exclusive_recent_posts_widget img{
    margin-top: 0 !important;
}
#secondarySidebar .advanced_recent_posts_widget img,
#secondarySidebar .exclusive_recent_posts_widget img {
    display: none !important;
}
.Cartoon_of_the_Week img {
    max-width: 260px;
    cursor: pointer;
}
.Cartoon_of_the_Week a {
    display: block;
    text-align: center;
    font-weight: bold;
}
#main .event_date,
#main .event_location {
    font-size: 14px;
    font-family: sans-serif !important;
}
#main .event_date span,
#main .event_location span{
    display: inline-block;
    width: 70px;
    font-weight: bold;
    float: left;
    clear: both;
}
#main .event_date span+span,
#main .event_location span+span{
    width: 190px;
    font-weight: normal;
    float: none;
}
#secondarySidebar ul li.widget ul.states-widget li {
    list-style: none;
    margin-left: 0;
}
#secondarySidebar .news_list {
    width: 228px;
}
#secondarySidebar .advanced_recent_posts_widget ul {
    list-style: none;
    padding: 0;
}
#secondarySidebar .advanced_recent_posts_widget ul li {
    display: block !important;
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 15px !important;
    border: none !important;
    border-bottom: 1px solid #E9E9E9 !important;
}
#secondarySidebar .advanced_recent_posts_widget ul li > a {
    display: block;
    float: right;
    width: 155px;
    font-size: 13px !important;
    font-weight: normal  !important;
    text-decoration: none !important;
    color: #333 !important;
}
#secondarySidebar .advanced_recent_posts_widget ul li .post-entry {
    padding: 0 0 5px 0;
    overflow: hidden;
    font-size: 13px !important;
    line-height: 11px !important;
    font-weight: normal  !important;
    width: 50px;
    height: 50px;
    text-decoration: none !important;
    color: #333 !important;
}
#secondarySidebar .advanced_recent_posts_widget ul li .post-entry a {

}

#secondarySidebar .news_list h2,
#secondarySidebar .news_list p {
    width: 195px;
}

h2.archivetitle {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 30px;
    border-bottom: 1px solid #E9E9E9;
}

.socialButton .twitter-share-button {
    float: right;
}

/* Fix for Series plugin */
.seriesbox {
    display: block;
    float: none;
    margin: 0 0 10px 0;
    border: none;
    background: #F8F8F8;
    padding: 6px 4px;

}
.serieslist-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.serieslist-ol {
    margin: 0;
    padding: 0 0 0 4px;
}
.serieslist-li {
    margin: 0;
    padding: 0;
}
.seriesmeta {
    background: #E5F3FF;
    font-size: 1em;
    text-align: center;
    margin-bottom: 12px;
}

/* special cases */
#sidebar #exclusive-recent-posts-23 h2,
#sidebar #exclusive-recent-posts-23 p {
    /* width: auto !important; */
}
#sidebar #exclusive-recent-posts-23 h2 {
    /* float: none !important; */
    height: auto !important;
}
#sidebar #exclusive-recent-posts-23 .news_item {
    height: auto !important;
    /* border: none !important;
    padding: 15px !important;
    padding-top: 0 !important; */
}
#sidebar #exclusive-recent-posts-23 .news_item:first-child {
    /* padding-top: 10px !important; */
}
#sidebar .exclusive_recent_posts_widget .comment-num {
    float: right;
}
#sidebar .Cartoon_of_the_Week {
    padding-top: 15px !important;
}
#sidebar .Cartoon_of_the_Week .widgettitle {
    display: none;
}

#sidebar .widget_text:first-child {
	/*
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    */
}
#sidebar .widget_text:first-child .widgettitle {
	/*
    margin: -35px 0 0 -1px !important;
    */
}
#sidebar .widget_text:first-child .textwidget {
	/*
    height: 180px !important;
    */
}

/* twitter alligator */
.widget_twitter_alligator li {
    list-style: none !important;
    margin-left: 0 !important;
    border: none !important;
    padding-top: 0 !important;
}

ol.seriesList {
    list-style: none;
}

.alligator-light-widget li p {
	clear: none !important;
}
.alligator-light-widget li img {
	width: 50px !important;
	height: 50px !important;
	border-radius: 0 !important;
	border: 1px solid #444 !important;
}

@-moz-document url-prefix() {
    #sidebar ul li.widget h2.widgettitle {
        padding-top: 3px;
    }
}

/* Responsive media queries */
#bottomNav > ul > li {
        width: 200px;
    }
    #bottomNav > ul > li:first-child {
        width: 300px;
    }
    #breaking-news {
    /*background-image: url('images/breaking-bg-1150.png'); */
    }
    #wrapper,
    #topBanner,
    #header {width: 960px;}
body.home #wrapper,
body.home #topBanner,
body.home #header {width: 1150px;}
    #content:after {background: url('images/divider.gif') repeat-y 854px 0; display: block; width: 100%; content: ""; position: absolute; top: 0; left: 0; z-index: -1; height: 100%;}
    .socialButton    #secondarySidebar {display: block;}
    #headerSearch p { display: block; }
/*
@media screen and (min-width:1270px) {
    #bottomNav > ul > li {
        width: 200px;
    }
    #bottomNav > ul > li:first-child {
        width: 300px;
    }
    #breaking-news {
    //background-image: url('images/breaking-bg-1150.png');
    }
    #wrapper,
    #topBanner,
    #header {width: 1150px;}
    #content:after {background: url('images/divider.gif') repeat-y 854px 0; display: block; width: 100%; content: ""; position: absolute; top: 0; left: 0; z-index: -1; height: 100%;}
    .socialButton    #secondarySidebar {display: block;}
    #headerSearch p { display: block; }
}

@media screen and (max-width:1269px) {
    #socialLinks {
        top: 55px;
        right: 0px;
    }
    #sidebar {
        width: 620px !important;
        float: none !important;
        margin: 0 auto !important;
        padding-left: 12px !important;

    }
    #sidebar .widget {
        float: left !important;
        width: 263px !important;
        margin-right: 15px !important;
    }
    #sidebar .widget_text:first-child {
        width: 293px !important;
    }
    #sidebar .exclusive_recent_posts_widget {
        width: 293px !important;
    }
}
@media screen and (max-width: 1269px) {
    #secondarySidebar { margin-right: 0 !important; }
    #sidebar { display: none; }
}

*/



#wp-print {
	display: inline;
	position: relative;
	top: 5px;
}

/* sticky posts */
.category-sticky {
    border-top: none !important;
}

/* new jersey menu */
.category-new-jersey #navigation-sub {
    visibility: hidden;
}
.category-new-jersey #content {
    /*margin-top: -33px !important; */
    position: relative !important;
    z-index: 100 !important;
}


/* State Map */
#map-page {
    position: relative;
    -webkit-perspective: 800;
    perspective: 800;
}
#map-page h1 {
    position: relative;
    width: 1210px;
    margin: 0 auto;
    z-index: 1;
    font-size: 36px;
    margin-top: 100px;
    text-align: center;
}
#map-background {
    position: absolute;
    top:    0px;
    left:   0px;
    width:  100%;
    height: 100%;
    background-color: white;
    opacity: 0.94;
    z-index: 0;
}
#map-wrapper {
    position: relative;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0;
}
#map-wrapper.visible {
    opacity: 1;
}
#map-wrapper > * {
    cursor: pointer;
}
#map-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 64px;
    color: red;
    cursor: pointer;
    z-index: 1;
}
#map-link {
    position: absolute;
    top: 20px;
    right: 0px;
    cursor: pointer;
    font-size: 20px;
}

/* author meta box */
#authormetabox {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #eee;
}
#authormetabox p {
    font: inherit;
}
#authormetabox img {
    margin: 7px;
}
#authormetabox .authorphoto {
	float: left;
	width: 25%;
	padding-right: 3%;
}
#authormetabox .authorphoto img {
	max-width: 100%;
	margin: 0;
}
#authormetabox .authordetails {
	float: left;
	width: 72%;
}
#authormetabox .authorname {
	font-weight: bold;
	margin-top: -3px;
}
#authormetabox .contactinfo,
#authorsociallinks {
	float: left;
	width: 70%;
	padding-right: 2%;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #e9e9e9;
}
#authorsociallinks {
	float: right;
	width: 28%;
	padding-right: 0;
	text-align: right;
}
#authorsociallinks img {
	margin: 3px 0 0 7px;
	margin-bottom: -7px;
}
#authormetabox .contactinfo li {
	display: block;
	padding: 0 10px 0 0;
	font-size: .9em;
	line-height: 1.2em;
}

.cid-655 #NmWgContainer {
width: 260px !important;
border: none !important;
}
#azk1 { display: none !important; }
#text-40 { padding-top: 0 !important; }

.term-info {
	margin: 20px 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.term-info ul {
	padding-left: 40px;
}

body.post-type-archive-cartoons .type-cartoons {
	display: inline-block;
	width: 190px;

}
body.post-type-archive-cartoons .type-cartoons img {
	width: 190px;
	height: auto;
}
body.post-type-archive-cartoons #featured-cartoon  {
	display: inline-block;
	width: 600px;

}
body.post-type-archive-cartoons #featured-cartoon img {
	width: 600px;
	height: auto;
}

body.single .article-footer-widgets {
	margin: 20px 0;
	text-align: center;
}
body.single .article-footer-widgets .widget {
	display: inline-block;
	list-style: none;
}

.entry .internal-link:before {
	content: "Related";
	display: block;
	padding-bottom: 10px;
	font-size: 16px;
	font-family: arial;
	color: #333;
}
.entry .internal-link + .internal-link:before {
	display: none;
}
.entry .internal-link {
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.entry .internal-link + .internal-link {
	padding-top: 0;
	border-top: none;
}

.serieslist-li {
    list-style-type: circle;
}
.serieslist-li-current,
.hide-series-item {
    display: none;
}





/*===========
Donation Form
===========*/

.page-template-single-donate {
	background: #fff;
}

.page-template-single-donate #navigation,
.page-template-single-donate #navigation-sub,
.page-template-single-donate #bottomNavWrapper,
.page-template-single-donate #footer,
.page-template-single-donate #header .widget_text,
.page-template-single-donate #scrolltriggered {
	display: none !important;
}

.page-template-single-donate .top-spacer {
	height: 120px;
}

.donate blockquote {
	text-align: center;
	padding: 0;
	background: transparent;
	border: none;
	margin-bottom: 16px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 16px;
	color: #222;
}

.donate blockquote h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

.donate .secure-icon {
	text-align: right;
}

.donate blockquote h2 {
	text-align: center;
	font-style: italic;
	line-height: 1.4em;
	padding-bottom: 15px;
	font-size: 2em;
}

.gform_heading {
	padding-left: 20px;
	color: #939598;
	font-size: 2em;
	background: #f4f4f4;
	text-transform: uppercase;
}

body .gform_wrapper {
	max-width: none;
}

.gform_wrapper .gform_title {
  background: url('images/secureicon.png') 100% 50% no-repeat;
  font-family: Arial, sans-serif;
  color: inherit;
}

.gform_body {
	color: #2A2A2A;
}

body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper textarea {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: background-color .15s linear;
	-moz-transition: background-color .15s linear;
	transition: background-color .15s linear;
	background: #f1f1f1;
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.04);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.04);
	font-size: 15px;
}

body .gform_wrapper input[type=text]:focus,
body .gform_wrapper input[type=url]:focus,
body .gform_wrapper input[type=email]:focus,
body .gform_wrapper input[type=tel]:focus,
body .gform_wrapper input[type=number]:focus,
body .gform_wrapper input[type=password]:focus,
body .gform_wrapper textarea:focus {
	background: #fff;
	border-color: rgba(132,185,211,.8)!important;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1),0 0 5px rgba(132,185,211,.6);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1),0 0 5px rgba(132,185,211,.6);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1),0 0 5px rgba(132,185,211,.6);
	outline: 0;
}

.gform_wrapper .hidden-label .gfield_label {
	display: none !important;
}

body .gform_wrapper .hidden-label ul.gfield_radio li {
	display: block;
}

body .gform_wrapper .top_label .gfield_label {
	line-height: 0;
	font-weight: 700;
}

.entry .gform_body ul li {
	font-family: sans-serif;
}

body .gform_wrapper ul.gfield_radio li {
	display: inline;
	display: inline-block;
	overflow: visible;
	margin-right: 20px;
}

.gform_wrapper .fancy-radio .gfield_radio li input[type=radio] {
    margin:10px;
    position: absolute;
    z-index: -1;
}
 
.gform_wrapper .fancy-radio .gfield_radio li input[type=radio] + label {
    display:inline-block;
    padding: 10px 12px 7px;
    margin: 0;
	min-width: 100px;
    font-size: 1.3em;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #052E53;
	background: -moz-linear-gradient(top, #006091 0%, #052e53 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006091), color-stop(100%,#052e53)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #006091 0%,#052e53 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #006091 0%,#052e53 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #006091 0%,#052e53 100%); /* IE10+ */
	background: linear-gradient(to bottom, #006091 0%,#052e53 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006091', endColorstr='#052e53',GradientType=0 ); /* IE6-9 */
    background-repeat: repeat-x;
    border: 2px solid #0B547E;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	transition: .15s all;
	-webkit-transition: .15s all;
	-moz-transition: .15s all;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
 
.gform_wrapper .fancy-radio .gfield_radio li input[type=radio]:checked + label {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    background-color:#e0e0e0;
	border-color: #EDEDED;
	color: #2e2e2e;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}

body .gform_wrapper .gform_page_footer {
	overflow: hidden;
	width: 100%;
	padding: 16px 2px;
}

body .gform_footer {
	z-index: 50;
	position: relative;
}

.gform_wrapper .gform_footer input.button {
	background-color: green;
	margin-right: 40%;
	min-width: 150px;
}

body #gform_wrapper_2 .gform_footer {
	overflow: hidden;
	padding: 5px 15px;
	margin: -65px 0 35px;
}

.gform_button,
.gform_next_button,
.gform_previous_button {
	background: #052E53;
	background-image: linear-gradient(bottom,rgba(0,0,0,.1) 0,rgba(255,255,255,.1) 100%);
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.1) 0,rgba(255,255,255,.1) 100%);
	background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.1) 0,rgba(255,255,255,.1) 100%);
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.1) 0,rgba(255,255,255,.1) 100%);
	background-image: -ms-linear-gradient(bottom,rgba(0,0,0,.1) 0,rgba(255,255,255,.1) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.1)),color-stop(1,rgba(255,255,255,.1)));
	cursor: pointer;
	outline: 0;
	border: 1px solid #000;
	box-shadow: inset 0 1px 1px 1px rgba(255,255,255,.2), 0 1px 1px 1px #000;
	-webkit-transition: background-color .15s linear,box-shadow .15s linear;
	-moz-transition: background-color .15s linear,box-shadow .15s linear;
	transition: background-color .15s linear,box-shadow .15s linear;
	display: block;
	margin: 0 auto;
	padding: 10px 20px 6px !important;
	width: auto;
	-webkit-transition: background-color .15s ease-in-out,box-shadow .15s linear;
	-moz-transition: background-color .15s ease-in-out,box-shadow .15s linear;
	transition: background-color .15s ease-in-out,box-shadow .15s linear;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 18px !important;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.gform_button:hover,
.gform_next_button:hover,
.gform_previous_button:hover {
	background: #08567C;
}

.gform_button {
	float: right;
}

.gform_next_button {
	float: right;
}

.gform_previous_button {
	float: left;
}

body .gform_wrapper .gform_page_footer .button.gform_button {
	margin-right: 0;
}

#gforms_confirmation_message {
	text-align: center;
	font-style: italic;
	font-size: 1.4em;
	padding: 15px 0;
}

.donate .featured-image-container img {
	max-width: 100%;
	height: auto;
}


#watchdog-podcast-widgets > li {
    list-style: none;
}

.post-editing-date {
	display: none;
}

#mobile-menu {
    display: none;
}

/* ------------- Watchdog Facelift Changes - 2017 */

body, #wrapper {
    background-color: #eee;
}
#main {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 795px;
}
#wrapper {
    width: 1150px;
}
#content {
    padding-top: 160px;
    /* z-index: 9999; */
}

#sidebar ul li.widget {
    border: none;
    box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
    border-top: 7px solid #12395f;
}
#sidebar ul li.widget h2.widgettitle {
    background: white;
    color: black;
    padding-top: 10px;
}
#sidebar ul li.widget .textwidget .ms-side img {
    width: 295px;
}
#sidebar #dateSocial {
    box-shadow: none;
    background-color: transparent;
}
    #socialStuff .fa {
        font-size: 40px;
    }
#sidebar #text-186,
#sidebar #text-187,
#sidebar #text-188 {
    box-shadow: none;
    border: none;
}
.widget {
    background-color: white;
}

#header {
    position: absolute;
    width: 100% !important;
    left: 0px;
    top: 0px;
}
body.admin-bar #header {
    top: 32px;
}
    #header .header-inner {
        padding-left: 20px;
    }

#dropmenu-sub > li {
    padding: 10px 0 7px 0px;
}
#dropmenu li ul li a, #prenav + .menu > ul li ul li a {
    font: 14px sans-serif;
}


#main.homepage {

}
    .card {
        position: relative;
        border: none !important;
        box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
        border-top: 7px solid #12395f !important;
        margin-bottom: 20px;
        background-color: white;
    }
        .card .posttitle a {
            line-height: 18px;
            font-size: 15px;
        }
        .card .postthumb img {
            width: 100%;
            height: auto;
            margin-bottom: 15px;
        }
        .card .postcontent {
            padding: 20px;
            padding-top: 15px;
        }
        .card .layout-section .postcontent {
            padding: 0 0 20px;
        }
        .card .postcategory {
            position: relative;
            background-color: #12395F;
            display: inline-block;
            margin: 0;
            margin-left: -17px;
            margin-bottom: 15px;
            padding: 5px;
            padding-left: 20px;
            height: auto;
            border: none;
            top: 0px;
            left: 0px;
            font-size: 14px;
            font-weight: bold;
            color: white;
        }
        .card .postcategory::after {
            content: "";
            width: 0;
            height: 0;
            border-bottom: 32px solid transparent;
            border-left: 32px solid #12395F;
            display: block;
            position: absolute;
            top: 0px;
            right: -32px;
        }
        .card .metastuff {
            margin: 0;
        }
        .card .layout-section {
            padding-left: 19px;
            padding-top: 10px;
            border: none;
        }
    .layout-section {
        margin-bottom: 20px;
    }
    .layout-slot .posttitle, .layout-slot .posttitle a {
        padding: 0px 0px 15px 0px;
        margin: 0;

    }
    .layout-slot .postExcerpt {
        font-size: 14px;
    }

body.single .posttitle, body.page .entrytitle {
    width: auto;
    font: bold 30px/1.1em sans-serif;
}
.entry,
.entry p {
    font-family: sans-serif;
}
body .entry li {
    font: 17px/1.6em sans-serif;
}
body.single #main,
body.page #main {
    background-color: white;
    padding: 20px;
    box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
    border-top: 7px solid #12395f;
}


/* Archives */
.listing > .post {
    background-color: white;
    padding: 20px !important;
    border: none !important;
    box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
    font-family: sans-serif;
}
.listing > .post .posttitle {
    font: bold 22px/1.1em sans-serif
}
body.archive #main,
body.search #main{
    width: 835px;
}

.posttitle, .entrytitle, body.paged .listing .post:first-child .posttitle {
    font: bold 22px/1.1em sans-serif;
}

.listing #authormetabox {
    background-color: white;
    padding: 20px !important;
    border: none !important;
    box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
    font-family: sans-serif;
    border-top: 7px solid #12395f !important;
}

body.archive #main > div:first-child:not(.listing),
body.search #main > div:first-child:not(.listing) {
    text-align: center;
}
body.archive #main > div:first-child:not(.listing) > strong,
body.search #main > div:first-child:not(.listing) > strong{
    display: block;
}
body.archive #main > div:first-child:not(.listing) > a > strong > img,
body.search #main > div:first-child:not(.listing) > a > strong > img {
    max-width: 100%;
    height: auto;
}

#header .widget {
    margin: 6px 20px 6px 20px !important;
}
#header a.logo {
    width: 100%;
    height: 100%;
}
#header a.logo img {
    width: auto;
    height: 100%;
    max-height: 51px;
}

body .layout-slot .serieslist-li, body .layout-slot li {
    font-size: 14px;
}
.layout-section .postthumb {
    position: relative;
}
.layout-section .postthumb .caption {
    display: block;
    position: absolute;
    bottom: 0px;
    background-color: white;
    right: 0px;
    text-align: left;
    width: 60%;
    padding: 6px 15px;
    font-size: 11px;

    display: none;
}
.layout-section .postthumb .caption:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 42px solid transparent;
    border-right: 42px solid white;
    display: block;
    position: absolute;
    top: 0px;
    left: -42px;
}
.layout-slot:not(#layout_1_1) .postthumb .caption {
    display: none;
}
#headerSearch {
    display: none;
}
#sidebar .gsc-control-cse {
    box-shadow: -1px 0 2px 0 rgba(0,0,0,0.12), 1px 0 2px 0 rgba(0,0,0,0.12), 0 1px 1px 0 rgba(0,0,0,0.24);
    border-top: 7px solid #12395f;
}
.gstl_50 {
    z-index: 99999 !important;
}
.gsc-results-wrapper-overlay {
    top: 180px !important;
    height: 70% !important;
}
#gse-widget, #dateSocial {
    display: none;
}

#searchAndSocial {
    padding: 0 !important;
    height: 32px;
    float: right !important;
    border: none !important;
    margin-right: 80px;
    background-color: transparent !important;
}
#searchAndSocial #socialLinks {
    display: inline-block;
    margin: 0;
    width: 140px;
    vertical-align: top;
    margin-left: 20px;
}
#searchAndSocial .fa {
    color: white;
    font-size: 24px;
    margin: 6px;
}
#searchAndSocial #searchBar {
    display: inline-block;
    width: 220px
}
#searchAndSocial .gsc-control-cse {
    padding: 0;
    background-color: transparent;
    border: none;
    margin-top: 4px;
}
#searchAndSocial .gsc-search-button {
    display: none;
}
#searchAndSocial .gsc-input {
    padding-right: 0 !important;
}

#text-8 h2.widgettitle {
    font-weight: bold;
}

table.gsc-search-box {
    margin-top: 4px;
}

#main.layout {
    padding-top: 14px;
}

/* ------------- MOBILE STYLES -------------- */


@media (max-width: 1199px) {

    body {
        overflow-x: hidden !important;
    }
    body #wrapper, body #topBanner, body #header,
    body.home #wrapper, body.home #topBanner, body.home #header {
        width: 835px;
    }
    body #wrapper,
    body.home #wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }

    #gse-widget, #dateSocial {
        display: block;
    }
    #searchAndSocial {
        display: none !important;
    }
    #advanced_text-2 {
        display: none;
    }
    #sidebar {
        display: none;
    }
}
@media (max-width: 875px) {

    #sidebar {
        display: block;
    }

    #gse-widget, #dateSocial {
        display: block;
    }
    #searchAndSocial {
        display: none;
    }

    body {
        overflow-x: hidden !important;
    }
    body #wrapper, body #topBanner, body #header,
    body.home #wrapper, body.home #topBanner, body.home #header {
        width: 290px;
    }
    body #wrapper,
    body.home #wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    #header {
        box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
        height: 72px;
    }
    body.admin-bar #header {
        top: 46px;
    }
    #header a.logo img {
        max-width: 230px;
        vertical-align: bottom;
    }
    #content {
        padding-top: 70px;
    }

    #main {
        width: auto !important;
        float: none;
        margin-top: 25px;
    }
    #main.homepage {
        width: auto !important;
        margin-top: 14px;
    }

    #sidebar {
        float: none;
        width: 290px;
        clear: both;
    }
        #sidebar ul li.widget {
            /* overflow: auto; */
        }

    .top-spacer {
        height: 60px;
    }

    #logoTagline {
        width: 220px;
        height: 51px;
    }

    #mobile-menu {
        display: block;
        position: absolute;
        top: 23px;
        right: 20px;
        color: black;
        font-size: 35px;
        cursor: pointer;
    }

    #advanced_text-2 {
        display: none;
    }

    /* NAVIGATION */

    #navigation {
        height: auto;
        display: none;
    }
    #navigation.mobile-visible {
        display: block;
    }
        #dropmenu li, #prenav + .menu > ul li {
            float: none;
            display: block;
            border: none;
        }
        #menu-item-49750 {
            position: relative !important;
        }
        #dropmenu li ul.sub-menu, #prenav + .menu > ul li ul.sub-menu {
            position: static;
            transform: none;
            -webkit-transform: none;
            visibility: visible;
            opacity: 1;
            width: auto;
            background: none;
            margin-top: 10px;
            margin-bottom: 0px;
            padding-bottom: 0px;
            padding-left: 30px;
        }
            #dropmenu li ul li a, #prenav + .menu > ul li ul li a {
                font-family: sans-serif;
            }
            #dropmenu li ul, #prenav + .menu > ul li ul {
                box-shadow: none;
            }
            #dropmenu li:first-child + li:not(.menu-item-42634) ul.sub-menu li, #prenav + .menu > ul li:first-child + li:not(.menu-item-42634) ul.sub-menu li {
                float: none !important;
                width: auto;
            }
            #dropmenu > li:hover, #prenav + .menu > ul > li:hover {
                background: none;
            }
            #dropmenu > li:hover a, #prenav + .menu > ul > li:hover a {

            }

            #left-state-col, #mid-state-col, #right-state-col {
                float: none !important;
                width: auto !important;
                display: block;
            }

            #dropmenu li ul li:first-child, #prenav + .menu > ul li ul li:first-child {
                padding-top: 0;
             }

    #dropmenu > li.current-menu-item, #dropmenu > li.current-menu-ancestor, #dropmenu > li.current-menu-parent, #prenav + .menu > ul > li.current-menu-item, #prenav + .menu > ul > li.current-menu-ancestor, #prenav + .menu > ul > li.current-menu-parent {
        color: black !important;
        background: white !important;
    }
    /*
    #dropmenu > li.current-menu-ancestor > a, #dropmenu > li.current-menu-item > a, #dropmenu > li.current-menu-parent > a, #prenav + .menu > ul > li.current-menu-ancestor > a, #prenav + .menu > ul > li.current-menu-item > a, #prenav + .menu > ul > li.current-menu-parent > a {
        color: white !important;
    }
    */

    #navigation-sub {
        height: auto;
        display: none;
    }
        #dropmenu-sub > li {
            float: none;
            display: block;
        }

    #navigation, #prenav + .menu {
        background: white;
    }
    #dropmenu > li > a, #prenav + .menu > ul > li > a {
        color: black;
    }

    #crumbs {
        display: none;
    }

    input[type=text],
    input[type=email],
    input[type=password],
    input[type=number] {
        max-width: 96%;
    }

    #bottomNav > ul > li:first-child {
        width: 270px !important;
    }
    #bottomNavWrapper > iframe {
        float: none !important;
    }

    /* POST / ARTICLES */

    div.post a.thumbLink img {
        max-width: 100%;
        height: auto;
    }
    div.wp-caption img {
        width: 100%;
        height: auto;
    }
    body.single #main, body.page #main {
        padding: 14px;
    }
    #content .post {
        margin-left: 0;
    }
    div.wp-caption.alignleft {
        width: 262px !important;
        box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    }
    #authormetabox .authorphoto {
        float: none;
        width: auto;
        padding-right: 0;
        text-align: center;
    }
    #authormetabox .authordetails {
        float: none;
        width: auto;
    }
    #authorsociallinks {
        float: none;
        width: auto;
        border: none;
    }
    body.single .posttitle, body.page .entrytitle {
        margin-top: 10px;
    }
    .entry div.wp-caption {
        width: 260px !important;
    }
    #authormetabox .authorphoto {
        margin-bottom: 15px;
    }
    .article-footer-widgets .newsletter-signup #newsletter-input {
        width: 150px !important;
        display: block !important;
    }
    .article-footer-widgets .newsletter-signup input[type=submit] {
        width: 162px;
        display: block;
    }

    /* Signup form embeds */
    #vermont-signup,
    #texas-signup,
    #colorado-signup,
    #florida-signup,
    #mississippi-signup,
    #ohio-signup,
    #pennsylvania-signup,
    #wisconsin-signup {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important;
    }
    #vermont-signup h3,
    #texas-signup h3,
    #colorado-signup h3,
    #florida-signup h3,
    #mississippi-signup h3,
    #ohio-signup h3,
    #pennsylvania-signup h3,
    #wisconsin-signup h3 {
        font-size: 16px !important;
    }
    #vermont-signup #newsletter-input-vermont,
    #texas-signup #newsletter-input-texas,
    #colorado-signup #newsletter-input-texas,
    #florida-signup #newsletter-input-florida,
    #mississippi-signup #newsletter-input-mississippi,
    #ohio-signup #newsletter-input-ohio,
    #pennsylvania-signup #newsletter-input-pennsylvania,
    #colorado-signup #newsletter-input-texas {
        width: 55% !important;
    }

    /* LAYOUTS */

    .layout-section {
        display: block;
        float: none !important;
        width: 290px !important;
    }
        .layout-section > div {
            min-height: 0 !important;
        }
        .layout-header {
            width: 258px !important;
        }
        .layout-slot {
            display: block;
            float: none !important;
            border: none;
            margin: 0 !important;
            margin-bottom: 15px !important;
            padding: 0 !important;
            width: 290px !important;
        }
            .layout-slot > div {
                margin-top: 0px !important;
            }
            .postthumb {
                text-align: center;
            }
    .card .postcontent {
        padding: 15px;
    }

    /* styles specific to Layout 8 and 9 */

}

body.page-template-page-donate-narrow {
    background-color: white;
}