/*   
Theme Name: WorldNetDaily
Theme URI: https://github.com/c3mdigital/WP-UnFramework
Description: WND.com WordPress theme built for WorldNetDaily
Author: Chris Olbekson
Author URI: http://c3mdigital.com
Version: 0.3
License: Licensed for the exclusive use of WorldNetDaily on www.wnd.com
*
* Copyright 2011 WorldNetDaily all rights reserved
*
*/


/*   SITE COLOR GUIDE
Red: #ca0002;

So that this file updates.


*/

/* Webfonts @font-face
-------------------------------------------------------------------------------*/

/* Regular */
@font-face {
    font-family: 'League Gothic WND';
    src: url('/font/leaguegothicwnd-regular.eot');
    src: url('/font/leaguegothicwnd-regular.eot?#iefix') format('embedded-opentype'),
         url('/font/leaguegothicwnd-regular.woff') format('woff'),
         url('/font/leaguegothicwnd-regular.ttf') format('truetype'),
         url('/font/leaguegothicwnd-regular.svg#league_gothic_wndregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Italic */
@font-face {
    font-family: 'League Gothic WND';
    src: url('/font/leaguegothicwnd-italic.eot');
    src: url('/font/leaguegothicwnd-italic.eot?#iefix') format('embedded-opentype'),
         url('/font/leaguegothicwnd-italic.woff') format('woff'),
         url('/font/leaguegothicwnd-italic.ttf') format('truetype'),
         url('/font/leaguegothicwnd-italic.svg#league_gothic_wnd_italicRg') format('svg');
    font-weight: normal;
    font-style: italic;

}

/*
@font-face {
    font-family: 'Oswald';
    src: url('/font/oswald-bold-webfont.eot');
    src: url('/font/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/oswald-bold-webfont.woff') format('woff'),
         url('/font/oswald-bold-webfont.ttf') format('truetype'),
         url('/font/oswald-bold-webfont.svg#OswaldBold') format('svg');
    font-weight: bold;
    font-style: normal;

}
*/



@font-face {
    font-family: 'Oswald';
    src: url('/font/oswald-light-webfont.eot');
    src: url('/font/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/oswald-light-webfont.woff') format('woff'),
         url('/font/oswald-light-webfont.ttf') format('truetype'),
         url('/font/oswald-light-webfont.svg#OswaldLight') format('svg');
    font-weight: lighter;
    font-style: normal;

}




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

}


/*
@font-face {
    font-family: 'InterstateRegular';
    src: url('/font/interstate_regular_cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/interstate_regular_cond-webfont.woff') format('woff'),
         url('/font/interstate_regular_cond-webfont.ttf') format('truetype'),
         url('/font/interstate_regular_cond-webfont.svg#InterstateRegular') format('svg');
}
*/


/* HTML 5 Reset 
-------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    padding: 0 0 25px;
}
#mobile {
    position: relative;
    padding: 0;
}								

article, aside, figure, footer, header, hgroup, nav, section, .sticky {display: block;}

img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

nav ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {
   margin: 0; 
   padding: 0; 
   font-size: 100%; 
   vertical-align: baseline; 
   background: transparent; 
   color: #004276;
   text-decoration: none; 
   }
a:visited {
   color: #667286;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}

select, input, textarea {font: 99% Helvetica, Arial, sans-serif;}

table {font-size: inherit; font: 100%;}
a:hover, a:active {outline: none;}
strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

button {width: auto; overflow: visible;}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

/* Some additional default styling  feel free to remove or overwrite
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

body, select, input, textarea {color: #333;}
a:hover {color: #ca0002;}

/* Custom text-selection colors */
::-moz-selection{background: #fcd700; color: #000; text-shadow: none;}
::selection {background: #fcd700; color: #000; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 


/* A little typography 
-----------------------------------------------------------------------------------*/


ins {background-color: #fff; color: #000; text-decoration: none;}
mark {background-color: #fff; color: #000; font-style: italic; font-weight: bold;}
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #fff; color: #000; text-decoration: none; }
mark { background: #fff; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 90%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* Pseudo Responsive
-------------------------------------------------------------------------------*/
#mobile {
    overflow: hidden;
}

#desktop .mobile-only {
    display: none;
}

#mobile .desktop-only {
    display: none;
}



/* Nav Menus
-------------------------------------------------------------------------------*/

#main-nav li a,
#sub-link-bar li a {
    font-size:       15px;
    text-decoration: none;
    color:           black;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform:  uppercase;
    outline:         0;
    position:        relative;
    text-align:      center;
    padding:         5px 15px 6px 15px;
    }

#main-handle {
    float:    left;
    height:   55px;
    width:    976px;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    }

#man-nav {
    background:    rgb(137, 146, 149);
    background:    -webkit-linear-gradient(45deg, rgb(137, 146, 149), rgb(193, 198, 202), rgb(137, 146, 149));
    background:    -moz-linear-gradient(45deg, rgb(137, 146, 149), rgb(193, 198, 202), rgb(137, 146, 149));
    background:    linear-gradient(45deg, rgb(137, 146, 149), rgb(193, 198, 202), rgb(137, 146, 149));
    border-bottom: 1px dotted #fff;
    -moz-box-shadow: 0 7px 7px #333;
    -webkit-box-shadow: 0 7px 7px #333;
    box-shadow:    0 7px 7px #333;
    position:    absolute;
    top:         0;
    right:       0;
    margin:      0;
    padding:     0;
    width:       977px;
    line-height: 26px;
    height:      29px;
    list-style: none;    
    }

#sub-link-bar {
    height:     29px;
    margin-top: 28px;
    background: rgb(72, 87, 94);
    background: -webkit-linear-gradient(45deg, rgb(72, 87, 94), rgb(106, 118, 125), rgb(72, 87, 94));
    background: -moz-linear-gradient(45deg, rgb(72, 87, 94), rgb(106, 118, 125), rgb(72, 87, 94));
    background: linear-gradient(45deg, rgb(72, 87, 94), rgb(106, 118, 125), rgb(72, 87, 94));
    width: 976px;
    }

#sub-link-bar.front {
    height: 28px;
    }

#man-nav.opinion,
#man-nav.commentary,
#man-nav.blogs,
#man-nav.cartoons,
#man-nav.commentators,
#man-nav.emails-to-the-editor,
#man-nav.forums {
    background: #b37755;
    -moz-box-shadow:    0 7px 7px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 7px 7px rgba(0, 0, 0, .25);
    }
#sub-link-bar.opinion,
#sub-link-bar.commentary,
#sub-link-bar.blogs,
#sub-link-bar.cartoons,
#sub-link-bar.forums,
#sub-link-bar.commentators,
#sub-link-bar.emails-to-the-editor {
    background: #9d4328;
    }
#man-nav.money,
#man-nav.no-more-red-ink-money,  
#man-nav.market-overview {
    background: #7eb073;
    -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 7px 7px rgba(0, 0, 0, .25);
    }
#sub-link-bar.money,
#sub-link-bar.no-more-red-ink-money,  
#sub-link-bar.market-overview {
    background: #0a640c;
    }
#man-nav.diversions,
#man-nav.movieguide,
#man-nav.tv-guide,
#man-nav.joke,
#man-nav.reviews,
#man-nav.crosswords {
    background: #958e88;
    -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, .45);
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .45);
    box-shadow: 0 7px 7px rgba(0, 0, 0, .45);
    }
#sub-link-bar.diversions,
#sub-link-bar.movieguide,
#sub-link-bar.tv-guide,
#sub-link-bar.joke,
#sub-link-bar.reviews,
#sub-link-bar.crosswords {
    background: #380019;
    }
#man-nav.wnd-tv {
    background: #8081ad;
    -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 7px 7px rgba(0, 0, 0, .25);
    }
#sub-link-bar.wnd-tv {
    background: #291f54;
    }
#man-nav li a {
    color:              #333;
    text-transform:     uppercase;
    font-family: 'Oswald', 'Arial Narrow', 'Arial', sans-serif;
    font-size:          15px;
    display:            block;
    text-decoration:    none;
    line-height:        30px;
    overflow:           visible;
  /*  text-shadow:        0 0 2px #ccc; */
    -webkit-transition: all 300ms linear;
    -moz-transition:    all 300ms linear;
    -o-transition:      all 300ms linear;
    transition:         all 300ms linear;
    }

#man-nav li a:hover {
    color:               #fff;
    text-shadow:         0 0 9px #ddd;
    background-repeat:   no-repeat;
    background-position: center top;
    }
#man-nav li:hover ul li a {
    color: #fff;
    }


#man-nav li ul {
    display: none;
    }

/*
#man-nav li:hover > ul {
    display: block;
    }
*/

#man-nav li {
    float:        left;
    padding-left:  45px;
    padding-right: 45px;
    line-height:  30px;
    margin-right: 8px;    
}

#man-nav li:first-child {
    margin-left: 12px;
    }


#man-nav li:last-child {
    margin-right: 12px;
    padding-right: 20px;
}


#man-nav li.front-page ul {
    padding-left: 74px;
    }

#man-nav li.opinion ul {
    padding-left: 43px;
    }
#man-nav li.opinion ul li {
    padding-left:  44px;
    padding-right: 48px;
    }

/* With blog item in the menu */
/*
#man-nav li.opinion ul {
    padding-left: 43px;
    }
#man-nav li.opinion ul li {
    padding-left:  34px;
    padding-right: 38px;
    }
*/
#man-nav li.money ul {
    padding-left: 0;
    }
#man-nav li.money ul.sub-menu li {
    padding-left: 40px;
    padding-right: 40px;
    }
#man-nav li.wnd-tv ul.sub-menu li {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 22px;
    padding-right: 22px; 
    }

#man-nav li.entertainment ul {
    padding-left: 133px;
    }

#man-nav li.entertainment ul li {
    padding-left:  55px;
    padding-right: 55px;
    }

#man-nav li.wnd-tv ul {
    padding-left: 15px; 
    }

#man-nav li.wnd-tv ul li {
    margin-left:  30px;
    margin-right: 30px;
    }

#man-nav li.super ul {
    padding-left: 5px;
}
        
#man-nav li.super ul li {
    padding-left:  32px;
    padding-right: 32px;
    }    
    

#man-nav li.hidden {
    background:   #405157;
    background:   -webkit-linear-gradient(45deg, #405157, black, #405157);
    background:   -moz-linear-gradient(45deg, #405157, black, #405157);
    background:   linear-gradient(45deg, #405157, black, #405157);
    width:        116px;
    margin-right: 0!important;
    display:      block;
    /*
    margin-left:  32px;
    */
    padding-left: 33px;
    padding-right: 25px;
    float: right;
    }
#man-nav.opinion li.hidden,
#man-nav.commentary li.hidden,
#man-nav.blogs li.hidden,
#man-nav.cartoons li.hidden,
#man-nav.emails-to-the-editor li.hidden,
#man-nav.reviews li.hidden,
#man-nav.forums li.hidden,
#man-nav.commentators li.hidden {
    background: #7a321a;
    }
#man-nav.money li.hidden,
#man-nav.no-more-red-ink-money li.hidden,  
#man-nav.market-overview li.hidden {
    background: #073916;
    }
#man-nav.diversions li.hidden,
#man-nav.movieguide li.hidden,
#man-nav.tv-guide li.hidden,
#man-nav.joke li.hidden  {
    background: #78352f;
    }
#man-nav.wnd-tv li.hidden {
    background: #5d20ac;
    }

#man-nav li.hidden > a {
    background: url(_/images/sprite_landing_page.png) no-repeat 0 -296px; 
    text-indent: -999em;
    display:     block;
    height:      29px;
    width: 147px;
    }

#man-nav .sub-menu {
    display:  none;
    position: absolute;
    left:     0;
    right:    0;
    list-style: none;
    }

#man-nav li ul li a {
    font-size:   12px;
    line-height: 26px;
    }

#man-nav li ul li {
    padding-right: 47px;
    padding-left:  47px;
    }

#man-nav li.current-menu-item > a,
#man-nav li.current-menu-main > a {
    color:       black;
    text-shadow: 0 0 9px white;
    }
#man-nav li.current-menu-main ul li a {
    color: white;
    text-shadow: none;
    }
#man-nav li.top:hover > a,
#man-nav li.active > a {
    color: #fff;
    text-shadow: 0 0 9px white;
    }

#man-nav li ul li a {
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    opacity: 0.80;
    }

#man-nav li ul li:hover a, 
#man-nav li.current-menu-main li.current-menu-sub > a, 
#man-nav li ul li.active a {
    text-shadow:        0 0 3px #eee;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition:    all 300ms linear;
    -o-transition:      all 300ms linear;
    transition:         all 300ms linear;
    }
/*
#man-nav li.active ul li.active a {
    text-shadow: 1px 1px 8px #fff;
    }
#man-nav li.top:hover ul li a:hover ,
#man-nav li.active ul li a:hover {
    text-shadow: 0 0 9px white;
    }
*/

#man-nav li.active ul {
    display: block;
    }

nav ul, nav ol { list-style: none; margin: 0; padding: 0; }

#primary .menu-item {
    float:  left;
    margin: 0 10px;
    }

#primary {
    margin-left: -10px;
    }

/* HTML
-------------------------------------------------------------------------------*/

p {
	margin: 15px 0;
}

h1, h2, h3, h4, h5 {
	font-size: 1.5em;
	padding: 5px 0;
}
.hidden {
    display: none;
    }
.single.pulled-story.wnd-tv #hentry {
    min-height: 470px;
}
#content.wnd-tv #hentry {
    padding-top: 12px;
}
#content.wnd-tv time {
    margin-left: 12px;
    font-size: 11px;
    color: #999;
}
.single.pulled-story #hentry {
    padding-top: 50px;
    text-align: center;
}
.single.pulled-story .posttitle {
    text-align: center;
}

.single #hentry {
    margin-top: 10px; 
    }
#mobile #hentry img {
    height: auto !important;
}
.single #hentry ul, .single #hentry ol {
    list-style-position: inside; 
    margin-left:  0;
    padding-left: 14px;
    }

.single #hentry ol li, .single #hentry ul li {
    margin-left:  6px;
    padding-left: 0;
    margin-top: 10px;
    }

.single #hentry ul.custom, .single #hentry ol.custom {
    list-style-position: outside; 
    padding-left: 0;
    }
.single #hentry ul.custom li, .single #hentry ol.custom li {
    margin-left:  0;
    }
.single #hentry ul.custom div.spacer, .single #hentry ol.custom div.spacer {
    float: left;
    width: 15px;
    height: 10px;
    margin-left: 20px;
    }

body {font: 13px Helmet, Freesans, sans-serif;}
body, select, input, textarea {color: #444;}

.right {
    float:right;
    margin-left: 13px;
    }
.shadow {
    -moz-box-shadow: 0 0 7px #777;
    -webkit-box-shadow: 0 0 7px #777;
    box-shadow: 0 0 7px #777;
    }
    
.red {
	color: #ca0002 !important;
	}

section {
    clear:both;
    }

html {
    background: #DCDCDC;
    margin: 0;
    height: 100%;
    width: 100%;
    }


input.search {
	font-size: 12px;
   	width: 193px;
        padding: 1px 0 2px 8px;
        border: 1px solid #d3d3d3; 
   	line-height: 16px; 
    	font-family:    Helvetica, Arial, sans-serif;
	}

.alerts.right {
    margin-right: 12px;
    height:       31px;
    display:      block;
    overflow:     hidden;
    line-height:  30px;
    }

/* Structure {Main, Sidebar & Footer started for you
-------------------------------------------------------------------------------*/

#content {
    width:          650px;
    float:          left;
    background:     #fff;
    }
#mobile #content {
    width: auto;
    float: none;
}

#content.forums {
    height: 1630px;
    }

body.home #sidebar {
    /* XXX added background image */
    padding-top: 12px;
    } 
#sidebar {
    width:326px; 
    float:right;
    /*
    background: rgb(243, 243, 243) url(_/images/diag_lines.png);
    */
    }
#footer {position: relative; clear:both; background: #D5D6DA; border-top:  1px dotted; padding-bottom: 12px; display: block; overflow: hidden; }

#main  { background: url('_/images/main-bg.jpg') repeat-y; }

a.alert-banner {
	display: block;
	/*
  	width:      976px;
   	margin: 0 auto;	
	*/
	background-color: #98989a;
	text-decoration: none;	
        font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	line-height: 27px;
	color: #222;
	white-space: nowrap;
}
a.alert-banner span.title {
	margin-right: 5px;
	color: #fff;
}

.content-body {
    background: rgb(243, 243, 243) url(_/images/diag_lines.png);
    -webkit-box-shadow: #777 2px 2px 7px;
    -moz-box-shadow: #777 2px 2px 7px;
    -o-box-shadow: #777 2px 2px 7px;
    -ie-box-shadow: #777 2px 2px 7px;
    box-shadow: #777 2px 2px 7px;
    margin:     26px auto 0;
    width:      976px;
    }
#mobile .content-body {
    width: auto;
    margin: 0;
    box-shadow: none;
}


.clear {
    clear: both;
    }
.left {
    float:left;
    }

/*  Scrolling Sub headline area
-------------------------------------------------*/
#sublines h4 {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0;
    display: none;
    }

#sub-banner {
    display: block;
    position: relative;
    height: 30px;
    background: #fff;
    }

#sublines {
    float: left;
    text-align: center;
    margin: 0 0 0 26px;
    }

#sublines a {
    color: #666;
    }

#sublines a span.exclusive-link {
    text-transform: uppercase;
    font-family:    Helvetica, Arial, sans-serif;
    line-height:    30px;
    color:          #007480;
    }
#sub-banner .nav {
    position:    absolute;
    top:         9px;
    font-size:   12px;
    font-weight: normal;
    }

#prev2 {
	left: 10px;
	position: absolute;
    }

#next2 {
	position: absolute;
	left: 630px;
    }

#alerts input[type="text"] {
	width: 193px;
	padding: 1px 0 2px 8px;
	border: 1px solid #d3d3d3;
    }

input.alerts, input.searchbutton, input#searchbtn {
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    background:     #ca0002;
    color:          white;
    text-transform: uppercase;
    border:         none;
    font-size:      11px;
    font-weight:    lighter;
    line-height:    21px;
    padding:        0 8px;
    margin-left:    5px;
    box-shadow:     0 0 3px #777;
    }

input.searchbutton {
    text-align: center;
    width: 90px;
}
/*  Home Page Featured Slider
----------------------------------------------------*/

.home-slider {
	background: rgb(64, 81, 87);
	background: -webkit-linear-gradient(90deg, rgb(64, 81, 87), rgb(0, 0, 0), rgb(64, 81, 87) );
	background: -moz-linear-gradient(90deg, rgb(64, 81, 87), rgb(0, 0, 0), rgb(64, 81, 87) );
	background: linear-gradient(90deg, rgb(64, 81, 87), rgb(0, 0, 0), rgb(64, 81, 87) );
    height: 362px;
    display: block;
    overflow: hidden;
    position: relative;
    }
#mobile .home-slider {
    height: auto;
    background: #ccc;
    height: 210px;
    display: block;
    overflow: hidden;
    position: relative;    
}    
#slider-slides {
	margin: 25px;
	width: 596px;
	height: 282px;
    position: relative;
    background: #000;
	}
#mobile #slider-slides {
    height: auto;
    width: 320px !important;
    position: relative;
    background: #000;
    margin: 0 auto;    
}	
/* XXX HACK this is here to override the size of the video images until proper ones are added */
.slide.feature img {
  	width: 646px !important;
	height: 307px !important;  
}

#slider-slides .slide {
    width: 596px;
    height: 282px;
    }
#slider-slides .slide.feature-vert hgroup {
    background: rgba(0, 0, 0, .75);
    height:     282px;
    width:      287px;
    color:      white;
    padding:    12px;
    position:   absolute;
    left:       0;
    top:        0;
    }

#slider-slides .slide.feature hgroup {
    width:      596px;
    height:     109px;
    position:   absolute;
    bottom:        0;
    /*
    background: rgba(0, 0, 0, .56);
    margin-top: 174px;
    */ 
    }
    
#mobile #slider-slides .slide.feature-vert, #mobile #slider-slides .slide.feature {
    height: 175px;
    overflow: hidden; 
    }
#mobile #slider-slides .slide.feature-vert hgroup, #mobile #slider-slides .slide.feature hgroup {
    width: 320px;
    height: auto;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, .56);
}    
        
#mobile .slides-background {
    background: #000;
}
#slider-slides .slide.feature hgroup .dark_underlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
    background-color: #000;
    -webkit-opacity: 0.65; 
    -moz-opacity: 0.65; 
    opacity: 0.65; 
    filter: alpha(opacity = 65); 
    }
#mobile #slider-slides .slide.feature img {
    width: 380px !important;
    height: auto !important; 
    margin-top: -10px; 
    }
#slider-slides .slide.feature-vert img {
    margin-left: 310px;
    width:       285px !important;
    height:      283px !important;
    }
#mobile #slider-slides .slide.feature-vert img {
    width: 360px; 
    margin-top: -50px; 
    }


#slider-slides .slide.feature hgroup h1 {
    position: relative; 
    font-size:      40px;
    text-align:     center;
    font-family:    "League Gothic WND", sans-serif;
    line-height:    .9em;
    text-transform: uppercase;
    font-weight:    normal;
    }

#slider-slides .slide.feature-vert hgroup h1 {
    font-size:      40px;
    text-align:     center;
    margin-top:     65px;
    font-family:    "League Gothic WND", sans-serif;
    line-height:    1em;
    text-transform: uppercase;
    font-weight:    normal;
    }
#slider-slides hgroup h1 a {
    color: #fff;
    }
    
#mobile #slider-slides .slide.feature-vert hgroup h1, #mobile #slider-slides .slide.feature hgroup h1 {
    font-size:      20px;
    text-align:     center;
    font-family:    "League Gothic WND", sans-serif;
    line-height:    24px;
    text-transform: uppercase;
    margin: 0 10px; 
    padding: 0;    
    -webkit-text-shadow: #000 0 0 3px; 
    -moz-text-shadow: #000 0 0 3px; 
    text-shadow: #000 0 0 3px; 
    }    
#mobile #slider-slides hgroup h1 a {
    color: #fff;
    }

#mobile #slider-slides hgroup h2 {
    font-size:   13px;
    font-weight: normal;
    text-align:  center;
    color:       #fff;
    line-height: 15px;
    margin: 0 10px; 
    padding: 0;    
    -webkit-text-shadow: #000 0 0 3px; 
    -moz-text-shadow: #000 0 0 3px; 
    text-shadow: #000 0 0 3px; 
    }    

#slider-slides hgroup h2 {
    position: relative; 
    font-size:   16px;
    font-weight: normal;
    text-align:  center;
    color:       white;
    line-height: 15px;
    }
#pager-nav {
    position: absolute;
    bottom: 13px;
    left: 24px;
    }
#mobile #pager-nav {
    bottom: 14px;
    left: 50%;
    margin-left: -40px;
    }    
#pager-nav a {
    background: url(_/images/sprite_landing_page.png) no-repeat -106px -275px;
    display: block;
    text-indent: -999em;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    float: left;
    }
#pager-nav a.activeSlide {
    background: url(_/images/sprite_landing_page.png) no-repeat -106px -287px;
    }
#next-prev {
    position: absolute;
    bottom: 11px;
    right: 28px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    }
#next-prev a {
    color: #fff;
    }
#prev3 {
    margin-right: 24px;
    }
    
#mobile #prev3 {
    margin: 0;
}    
    
    
#mobile #next-prev {
    position: static;
    right: auto;
    bottom: auto;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    }
#mobile #next-prev a {
    color: #666;
    }
#mobile #next-prev a {
    display: block;
    position: absolute; 
    padding: 10px 8px; 
    }
#mobile #next-prev a:first-child {
    left: 0; 
    }
#mobile #next-prev a:last-child {
    right: 0; 
    }    
    


    

/*  Home Page Category Modules
-------------------------------------------------*/

.category-title {
    display: block;
    background: black;
    color: white;
    text-transform: uppercase;
    font-size:   12px;
    line-height: 24px;
    font-weight:   normal;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 18px;
    height:      23px;
    padding: 0 0 0 12px;
    }

.cat_module {
    clear: both;
    height: 250px;
    margin-left: 12px;
    margin-top: 13px;
    margin-right: 12px;
    }
#mobile .cat_module {
    height: auto;
}
.half-cat_module {
    border-right: 1px solid #bfc0c2;
    width: 300px;
    float: left;
    display: block;
    overflow: hidden;
    height: 250px;
    padding-right: 12px;
    margin: 13px 0 0 12px;
    padding-top: 0;
    }
#mobile .half-cat_module {
    float: none;
    width: auto;
    height: auto;
    border: none;
}

body.category-commentary .half-cat_module {
    margin-top: 12px;
    }
.cat-index, .half-cat-index {
    list-style: none;
    font-size: 13px;
    line-height: 18px;
    float: right;
    width: 300px;
    height:    200px; 
    margin: 0;
    }
#mobile .cat-index, #mobile .half-cat-index {
    width: auto;
    height: auto;
    float: none;
}
.half-cat-index {
    height: 140px;
    }

.cat-feature {
    width: 300px;
    float: left;
    padding-right: 12px;
    border-right: 1px solid #BFC0C2;
    overflow: hidden;
    }
body#mobile .cat-feature {
    width: auto;
    padding-bottom: 5px;
    margin-bottom: 10px;
    float: none;
    border: none;
    border-bottom: 1px solid #BFC0C2;

}
.half-feature {
    height:        65px;
    overflow:      hidden;
    margin-bottom: 12px;
    }
.half-feature img {
    float: left;
    margin-right: 6px;
    margin-bottom: 12px;
    }

.cat-index li, .half-cat-index li {
    height:      23px;
    overflow:    hidden;
    /* TODO line-height: 23px; */
    font-size:   12px;
    font-weight: bold;
    }
.cat-index li:first-child {
    margin-top: 0;
    }
.cat-feature hgroup h1.posttitle a,
.half-feature h1.posttitle a {
    color: #333;
    }

#content.category .cat-feature img {
    width:  300px;
    height: 140px;
    }

.cat-more-link a {
    float: right;
    margin-right: 12px;
    margin-top: -20px;
    text-transform: uppercase;
    color: #222;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    clear: both;
    }
body#mobile .cat-more-link a {
    display: block;
    float: none;
    padding: 8px 8px 8px 0;
    margin: 5px 0 0 0;
    border-top: dotted 1px #e3e3e3;
}

.cat-more-link a .arrow {
    font-size: 16px;
    line-height: 8px;
}


.home_center.module {
    width: 300px;
    float: left;
    height: 250px;
    margin: 0;
    }

.module.widget_wnd_testimonials {
    background: #BFBDAD;
    border:     1px dotted gray;
    color:      #6E6E6E;
    margin:     12px;
    }

#testi-content blockquote {
    font-size:   13px;
    line-height: 21px;
    margin:      1px;
    padding:     11px;
    font-family: Helvetica, Arial, sans-serif;
    color:       #444;
    }
#testi-content img {
    float: left;
    margin: 8px 10px 0 6px;
    }
#test-content cite.fn {
    font-size: 12px;
    margin-left: 12px;
    }
#testi-content a {
    color: #00616F;
    font-size: 13px;
    margin-left: 12px;
    margin-top: 12px;
    text-align: right;
    }
.cat-feature img {
    margin-bottom: 12px;
    }

#main {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #777;
    }

#text-10 {
    margin: 0;
    padding: 0;
    }

/* XXX don't think we need this
#home-center-left, #home_center_right {
    margin-bottom: 24px;
    margin-top: 0;
    }
*/

/*  IE7 Upgrade Notice
-------------------------------------------------*/
#ie7-notice {
   display: none;
    position: fixed;
    z-index: 5000; 
    left: 50%;
    margin-left: -500px; 
    width: 1000px;
}
#ie7-notice .notice-greyout {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}
#ie7-notice .notice-content {
    position: relative; 
    background-color: #fff;
    border: solid 1px #999;
    -webkit-box-shadow: #000 0 0 15px; 
    -moz-box-shadow: #000 0 0 15px; 
    -ie-box-shadow: #000 0 0 15px; 
    -o-box-shadow: #000 0 0 15px; 
    box-shadow: #000 0 0 15px; 
    }
#ie7-notice .ie7-image {
    position: absolute; 
    display: block;
    padding-top: 20px; 
    margin-left: 30px; 
    }
#ie7-notice .download-ie8-button {
    display: block;
    margin: 10px 0 10px 190px; 
    padding: 8px 0;
    width: 180px;
    text-align: center; 
    color: #fff;
    background-color: #f90;
    border: solid 1px #c70; 
    font-weight: bold; 
    }
#ie7-notice .download-ie8-button:hover, #ie7-notice .download-ie8:hover {
    background-color: #fa2; 
    }
#ie7-notice .close {
    display: block; 
    position: absolute;
    top: 0;
    right: 5px;
    width: 28px;
    text-align: center;
    font-size: 28px; 
    line-height: 28px; 
    font-weight: bold; 
    }
#ie7-notice h3 {
    font-size: 20px;
    }
#ie7-notice .download-ie8 {
    padding: 3px 6px;
    color: #fff;
    background-color: #f90;
    border: solid 1px #c70; 
    font-weight: bold; 
    }
#ie7-notice h1 {
    font-size: 24px;
    margin-left: 190px; 
    padding-top: 20px; 
    }
#ie7-notice .instruct {
    font-size: 14px;
    background-color: #e5e5e5; 
    padding: 20px 30px; 
    }
#ie7-notice p.desc {
    font-size: 14px;
    margin-left: 190px; 
    width: 620px; 
    }
#ie7-notice ol {
    margin-left: 20px; 
    }
#ie7-notice ol li {
    margin-top: 10px; 
    }
#ie7-notice ol li img {
    display: block;
    margin-top: 10px; 
    border: dashed 1px #fff; 
    }

/*  Video Comments          
-------------------------------------------------*/
#video-comments { 
}
#video-comments .expander {
    overflow: hidden;
}

#video-comments .expander .commenting-guide-top {
    margin-top: 0;
}

#video-comments .expander .commenting-guide-top .bar {
    border-top: 0;
    background: rgb(46, 159, 255);
    height: 5px;
}

#video-comments .click-to-comment {
    position: absolute; 
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    margin-top: -48px;
    margin-left: 12px; 
    padding-right: 13px; 
    padding-bottom: 11px;
    background: rgb(46, 159, 255);
    color: #fff;
    border-radius: 2px 2px 0 0; 
    -webkit-border-radius: 2px 2px 0 0; 
    -moz-border-radius: 2px 2px 0 0; 
    -o-border-radius: 2px 2px 0 0; 
    -ms-border-radius: 2px 2px 0 0; 
    cursor: pointer;
    cursor: hand;
}

#video-comments.closed .click-to-comment {
    background: none;
    /*
    color: #444;
    */
    color: rgb(46, 159, 255);
    padding-bottom: 0;
}

#video-comments .click-to-comment:hover {
    background: rgb(46, 159, 255);
    color: #fff;
}

#video-comments .click-to-comment span.text {
    font-size: 12px;
    margin-left: 5px; 
    font-weight: bold;
    text-transform: uppercase;
}

#video-comments .bubble {
    position: relative;
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    margin: 4px 0 8px 4px;
}

#video-comments .bubble-container {
    min-width: 10px; 
    padding: 0 8px; 
    background: rgb(46, 159, 255);
    border: solid 1px #156fbc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

#video-comments .bubble-container span.count {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

#video-comments .bubble-container span.count a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

#video-comments .bubble-callout {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -5px;
    bottom: -19px;
    background: url(_/images/comment_bubble_callout.png);
}



/*  Home Page Video Slider
-------------------------------------------------*/
#hot-videos-space {
    position: relative; 
    clear: both;
    height: 193px;
    width: 976px; 
    }
body#mobile #hot-videos-space {
    width: auto;    
}

#featured-author-videos-space {
    position: relative; 
    clear: both;
    height: 184px;
    width: 976px; 
    margin-top: 13px;
    }
body#mobile #featured-author-videos-space {
    width: auto;    
}

section.more-videos .video-carousel {
    border-bottom: solid 1px #666;
}
section.more-videos .video-carousel:last-child {
    border-bottom: none;
}

.icon_play_video {
    display: none;
    position: absolute;
    z-index: 1; 
    width: 76px;
    height: 76px;
    background: url(_/images/play_video.png);
}


/* Video Page */
#content.video-page {
    position: relative;
    width: auto;
    float: none; 
    background-color: #000; 
    padding-top: 0;
    padding-bottom: 10px;
    border: none;
}

.video-page header.more-videos {
    margin-top: 20px;
}
.video-page header {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    padding: 5px 10px 5px 10px;
    border-top: solid 1px rgb(62,46,128);
    background-color: rgb(31,23,64);
    border-bottom: dashed 2px #000;
}

.video-page section.ad-row {

}
.video-page section.ad-row > div {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    margin: 5px 0 0 16px;
}

.video-page ul.video-list {
    position: relative;
    margin-top: 5px;
}

.video-page li.video {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 0;
    margin: 10px 0 0 8px;
    width: 228px;
    min-height: 65px; 
    vertical-align: top;
}

.video-page li.video a {
    display: block;
    min-height: 65px;
}

.video-page .video-image {
    position: absolute;
    width: 80px;
    min-height: 50px; 
    background: url(_/images/ajax-loader.gif) no-repeat center center;
}
.video-page .video-image.image-loaded {
    background: none;
}

.video-page .video-image img {
    width: 80px;
}

.video-page li.video p {
    margin: 0 0 0 90px; 
    padding: 0;
    color: #eee;
    font-size: 12px;
}

.video-page li.video .time {
    margin: 5px 0 0 90px;
    color: #888;
    font-size: 11px;
    letter-spacing: 1px;
}

.video-page ul.condensed {
    padding-top: 10px;
    margin-bottom: 0;
}

.video-page ul.condensed li.video {
    position: relative;
    width: 180px;
}

.video-page ul.condensed li.video .video-image {
    display: none;
    position: absolute;
    padding: 5px;
    bottom: 75px;
    left: 5px; 
    background: #444;
}
.video-page ul.condensed li.video .arrow {
    display: none;
    position: absolute;
    bottom: 60px;
    left: 40px; 
    width: 1px;
    height: 1px;
    border-style: solid;
    border-width: 7px;
    border-color: #444 transparent transparent transparent;
}
.video-page ul.condensed li.video:hover .arrow {
    display: block;
}
.video-page ul.condensed li.video:hover .video-image {
    display: block;

}

.video-page ul.condensed li.video .video-image img {
}

.video-page ul.condensed li.video p {
    margin-left: 0;
    color: #ddd;
}

.video-page ul.condensed li.video .time {
    margin-left: 0;
}



/* Video Browser */
.video-browser {
    position: relative;
    background-color: #000; 
    padding-bottom: 5px;
}

.video-browser > .title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    padding: 5px 10px 5px 10px;
    border-top: solid 2px rgb(47,33,96);
    border-bottom: dotted 1px #333;
}

.video-browser > .title span {
    font-size: 14px;
    margin: 0 5px;
}

.video-browser ul.video-list {
    position: relative;
    margin-top: 1px;
    height: 75px;
    overflow: hidden;
}
.video-browser.expanded ul.video-list {
    height: 280px;
    overflow: auto;
}

.video-browser .more:hover {
    background: #ca0002;
}
.video-browser .more {
    position: relative; 
    display: block;
    width: 80px;
    padding: 5px 4px 5px 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold; 
    color: #fff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
}
.video-browser.expanded .more {
    display: none;
}

.video-browser .more .arrow {
    position: absolute;
    top: 7px;
    left: 12px;
    width: 1px;
    height: 1px;
    border-style: solid;
    border-width: 8px;
    border-color: #fff transparent transparent transparent;
}


.video-browser .less:hover {
    background: #ca0002;
}
.video-browser .less {
    display: none;
    width: 80px;
    padding: 5px 4px 5px 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold; 
    color: #fff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
}
.video-browser.expanded .less {
    display: block;
}

.video-browser .less .arrow {
    position: absolute;
    top: 0;
    left: 12px;
    width: 1px;
    height: 1px;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
}

.video-browser .more-less {
    position: absolute;
    display: none;
    right: 8px;
    top: 8px;
}
ul.text-side {
    font-size: 0;
}

/* Support for touch devices */
.slidable ul.video-slides {
    white-space: nowrap; 
    overflow: auto;
}
.slidable ul.video-slides li {
    position: relative;
    white-space: normal; 
}
.slidable.video-carousel .next-set,
.slidable.video-carousel .prev-set {
    display: none !important;
}
.slidable.video-carousel .text-side li.video {
    width: 230px;
}
.slidable.video-carousel .text-overlay li.video-slide  {
    margin: 0 -7px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}


.video-carousel .text-side {
    height: 72px;
}
.video-carousel .text-side li.video {
    width: 244px;
}
.video-carousel .text-side li.video .time {
    display: none;
}

.text-side li.video {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 0 ;
    margin: 5px 0 0 0;
    width: 236px;
    min-height: 64px; 
    vertical-align: top;
}

.text-side li.video a {
    display: block;
    padding: 0 0 4px 0;
    margin: 0 5px 0 8px;
    min-height: 57px;
}
.text-side li.video:hover a {
    box-shadow: #ca0002 0 -3px 0 0 inset;
    -webkit-box-shadow: #ca0002 0 -3px 0 0 inset;
    -moz-box-shadow: #ca0002 0 -3px 0 0 inset;
    -o-box-shadow: #ca0002 0 -3px 0 0 inset;
    -ms-box-shadow: #ca0002 0 -3px 0 0 inset;
}

.text-side .video-image {
    position: absolute;
    width: 80px;
    min-height: 50px; 
    background: url(_/images/ajax-loader.gif) no-repeat center center;
}
.text-side .video-image.image-loaded {
    background: none;
}

.text-side .video-image img {
    width: 80px;
}

.text-side li.video p {
    margin: 0 0 0 90px; 
    padding: 0;
    color: #eee;
    font-size: 12px;
}

.text-side li.video .time {
    margin: 5px 0 0 90px;
    color: #888;
    font-size: 11px;
    letter-spacing: 1px;
}



.video-carousel {
    position: relative; 
    background-color: #000; 
    /*
    height: 265px;
    */
    width: 976px; 
    padding: 0; 
    color: #fff;
    }
.video-carousel.slidable {
    width: auto; 
    }
    
#feature-videos {
    position: absolute;
    background-color: #000; 
    height: 273px;
    width: 976px; 
    padding: 0; 
    color: #fff;
}

.video-carousel > .title {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    padding: 5px 10px 10px 10px;
}
.video-carousel > .title span {
    font-size: 16px;
    margin: 0 5px;
}
#feature-videos .title {
    /*width: 183px;
    height: 45px;
    margin: 5px 0 3px 10px; 
    padding: 0;
    background: #000 url(_/images/sprite_landing_page.png?v=3) no-repeat 0 -71px;
    */
    }

#fp-featured-video-authors .title {
    margin-left: 6px;
    padding-left: 100px; 
    padding-top: 5px; 
    background: url(_/images/wnd_logo_white.png?v=3) no-repeat 0 5px;
}

body#mobile #fp-featured-video-authors .title {
    background-size: 66px 21px;
    font-size: 20px;
    padding-left: 70px; 
    padding-top: 2px;
    margin-top: 3px;    
}

.hot-videos .title {
    font-size: 30px;
}
body#mobile .hot-videos .title {
    font-size: 20px;
    padding-top: 2px;
    margin-top: 3px; 
}

section.more-videos .wnd_hot_video_news .video-carousel:last-child {
    border-bottom: solid 1px #666;
}

.video-carousel .all-videos {
    display: block; 
    position: absolute;
    top: 15px;
    right: 15px; 
    padding: 5px 10px;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    color: #004276;
    font-size: 12px;
}
.video-carousel .all-videos:hover {
    background: #ca0002;
    color: #fff;
}
body#mobile .video-carousel .all-videos {
    top: 8px; 
    right: 8px;
}

.video-carousel.wnd-tv,
#feature-videos.wnd-tv {
    width:      640px;
    height:     220px;
    background: #D5D6DA;
    position:   relative;
    }
.video-carousel.wnd-tv {
    height: auto;
    }

.video-carousel.wnd-tv .jcarousel-container,
#feature-videos.wnd-tv .jcarousel-container {
    margin-top: 50px; 
    white-space: nowrap; 
    }

.video-carousel .jcarousel-item {
    white-space: normal; 
    height: auto; 
    }
.text-overlay .video-slide {
    position: relative;
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
}

.text-overlay .video-slide,
#feature-videos .video-slide {
    /*
    float: left;
    */
    overflow: hidden;
    font-size: 13px; 
    line-height: 16px; 
    vertical-align: top; 
    width: 195px;
    margin-top: 0;
    white-space: normal; 
    -webkit-box-shadow: #333 1px 0 0; 
    -moz-box-shadow: #333 1px 0 0; 
    box-shadow: #333 1px 0 0; 
    }

.text-overlay .video-slide .video-container,
#feature-videos .video-slide .video-container {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 0 11px; 
    /*border-right: 1px solid rgb(191, 192, 194);
    */ 
    }
/*
.video-image:hover .icon_play_video {
   display: block; 
   margin: 25px 0 0 50px;  
   }
*/
.text-overlay .video-container .video-image {
    width: 175px;
    height: 125px; 
    background: url(_/images/ajax-loader.gif) no-repeat center center;
    }
.text-overlay .video-container .video-image img {
    width: 175px;
    height: 125px; 
    }

.text-overlay .video-slide:hover .video-container .background { 
    box-shadow: #ca0002 0 -3px 0 0 inset;
    -webkit-box-shadow: #ca0002 0 -3px 0 0 inset;
    -moz-box-shadow: #ca0002 0 -3px 0 0 inset;
    -o-box-shadow: #ca0002 0 -3px 0 0 inset;
    -ms-box-shadow: #ca0002 0 -3px 0 0 inset;
    -moz-opacity: 1; 
    opacity: 1;
    filter: alpha(opacity=100);
}
.text-overlay .video-slide .video-container a, 
#feature-videos .video-slide .video-container a {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    }
.text-overlay .video-slide .desc {
    position: absolute;
    bottom: 0;
    left: 11px; 
    right: 9px; 
    padding: 5px;
} 

.text-overlay .video-slide .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
    background: #000;
    -moz-opacity: 0.70; 
    opacity: 0.7;
    filter: alpha(opacity=70);
    
} 

.text-overlay .video-slide p {
    position: relative;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
}
 
.video-carousel {
    overflow: hidden;
}

/* because for some strange reason there is a blank link being injected above the link with text */
.video-carousel .video-slide .video-container h2 a, 
.video-carousel .video-slide .video-container h4 a, 
#feature-videos .video-slide .video-container h2 a ,
#feature-videos .video-slide .video-container h4 a {
    display: inline; 
    }
.video-carousel .video-slide .video-container h2, 
.video-carousel .video-slide .video-container h4, 
#feature-videos .video-slide .video-container h2, 
#feature-videos .video-slide .video-container h4 {
    text-align: left; 
    padding: 0; 
    }
.video-carousel .video-slide.author ,
#feature-videos .video-slide.author {
    display:      block;
    overflow:     hidden;
    width:        162px;
    height: 130px; 
    margin-top:   15px;
    }

.video-carousel .video-slide.author .deck.video a ,
#feature-videos .video-slide.author .deck.video a {
    font-size: 12px; 
    line-height: 16px; 
    width: auto; 
    }
.text-overlay li.video-slide.author a img {
    margin:  0 auto;
    display: block;
    width:   128px;
    height:  72px;
    }

.text-overlay .video-slides ,
#video-slides {
    overflow: visible !important; 
    overflow: hidden;
    white-space: nowrap; 
    height: 250px;
    font-size: 0px; 
    }
.text-overlay.video-slides {
    height: 135px;
}
.text-overlay.video-slides .video-slide:last-child ,
#video-slides .video-slide:last-child {
    border: none;
    }
.text-overlay.video-slides h4 a ,
#video-slides h4 a {
    color: #fff;
    text-shadow: none;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 12px 0 0;
    display: block;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    }
.jcarousel-container-horizontal {
    width: 975px;
    overflow: hidden;
    }
.jcarousel-clip {
    overflow: hidden;
    }

.jcarousel-clip-horizontal {
    width:       975px;
    }
.jcarousel-item {
    width:  179px;
    height: 190px;
    }
.jcarousel-item-horizontal {
    /*
    margin-left: 6px;
    margin-right: 6px;
    */
    }

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
    }

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 630px;
    }
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 630px;
    /*
    margin: 0 6px;
    */
    }

.jcarousel-skin-tango .jcarousel-item {
    width:  200px;
    height: 200px;
    }

.jcarousel-skin-tango .jcarousel-item-horizontal {
    /*
    padding-right: 6px;
    margin-left:   4px;
    margin-right:  6px;
    */
    }
.video-carousel:hover .prev-set {
    display: block;
    }
.video-carousel .prev-set:hover {
    background: #ca0002;
} 
.video-carousel .prev-set {
    display: none;
    position: absolute;
    /*
    right: 35px;
    top: 5px; 
    width: 25px;
    height: 40px;
    */
    left: -3px;
    top: 70px; 
    width: 35px;
    height: 50px;
    margin: 0;
    background: #000; 
    border-radius: 1px 0 0 1px;
    -webkit-border-radius: 1px 0 0 1px;
    -moz-border-radius: 1px 0 0 1px;
    -o-border-radius: 1px 0 0 1px;
    -ms-border-radius: 1px 0 0 1px;
    }
.video-carousel .prev-set .icon {
    position: absolute;
    /*
    left: -10px;
    top: 5px; 
    */
    left: -5px;
    top: 10px; 
    width: 1px;
    height: 1px;
    border-style: solid;
    border-width: 14px;
    border-color: transparent #fff transparent transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
} 
.video-carousel:hover .next-set {
    display: block;
    }
.video-carousel .next-set:hover {
    background: #ca0002;
} 
.video-carousel .next-set {
    display: none;
    position: absolute;
    /*
    right: 10px;
    top: 5px; 
    width: 25px;
    height: 40px;
    */
    right: -3px;
    top: 70px; 
    width: 35px;
    height: 50px;
    background: #000; 
    border-radius: 0 1px 1px 0;
    -webkit-border-radius: 0 1px 1px 0;
    -moz-border-radius: 0 1px 1px 0;
    -o-border-radius: 0 1px 1px 0;
    -ms-border-radius: 0 1px 1px 0;
    }
.video-carousel .next-set .icon {
    position: absolute;
    /*
    right: -10px;
    top: 5px; 
    */
    right: -5px;
    top: 10px; 
    width: 1px;
    height: 1px;
    border-style: solid;
    border-width: 14px;
    border-color: transparent transparent transparent #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
} 

#prev-next a {
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
    margin-right: 12px;
    }
.prev-set ,
#prev4 {
    margin-right: 40px;
    }

.prev-next.wnd-tv-nav ,
#prev-next.wnd-tv-nav {
    position: absolute;
    bottom:   6px;
    right:    6px;
    }

/*  Sidebars
-------------------------------------------------*/
#sidebar .module.widget_wnd_testimonials {
    height:        250px;
    }

#sidebar #wnd_prom_widget-15.module.widget_wnd_prom_widget {
    margin-bottom: 12px !important;
    }

#sidebar .module.widget_deal_of_the_day .inside {
    height: 206px;
    padding-right: 12px;
    padding-left: 12px;
    -moz-box-shadow: 0 0 0 5px #fff inset;
    -webkit-box-shadow: 0 0 0 5px #fff inset;
    -o-box-shadow: 0 0 0 5px #fff inset;
    -ms-box-shadow: 0 0 0 5px #fff inset;
    box-shadow: 0 0 0 5px #fff inset;
    }
    

#sidebar #pm-ad-sidebar #pmad-rt2 iframe, 
#sidebar #pm-ad-sidebar #pmad-rt iframe {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Widgets
----------------------------------------------------*/
.module {
    margin: 13px;
    }

#wnd_exclusive-3 {
    margin-top:    29px;
    margin-bottom: 13px;
    }

/* XXX replacing the whole class
.widget_title {
    background:     #ca0002;
    color:          white;
    text-transform: uppercase;
    font-size:      12px;
    padding:        0 12px;
    line-height:    24px;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    height:         24px; letter-spacing: 0;
    font-weight: normal;
    }
*/
.widget_title {
    position:relative;
    background:     #444;
    border: solid 1px #444;
    box-shadow: 0 0 0 3px #fff inset;
    color:          white;
    text-transform: uppercase;
    text-align: center;
    font-size:      16px;
    line-height: 25px;
    height: 26px;
    padding:        0 12px;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    margin: 0 10px;
    vertical-align: top;
    }
.module.widget_text .widget_title {
    display: none;
}

.module.widget_text {
    height: 250px;
}

.module.widget_text .textwidget {
    height: 250px;
    padding: 0;
    background: #fff;
}

.home_center.module.widget_text {
    margin: 12px;
}


.related-posts {
    list-style: none;
    }

.module .inside {
    /* XXX margin to make the title overlap a little */
    margin-top: -15px;
    padding-top: 15px;
}


.inside {
    background: #fff;
    display:    block;
    overflow:   hidden;
    }


.inside.poll {
    position: relative; 
    height: 238px;
    }
.inside.poll hgroup {
    position: relative; 
    }
.inside.poll .pencil {
    position: absolute; 
    right: 0;
    bottom: 0; 
    width: 150px;
    height: 140px;
    background: url(_/images/sprite_landing_page.png) no-repeat 0 -116px;
    }
#sidebar.front .sidebar-1 {
    height: 1152px; 
    margin-bottom: 193px;  
    overflow: hidden; 
    }
#sidebar.front .sidebar-2 {
    height: 802px;
    margin-bottom: 184px;  
    overflow: hidden; 
    }
    
#sidebar.front .sidebar-3 {
    height: 276px;
    overflow: hidden; 
    }

.widget_wnd_category_stories {
    position: relative;
    height: 512px; 
    }
.widget_wnd_category_stories .inside {
    height: 483px;
    padding-right: 6px;
    }

.widget_wnd_related .inside {
    padding: 6px;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 50px;
    }

.inside.alt-color {
    background:     #D7D8DC;
    padding-bottom: 16px;
    }

.related-posts li {
    font-size: 16px;
    margin:    10px;
    }

.related-title a {
    color:          #222;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size:      20px;
    }

.related-content {
    font-size: 13px;
    }

.author-img.left {
    margin: 12px 8px 12px 12px;
    }
.widget_deal_of_the_day hgroup {
    margin-top: 13px; 
    }

.deal-image img {
    margin: 13px;
    float: left; 
    }
.deal-image.left {
    margin: 13px;
    }

.attachment-deal-day.wp-post-image {
    -moz-box-shadow:    0 0 7px #777;
    -webkit-box-shadow: 0 0 7px #777;
    box-shadow:         0 0 7px #777;
    }

#google_ads_div_sideBar300Bottom {
    margin-bottom: 24px;
    margin-top:    12px;
    }

#deal_of_the_day-3 {
    height:        250px;
    width:         300px;
    margin-bottom: 15px;
    }

#content .widget_wnd_exclusive_video {
    height:      250px;
    width:       650px;
    overflow:    hidden;
    display:     block;
    background:  rgb(228, 228, 228);
    margin-left: 0;
    }

.video-thumb.left {
    padding: 24px 12px 24px 12px;
    }

hgroup.video.left {
    float:        right;
    width:        300px;
    margin-top:   24px;
    margin-right: 12px;
    }

.head.video {
    margin-bottom: 5px;
    font-size:     14px;
    }

.posttitle.video {
    font-size:   31px;
    line-height: 37px;
    color:       black;
    }

.deck.video a {
    width:       169px;
    display:     block;
    margin:      6px auto;
    font-size:   17px;
    line-height: 21px;
    }

#sidebar .widget_wnd_related_stories h2.deck {
    margin:    0 12px 16px 12px !important;
    font-size: 14px;
    }

#sidebar .widget_wnd_related_stories .inside {
    overflow:       auto;
    padding-bottom: 10px;
    }

/*  Footer Ads
-------------------------------------------------*/
#footer-proms {
    clear:      both;
    background: #fafafa;
    overflow:   hidden;
    }

#footer-proms .module {
    border-right:  1px solid #BFC0C2;
    float:         left;
    /*height:        250px;*/
    margin:        12px 0 12px 12px;
    padding-right: 12px;
    width:         300px;
    }
#footer-proms .module:last-child {
    border: none;
    }
#footer-full {
    clear: both;
    overflow: hidden;
    }
/*  Single Post Styles
-------------------------------------------------*/
#content .entry-content {
    border-bottom:  1px dotted #777;
    padding-bottom: 10px;
    clear:          both;
    }

#content.wnd-tv .entry-content {
    border-bottom: none;  
    margin-top: 0;
    padding-bottom: 0;
    clear:          both;
    }

#content article.page .entry-content {
    border-bottom: none;
    }

#author-archives {
    margin: 12px;
    padding-bottom: 10px;

    }
.head {
    color: #ca0002;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 16px;
    font-weight: bold;
    padding: 0;
    }
.head a {
    color: #ca0002;
    }

 .posttitle, h1.posttitle {
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #000;
    line-height: 1.2em;
    padding: 0;
    text-shadow: none;
    }

 .posttitle a, h1.posttitle a {
    color: #444;
    display: block;
    }

 .deck {
    font-size:  13px;
    line-height: 13px;
    color: #222;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    }
.deck a {
    color: #333;
    }

.sidebar.deck {
    line-height: 1.5;
    }
#content article header,
#content.author-archive header {
    border-bottom:  1px dotted #777;
    padding-bottom: 6px;
    padding-right:  7px;
    margin-top:     12px;
    }
.entry-content  {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
    text-shadow: none;
    color: #222;
    font-weight: normal;
    }

#author-archives.entry-content {
    padding-left:  0;
    border-bottom: none;
    }

#author-archives p {
    margin:      4px 0 5px 0;
    padding:     0;
    font-weight: normal;
    color:       #444;
    font-size:   15px;
    line-height: 1.3;
    }
#author-archives.entry-content p {
    font-size:   14px!important;
    line-height: 1.4;
    font-family: Helvetica, Arial, sans-serif;
    text-shadow: none;
    color:       #222;
    font-weight: normal;
    margin: 15px 0!important;
    }

#author-archives.entry-content p:first-child {
    margin: 3px 0!important;
    }
#content .entry-content.non-wnd {
    margin-top: 0!important;
    border-bottom: none;
    }

#content .entry-content.archive {
    border-bottom:  none;
    padding:        0 0 5px 0;
    margin-top:     0;
    }


#author-archives time {
    display: inline;
    margin: 0;
    padding: 0;
    }

#content.wnd-tv div.byline {
    border-top: dotted 1px #999; 
    padding-top:   12px;
    margin-top:   0;
}

div.byline {
    /*
    float:        left;
    width:        405px;
    */
    margin-top:   12px;
    padding-left: 12px;
    }

div.byline i.red {
    color:       red;
    font-size:   16px;
    font-family: Helvetica, Arial, sans-serif;
    }

.fn a, .fn {
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
   font-size: 16px;
    margin-right: 3px;
    color: #333;
    text-transform: uppercase;
    }

.increaseClickItem {
    display:      block;
    text-indent:  -999em;
    background:   url(_/images/font-big-small.png) no-repeat -30px 0;
    width:        31px;
    height:       30px;
    }

.decreaseClickItem {
    display:     block;
    text-indent: -999em;
    background:  url(_/images/font-big-small.png) no-repeat 0 0;
    width:       32px;
    height:      30px;
    padding-left: 3px;


    }
#testi-content .fn {
margin-left: 12px;
    }
#content.author-archive .fn {
    font-size: 24px;
}
.authbio {
    margin-top: 3px;
    display: block;
    overflow: hidden;
    }
span.authbio p {
    margin: 0;
    }
.author-image {
    float: left;
    margin: 2px 10px 10px 0;
    }
#content .author-img {
    max-width: 70px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    max-height: 90px; 
    overflow: hidden;
    }
#content.wnd-tv .author-img {
    height: 70px; 
    }
#content.wnd-tv .byline {
    padding-bottom: 15px; 
    }

.widget_wnd_category_stories .post-item {
    min-height: 65px;  
    padding: 10px 10px; 
    }
.widget_wnd_category_stories hgroup {
    padding-left: 75px;  
    }
.widget_wnd_category_stories .no-avatar {
    width: 65px;
    height: 65px;
    background: #f6f6f6;
}
.widget_wnd_category_stories .author-img {
    position: absolute; 
    display: block; 
    overflow: hidden;
    max-width: 65px;
    max-height: 65px;
    }
.author-links {
    font-size: 12px;
    }
img.attachment-story.wp-post-image {
    float: right;
    margin-left: 10px;
    }

/*
.story-social-media {
    width:      168px;
    float:      right;
    margin-top: 16px;
    }
*/
.story-social-media {
    /*
    float: left; 
    width:      168px;
    margin-top: 13px;
    margin-left: 15px; 
    */ 
    padding: 5px;
    margin-left: 73px; 
    margin-right: 12px; 
    background-color: #f4f4f4; 
    }
    
.taboola-content-thumbs {
    margin-top: 40px;
}

.taboola-content-text {
    margin-top: 20px;
}    
    
    
/* Social media bar
-----------------------------------------------------*/

.story-social-media a {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    margin-left: 20px; 
    vertical-align: middle; 
    }
.story-social-media iframe {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    vertical-align: middle; 
    }

.story-social-media a img {
    vertical-align: top;
    }

#non-wnd .story-social-media {
width: 400px;
float: left;
    }

#share-print {
    list-style: none;
    padding:    0;
    float:      right;
    width:      73px;
    margin: 12px 0 0 0;
    }
.specific-social {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 370px;
    vertical-align: top;
}
.general-social {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 70px;
    vertical-align: top;
    margin-top: 2px;
}
.post-actions ul#additional-options {
    position: absolute;
    margin-top: -1px; 
    margin-left: 480px;
    list-style:   none;
} 
#mobile .post-actions ul#additional-options {
    margin-left: 8px;
}

.post-actions ul#share-buttons {
    list-style:   none;
    display:      block;
    padding-left: 0 !important;
    margin-left:  0 !important;
    }

.post-actions.has-ratings {
    padding-top: 30px;
}
    
.post-actions.has-ratings .specific-social {
    position: absolute;
    margin-left: 235px;    
}
#mobile .post-actions.has-ratings .specific-social {
    margin-left: 0;
}

#content.wnd-tv .post-actions .post-rating {
    position: absolute;
    width: 180px;
    margin-top: -24px;
    margin-left: 466px;
}

.post-actions .post-rating {
    min-height: 30px;
}

.post-actions .rating-stats {
    margin-top: -3px;
    color: #aaa;
    font-size: 10px;
}

.post-rating .callout {
    position: absolute;
    z-index: 1;
    height: 33px;
    margin: -45px 0 0 -22px;
    padding-right: 5px;
    background: rgba(202, 0, 2, 0.8);
    /*
    box-shadow: 0px 5px 7px rgba(0,0,0, 0.3);
    */
}

#content.wnd-tv .post-rating .callout {
    margin: 33px 0 0 -22px;
}

.post-rating .callout-text {
    color: #fff;
}

.post-rating .main-text {
    padding: 5px 20px 0 20px;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
}

.post-rating .sub-text {
    padding: 0 30px 0 20px;
    font-size: 12px;
}

.post-rating .close-this {
    position: absolute;
    top: 0; 
    right: 4px;
    color: #fcc;
    font-size: 20px;
    line-height: 16px;
    cursor: pointer;
    cursor: hand;
}
.post-rating .close-this:hover {
    color: #fff;
}

.post-rating .callout-arrow {
    position: absolute;
    bottom: -20px;
    left: 52px;
    border-style: solid;
    border-width: 10px;
    border-color: rgba(202, 0, 2, 0.8) transparent transparent transparent;
}

#content.wnd-tv .post-rating .callout-arrow {
    top: -20px;
    bottom: auto;
    border-color: transparent transparent rgba(202, 0, 2, 0.8) transparent;
}

.post-actions .post-ratings-loading {
    margin-top: -23px;
}

#content.wnd-tv .post-actions {
    height: 36px;
    }
#content.wnd-tv #post-actions-top .post-actions {
    height: 36px;
    margin: 0; 
    }
#content.wnd-tv #post-actions-bottom .specific-social {
    margin-left:  200px;
    }

.share-buttons .print_story {
    margin-left: 0;
    }

#share-buttons-bottom li.facebook {
    width: 130px;
    }

#share-buttons li, #share-buttons-bottom li, #additional-options li {
    float:        left;
    margin-right: 0 !important;
    margin-left:  0 !important;
    padding:      0 !important;
    margin-top: 0 !important;
    }
#share-buttons-bottom li.facebook {
    width: 130px;
    }

#additional-options li, #share-buttons li, #share-buttons-bottom li {
    float:        left;
    margin-right: 0 !important;
    margin-left:  0 !important;
    padding:      0 !important;
    }

#share-buttons li.facebook {
    width: 150px;
    }

#share-buttons li.twitter {
    width: 95px;
    }

#share-buttons li.google {
    width: 80px;
    }

#share-buttons li.linkedin {
    width: 95px;
    }

#additional-options li.print-friend, #share-buttons li.print-friend {
    width:        63px;
    padding-left: 8px !important;
    margin-left:  0 !important;
    height: 25px;
    }

#share-buttons li.email {
    width:         64px;
    border-right:  1px dotted #777;
    padding-right: 3px !important;
    height: 25px;
    }
#additional-options li.font-small ,
#share-buttons li.font-small {
    width: 30px;
    margin-left: 6px!important;

    }
#additional-options li.font-big ,
#share-buttons li.font-big {
    width: 30px;
    }
#share-buttons li.follow {
    width: 200px;
    margin-top: 12px;
    }

.page-link {
    background:     none repeat scroll 0 0 black;
    clear:          both;
    color:          white;
    display:        block;
    font-family:    Helvetica, Arial, sans-serif;
    font-size:      15px;
    font-weight:    bold;
    height:         30px;
    line-height:    32px;
    margin-bottom:  24px;
    margin-left:    -13px;
    margin-top:     47px;
    overflow:       visible;
    padding-right:  12px;
    text-align:     right;
    text-transform: uppercase;
    width:          640px;
    }

nav.post-navigation {
    display:       block;
    float:  right;
    margin-bottom: 24px;
    font-size:     12px;
    margin-right: 14px;

    }

.page-link span {
    float:       left;
    margin-left: 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    }
.page-link a {
    color: #fff;
    margin-left: 3px;
    margin-right: 3px;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;

    }

.st_email {
    padding-left: 22px;
    margin-left:  12px;
    background:   url(_/images/email.png?v=22) left center no-repeat;
    display:      block;
    text-indent:  -999em;
    width:        72px;
    height:       24px;
    }

.non-wnd-link {
    margin-right:  12px;
    text-align: right; 
    border-bottom: dotted 1px #aaa; 
    }
.non-wnd-link a {
    display:       block;
    overflow:      hidden;
    margin-bottom: 10px;
    font-size:     16px;
    margin-top:    12px;
    }

.wnd-tv .non-wnd-link a {
    margin-top:    0;
    }

.font-sizer {
    margin-top:   12px;
    cursor:       pointer;
    width:        80px;
    padding-left: 3px;
    }

h4.footer-single {
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    border-bottom: 1px solid gray;
    padding-top: 20px;
    width: 600px;
    margin:  5px auto;
    font-weight: normal;
    }
.single-footer.left {
    float: left;
    width: 300px;
    margin-top: 10px;
    margin-left: 40px;
    }

.footer-single.right {
    margin-right: 51px;
    margin-top: -8px;
    }

.footer-single.bottom {
    width:         297px;
    margin-bottom: 20px;
    }
.footer-single.left.bottom {
    margin-left: 12px;
    }

#facebook-bottom {
    width:       300px;
    height:      35px;
    padding-top: 8px;
    }

#twitter-bottom {
    height: 35px;
    }
.social-title {
    float:        left;
    font-size:    13px;
    font-family: Helvetica, Arial, sans-serif;
    margin-right: 13px;
    clear:        both;
    }

#fb-like-bottome {
    clear:       both;
    height:      57px;
    width:       250px;
    margin-left: 6px;
    }

twitter-bottom {
    width:   229px;
    height:  36px;
    display: inline;
    float:   left;
    }

#alerts-bottom #alertsubmit {
    background: black;
    }
#twitter-bottom .social-title {
    margin-right: 0
    }
.contribute-links.left {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    overflow: hidden;
    display: block;
    float: left;
    }

#alerts-bottom input#email {
    width: 170px;
    }
.contribute-links.right {
    list-style: none;
    margin: 0;
    padding: 0;
    }
#footer-share-buttons li {
    float: left;
    width: 60px;
    margin-right: 6px;
    overflow: hidden;
    }
#footer-share-buttons {
    list-style: none;
    }

h4.footer-single-bottom {
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
	text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    border-bottom: 1px solid gray;
    width: 300px;
    margin: 5px auto;
    font-weight: normal;
    }
.footer-single.right.bottom {
    margin-right: 27px;
    overflow: hidden;
    margin-top: 0;
    }

.fb-like-box.fb_iframe_widget {
    width:       250px;
    display:     block;
    overflow:    hidden;
    margin-left: -59px;
    }

#alerts-footer input[type="text"] {
    width: 171px;
    }
#animate {
    text-align: center;
    }

hgroup time.updated {
    margin-left: 0;
    margin-top: 10px; 
    color:       #999;
    }
    
hgroup time.updated .updated-ts {
    color: #ca0002;
}

header.postmeta hgroup {
    border-bottom:  1px dotted #777;
    padding-left:   12px;
    margin-top:     12px;
    padding-bottom: 12px;
    }
/*
.single header.postmeta hgroup {
    padding-left:   0;
    }
*/

header.postmeta.non-wnd hgroup,
header.postmeta.no-author hgroup,
body.single-wnd_petition header.postmeta hgroup {
    border-bottom: none;
    }

header.postmeta .deck {
    font-size:   14px;
    line-height: 18px;
    color:       #555;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    padding:    3px 0 0 0;
    }

header.postmeta h1.posttitle {
    font-size: 28px;
    }

/* Custom Header Backgrounds
----------------------------------------------------*/

#header {
    background-position: 245px 171px;
    background-repeat: no-repeat;
    background-color: #fff;
}


#header.page        { background-color: #fff;}

#header.front       { background: #fff url(_/images/americas_independent_new_network.png?v=1) no-repeat 245px 146px; }
#mobile #header.front       { background: #fff; }

#header.news        { background-image: url(_/images/category-header-news.png?v=2);}
#header.author      { background-image: url(_/images/category-header-archives.png?v=2); }
#header.commentary  { background-image: url(_/images/category-header-commentary.png?v=2); }
#header.world       { background-image: url(_/images/category-header-world.png?v=2); }
#header.us          { background-image: url(_/images/category-header-us.png?v=2); }
#header.local       { background-image: url(_/images/category-header-local.png?v=2); }
#header.sports      { background-image: url(_/images/category-header-sports.png?v=2); }
#header.weather     { background-image: url(_/images/category-header-weather.png?v=2); }
#header.talk-row    { background-image: url(_/images/category-header-talkrow.png?v=2); }
#header.education   { background-image: url(_/images/category-header-education.png?v=2); }
#header.politics    { background-image: url(_/images/category-header-politics.png?v=2); }
#header.money       { background-image: url(_/images/category-header-money.png?v=2); }
#header.markey-overview       { background-image: url(_/images/category-header-money.png?v=2); }
#header.no-more-red-ink-money { background-image: url(_/images/category-header-nomoreredink.png?v=2); }
#header.family      { background-image: url(_/images/category-header-family.png?v=2 ); }
#header.activism    { background-image: url(_/images/category-header-activism.png?v=2 ); }
#header.homefront   { background-image: url(_/images/category-header-homefront.png?v=2 ); }
#header.faith       { background-image: url(_/images/category-header-faith.png?v=2 ); }
#header.travel      { background-image: url(_/images/category-header-travel.png?v=2 ); }
#header.health      { background-image: url(_/images/category-header-health.png?v=2); }
#header.diversions  { background-image: url(_/images/category-header-diversions.png?v=2); }
#header.opinion     { background-image: url(_/images/category-header-opinion.png?v=2); }
#header.petitions     { background-image: url(_/images/category-header-petitions.png?v=2); }
#header.about       { background-image: url(_/images/category-header-aboutus.png?v=2); }
#header.media       { background-image: url(_/images/category-header-media.png?v=2); }
#header.movieguide  { background-image: url(_/images/category-header-movieguide.png?v=2); }
#header.wnd-tv      { background-image: url(_/images/category-header-wndtv.png?v=3); }
#header.books       { background-image: url(_/images/category-header-books.png?v=2); }
#header.science     { background-image: url(_/images/category-header-technology.png?v=2); }
#header.tv-guide    { background-image: url(_/images/category-header-tvguide.png?v=2); }
#header.emails-to-the-editor { background-image: url(_/images/category-header-emailtotheeditor.png?v=2); }
#header.joke        { background-image: url(_/images/category-header-jokeoftheday.png?v=2); }
#header.reviews     { background-image: url(_/images/category-header-reviews.png?v=2); }
#header.cartoons    { background-image: url(_/images/category-header-cartoons.png?v=2); }
#header.forums      { background-image: url(_/images/category-header-forums.png?v=2); }
#header.commentators { background-image: url(_/images/category-header-commentatorlineup.png?v=2); }
#header.full-story { background-image: url(_/images/page-header-fullstory.png?v=2); }
#header.blogs       { background-image: url(_/images/category-header-blogs.png?v=2); }
/*
#header.scoop { background-image: url(_/images/category-header-scoop.png?v=2); }

*/
/* the holiday logo overwrites all of the others */
#header.holiday     { background: #fff;}
#header.holiday.hol-veterans-day h1.logo.front-page a { 
background-image: url(_/images/holiday/logos/wnd.VETERANS_DAY.logo.jpg?v=1);
background-repeat: no-repeat;
text-indent: -999em;
background-position: 0 0;
width: 565px;
height: 88px;
}
#header.holiday.hol-thanksgiving h1.logo.front-page a { 
background-image: url(_/images/holiday/logos/wnd.THANKSGIVING.logo.2012.jpg?v=1);
background-repeat: no-repeat;
text-indent: -999em;
background-position: 0 0;
width: 565px;
height: 88px;
}
#header.holiday.hol-hanukkah-1 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.1.gif?v=1);
}
#header.holiday.hol-hanukkah-2 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.2.gif?v=1);
}
#header.holiday.hol-hanukkah-3 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.3.gif?v=1);
}
#header.holiday.hol-hanukkah-4 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.4.gif?v=1);
}
#header.holiday.hol-hanukkah-5 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.5.gif?v=1);
}
#header.holiday.hol-hanukkah-6 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.6.gif?v=1);
}
#header.holiday.hol-hanukkah-7 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.7.gif?v=1);
}
#header.holiday.hol-hanukkah-8 h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.HANUKKAH.logo.8.gif?v=1);
}
#header.holiday.hol-christmas h1.logo.front-page a { 
    background-image: url(_/images/holiday/logos/wnd.CHRISTMAS.logo.jpg?v=1);
}
#header.holiday h1.logo.front-page a { 
background-repeat: no-repeat;
text-indent: -999em;
background-position: 0 0;
width: 565px;
height: 88px;
}

.leader-board-top {
    width: 728px;
    height: 90px;
    margin-left: 12px;
    border: 1px solid;
    }

.leader_top.module {
    margin: 0;
    }
    

#header section.utility {
    width: 785px;
    float: left;
    height: 230px;
    margin-top: 25px;
    }
#mobile section.utility {
    float: none;    
    width: auto;
    height: auto;
    margin: 0;
}

h1.logo {
    margin: 0;
    padding: 0;
/*
    margin-top:  17px;
    float:       left;
    padding:     0;
    height:      90px;
    width:       256px;
    margin-left: 5px; 
    overflow:    hidden;
*/
    }


.logo a {
    margin-top: 19px;
    float:       left;
    padding:     0;
    height:      88px;
    width:       254px;
    margin-left: 12px;
    overflow:    hidden;
    }

span.source {
    text-transform: uppercase;
    }



.logo.interior a, h1.logo.front-page a {
    background-image: url(_/images/logo-sprite-two.png?v=3);
    background-repeat: no-repeat;
    text-indent: -999em;
    background-position: 0 -291px;
    }
        


.logo.interior.opinion a,
.logo.interior.commentary a,
.logo.interior.blogs a,
.logo.interior.cartoons a,
.logo.interior.emails-to-the-editor a,
.logo.interior.commentators a,
.logo.interior.forums a {
    background-position: 0 -194px;
    }
.logo.interior.money a,
.logo.interior.market-overview a {
    background-position: 0 0;
    }

.logo.interior.wnd-tv a {
    background-position: 0 -388px;
    }
.logo.interior.diversions a,
.logo.interior.movieguide a,
.logo.interior.tv-guide a,
.logo.interior.joke a,

.logo.interior.crosswords a,
.logo.interior.reviews a {
    background-position: 0 -194px;
    }

aside.front.right {
    margin-top:   12px;
    overflow:     hidden;
    margin-right: 11px;
    width:165px;
    }
aside.interior.right {
	margin-top: 0;
	position: absolute;
	top: 12px;
	right: 12px;
    }

#utility-home {
    float: right;
    width: 206px;
    text-align: right;
    margin-top: 40px;
    }

#utility-home span {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 0 2px;
    line-height: 1.7em;
    }
#utility-home a {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    line-height: 1.7em;
    color: #555;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: lighter;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    }

#wnw-links, #wb-links {
    display: none;
    }

#utility li {
	float: left;
	margin-right: 5px;
    }
#utility {
    position: relative;
    }
#utility li #follow_wnd {
    position: relative; 
    z-index: 14; 
    cursor: pointer;
    cursor: hand; 
    }
#utility li #follow_wnd span {
    margin-left: 8px; 
    /*
    font-size: 14px; 
    */
    }
#utility li #follow_wnd img {
    vertical-align: middle; 
    margin-top: -5px; 
    }
#utility li #follow_wnd .arrow {
    position: absolute;
    top: 8px; 
    right: -16px;
    border-style: solid;
    border-width: 5px;
    border-color: #999 transparent transparent transparent; 
    }
#utility li:hover #follow_wnd .arrow {
    border-color: #fff transparent transparent transparent; 
    }
#utility li .follow_options .soft_divider {
    border-top: dotted 1px #555; 
    padding-bottom: 10px; 
    }
#utility li .follow_options {
    display: none; 
    position: absolute;
    z-index: 13;
    margin-left: -10px; 
    padding: 5px 10px 10px; 
    background-color: #000;
    border-radius: 0 0 3px 3px ; 
    -webkit-border-radius: 0 0 3px 3px ; 
    -moz-border-radius: 0 0 3px 3px ; 
    -ie-border-radius: 0 0 3px 3px ; 
    -o-border-radius: 0 0 3px 3px ; 
    /*
    box-shadow: #fff 0 1px 1px 0; 
    -webkit-box-shadow: #fff 0 1px 1px 0; 
    -moz-box-shadow: #fff 0 1px 1px 0; 
    -ie-box-shadow: #fff 0 1px 1px 0; 
    -o-box-shadow: #fff 0 1px 1px 0; 
    */
    }

#utility {
    clear: both;
    background: black;
    color: white;
    height: 28px;
    line-height: 20px;
    font-size: 12px;
    font-weight: lighter;
    }


#utility.front {
    width: 785px;
    }

#mobile #utility.front {
    width: auto;
    }


#utility a {
    color: #fff;
    text-decoration: none;
    }

#utility.front time {
    margin-right: 120px;
    font-weight:  normal;
    color:        white;
    margin-top:   0;
    margin-left:  0;
    }

#utility time {
    margin-right: 416px;
    color:        white;
    margin-top:   0;
    margin-left:  0;
    }
#utility ul.left, #utility ul.right
{
  padding: 0px;
}
#utility ul.left
{
    float:left;
    padding-left: 8px;
}
#utility ul.right
{
    float:right;
    padding-right: 3px;
    text-transform: uppercase;
}

#utility ul.left li, #utility ul.right li
{
  float: left;
  list-style: none;
  padding: 5px;
}

.light {
    font-weight: lighter;
    letter-spacing: normal;
    }


/*        Front Headline
-----------------------------------------------*/
.headline.front h1 {
    position: relative; 
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    font-weight:    normal;
    text-align:     center;
    color:          black;
    padding:        0;
    height:         120px;
    text-transform: uppercase;
    }
#mobile .headline.front h1 {
    height: 50px;
}    

.headline.front h1 a.title {
    font-family:    "League Gothic WND", sans-serif;
    letter-spacing: 1px;
    font-size:      63px;
    line-height:    114px;
    }

.headline.front h1 a.title:hover {
    color: #ca0002;
}

#mobile .headline.front h1 a.title {
    position: relative;
    display: block;
    padding: 0;    
    width: 310px;
    overflow: hidden;    
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 50px;
    }

.headline.front h1 a.obvious-link { 
    position: absolute; 
    font-size:      14px;
    text-transform: none;
    line-height:    20px;
    bottom: 15px;
    right: 0; 
    color: #ca0002;
    }

.headline.front a.obvious-link:hover {
    text-decoration: underline; 
    }
        


/*        MISC
-----------------------------------------------*/    
#full_width {
    border-bottom: 1px dotted #fff;
    }

#wnd_related_stories-3 {
background: white;
    }
.headline.front h1 a {
color: black;
    }
#animate {
    text-align: center;
    }

#wb img {
    max-width:  160px;
    margin-top: 14px;
    overflow:   hidden;
    }

#wnw img {
    max-width:  160px;
    margin-top: 40px;
    }
/*  Search Results
-------------------------------------------------------------------------------*/
.sep {
    color: red;
    font-style: italic;
    font-size: 1.1em;
    font-family: Helvetica, Arial, sans-serif;
    }

/*  WordPress image defaults
-------------------------------------------------------------------------------*/

.aligncenter { display: block; margin: 0 auto; }
.alignleft { margin: 0 1.5em 1.5em 0; float: left; }
.alignright { margin: 0 0 1.5em 1.5em; float: right; }

.wp-caption, .gallery-caption {
    text-align: center;
    margin:     12px 0 0 0;
    }
.wp-caption.alignright {
    margin-left: 10px;
    }
.wp-caption.alignleft {
    margin-right: 10px;
    }
.wp-caption-text { 
    padding: 0 15px; 
    margin: 0; 
    color: #666;
    font-size: .80em; 
    font-family: sans-serif; 
    }


/*  Footer mobile switch
-------------------------------------------------------------------------------*/
.site-switch-container {
    text-align: center;
}

body.using-mobile-device  #footer .site-switch,
#mobile #footer .site-switch {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    }

#footer .site-switch {
    display: none; 
    margin-top: 35px;
    border: solid 1px #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #fff 0 1px 1px, #999 0 0 5px inset;
    -moz-box-shadow: #fff 0 1px 1px, #999 0 0 5px inset;
    box-shadow: #fff 0 1px 1px, #999 0 0 5px inset;
    }

#footer .site-switch-desktop {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 10px 10px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    color: #777;
    }

#footer .site-switch-desktop.pressed {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 10px 15px;
    background: #eee;    
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    -webkit-box-shadow: #fff 0 0 4px inset, #999 -1px 0 3px;
    -moz-box-shadow: #fff 0 0 4px inset, #999 -1px 0 3px;
    box-shadow: #fff 0 0 4px inset, #999 -1px 0 3px;    
    color: #444;
    
    }

#footer .site-switch-mobile {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 10px 20px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    color: #777;
    }

#footer .site-switch-mobile.pressed {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 10px 15px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    -webkit-box-shadow: #fff 0 0 4px inset, #999 -1px 0 3px;
    -moz-box-shadow: #fff 0 0 4px inset, #999 -1px 0 3px;
    box-shadow: #fff 0 0 4px inset, #999 -1px 0 3px;    
    color: #444;
    background: #eee;
    }
    

/*  Footer nav menus
-------------------------------------------------------------------------------*/
#footer-menus {
    padding-top: 20px;
    width:       650px;
    float: left;
    }

#footer-menu-nav {
    border-right: 1px solid #888;
    display:      block;
    overflow: hidden;
    margin-right: 0;
    padding-bottom: 10px; 
    }

#footer-contact {
    position: relative; 
    width:        200px;
    float:        right;
    margin-top:   26px;
    padding-left: 99px;
    margin-right: 8px;
    }

#footer-contact-list li {
    font-size: 17px;
    padding:     3px 0;
    margin-left: 20px;
    }

#footer-contact .posttitle {
    color: #555;
    margin-bottom: 4px;
    }

#footer-contact-list a,
#footer-contact-list {
    color: rgb(128, 128, 128);
    margin-bottom: 12px;
    }

#footer-menu-nav li {
    float:          left;
    margin-left:    15px;
    list-style:     none;
    text-transform: uppercase;
    font-size:      11px;
    font-weight:    bold;
    display:        block;
    overflow:       hidden;
    width:          137px;
    }

#footer-menu-nav li.red a {
    color:  #ca0002; 
    }

#footer-menu-nav li.gray a {
    color: #D5D6DA;
    }

#footer-menu-nav li a {
    color: #666;
    }


#footer-menu-nav li.gray ul.sub-menu li a {
    color: #666 !important;
    }
#footer-menu-nav li.red ul li a {
    color: #666 !important;
    }

#footer-menu-nav li:first-child {
    margin-left: 24px;
    }


#footer-menu-nav ul.sub-menu li {
    margin-left:   0 !important;
    display:       block;
    overflow:      hidden;
    float:         none !important;
    text-align:    left;
    margin-bottom: 12px;
    margin-top:    12px;
    }

.footer-text {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    vertical-align: top; 
    }
.footer-logo {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 105px;
    height: 40px; 
    vertical-align: top; 
    margin-right: 6px;
    margin-top: 8px;
    background: url(_/images/sprite_landing_page.png) no-repeat 0 -256px; 
    }
#footer-copyright {
    border-top: solid 1px #888; 
    padding-left:  12px;
    clear: both;
    padding: 5px 0 5px; 
    margin: 0 20px; 
    }
#footer-copyright .footer-text {
    margin-top: 13px; 
    line-height: 30px; 
    }
#footer-copyright .footer-link {
    margin-left: 15px;
    padding-left: 15px;
    border-left: solid 1px #aaa;
    
    }

.right.trust {
    position: absolute; 
    width: 51px;
    height: 48px;
    bottom: 10px;
    right: 10px;
    background: url(_/images/sprite_landing_page.png) no-repeat 0 -325px; 
    }

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
    #header, #sidebar, .share-buttons, footer, #sub-banner, aside, #sub-link-bar, #man-nav, #div-gpt-ad-story160LeftSide { display: none; } #content { width: 80%; color: #000; background: #fff;  overflow: auto; text-wrap: after; }
    }



aside .front.right img {
    width: 160px;
    height: 180px;
    }

aside.front.right .fb-like {
    vertical-align: top; 
    width: 97px; 
    }
aside.front.right .twitter-follow-button {
    vertical-align: top; 
    }

.utility {

}

#utility.national {
    margin-top: 12px;
    }
#header.interior {
    padding-bottom: 10px;
    position: relative;
    }
.left_prom_160 {
    width: 160px; 
    min-height: 600px; 
    padding: 6px 6px 6px 0; 
    float: left; 
    margin-left: 0; 
    margin-right: 18px; 
    }


#sidebar hgroup.left { padding-top: 12px; margin: 0; float: none;
    }
#sidebar hgroup.left.poll {
    padding: 12px;
    }

#sidebar .cat-more-link { margin-top: 40px; display: block;
    }
#sidebar .widget_wnd_category_stories .cat-more-link { 
    position: absolute;
    bottom: 1px;
    right: 1px; 
    margin: 0; 
    }

div.review-ads {
    width:  465px!important;
    margin: 0 auto!important;
    }

ul#catalog li:nth-child(4n) {
    height: 60px !important;
    }

time {
    display:     block;
    margin-left: 58px;
    margin-top:  5px;
    color:       #333;
    }

.author-image img { width: 65px; height: 65px;
    }

section.headline.front { 
    height: 120px; 
    overflow: hidden; 
    padding: 0; 
    margin: 0;
    text-align: center; 
    }
#mobile section.headline.front {
    height: 50px;
}    
#content author-image img { width: 100%; height: 100%; overflow: visible;
    }

#content author-image { overflow: visible;
    }

#content author-img { width: 100%; height: 100%;
    }

#content.front {
    padding-bottom: 13px;
    }

#content.front .half-cat_module:nth-child(2n+1) {
    border-right: none;
    }

#content.category .half-cat_module:nth-child(even) {
    border-right: none;
    }

#content.Commentary .half-cat_module:nth-child(even) {
    border-right: none;
    }

.half-cat_module.b-r-yes {
    border-right: 1px solid #BFC0C2 !important;
    }

/* Temporary holding spot for ads
**______________________________________________________________*/

#sidebar_single_first,
#sidebar_single_second {
    width:      300px;
    }

#footer_right {
    width:      300px;
    /*height:     250px;*/
    float:      left;
    }

#sidebar .widget_wnd_related_stories h3.posttitle a {
    font-size: 18px;
    margin:    12px 12px 4px 12px;
    }

#content article header, #content.author-archive header {
    border-bottom:  1px dotted #777;
    padding-bottom: 6px;
    padding-right:  7px;
    margin-top:     12px;
    display:        block;
    overflow:       hidden;
    padding-left: 12px;
    }


#content article header.non-wnd .head {
    color:          #ca0002;
    text-transform: uppercase;
    font-size:      14px;
    font-family:    Helvetica, Arial, sans-serif;
    line-height:    16px;
    font-weight:    bold;
    padding:        0;
    margin-top:     16px;
    margin-bottom:  6px;
    }

#content article header.non-wnd .deck {
    font-size:   16px;
    line-height: 19px;
    color:       #444;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    padding:     0;
    margin-top:  5px;
    }

#content article header.non-wnd .posttitle,
#content article header.non-wnd h1.posttitle {
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    font-size:      21px;
    color:          #000;
    line-height:    1;
    padding:        0;
    text-shadow:    none;
    font-weight:    normal;
    }
#content.single #hentry table {
    margin: 15px;
    }

img.attachment-video {
    width: 170px;
    height: 130px;
    }

table img {
    max-width: 625px;
    }

/* Disqus 
----------------------------------------------------------------*/
.single #disqus_thread {
   padding: 0 10px;
}



/* Newsletter (AKA Alerts) signup
----------------------------------------------------------------*/
.placeholder { color: #aaa; }

#newsletter-signup-form {
    position: relative; 
    width: 976px;
    margin: 0 auto;
    background: rgb(139,198,77);	
    box-shadow: 0px 0px 7px #777;
}

#newsletter-signup-form .loading {
    display: none;
    position: absolute;
    z-index: 400;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    left: 50%;
    top: 40px;
    background: url(_/images/ajax-loader.gif) no-repeat left center;
    line-height: 40px;
}

#newsletter-signup-form .success-new,
#newsletter-signup-form .success-update {
    padding: 20px 20px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

#newsletter-signup-form #not-seeing-email {
    color: #fff;
    text-decoration: underline;
}

#newsletter-signup-form #not-seeing-email-window {
    position: absolute;
    z-index: 5000;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    padding: 20px 30px 30px;
    background: #fff;
    color: #444;
    font-size: 14px;
    text-align: left;
    border: solid 1px #999;
    box-shadow: 0 3px 7px rgba(0,0,0,0.5);
}

#newsletter-signup-form #not-seeing-email-window .close {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
    cursor: hand;
}

#newsletter-signup-form #not-seeing-email-window h3 {
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}


#newsletter-signup-form #not-seeing-email-window ul {
    padding-left: 30px;
    margin-top: 15px;
}

#newsletter-signup-form #not-seeing-email-window li {
    margin-top: 10px;
}

#newsletter-signup-form p {
    margin: 7px 0;
}

#newsletter-signup-form p.note {
    font-size: 13px;
    line-height: 16px;
    color: #D7FFDB;
    margin-top: 15px;
}

#newsletter-signup-form > .error {
    padding: 15px;
    text-align: center;
}

#newsletter-signup-form .error-text {
    padding: 10px;
    background: #fee;
    border-radius: 5px;
    font-size: 16px;
    color: #c00;    
}



#newsletter-signup-form .already-subscribed {
    position: absolute;
    display: block;
    width: 120px;
    bottom: 15px;
    right: -150px;
    font-size: 12px;
    line-height: 16px;
    color: rgb(95,128,47);
    text-align: center;
}
#newsletter-signup-form .already-subscribed:hover {
    color: #efe;
}

#newsletter-signup-form .logo {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline;
    width: 75px;
    height: 24px;
    margin-top: 5px;
    background: url(_/images/sprite_landing_page.png) no-repeat 0 -375px;
    font-size: 0;
    vertical-align: top;
}

#newsletter-signup-form .required-icon {
    display: none;
    position: absolute;
    margin: 17px 0 0 -20px;
    vertical-align: super;
    font-size: 36px;
    line-height: 21px;
    color: #f90;    
}

#newsletter-signup-form input {
    width: 200px;
    padding: 5px 4px;
    line-height: 10px;
    border: none;
} 
#newsletter-signup-form input.error {
    background-color: #f99;
    color: #fff;
}


#newsletter-signup-form .field-error {
    position: absolute;
    z-index: 5;
    padding: 6px 8px;
    margin-top: -3px;
    border-radius: 2px;
    background: #c02;
    border-bottom: solid 1px #900;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    
}
#newsletter-signup-form .field-error-arrow {
    position: absolute;
    top: -12px;
    left: 24px;
    width: 0;
    height: 0;    
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent #c02 transparent;
}
#newsletter-signup-form .field-error-text {
    color: #fff;
}



#newsletter-signup-form .name-row {
    white-space: nowrap;
}
#newsletter-signup-form input.first-name {
    width: 91px;
    margin-right: 10px;
} 
#newsletter-signup-form input.last-name {
    width: 91px;
} 
#newsletter-signup-form form {
    position: relative;
    width: 770px;
    margin-left: 30px;
    padding: 6px 0;
    text-align: right;
}
#newsletter-signup-form .main-row { 
    margin-right: 145px;
    white-space: nowrap;
    
}
#newsletter-signup-form label.form-title { 
    margin-right: 20px;
    color: #fff;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    vertical-align: middle;
    letter-spacing: 1px;
    
}
#newsletter-signup-form input#newsletter-email {}
#newsletter-signup-form .hide-first {
    position: absolute; 
    visibility: hidden;
    display: block;
    overflow: hidden;
}
#newsletter-signup-form p.newsletter-desc {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline;
    width: 390px;
    margin: 5px 20px 0 0;
    color: #fafffa;
    vertical-align: top;
    text-align: justify;
    font-size: 13px;
    line-height: 1.4em;
}
#newsletter-signup-form .additional-fields {
    position: relative;
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline;
    width: 208px;
    margin-right: 145px;
    vertical-align: top;
}

#newsletter-signup-form .additional-fields > input:last-child {
    margin-bottom: 5px;
}

#newsletter-signup-form .additional-fields input {
    margin-top: 6px;
    margin-bottom: 4px;
}


#newsletter-signup-form .submit-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-align: left;
}

#newsletter-signup-form .legend {
    display: none;
    position: absolute;
    top: 15px;
    right: -150px;
    color: #efe;
}

#newsletter-signup-form .legend .icon {
    font-size: 3em;
    vertical-align: top;
    line-height:30px;
}


#newsletter-signup-form button#newsletter-submit {
    width: 130px;
    height: 25px;    
    background: #666;
    color: #fff;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    font-size: 12px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    
}





/* Search Results
----------------------------------------------------------------*/
body.search p {
    margin: 3px 0 10px 0!important;
    }
body.search h2 {
    padding: 8px 0 0 0;
    margin: 0;
    }

.es_results ol,
.es_results ul {
    list-style:  none;
    margin-left: 12px;
    }

.es_facets {
    list-style: none;
    }
.es_results h2 a {
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    font-size:      21px;
    color:          #333;
    line-height:    1;
    padding:        0;
    text-shadow:    none;
    font-weight:    normal;
    }

.es_results em {
    font-weight: bold;
    color: #000;
    }

.es_results label {
    margin:  -6px 0 10px 0;
    padding: 0;
    display: block;
    }

#searchbtn {
    margin-left: 12px;
    }

.es_search {
    margin: 12px;
    }

.es_results {
    padding-right: 12px;
    margin-bottom: 30px;
    }

#about-the-author {
    height: 0;
    margin-top: 6px; 
    margin-bottom: 6px; 
    overflow: hidden;
    }

#about-the-author .author-more-body {
    line-height: 1.5em; 
    }

.authbio.closed {
    height:   45px;
    display:  block;
    overflow: hidden;
    }

.archive-link a,
.archive-link {

    }


.pop-block {
    display: none;
}
.pop-block .pop-block-error {
    display: none;
    margin: 10px 20px; 
    padding: 5px; 
    color: #c00;
    background-color: #fee;
    border: solid 1px #caa;
}
.pop-block .pop-block-notice {
    display: none;
    margin: 10px 20px; 
    padding: 5px; 
    color: #630;
    background-color: #fc3;
    border: solid 1px #c93;
}
.pop-block .pop-block-success {
    display: none;
    padding: 40px 20px;
    text-align: center;
    font-size: 18px;
}
.pop-block .is-thinking {
    display: none; 
    padding: 40px 20px;
    text-align: center;
}
.pop-block .close {
    position: absolute;
    right: 5px;
    top: 5px; 
    width: 20px; 
    height: 20px; 
    color: #999;
    font-size: 18px;
    line-height: 16px;
    text-align: center; 
    cursor: pointer;
    cursor: hand;
}
.pop-block .close:hover {
    background-color: #999;
    color: #fff;
}
.pop-block .offclick {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pop-block .pop-block-body {
    position: relative;
}

.wnd-blog .newsletter-signup {
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
}

.newsletter-signup .close {
    position: absolute;
    right: 10px;
    top: 5px;
    line-height: 20px;
    font-size: 30px;
    color: #000;
    cursor: pointer;
    cursor: hand;
}

.newsletter-signup .close:hover {
    color: #cb0002;
}

.newsletter-signup #author-subscribe {
    position: relative;
}

.newsletter-signup .newsletter-heading h3 {
    padding-bottom: 25px;
}

.newsletter-signup .newsletter-description {
    float: right;
    width: 200px;
    height: 170px;
    padding-left: 20px;    
    border-left: dotted 1px #ccc;
    color: #888;
    line-height: 1.5em;
}

.newsletter-signup .newsletter-body {
    margin-bottom: 25px;
}

.newsletter-signup .field-sec {
    margin-bottom: 10px;
    font-size: 14px;
}

.newsletter-signup .gfield_required {
    color: #cb0002;
}

.newsletter-signup #author-subscribe .field-sec label {
    width: 100px;
}

.newsletter-signup .newsletter-actions {
    text-align: left;
}

.newsletter-signup .newsletter-submit {
    margin: 0 0 0 155px;
    width: 120px;
    text-align: center;
    padding: 8px;
}

#author-subscribe {
    width: 520px; 
    margin: 100px auto 0; 
    padding: 15px; 
    background-color: #fff;
    border-radius: 3px;
}
#author-subscribe div.title {
    font-size: 1.3em;
    font-weight: bold;
    padding: 20px 20px 0 20px; 
}
#author-subscribe .actions {
    text-align: right;
    margin-top: 10px;
    padding: 10px 20px; 
    background-color: #eee;
}
#author-subscribe .actions input {
    font-size: 16px;
}
#author-subscribe p {
    padding: 0 20px; 

}

#author-subscribe div.first,
#author-subscribe div.second {
    padding: 0 20px; 
    text-align: right;
}
#author-subscribe div.first {
    padding-top: 10px; 
    border-top: dashed 1px #ccc;
}
#author-subscribe label {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline;
    width: 90px;
    margin-right: 10px;
    text-align: right;
}
#author-subscribe div.second {
    margin-top: 10px; 
}

#archive_pagination a {
    font-family: Helvetica, Arial, sans-serif;
    font-size:      15px;
    letter-spacing: 1px;
    }
#archive_pagination span.numbered {
    font-family: Helvetica, Arial, sans-serif;
    font-size:      14px;
    letter-spacing: 1px;

    }

#alerts-footer {
    margin-top: 12px;
    }

ul.contribute-links li {
    background-image:  url(_/images/story-icons.png);
    background-repeat: no-repeat;
    height:            20px;
    padding-left:      20px;
    margin-top:        13px;
    font-size:         14px;
    }
.searchsubmit {
    background-color: #ca0002;
    border:           1px solid #C3855C;
    color:            white;
    cursor:           pointer;
    float:            right;
    text-align:       center;
    width:            74px;
    padding:          8px 0;
    margin:           0;
    font-family:      Arial, Helvetica, sans-serif;
    font-size:        1.3em;
    font-weight:      bold;
    display:          block;
    }

.inputWrapper {
    background-color: white;
    margin-right:     7px;
    padding:          5px 0 3px 6px;
    float:            left;
    border-top:       1px solid #888;
    border-left:      1px solid #C4C6C5;
    border-right:     1px solid #CECED0;
    border-bottom:    1px solid #DBDBDB;
    overflow:         hidden;
    }

.advancedSearch .toggleHouse .toggle {
    background: #EEF2F6;
    position:   absolute;
    right:      -8px;
    top:        0px;
    font-size:  1.1em;
    padding:    5px 18px 5px 8px;
    }


.advancedSearch .toggleHouse .toggle:hover {
  cursor:pointer;
}

.advancedSearch #advanced_search_indicator
{
  border: 1px solid black;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
  font-family: monospace;
}

.advancedSearch a {
    color: #093D72;
    }
.advancedSearch legend {
    display: none;
    }

.advancedSearch .toggleHouse {
    border-bottom: 1px #D0DCE7 solid;
    }

.advancedSearch .toggleHouse {
    position: relative;
    height:   35px;
    }

.advancedSearch {
    background-color: #EEF2F6;
    height:           auto;
    }

.advancedSearch {
    padding-left:  8px;
    padding-right: 8px;
    border-top:    1px #CCC solid;
    }

.advancedSearch {
    margin-top: 7px;
    border-top: 1px solid #D0DCE7;
    }

 div.date-filter, .cat-filter {
    width: 277px;
    }

.filter {
    text-transform: uppercase;
    float:          left;
    }

.advancedSearch .selectable {
    cursor: pointer;
    text-align: center;
    border:     1px solid #EEF2F6;
    width:      57px;
    padding:    6px 0px 5px;
    font-size:  11px;
    display:    inline-block;
    }

.date-filter, .cat-filter {
    width:        242px;
    border-right: 1px solid #D0DCE7;
    }

.date-filter a:hover, .date-filter li.selected a {
    border-color:     #C1CFD8;
    background-color: #F8FAFB;
    color:            #093D72;
    }

.advancedSearch .filters .mediumSearch {
    padding-bottom: 8px;
    padding-top:    8px;
    }

.advancedSearch .mediumSearch {
    border-top:     1px solid #D0DCE7;
    padding:        4px 0;
    padding-bottom: 0;
    }

.advancedSearch .mediumSearch .filter {
    padding-top:    0;
    padding-bottom: 3px;
    margin-bottom:  -3px;
    }

.filter ul li {
    width:        50px;
    float:        left;
    list-style:   none;
    padding-left: 12px;
    }

.advancedSearch .filter label, .sorting {
    position:     relative;
    color:        #666;
    font-size:    11px;
    margin-right: 5px;
    }

.filter.range {
    padding-left:   40px;
    padding-top:    4px;
    padding-bottom: 4px;
    }

input#to, input#from {
    display:          inline-block;
    width:            63px;
    padding:          2px 2px 2px 1px;
    border-color:     #C1CFD8;
    background-color: #F8FAFB;
    color:            #093D72;
    border-width:     1px;
    font-size:        12px;
    }

.advancedSearch div.dateFilter, .advancedSearch .cat-filter {
    width: 277px;
    }

.filter.auth-filter {
    margin-left: 36px;
    }

.filter.cat-filter {
    margin-left: 18px;
    width:       258px;
    }

.dateSearch {
    padding-top:    4px;
    padding-bottom: 4px;
    }

a.toggle {
    font-size: 12px !important;
    }

#searchbox input#s {
    width: 277px;
    }

body.search #home-center-left, body.search #home_center_right {
    margin-left: 0;
    }
body.search #home_center_right {
    border-right:  none;
    }

.sort {
    float:       right;
    display:     inline;
    margin-left: 6px;
    }

.sorting {
    overflow:    hidden;
    display:     block;
    list-style:  none;
    padding:     3px;
    padding-top: 4px;
    }

.sort a {
    text-align: center;
    border:     1px solid #EEF2F6;
    padding:    2px 0 3px;
    font-size:  11px;
    display:    inline-block;
    width:      60px;
    }

.advancedSearch .selectable:hover, .advancedSearch li.selected .selectable, ul.sorting li.selected .selectable, ul.sorting .selectable:hover {
    border-color:     #C1CFD8;
    background-color: #F8FAFB;
    color:            #093D72;
    }

.search-thumb {
    float:         left;
    margin-right:  10px;
    margin-bottom: 10px;
    margin-top:    6px;
    }

body.search #home-center-left {
    clear: both;
    }

.es_results ol li {
    clear: both;
    }
.darkred {
    color: #A40000;
    }
header.category.archive {
    border-bottom: 1px dotted #777;
    }
img.cat-archive-header {
    height: 76px!important
    }

.posttitle.cattitle {
    float:  left;
    margin: 12px;
    }

img.cat-archive-header {
    height:   76px !important;
    margin:   12px;
    float:    left;
    overflow: hidden;
    width:    270px;
    }

header.category.archive {
    border-bottom: 1px dotted #777;
    display:       block;
    overflow:      hidden;
    margin-bottom: 29px;
    }

#less-link, #more-link {
    position: absolute;
    font-size:   14px;
    left: 78px;
    }
.author-more {
    position: relative;
    display: block;
    padding-bottom: 15px; 
    }

#less-link, #more-link {
    position:  absolute;
    font-size: 14px;
    left:      80px;
    }

#less-link {
    bottom: 0;
    }
.authbio.open {
    padding-bottom: 20px;
    }

.follow-link {
    margin-left: 12px;
    }
.slide {
    display:none;
    }

.featured-image {
    float:         right;
    overflow:      hidden;
    max-width:     279px;
    margin-left:   12px;
    margin-bottom: 12px;
    }

.pull-quotes-wht {
    width: 85px;
    height: 70px;
    background: url(_/images/sprite_landing_page.png) no-repeat 0 0;
}
#testi-content .pull-quotes-wht {
    float: left;
    margin: 10px;
}

.pull-quotes {
    width: 85px;
    height: 70px;
    background: url(_/images/sprite_landing_page.png) no-repeat -85px 0;
}
#footer-contact .pull-quotes {
    position: absolute;
    left: 0;
}

.caption {
    text-align:   center;
    margin-left:  auto;
    margin-right: auto;
    display:      block;
    color:        black;
    font-size:    12px;
    }

.es_pages {
    float:        right;
    margin-top:   -6px;
    margin-right: 12px;
    }
.es_pages a {
    margin-left: 3px;
    font-size:   14px;
    }
a.es_pages_on {
    color: #333 !important;
    }
.es_noresult {
    padding: 12px;
    }

.commenting-guide-top .text {
    line-height: 30px;
    padding-left: 10px;
}
.commenting-guide-top .bar {
    height: 30px;
    background-color: #eee;
    border-top: solid 1px #ccc;
    border-bottom: dashed 2px #fff;
}
.commenting-guide-top {
    clear: both; 
    margin-top: 25px;
}
#comments {
    padding: 12px;
    }

.comment.list {
    list-style: none;
    }

ul.contribute-links li.contact { background-position: 0 0;}
ul.contribute-links li.link { background-position: 0 -20px; }
ul.contribute-links li.corrections { background-position: 0 -40px; }
ul.contribute-links li.tip { background-position: 0 -60px; }
ul.contribute-links li.photos { background-position: 0 -80px; }
ul.contribute-links li.comment { background-position: 0 -100px; }

/* Gravity Forms CSS
-----------------------------------------------------------------*/

#gforms_confirmation_message {
    background: none!important;
    border:          none!important;
    margin:           10px auto!important;
    padding:          12px!important;
    width:            95%!important;
    font-size:        1em;
    color:            #222;
    text-align:       left!important;
    }

h4 {
    font-size:   18px;
    font-weight: normal;
    }

#field_1_4 label {
    display: none !important;
    }

#field_1_4 {
    margin-left: -33px;
    }

#field_1_4 input#choice_4_1 {
    margin-left: -5px;
    overflow:    visible;
    }

#field_1_4 div.gfield_description {
    margin-left: 229px;
    margin-top:  -45px;
    }

#home-sidebar_single {
    margin-top: 24px;
    }

#author-archives.crosswords {
    height: auto;
    }
#div-gpt-ad-thinBottomFloat {
    position: fixed;
    z-index: 1000; 
    bottom: 0;
    left: 50%;
    margin-left: -497px;
    -webkit-box-shadow: #000 0 0 6px;
    -moz-box-shadow: #000 0 0 6px;
    -o-box-shadow: #000 0 0 6px;
    -ie-box-shadow: #000 0 0 6px;
    box-shadow: #000 0 0 6px;
}
#div-gpt-ad-thinBottomFloat.expanded {
    height: 222px !important;
}
#div-gpt-ad-thinBottomFloat.expanded iframe {
    height: 222px !important;
}
#div-gpt-ad-thinBottomFloat.expanded .close {
    display: block;
}
#div-gpt-ad-thinBottomFloat .close {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px; 
    line-height: 40px; 
    width: 40px;
    font-size: 30px;
    text-align: center;
    color: #ccc;
    background-color: #000;
    cursor: pointer;
    cursor: hand;
    font-weight:  bold;
}
#div-gpt-ad-thinBottomFloat .close:hover {
    color: #fff;
}

#div-gpt-ad-thinFullWidth {
	overflow: hidden;	
	margin: 0 auto;	
	-webkit-box-shadow: #999 0 0 6px;
        -moz-box-shadow: #999 0 0 6px;
        -o-box-shadow: #999 0 0 6px;
        -ie-box-shadow: #999 0 0 6px;
        box-shadow: #999 0 0 6px;
}
#div-gpt-ad-fullWidthExpandable, .prom-full-width-expandable {
    overflow: hidden;
    background-color: #fff;
    }
.prom-full-width-expandable {
    height: 60px;
}    

p.blessing {
    font-size:   16px;
    font-style:  italic;
    color:       #777;
    line-height: 1.4;
    margin:      12px 0;
    }

p.poll {
    padding:     0 12px;
    font-size:   14px;
    margin:      6px 0;
    color:       #333;
    font-family: Helvetica, Arial, sans-serif;
    }

span.vote a {
    font-size: 16px;
    margin:    12px;
    }
.inside.blessing {
    padding:    12px;
    background: url(_/images/blessing-thumb.jpg) no-repeat 201px 177px #fafafa;
    height:     213px;
    }

#widget_g_two {
    width:      300px;
    height:     250px;
    background: url(_/images/g2-bulletin-bg.jpg) no-repeat;
    }


#widget_red_alerts {
    width:      300px;
    height:     250px;
    background: url(_/images/widget-red-alert-bg.jpg) no-repeat;
    }

.red-alerts-inside {
    padding: 30px 10px;
    }

#widget_g_two .red-link , 
#widget_red_alerts .red-link {
    text-align: center;
    }

.text-link {
    margin-top:   47px;
    display:      block;
    margin-left:  auto;
    margin-right: auto;
    width:        172px;
    }


.page #hentry.entry-content ul {
    margin-left: 25px;
    padding:     5px;
    }

#wnd_prom_widget-17 {
    float:       left;
    margin-left: 12px;
    margin-top:  12px;
    }

#wnd_prom_widget-16 {
    margin-left:   12px;
    margin-bottom: 24px;
    margin-top:    12px;
    }

.body-text {
    margin:  30px auto;
    display: block;
    height:  100px;
    width:   233px;
    }

.red-alerts-inside {
    padding: 30px 10px;
    }
#g2-title, #red-alert-title {
    margin-bottom: 12px;
    text-align: center;
    }
#g2-deck, #red-alert-deck {
    text-align: center;
    }

.printfriendly.alignright {
    display: none;
    }

.printfriendly-text {
    display: none;
    }

#wnd_prom_widget-23.home_center.module {
    margin: 12px!important;
    }

#wnd_prom_widget-24.home_center.module {
    margin: 12px!important;
    }

.pds-question-top {
    background:  none!important;
    font-size:   22px;
    color:       black;
    line-height: 103%;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase!important;
    }

 .pds-question-top {
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
     text-transform: uppercase!important;
     font-size: 21px!important;
    }

/* .pds-answer {
    height:   366px;
    overflow: auto;
    } */

.pds-input-label {
    color:      #333333;
    cursor:     pointer;
    display:    block;
    float:      left;
    font-family: Helvetica, Arial, sans-serif;
    font-size:  14px;
    line-height:  14px;
    padding:    1px 0 0;
    position:   relative;
    text-align: left;

    }

.rss a {
    display: block;
    float: right;
    margin-top: 3px;
    margin-right: 6px;
    background: url(_/images/sprite_landing_page.png) no-repeat -105px -256px;
    width: 19px;
    height: 19px;
    text-indent: -999em;
    }

.post-actions {
    height: 25px; margin-top: 9px; margin-bottom: 9px; clear:both; }

body.category-wnd-tv #post-actions-top ,
body.category-wnd_tv_featured #post-actions-top ,
body.single-wnd_video #post-actions-top ,
body.single-format-video #post-actions-top ,
body.author #post-actions-top {
    margin-left: 12px;
    margin-top:  0;
    }
body.category-wnd-tv #post-actions-bottom ,
body.single-wnd_video #post-actions-bottom ,
body.author #post-actions-bottom {
    margin-left: 12px;
    margin-top:  12px;
    }


img.WP-PrintIcon {
    padding-right: 3px;
    }

.text-ad {
    /* XXX margin-top: 3px;*/
    /*padding-top: 3px;*/
    }
.text-ad > div {
    height: 16px !important;
    line-height: 16px !important;
    }
/* Override the google vertical align so that the text ads align better */
.text-ad iframe {
    /*vertical-align: top !important;*/
    height: 18px;
    }

article.email-editor {
    margin: 15px 0;
    }



/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 640px) {
    body {
        padding: 0;
    }								
    .content-body {
        width: 640px;
        margin: 0 auto;
        }

    #sidebar { display: none; }


    }

@media all and (orientation: portrait) {

    }

@media all and (orientation: landscape) {

    }
/* gravity form.  The excessive "!important" directives are due to gravity forms overly strict styling */
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
    outline-style:  none;
    font-size:      15px!important;
    font-family:    inherit;
    padding:        2px 0 2px 0;
    letter-spacing: normal;
    }

.gform_wrapper textarea, .gform_wrapper input {
    font-size: 15px!important;
    }

/* minimized form */
.gform_wrapper .small-form {
    position: relative;
    }
.gform_wrapper .small-form .gform_heading {
    margin-bottom: 0;
    }
.single #hentry .gform_wrapper .small-form ul li,
.gform_wrapper .small-form li {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline;
    vertical-align: top;
    }
.gform_wrapper .small-form li:first-child {
    }
.gform_wrapper .small-form label.gfield_label {
    position: relative; 
    vertical-align: top; 
    font-size: 12px; 
    margin: 5px 6px 0 0; 
    }
.gform_wrapper .small-form .gfield_required {
    position: absolute;
    left: -11px; 
    }
.gform_wrapper .small-form .ginput_container {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline;
    }
.gform_wrapper .small-form .ginput_complex .ginput_left {
    width: 65px !important; 
    margin-right: 4px; 
    }
.gform_wrapper .small-form .ginput_complex .ginput_left input[type="text"] {
    font-size: 12px !important;
    }
.gform_wrapper .small-form .ginput_complex .ginput_right {
    width: 65px; 
    }
.gform_wrapper .small-form .ginput_complex .ginput_right input[type="text"] {
    font-size: 12px !important;
    }
.gform_wrapper .small-form input[type="email"] ,
.gform_wrapper .small-form input[type="text"] {
    font-size: 12px !important;
    }
.gform_wrapper .small-form li.person-name {
    margin-left: 0 !important;
    }
.gform_wrapper .small-form .person-name div label {
    color: #999; 
    }
.gform_wrapper .small-form li.email {
    margin-left: 30px !important;
    }
.gform_wrapper .small-form .email .ginput_container {
    width: 100px;
    }
.gform_wrapper .small-form .email input[type="email"] {
    width: 95%;
    }
.gform_wrapper .small-form li.postal-code {
    margin-left: 30px !important;
    }
.gform_wrapper .small-form .postal-code .ginput_container {
    width: 50px;
    }
.gform_wrapper .small-form .postal-code input[type="text"] {
    width: 95%;
    }
.gform_wrapper .small-form h3.gform_title {
    margin: 5px 0 0 0; 
    padding: 0; 
    font-size: 14px;
    }
.gform_wrapper .small-form .gform_description {
    font-size: 11px;
    font-style: italic; 
    color: #666; 
    }
.gform_wrapper .small-form .gform_body {
    }
.gform_wrapper .small-form .gform_footer {
    position: absolute;
    right: 0;
    bottom: 24px; 
    padding: 0;
    margin: 0;
    text-align: right; 
     
    }

/* Small form shown on stories */
.mid-post-content-form {
    border-top: dotted 1px #ccc;
    border-bottom: dotted 1px #ccc;    
}
.mid-post-content-form .gform_wrapper {
    margin-bottom: 0;
}
.mid-post-content-form .small-form .gform_footer {
    bottom: 31px;
}   
.after-post-content-form .small-form .gform_footer {
    bottom: 31px;    
}
.after-post-content-form {
    border-top: dotted 1px #ccc;
}
.after-post-content-form .gform_wrapper {
    
}   
    
    
/* Account for the small form being placed inside two tables as is done by authors simetimes */
table table .gform_wrapper .small-form .gform_footer {
    bottom: 0; 
    }    

code .small-form {
    font-family: Helvetica, Arial, sans-serif;
}
    
.gform_wrapper .small-form .gform_footer .gform_button {
    font-size: 12px;
    }


/* Author newsletter signup */
section.newsletter-signup {
    padding: 0 13px 5px;
    }
section.newsletter-signup h3 {
    padding-bottom: 5px; 
    }
section.newsletter-signup .gform_body {
    padding: 10px 0 0 10px; 
    }

@media only screen and (max-device-width: 480px) {
    body {
        padding: 0;
    }								
    .content-body {
        background: url("_/images/body-bg.jpg") repeat-x scroll 0 0 #A1A1AD;
        box-shadow: 0 0 7px #777777;
        margin:     0 auto;
        width:      auto;
        }
    #header.front {
       	background-image: none; 
        }
    .category-title {
        font-size: 20px; 
	}

    #utility {
        clear: both;
        background: black;
        color: white;
        overflow: hidden;
        height: 28px;
        line-height: 20px;
        font-size: 12px;
        font-weight: lighter;
        padding-left: 12px;
        }

    #utility.front time {
        margin-right: 20px;
        font-weight:  normal;
        color:        white;
        margin-top:   0;
        margin-left:  0;
        }

    #utility time {
        margin-right: 16px;
        color:        white;
        margin-top:   0;
        margin-left:  0;
        }
}


/* WND Newsletter BEGIN */
.wnd-newsletter-signup {
	position: relative;	
	width: 565px;
	margin-left: 30px;
}
.gform_wrapper .wnd-newsletter-signup .gform_heading {
	width: auto;
}

.gform_wrapper .wnd-newsletter-signup h3.gform_title .newsletter-head {
    	margin-bottom: -15px;	
	font-family: Helvetica, Arial, sans-serif;
	color: #e00;
	font-style: italic;
	text-transform: none;
	font-size: 22px;
	font-weight: 100;
}

.gform_wrapper .wnd-newsletter-signup h3.gform_title {
	width: auto;
        font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
        border-bottom: solid 2px #ccc;
	text-align: center;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 60px;
}
.wnd-newsletter-signup .gform_description {
	display: block;
	line-height: 1.6em;
	text-align: center;
}
.page #hentry.entry-content .wnd-newsletter-signup ul.gform_fields {
	margin: 40px 0 0 0;
	padding: 0;
}
.wnd-newsletter-signup .gfield .gfield_label {
	font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}
.gform_wrapper .wnd-newsletter-signup .ginput_right label,
.gform_wrapper .wnd-newsletter-signup .ginput_left label {
	color: #777;
	font-size: 12px;
}

.gform_wrapper .wnd-newsletter-signup .gfield_description {
	color: rgb(92, 154, 211);
    font-family: Helvetica, Arial, sans-serif;
}
.wnd-newsletter-signup #field_29_3, .wnd-newsletter-signup #field_29_2 {
	display: -moz-inline-stack; 
	display: inline-block; 
	*display: inline;
	width: 265px; 
	vertical-align: top;
	margin-top: 20px;
}
.wnd-newsletter-signup #field_29_2 {
	position: absolute;
	width: 260px; 
	right: 17px;
}
.wnd-newsletter-signup #field_29_3 input, .wnd-newsletter-signup #field_29_2 input {
	width: 100%;
}
.wnd-newsletter-signup h3.foot {
	margin: 40px 0 0 0;	
        font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
}
.wnd-newsletter-signup p.foot {
	margin-top: 0;	
	color: rgb(92, 154, 211);
    font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}
.gform_wrapper .wnd-newsletter-signup .gform_footer {
	text-align: center;
}
.wnd-newsletter-signup {

}
/* WND Newsletter END */




/* BEGIN: FULL STORY & YOU READ IT HERE FIRST PAGES */
.scoop-page .postmeta hgroup {
	border: none;   
	padding-bottom: 0; 
}

.scoop-page .story-image {
    padding: 10px 0 5px 60px;
    border-bottom: dotted 1px #ccc;
}

.scoop-page .article img {
    float: left;
    margin-right: 5px;
}

.scoop-page section.related-articles ul.articles li a:first-child {
    margin-right: 30px;
    width: 320px;
}
.scoop-page section.related-articles li a:first-child .posttitle {
    color: #000;
}


.scoop-page section.related-articles ul.articles li a {
	display: -moz-inline-stack; 
	display: inline-block; 
	*display: inline; 
    width: 270px;
    vertical-align: top;    
}

.full-story .postmeta hgroup {
 	position: absolute;
	border: none;
}

.scoop-page .post-actions,
.full-story .post-actions {
	margin-left: 12px;
}

.scoop-page .postmeta h1.posttitle,
.full-story .postmeta h1.posttitle {
 	font-size: 28px;
}

.full-story .story-image {
	padding: 0 12px;
}

.scoop-page section.description,
.full-story section.description {
	padding: 0 12px;
}

.scoop-page section.related-articles,
.full-story section.related-articles {
	min-height: 300px;
}

.scoop-page section.related-articles .title,
.full-story section.related-articles .title {
	padding: 8px 12px;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	font-size: 20px;
	font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
}

.scoop-page section.related-articles .posttitle {
    font-size: 16px;
    color: #666;
}

.scoop-page section.related-articles ul.articles {
	margin: 15px 0 0;
	list-style: none;    
}

.full-story section.related-articles ul.articles {
}

.scoop-page section.related-articles ul.articles li {
    margin: 0;
    padding: 8px 12px;
}
.scoop-page section.related-articles ul.articles li:nth-child(even) {
    background: #f3f3f3;    
}

.full-story section.related-articles ul.articles li {
	margin: 15px 0 0 0;
}

.scoop-page section.related-articles p {
	margin: 5px 0 0;
	color: #999;    
}

.full-story section.related-articles p {
	margin: 5px 0 15px;
	color: #999;
}

.scoop-page section.related-articles ul.articles li a:hover p, 
.scoop-page section.related-articles ul.articles li a:hover h3,
.full-story section.related-articles ul.articles li a:hover p, 
.full-story section.related-articles ul.articles li a:hover h3 {
	color: #ca0002;
}

.scoop-page section.related-videos,
.full-story section.related-videos {
	clear: both;
}

.scoop-page nav.post-navigation,
.full-story nav.post-navigation {
	display: block;
	margin: 0;
 	padding: 20px 12px 15px;	
	text-align: center;
	float: none;
}

.scoop-page nav.post-navigation span,
.full-story nav.post-navigation span {
	display: -moz-inline-stack; 
	display: inline-block; 
	*display: inline; 
	padding: 3px 7px;
	margin: 0 1px 0 0; 
	background: #eee;
	border: solid 1px #ccc;
	line-height: 16px;
	vertical-align: middle;
}

.scoop-page nav.post-navigation .current-numeric-page,
.full-story nav.post-navigation .current-numeric-page {
	color: #fff;
	background: #000;
	font-weight: bold;
	border: solid 1px #000;
}




/* END: FULL STORY PAGE */



/******** BEGIN MERGED LIBRARIES *********/

/*  AUTO COMPLETE STYLING */

.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_match {
	text-decoration: underline;
	color: black;
}

/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* the input field */


/* calendar root element */
#calroot {
    /* place on top of other elements. set a higher value if nessessary */
    z-index:               10000;
    margin-top:            -1px;
    width:                 198px;
    padding:               2px;
    background-color:      #fff;
    font-size:             11px;
    border:                1px solid #ccc;
    -moz-border-radius:    5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow:       0 0 15px #666;
    -webkit-box-shadow:    0 0 15px #666;
    }

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
    padding: 2px 0;
    height:  22px;
    }

#caltitle {
    font-size:   14px;
    color:       #0150D1;
    float:       left;
    text-align:  center;
    width:       155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
    }

#calnext, #calprev {
    display:    block;
    width:      20px;
    height:     20px;
    background: transparent url('/wp-content/themes/worldnet-theme/_/images/prev.gif') no-repeat scroll center center;
    float:      left;
    cursor:     pointer;
    }

#calnext {
    background-image: url('/wp-content/themes/worldnet-theme/_/images/next.gif');
    float:            right;
    }

#calprev.caldisabled, #calnext.caldisabled {
    visibility: hidden;
    }

/* year/month selector */
#caltitle select {
    font-size: 10px;
    }

/* names of the days */
#caldays {
    height:        14px;
    border-bottom: 1px solid #ddd;
    }

#caldays span {
    display:    block;
    float:      left;
    width:      28px;
    text-align: center;
    }

/* container for weeks */
#calweeks {
    background-color: #fff;
    margin-top:       4px;
    }

/* single week */
.calweek {
    clear:  left;
    height: 22px;
    }

/* single day */
.calweek a {
    display:               block;
    float:                 left;
    width:                 27px;
    height:                20px;
    text-decoration:       none;
    font-size:             11px;
    margin-left:           1px;
    text-align:            center;
    line-height:           20px;
    color:                 #666;
    -moz-border-radius:    3px;
    -webkit-border-radius: 3px;
    }

/* different states */
.calweek a:hover, .calfocus {
    background-color: #ddd;
    }

/* sunday */
a.calsun {
    color: red;
    }

/* offmonth day */
a.caloff {
    color: #ccc;
    }

a.caloff:hover {
    background-color: rgb(245, 245, 250);
    }

/* unselecteble day */
a.caldisabled {
    background-color: #efefef !important;
    color:            #ccc !important;
    cursor:           default;
    }

/* current day */
#calcurrent {
    background-color: #498CE2;
    color:            #fff;
    }

/* today */
#caltoday {
    background-color: #333;
    color:            #fff;
    }



/* FANCY BOX CSS */

/*! fancyBox v2.0.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
	background: #fff;
}

.fancybox-outer {
	padding: 0;
	margin: 0;
        /*
	background: #fff;
	*/
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	/*
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	*/
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('_/js/fancybox/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('_/js/fancybox/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('_/js/fancybox/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
        background: #fff;
}

/* Title helper */

.fancybox-title {
        visibility: hidden;	
	font: normal 14px/20px Helvetica, "Helvetica Neue",Arial,sans-serif;
        position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
        position: relative;
	margin-top: 3px;
	margin-left: 3px;
        text-shadow: #eee 0 1px 0;	
        -webkit-text-shadow: #eee 0 1px 0;	
        -moz-text-shadow: #eee 0 1px 0;	
        -o-text-shadow: #eee 0 1px 0;	
        -ie-text-shadow: #eee 0 1px 0;	
        color: #333;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*****************************************************
*                   
*             WND BLOGS
*
*****************************************************/
.blog-body {
    padding: 0 12px;
}

header.blog-main {
    position: relative;
}

header.blog-main h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    line-height: 1.7em;
    color: #444;
}

header.blog-main h2 span.smaller {
    font-size: 20px;
    text-transform: uppercase;
}

header.blog-main p.note {
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    padding: 0;
    font-size: 12px;
    line-height: 1.3em;
    font-style: italic;
    color: #888;
}

.external-blogs header.title,
.blog-posts-recent header.title {
    padding: 4px 10px;
    color: #fff;
    background: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
}

.blog-posts {
    margin-top: 15px; 
    list-style: none;
}

.blog-posts .post-preview-thumb {
    float: left;
    margin-right: 10px;
}

.blog-posts header.title .smaller {
    font-size: .7em;
}

#blog-list-type-nav .tab {
    margin-left: 30px;
    color: #aaa;
    cursor: pointer;
    cursor: hand;
}
#blog-list-type-nav .tab:first-child {
    margin-left: 0;
}

#blog-list-type-nav .tab.selected {
    color: #fff;
}

.blog-body .browse-day {
    margin-top: 10px;
    text-align: right;
}

.blog-body .browse-day a {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 5px 10px;
    margin-left: 10px;
    background: #777;
    color: #fff;
}

.blog-body .s2-dyn-load-target {
    min-height: 400px;
}

.s2-dyn-load-thinking {
    width: 100px;
    padding-left: 25px; 
    margin: 40px auto;
    background: url(_/images/ajax-loader.gif) no-repeat left center;
    line-height: 40px;
}

.blog-post {
    padding: 0 0 0 80px;
}

.blog-post .post-title {
    padding: 0;
}

.blog-post .post-title a {
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase; 
    font-weight: normal;
    color: #000;
}
.blog-post .post-title a:hover {
    color: #ca0002;
}

.blog-post .post-info {
    padding: 5px 0;
    border-bottom: solid 1px #ddd;
}

.blog-post .post-author-img {
    position: absolute;
    margin-left: -80px;
}

.blog-post .post-author-img a {
    display: block;
}

.blog-author-page span.seperator, 
.blog-post span.seperator {
    margin: 0 8px;
}

.blog-post .post-author {
    font-weight: bold;
    color: #000;
}

.blog-post .post-date {
    display: inline;
    margin-left: 0;
    color: #444;
}


.blog-post .post-content {
    color: #444; 
    line-height: 1.3em;
}

.blog-post img.attachment-thumbnail {
    float: left; 
    margin-right: 10px;
}


.blog-author-page .post-actions {
    margin: 0;
}

.blog-post .blog-link-read {
    font-weight: bold;
}

.external-blogs {
    padding-top: 30px;
}

.external-blogs ul {
    list-style: none;
}

.external-blogs ul li {
    margin-top: 7px;
}

#blog-author-posts article {
    padding: 20px 10px 15px;
    border-top: dotted 1px #ccc;
    clear: both;
}

#blog-author-posts a.full-story {
    display: block; 
}

#blog-author-posts .more-callout {
    font-size: 14px;
}

#blog-author-posts time {
    margin: 5px 0 0 0;
    color: #aaa;
    font-size: 14px;
}

#blog-author-posts .posttitle {
    font-size: 21px;
    color: #000;
    line-height: 26px;
}

#blog-author-posts h2.deck {
    font-size: 16px; 
    line-height: 20px;
    color: #999;
    font-style: italic;
}


#blog-author-posts .wp-post-image {
    float: right;
    padding: 0 0 10px 10px;
}

.blog-author-page div.byline {
    margin: 0;
    padding-left: 10px;
}

.blog-author-page div.byline .fn a {
    font-size: 30px;
}

.blog-author-page .archive-title {
    padding: 5px 12px;
    text-transform: uppercase;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    background: #000;
    font-size: 18px;
    color: #fff;
}

.blog-author-page .post-actions {
    margin: 0 0 10px 10px;
}

.blog-author-page .post-navigation {
    position: relative;
    display: block;
    margin: 40px 0 0 0;
    padding: 5px 10px;
    background: #000;
    float: none;
    clear: both;
    text-align: right;
   line-height: 30px;
}

.blog-author-page .author-archive-line {
   position: absolute;
   left: 10px; 
   color: #fff;
}

.blog-author-page #archive_pagination a,
.blog-author-page #archive_pagination span {
    margin: 0 3px;
}

.blog-author-page #archive_pagination a {
    color: #fff;
}

h1.blog-name {
    padding-top: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    color: rgb(157,67,40);
    font-size: 34px;
    font-weight: normal;
}

p.blog-desc {
    padding-left: 10px;
    margin-top: 0;
    color: #777;
}


.blog-author-links {
    margin-top: 8px;
}


.bloghome .widget_wnd_category_stories.fixed-top {
    position: fixed;
    width: 300px;
    top: 0;
}


.wnd-blog .wp-post-image {
    height: auto !important;
}

#blog-author-letter-nav {
    padding-top: 15px;
    font-size: 0;
}

#blog-author-letter-nav .tab {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    padding: 3px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle; 
    font-size: 26px;
    cursor: pointer;
    cursor: hand;
}

#blog-author-letter-nav .tab.selected {
    background: #ca0002;
    color: #fff;
}

.blog-authors-col1,
.blog-authors-col2 {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 280px;
    vertical-align: top;
}

.blog-authors-col2 {
    margin-left: 50px;
}


.blog-authors {
    list-style: none;
}

.blog-authors .blog-author-avatar {
    float: left;
}

.blog-authors .blog-author {
    padding-top: 15px;
}

.blog-authors .blog-author-name {
    padding-bottom: 0; 
    text-transform: uppercase;
    font-family: Oswald, 'Arial Narrow', Arial, sans-serif;
    color: rgb(157,67,40);
    font-size: 18px;
    font-weight: normal;
}

.blog-authors .author-description {
    margin-top: 0;
    color: #777;
}



/*****************************************************
*                   
*             Interstitial Ad
*
*****************************************************/
#floating_ad {
    position: absolute;
    z-index: 10005;
    top: 170px;
    left: 50%;
    margin-left: -315px;
}

/* Account for non IE8 and below browsers */
@media (min-height: 551px) {
    #floating_ad {
        position: fixed;
        top: 50%;
        margin-top: -280px;
    }
}

/* Accounts for screen heights that are shorter */
@media (max-width: 620px) {
    #floating_ad {
        position: fixed;
        left: auto;
        margin-left: 0;
        right: 0;
    }
}

@media (max-height: 550px) {
    #floating_ad {
        top: 0;
        margin-top: 0;
    }
}


#floating_ad .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    cursor: hand;
    background: url(_/images/ad-close.png?v=2);
}


#floating_ad .window-body {
    padding: 30px;
    background: rgba(0,0,0, 0.8);
    
}




/*****************************************************
*                   
*             WP Ratings
*
*****************************************************/

.pd-rating {
    /*display: block !important;*/
    padding: 3px 10px 2px 3px;
    margin-top: 1px;
    
    border: solid 1px #ccc;
    
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*
    text-transform: uppercase;
    background: #444;
    color: #fff;
    

    border-top: dotted 1px #ccc;
    
    */
    
    
    
    
}

.pd-rating .rating-icons {

}

.widget_ratings-widget {
    height: 250px;
    
}

.widget_ratings-widget > ul {
    margin-top: -10px;
    height: 232px;
    overflow: auto;
    list-style: none;
    padding: 0 8px;
    background: #fff;
}

.widget_ratings-widget > ul > li:first-child {
    margin-top: 13px;
}

.widget_ratings-widget > ul > li {
    display: relative;
    white-space: nowrap;
}

.widget_ratings-widget > ul > li a {
    display: block;
    padding: 5px 4px;
}

.widget_ratings-widget > ul > li:nth-child(even) {
    background: #f3f3f3;
}

.widget_ratings-widget .rated-title {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.widget_ratings-widget .stars {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 50px;
}

.widget_ratings-widget > ul > li img {
    width: 10px;
}


/*****************************************************
*                   
*             WND History
*
*****************************************************/
.wnd-history .posttitle.main-title {
    font-size: 50px;
    padding: 20px 12px 0;    
}

.wnd-history .description {
    padding: 0 12px;
}

.wnd-history .post-actions {
    margin-left: 12px;    
}

.wnd-history .hide-first {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.wnd-history .show-this {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #999;
    font-weight: bold;
    font-size: 16px;
    border: dashed 3px #ddd;
    cursor: pointer;
    cursor: hand;
}

.daily-stories {
    padding: 0 12px 10px;
}

.daily-stories .notice {
    padding: 30px 0;
    text-align: center;
}

.month-selector {
    margin-top: 30px;
    white-space: nowrap;
    font-size: 0;
    background: #f6f6f6;
    text-align: center;
}

.month-selector .month {
    display: -moz-inline-stack; 
    display: inline-block; 
    *display: inline; 
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: #f6f6f6;
    cursor: pointer;
    cursor: hand;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;                
}
.month-selector .month:hover {
    background: #eee;
}

.month-selector .month.selected {
    background: #ca0002;
    color: #fff;
}

.history-days {
    
}

.history-day {

}

.history-day .year {
    color: #bbb;
    font-weight: normal;
}

.clear-day {
    clear: both;
}

.history-day-title {
    padding-top: 15px;
    margin-bottom: 10px;
    color: #000;
    font-size: 28px;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    border-bottom: solid 1px #eee;
}
.history-day-title.today {
    color: #ca0002;
}
.history-day-title .less {
    color: #888;
}
.history-day-title sup {
    font-size: .4em;
    top: -1.4em;
}

.history-milestone {
    padding-bottom: 20px;
}

.milestone-image.right {
    float: right;    
    margin: 5px 0 0 10px;    
}

.milestone-image.left {
    float: left; 
    margin: 5px 10px 0 0;
}
/*
.posttitle {
    padding-bottom: 5px;
    color: #444;    
    clear: both;
}
*/
.milestone-body-short {
    padding: 5px 0 0;
    line-height: 1.5em;
}

.milestone-body-short p:first-child {
    margin-top: 0;
}

.milestone-body-short ol,
.milestone-body-short ul {
    margin: 10px 0 0 20px;
}

.view-story {
    
}



/*****************************************************
*                   
*             Ad Block Notice
*
*****************************************************/
#overlay-notice {
    position: fixed;
    z-index: 5000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);    
}

#overlay-notice .overlay-box {
    position: relative;
    width: 500px;
    padding: 10px 20px 20px;
    margin: 50px auto 0;
    background: #fff;
    border-radius: 3px;
}

#overlay-notice .top-actions {
    text-align: right;
}
/* remove */



/*****************************************************
*                   
*             MOBILE SPECIFIC
*
*****************************************************/

/*        Slideout Menu
-----------------------------------------------*/
#open-slideout-menu {
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    margin: 15px 0 0 0;
    border-radius: 4px;
    cursor: pointer;
    cursor: hand;
}

#open-slideout-menu .text {
    display: none;
    position: absolute;
    margin: 13px 0 0 10px;
    font-size: 12px;
    text-transform: uppercase; 
    font-weight: bold;
    color: #aaa;

}

#open-slideout-menu .icon {
    margin: 8px 5px 0 0;
}

#open-slideout-menu .icon div {
    height: 5px;
    margin-top: 5px;
    background: #444;
    border-radius: 1px;
}



#slideout-menu {
    position: absolute;
    z-index: 5000;
    top: 0;
    right: -2000px;     
    bottom: 0;
    text-align: center; 
    background-color: #272727; 
    padding: 0; 
    -webkit-box-shadow: rgba(0,0,0,0.8) 0 0 10px 2px; 
    -moz-box-shadow: rgba(0,0,0,0.8) 0 0 10px 2px; 
    box-shadow: rgba(0,0,0,0.8) 0 0 10px 2px; 
    overflow: auto;
    }

#slideout-menu .menu-content {
    padding: 0;
    }
    
#slideout-menu .menu-header {
    position: relative;
    padding: 10px 0;
    margin-bottom: 20px;
    background: #444;
}

#slideout-menu .nav-start {
    margin-top: 20px;
}

    
#slideout-menu #search { 
    position: relative;
    text-align: center;
    margin: 10px 10px 0;
    padding-top: 10px;
    border-top: solid 1px #111;
    }
#slideout-menu #search img {
    position: absolute;
    margin-left: -20px; 
    }
#slideout-menu #search #s.search { 
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 8px; 
    -webkit-border-radius: 2px;  
    -moz-border-radius: 2px;  
    border-radius: 2px;  
    background-color: #222;
    border: solid 1px #111;
    font-size: 16px;
    -moz-box-shadow: #666 0 1px 0;
    -webkit-box-shadow: #666 0 1px 0;
    box-shadow: #666 0 1px 0;
    color: #ccc; 
    }
#slideout-menu .row {
    clear: both
}    
    
#slideout-menu .row .column {
    float: left;
    width: 49%;
    vertical-align: top; 
    text-align: left;
    }
#slideout-menu .row .column:last-child {
    float: right;
}

.menu-account {
    text-align: right;
}

.menu-account .button {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    margin: 0 10px 0 0;
}

#slideout-menu .menu-account a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;    
    padding: 12px 15px;
    border: solid 1px #555;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
}

#slideout-menu h3 {
    padding-left: 10px;
    background: #2f2f2f;
    }
#slideout-menu h3 a {
    font-size: 14px; 
    color: #fff; 
    font-weight: normal; 
    }
    
    
#slideout-menu ul {
    list-style: none;
    padding: 5px 10px 25px;
    margin: 0; 
    text-align: left;
    }
#slideout-menu li a {
    line-height: 2.8em; 
    color: #aaa; 
    }
    
#slideout-menu .with-author {
    font-size: 11px;
    color: #777;
}    

#slideout-menu .desktop_site {
    color: #aaa; 
    }
#slideout-menu .site-switch .site-switch-desktop {
    padding: 6px 6px; 
    }
#slideout-menu .site-switch .site-switch-mobile.pressed {
    padding: 6px 6px; 
    }
#slideout-menu .close-menu .icon {
    width: 27px;
    height: 21px; 
    margin: 0 auto 0; 
    background: url(/wp-content/themes/worldnet-theme/_/images/sprite_pulldown_menu.png) no-repeat 0 -21px;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); 
    -webkit-transform:rotate(90deg); 
    
    }
#slideout-menu .open-menu .icon {
    width: 27px;
    height: 21px; 
    margin: 3px auto 0; 
    background: url(/wp-content/themes/worldnet-theme/_/images/sprite_pulldown_menu.png) no-repeat 0 0; 
    }
#slideout-menu .close-menu {
    position: absolute;
    top: 18px;
    left: 4px;
    width: 40px;
    height: 40px; 
    color: #fff; 
    cursor: pointer;
    cursor: hand;
    }

.slideout-menu-bottom {
    clear: both;
    padding: 20px 0;
    background: #232323;
    color: #666;
    text-align: center;
}    


/*        Logo
-----------------------------------------------*/
#mobile .logo {
    padding: 2px 0 0;
}
#mobile .logo a {
    background-size: 140px 287px; 
    margin:  0;
    float:       none;
    padding:     0;
    height:      55px;
    width:       140px;
    margin: 11px auto 0;
    overflow:    hidden;
    display: block; 
    background-image: url(_/images/logo-sprite-two.png);
}


#mobile .logo.front-page a {
    text-indent: -999em;
    /*height: 57px;*/
    background-position: 0 -169px;
}

#mobile .logo.interior a {
    background-image: url(_/images/logo-sprite-two.png);
    background-repeat: no-repeat;
    text-indent: -999em;
    margin-top: 11px;
    height: 57px;
    background-position: 0 -169px;
}



/*        Add Site Shortcut Notice 
-----------------------------------------------*/
#install-site-shortcut {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    right: 0;
    bottom: -150px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    background: #fff;
}

#install-site-shortcut .hide {
    position: absolute;
    top: 1px;
    right: 8px;
    color: #aaa;
    font-size: 26px;
    line-height: 26px;    
}

#install-site-shortcut .offclick {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20001;
}

#install-site-shortcut.closed .offclick {
    display: none;
}

#install-site-shortcut .install-header {
    padding: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

#install-site-shortcut .install-body {
    height: 150px;
}

#install-site-shortcut .install-body-text {
    padding: 5px 15px 0;
    color: #000;
    text-align: center;
    line-height: 22px;
}

#install-site-shortcut .text-iphone,
#install-site-shortcut .text-android {
    display: none;
}

#install-site-shortcut.is-iphone .text-iphone,
#install-site-shortcut.is-android .text-android {
    display: block;
}

#install-site-shortcut .ios-more-options-icon {
    display: inline-block;
    width: 19px;
    height: 28px;
    margin: 0 2px;
    background: url(/wp-content/themes/worldnet-theme/_/images/sprite-mobile.png) no-repeat 0 0;
    background-size: 34px 32px; 
    vertical-align: bottom;
}

#install-site-shortcut .ios-icon-callout {
    width: 13px;
    height: 27px;
    margin: 10px auto;
    background: url(/wp-content/themes/worldnet-theme/_/images/sprite-mobile.png) no-repeat -21px 0;
    background-size: 34px 32px; 
}
 

/*  Top Videos
-------------------------------------------------*/
/*
.hot-videos {
    border-top: solid 2px #fff;
}

body.home .hot-videos {
    border-top: none;
    margin: 0 -8px;
}

#feature-videos-space {
    position: relative;
    clear: both;
    height: 260px;
    }

#feature-videos {
    clear: both;
    background-color: #D5D6DA;
    height: 275px;
    }
section.more-videos .video-carousel {
    border-bottom: solid 1px #666;
}
section.more-videos .video-carousel:last-child {
    border-bottom: none;
}

.icon_play_video {
    display: none;
    position: absolute;
    z-index: 1;
    width: 76px;
    height: 76px;
    background: url(_/images/play_video.png);
}

.video-carousel {
    position: relative;
    background-color: #000;
    padding: 0;
    color: #fff;
    }


.video-carousel > .title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family:    Oswald, 'Arial Narrow', Arial, sans-serif;
    padding: 5px 10px 10px 10px;
}
.video-carousel > .title span {
    font-size: 12px;
    margin: 0 5px;
}

#feature-videos > .title {
    position: absolute;
    width: 183px;
    height: 45px;
    margin: 7px 0 0 7px; 
    background: url(_/images/sprite_landing_page.png) no-repeat 0 -71px;
    }

.video-carousel .all-videos {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 5px 10px;
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    color: #004276;
    font-size: 11px;
}

.video-carousel.wnd-tv,
#feature-videos.wnd-tv {
    height:     190px;
    background: #D5D6DA;
    position:   relative;
    }

.video-carousel.wnd-tv {
    height: auto;
    }

.video-carousel.wnd-tv .jcarousel-container,
#feature-videos.wnd-tv .jcarousel-container {
    margin-top: 50px;
    }

.video-carousel .video-slide .video-container,
#feature-videos .video-slide .video-container {
    display: block;
    padding: 0 0 0 5px;
    }

.video-carousel .video-slide .desc {
    position: absolute;
    bottom: 0;
    padding: 3px;
}

.video-carousel .video-slide .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    -moz-opacity: 0.70;
    opacity: 0.7;
    filter: alpha(opacity=70);

}

.video-carousel .video-slide p {
    position: relative;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
}



.video-carousel .video-slide.author ,
#feature-videos .video-slide.author {
    display:      block;
    overflow:     hidden;
    width:        162px;
    height: 130px;
    margin-top:   15px;
    }

.video-carousel .video-slide.author .deck.video a ,
#feature-videos .video-slide.author .deck.video a {
    font-size: 12px;
    line-height: 16px;
    width: auto;
    }
li.video-slide.author a img {
    margin:  0 auto;
    display: block;
    width:   128px;
    height:  72px;
    }
.video-slides {
    white-space: nowrap;
    overflow: auto; 
    }

.video-slide {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    overflow: hidden;
    width: 135px;
    margin-top: 0;
    white-space: normal; 
    vertical-align: top;
    }

.video-slide.author {
    position: relative; 
    float:        none;
    display:      block;
    overflow:     hidden;
    width:        auto;
    min-height: 42px;
    border-right: none;
    text-align: left;
    padding: 10px; 
    margin-top: 0; 
    border-top: solid 1px #e5e5e5; 
    background: #f5f6fA;
    }

li.video-slide.author a img {
    position: absolute;
    top: 10px;
    left: 10px; 
    width: 59px !important;
    height: 42px !important;
    display: block;
    }
#video-slides .video-slide:last-child {
    border: none;
    }
#author-video-slides-mobile h2 a ,
#video-slides h4 a {
    color: #222;
    text-shadow: none;
    font-size: 12px;
    margin-left: 75px;
    line-height: 18px;
    padding: 1px 12px 0 0;
    display: block;
    font-weight: normal;
    font-family: Helvetica, arial, sans-serif;
    }
.jcarousel-clip {
    overflow: hidden;
    }

.jcarousel-clip-horizontal {

    width: 100%; 
    }
.jcarousel-item {
    width:  179px;
    height: 96px;
    }
.jcarousel-item-horizontal {

    }

.jcarousel-skin-tango .jcarousel-container-horizontal {

    width: 100%; 
    margin-left: 0;
    overflow:    hidden;
    }

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
    }

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%; 
    margin: 0 6px;
    }

.jcarousel-skin-tango .jcarousel-item {
    width:  199px;
    height: 200px;
    }

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left:   4px;
    margin-right:  6px;
    padding-right: 6px;
    }

.prev-next {
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.prev-next a {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}
#prev-next a {
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
    margin-right: 12px;
    }
.prev-set ,
#prev4 {
    margin-right: 40px;
    }

.prev-next.wnd-tv-nav ,
#prev-next.wnd-tv-nav {
    position: absolute;
    bottom:   6px;
    right:    6px;
    }
*/


