/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

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

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

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

table { border-collapse: collapse; border-spacing: 0; }

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

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

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

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

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
/*::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }*/

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

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #333;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/*a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }*/


/**
 * Primary styles
 *
 * Author: David McCreath
 * Rule for applying Grad (the headline font): font-family: "grad-1","grad-2",serif;
 * Rule for applying Myriad (the smaller sans-serif font used in nav and a few other spots): font-family:"myriad-pro-1","myriad-pro-2",sans-serif;
 */
 
 
body { background:url(../img/bg-body.jpg); }

select { padding:3px; }



a { color:#0087bb;text-decoration:none; }
a:hover { text-decoration:underline; }
a.video { background:url(../img/icn-video-sm.png) 0 51% no-repeat;padding-left:23px; }
a.twitter-link { background:url(../img/icn-twitter-16.png) 0 2px no-repeat; }
a.email-link { background:url(../img/icn-email-16.png) 0 2px no-repeat; }
a.feed-link { background:url(../img/icn-rss-16.png) 0 2px no-repeat; }
a.share-link { background:url(../img/share-icon-16x16.gif) 0 2px no-repeat; }
a.print-link { background:url(../img/print.gif) 0 2px no-repeat; }
a.icn-link,
.fmenu a.icn-link,
.article-tools.fmenu a.icn-link { padding:2px 0 2px 20px; }

a.video-thumb { position:relative;display:block;background-image:none;padding-left:0; }
a.video-thumb .icon { background:url(../img/icn-video-overlay.png) 0 0 no-repeat;display:block;position:absolute;width:36px;height:32px;top:50%;left:50%; }

.title a { color:#020202; }
.title a:hover { color:#0087bb;text-decoration:none; }

.title { color:#020202;font-family: "grad-1","grad-2",serif;font-style:normal;font-weight:bold;line-height:1.2;margin-bottom:.3em; }
.col-name { font-family:"myriad-pro-1","myriad-pro-2",sans-serif;font-weight:900;text-transform:uppercase; }
.byline { color:#999; }

.excerpt:before, .excerpt:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.excerpt:after { clear: both; }
.excerpt { zoom: 1; }
.excerpt-text { float:right; }
.excerpt-image { float:left; }

.wrapper { margin:0 auto;width:990px; } /* sets the width of each of the main content sections */
.wrapper:before, .wrapper:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.wrapper:after { clear: both; }
.wrapper { zoom: 1; }

#hat { background:#000;height:25px; }

header { background:url(../img/bg-banner-2.jpg) 50% -2px no-repeat; }

footer { background:url(../img/bg-footer-top.png) 0 0 repeat-x;color:#0f1c26;padding-bottom:100px;padding-top:80px; }
    footer .logo { background:url(../img/logo-footer.png) 0 0 no-repeat;height:111px;width:110px;position:absolute;top:-70px;left:0; }
    footer a { color:#b6d8f3; }
    footer .wrapper { background:url(../img/bg-footer-cols.png) 0 0 repeat-y;position:relative;z-index:1; }
.footer-about { float:left;line-height:1.5;padding:40px 11px 10px 0;width:250px; }
    .footer-about p { padding:10px 0 0 5px; }
.footer-col { float:left;line-height:1.5;padding:0 11px 10px;width:160px; }
    .footer-col ul { list-style-type:none;margin-left:0; }
    .footer-col li { margin-bottom:5px; }
.footer-conf { text-align:center; }
    .footer-conf p { margin-bottom:5px; }
.footer-meta { clear:both;padding-top:30px;text-align:center; }
    .footer-meta.hmenu li { border-left-color:#b6d8f3; }
.app-store-link { padding-top:10px;text-align:center; }
.subscribe-block { margin-bottom:15px;position:relative; }
    .subscribe-block p { background:#38698e;color:#b6d8f3;padding:5px 10px;width:140px;cursor:pointer;position:relative;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        -moz-box-shadow:0 2px 2px #333;
        -webkit-box-shadow:0 2px 2px #333;
        box-shadow:0 2px 2px #333;
        background: -moz-linear-gradient(top, #38698e 0%, #244b67 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38698e), color-stop(100%,#244b67)); /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38698e', endColorstr='#244b67',GradientType=0 ); /* ie */
    }
    .subscribe-block p span { background:url(../img/arw-subscribe-block.png) 0 -10px no-repeat;height:29px;position:absolute;right:0;top:0;width:28px; }
    .subscribe-list { background:#2f5b7c;color:#668eaa;display:none;padding:2px 5;width:780px;position:absolute;right:0;top:28px;
        z-index:2;
        -moz-border-radius:5px 0 5px 5px;
        -webkit-border-radius:5px 0 5px 5px;
        border-radius:5px 0 5px 5px;
        -moz-box-shadow:0 2px 2px #333;
        -webkit-box-shadow:0 2px 2px #333;
        box-shadow:0 2px 2px #333;
    }
    .subscribe-block.open p { 
        background:#2f5b7c;
        filter:none;
        -moz-border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-box-shadow:0 2px 2px #333; 
        -webkit-box-shadow:0 2px 2px #333;
        box-shadow:0 2px 2px #333;
    }
    .subscribe-block.open p span { background-position:0 -80px; }
    .subscribe-block.open .subscribe-list { display:block; }
    .subscribe-block ul { float:left;padding:12px 10px 0 10px;width:240px; }
    .subscribe-block li { margin-bottom:8px;}
.feeds-list { width:540px; }
    .subscribe-block .feeds-list ul { width:160px; }
    .feeds-list li a { background:url(../img/feed-icon-10x10-ie.png) 0 1px no-repeat;padding-left:14px; }
     #all-twitter { clear:both;border-top:1px solid #274a69;margin:0 10px 10px;padding-top:5px; }

html.ie7 .footer-subscribe { position:relative;z-index:1; }
html.ie7 .subscribe-block { z-index:1; }
html.ie7 .subscribe-block p { z-index:2; }
html.ie7 .subscribe-block p span { z-index:2; }
html.ie7 .subscribe-list {  }

.masthead .wrapper { padding:0 10px;width:970px; }
.masthead .logo { background:url(../img/logo-banner.png) 0 0 no-repeat;text-indent:-9999px;display:block;float:left;height:52px;margin:12px 0 9px;width:220px; }
.masthead form { background:url(../img/bg-banner-search.png) 0 0 no-repeat;float:right;height:30px;margin:20px 0 0;width:330px; }
.masthead input { background:url(../img/icn-banner-mag.png) 100% 7px no-repeat;border:0;font-size:108%;padding:9px 25px 5px 10px;width:285px; }
.masthead input.blur { color:#42759b;font-family:Georgia,serif;font-style:italic; }


#nav { background:#edf2f7 url(../img/bg-nav.png) bottom left repeat-x;clear:both; }
#nav li { background:url(../img/bg-nav-item.png) 0 50% no-repeat;padding:5px 7px 7px 0;position:relative;z-index:1001; }
#nav li.pre-jobs { background:none; }


#nav li:first-child, #nav li.first { background-image:none; }
#nav li.active,
#nav li.pre-jobs.active { background:url(../img/bg-nav-active.png) bottom left repeat-x;z-index:1000; }
#nav li.pre-active { background-image:none; }

#nav li.open,
#nav li.active.open,
#nav li.pre-active.open { background-color:#CCEBF9;
    margin-top:-2px;padding-top:7px;
    -moz-box-shadow:0px 2px 2px #666;
    -moz-border-radius:2px 2px 0 0;
    -webkit-box-shadow:0px 2px 2px #666;
    -webkit-border-radius:2px 2px 0 0;
    box-shadow:0px 2px 2px #666;
    border-radius:2px 2px 0 0;
    z-index:1001;
}
#nav a.nav-link { color:#303030;font-weight:bold;padding:0 7px 0 7px; }
.wf-active #nav a.nav-link { font-family:"myriad-pro-1","myriad-pro-2",sans-serif;font-size:108%; }
    #nav a.nav-link:hover,
    #nav li.active.open a.nav-link { color:#0087bb;text-decoration:none; }
    #nav li.active a.nav-link { color:#fff; }
#nav .toggle { background:url(../img/bg-nav-toggle_set.png) 0 0 no-repeat;cursor:pointer;display:block;float:left;margin-top:1px;height:15px;width:15px; }
#nav .toggle:hover,
#nav li.active .toggle { background-position:0 -75px; }
#nav li.open,
#nav li.active.open { background-image:none; }
    #nav li.open .toggle { background-position:0 -150px; }
#nav li .sub { display:none;min-height:20px;min-width:355px;position:absolute;top:100%;left:0; }
    #nav li.open .sub { display:block; }
/*B8C0CB*/
#nav li#nav-jobs { background:#C2D3E8 url(../img/shd-banner-jobs.png) 0 100% repeat-x;padding-left:7px; }
#nav li#nav-jobs .nav-link { color:#5D707F; }
#nav li#nav-jobs.open { background:#C2D3E8 url(../img/shd-banner-jobs.png) 0 100% repeat-x;margin-top:0;padding-top:5px;
    -moz-box-shadow:0px 0 0 #666;
    -moz-border-radius:0 0 0 0;
    -webkit-box-shadow:0px 0 0 #666;
    -webkit-border-radius:0 0 0 0;
    box-shadow:0px 0 0 #666;
    border-radius:0 0 0 0;
}
#nav li#nav-jobs.open .nav-link { color:#0087bb; }

.nav-flyout { 
    background:#ccebf9;display:none;padding:10px 10px 10px 10px;position:absolute;width:355px;top:0;left:0;z-index:1002;
    -moz-border-radius:3px 3px 3px 3px;
    -moz-box-shadow:0px 2px 2px #666;
    -webkit-box-shadow:0px 2px 2px #666;
    -webkit-border-radius:3px 3px 3px 3px;
    box-shadow:0px 2px 2px #666;
    border-radius:3px 3px 3px 3px;
    
}
.nav-flyout .inner { background:url(../img/bg-nav-flyout.png) 0 0 repeat-y; }
.nav-flyout .col-name { margin-bottom:5px;color:#5b7885; }
.nav-flyout-header { border-bottom:1px solid #b4d0dc;position:relative;padding:0 0 0 0; }
    .nav-flyout-header .title { color:#83a9ba;font-size:200%;margin-bottom:5px;line-height:1; }
    .nav-flyout-header .title a { display:inline;vertical-align:baseline; }
.nav-flyout-footer { border-top:1px solid #b4d0dc;clear:both;padding-top:5px; }
.nav-flyout-recent { width:200px;padding:7px 5px 2px 0; }
.nav-flyout-bestof { padding:7px 5px 7px 9px;width:135px; }
.fmenu .nav-flyout a { float:none;padding:0;line-height:1.2;margin-bottom:2px; }
.nav-flyout-bestof .col-name { color:#83a9ba; }
.nav-flyout p.byline { color:#89afc0;margin-bottom:10px; }
.nav-flyout-bestof p { margin-bottom:10px; }

.flyout-links { position:absolute;bottom:8px;right:0; }
.fmenu .flyout-links a { float:left;height:16px;margin:0 0 0 5px;width:16px; }

#writers-menu { float:right; }
#nav-writers .nav-flyout { width:455px;padding-bottom:20px; }
#nav #nav-writers-flyout-copy li { float:left;background-image:none;clear:both;padding:0;  }
#nav #nav-writers-flyout-copy a { display:block;float:left;padding:5px;border-bottom:1px solid #b4d0dc;width:140px;margin-bottom:0;text-decoration:none; }
#nav #nav-writers-flyout-copy a:hover { background:#fff;color:#0087bb; }
#nav-writers-flyout-copy ul { float:left;width:150px; }
#nav-writers-flyout-copy ul.middle { border-left:1px solid #b4d0dc;border-right:1px solid #b4d0dc;}
#nav-writers-flyout-copy li .title { font-size:123.1%;line-height:1.1;margin-bottom:0;overflow:visible;width:30px;padding-top:10px; }
#nav-writers-flyout-copy li img { display:block;float:left;padding-right:4px;width:50px; }
#nav-writers-flyout-copy li p { float:left; }

#trending { background:#fff;padding-top:2px; }
    #trending .wrapper { border-bottom:1px solid #caced1; }/*width:980px;*/
	    html.ie6 #trending .wrapper { width:997px;overflow:hidden; }
    #trending p { overflow:hidden;white-space:nowrap;position:relative;padding:8px 0 8px 10px; }
    	html.ie6 #trending p { width:860px;}
    #trending .overlay { background:url(../img/overlay-trending.png) 0 0 no-repeat;height:30px;position:absolute;right:0;top:0;width:10px; }
    #trending p strong { font-family:"myriad-pro-1","myriad-pro-2",sans-serif;font-size:108%; }

#cookie-alert { background:#fff;padding-bottom:10px; }
    #cookie-alert .wrapper { background:#CCEBF9;padding:20px 20px;width:950px; }
    #cookie-alert p,
    #cookie-alert ul { margin-bottom:7px; }
    
    #cookie-alert p#cookie-once { clear:both;color:#333;font-size:87%;margin:0 0 0 195px; }
    
    #cookie-alert .title { color:#333;font-size:167%; }
    .cookie-top-controls { float:right;width:90px;clear:right;text-align:right; }
    #cookie-alert .close { float:right; }
    .cookie-top-controls p { clear:right;font-size:93%;padding-top:8px; }
    #cookie-alert h2.title { float:left;padding:0 30px 0 0;text-align:right;width:165px;line-height:1.1; }
    #cookie-alert .inner { float:left;width:590px; }/*padding-top:28px;font-size:108%;*/
    #cookie-alert .more { display:none }
    .cookie-footer { display:none;padding:10px 0; }
    .cookie-btm-controls { float:right;width:110px;clear:right;text-align:right; }
    .cookie-btm-controls p { clear:right;padding-top:8px;font-size:93% }
    .cookie-footer p.title { float:left;width:590px;padding:10px 0 0 195px; }

    
.alert { background:#f9f9cf;margin-bottom:15px;padding:10px; }
.alert .title { color:#b72c2c;font-size:138.5%;margin-bottom:2px; }
.site-alert .title { float:left;width:140px; }

.alert.conf-alert .title { color:#a17d00; }
    
#content { background:#fff;padding:0 0 30px; }

#main { float:left;padding:10px 0 50px;width:640px; }
#side { float:right;padding:10px 0 20px;width:340px; }

#side.side-narrow,
.side-narrow { float:left;width:160px; }
#main.main-wide,
.main-wide { float:right;width:815px; }
.main-inner { width:463px; }
#side .module { clear:both;margin-bottom:15px; }

/* modules */

.carousel { background:url(../img/1px-d5dbe0.png) 400px 0 repeat-y;margin-bottom:20px; }
.carousel-large { float:left;padding:0 10px 10px;width:380px; }
    .carousel-large .title { font-size:24px; }
.carousel-side { float:right;padding-right:10px;width:230px; }
.carousel-small { border-top:1px solid #d5dbe0;padding:5px 10px 8px; }
    .carousel-small .title { font-size:18px; }
.carousel-small.first { border-top:0;padding-top:0; }

.home-feature { margin-bottom:20px; }
    .home-feature .inner {  background:url(../img/1px-d5dbe0.png) 400px 0 repeat-y; }
    .home-feature .feature-image { display:block;margin:0 0 10px; }
    .home-feature .excerpt { float:left;padding:0 10px 10px;width:370px; }
    .home-feature .title { font-size:28px; }
.home-feature-related { float:right;padding:0 10px;width:220px; }
    .home-feature-related p { margin:8px 0; }

.featured-cols { background:#e8eef4 url(../img/bg-featured-cols.png) 0 0 repeat-y;border-top:1px solid #d5dbe0;float:left;margin-bottom:20px;width:640px; }
    .featured-col { float:left;padding:8px 10px 8px 9px;width:140px; }
    .featured-col.first { padding-left:11px; }
    .featured-col .title { font-size:108%; }
    .featured-col img { display:block;margin:5px 0; }

#best-of-outer { background:#fff;padding-top:35px; }
#best-of { border-top:1px solid #d5dbe0;clear:both;margin-bottom:30px; }
    #best-of .featured-cols { background-color:#fff;background-image:url(../img/bg-featured-cols-wide.png);width:990px; }
.best-of-title { font-size:146.5%;padding:5px 0 0 10px; }
    
.voices-module { background:#fdebea;border-top:1px solid #e4cecc; }
    .voices-module .module-header { color:#9d807e;padding:6px 10px 6px 112px;position:relative; }
    .voices-module .module-header span { background:url(../img/voices-badge-sm.png) 0 0 no-repeat;display:block;height:42px;left:3px;position:absolute;top:-7px;text-indent:-9999px;width:103px; }
    .voices-module .excerpt { border-top:1px solid #e4cecc;padding:10px; }
    .voices-module .excerpt-text { width:260px; }
    .voices-module .excerpt-image { width:50px; }
    .voices-module .title { font-size:123.1%;margin-bottom:1px; }
    .voices-module .byline { color:#9d807e; }
    .voices-module .hmenu { border-top:1px solid #e4cecc;padding:6px 10px; }
    .voices-module .hmenu li { border-color:#e4cecc; }

.video-module { background:#000;padding:10px; }
    .video-module .module-header { margin-bottom:5px; }
    .video-module .module-header a { color:#91d3e4; }
    .video-module .module-header p { float:right;font-family:"myriad-pro-1","myriad-pro-2",sans-serif; }
    .video-module .module-header p.col-name { color:#e6e5e5;float:left; }
    .video-module .video-wrapper img { display:block; }
    .video-module .title a { color:#91d3e4;display:block;font-size:146.5%;padding-top:5px; }

/* home river */
.river { clear:both;position:relative; }
.river { background:url(../img/icn-loading.gif) 400px 150px no-repeat; } /* just to simulate ajax switching */
.river-header { background-color:#ffecd3;color:#726c63;font-family:"myriad-pro-1","myriad-pro-2",sans-serif;padding:4px 10px; }
    .river-header strong { text-transform:uppercase; }
    .river-header strong span { color:#333; }

.writers { float:left;width:160px;border-left:1px solid #caced1;
    -moz-box-shadow:0 0 2px #999;
    -webkit-box-shadow:0 0 2px #999;
    box-shadow:0 0 2px #999;
}
    .writers ul { background:#ffc;float:left;list-style-type:none;margin-left:0; }
    .writers li { cursor:pointer;float:left;position:relative;width:160px; }
    .writers li.first .inner { border-top:1px solid #caced1; }
    .writers .inner { background:#fff;border-bottom:1px solid #caced1;border-right:1px solid #caced1;float:left;padding:4px;width:151px; }
    .writers li img { display:block;float:left;padding-right:4px;width:50px; }
    .writers li p { float:left; }
    .writers li span { display:none;position:absolute;top:20px;right:-8px;width:10px;height:20px;background:url(../img/bg-river-active.png) 100% 50% no-repeat; }
    .writers li.active .inner { background:#edf2f6; }
    .writers li.active span { display:block; }
    .writers .title { font-size:123.1%;line-height:1.1;margin-bottom:0;overflow:visible;width:60px; }
    .writers .col-name { color:#979a9e;font-size:87%; }
    .writers .river-header { background:#ffecd3;clear:both;width:160px;padding:0; }
    .writers .river-header p { border-top:1px solid #caced1;border-right:1px solid #caced1;padding:4px; }

.articles { background:#fff;float:right;width:470px;display:none; }
    .articles.active { display:block; }
    .articles .river-header { border:1px solid #caced1;padding:4px 10px; }
    .articles .river-header p { float:left; }
    .articles .river-header p.article-switch { float:right; }
    .articles .title { font-size:138.5%;margin-bottom:3px; }
    
#river-loader { background:url(../img/icn-loading.gif) 50% 50% no-repeat;display:none;height:32px;margin-top:150px;position:absolute;top:0;right:0;width:470px; }

.river .excerpt { border-bottom:1px solid #caced1;float:left;padding:15px 0 15px 10px; }/*width:460px;*/
    .river .excerpt-text { color:#666;float:left;width:460px; }
    .river .has-photo .excerpt-text { padding-right:15px;width:305px; }
    .river .excerpt-image { float:right;width:140px; }
    .excerpt-image img { display:block; }
    .river .byline { margin-bottom:2px; }

.river .excerpt.excerpt-short { padding:10px 0 10px 30px;width:440px; }
    .river .excerpt-short .title { font-size:16px;font-weight:normal;margin-bottom:2px; }
    .river .excerpt-short .title a { color:#0087bb; }
    .river .excerpt-short .title a.video { margin-left:-23px; }
    	.ie7 .river .excerpt-short .title a.video { margin-left:0;padding-left:23px;text-indent:-23px; }
		.ie6 .river .excerpt-short .title a.video { margin-left:0;padding-left:23px;text-indent:-23px; }
.river .excerpt:last-child { border-bottom:none; }

.river .excerpt.news-byte { background:#e5f3f8 url(../img/bg-news-byte-excerpt.png) 0 0 repeat-y;padding:5px 0 5px 25px; }/*width:445px;*/
    .river .excerpt.news-byte .excerpt-text { padding-right:10px;width:435px; }
    .river .news-byte .col-name { color:#395f6e;margin-bottom:5px; }
    .river .news-byte .title { font-size:16px; }
    /*.river .news-byte .title a { color:#0087bb; }*/
    
.river .excerpt-short.news-byte { background:#fff url(../img/bg-news-byte-sm.png) 8px 12px no-repeat;padding:10px 0 10px 30px;width:440px; }
    
.river .excerpt.qotd blockquote { background:url(../img/quote-open.png) 0 0 no-repeat;padding:0 0 0 52px;min-height:46px;margin-bottom:10px; }
.river .excerpt.qotd blockquote p { background:url(../img/quote-close.png) 100% 100% no-repeat;font-size:24px;padding-right:50px;min-height:46px;
    font-family: "grad-1","grad-2",serif;font-style:italic;font-weight:normal;color:#020202;padding-top:10px; }
    .river .excerpt.qotd blockquote p a { color:#020202; }
    .river .excerpt.qotd blockquote p a:hover { color:#0087bb;text-decoration:none; }
    
.river .excerpt-short.qotd { background:url(../img/quote-open-sm.png) 8px 12px no-repeat; }
.river .excerpt-short.qotd blockquote { background:none;padding-left:0;min-height:16px;margin:0; }
    .river .excerpt-short.qotd blockquote p { background:none;font-size:16px;min-height:16px; }
    .river .excerpt-short.qotd blockquote p  a { color:#0087bb; }

.wsj-cols { background:#fdead2;color:#675f56; }
    .wsj-cols .inner { padding:5px 5px 5px 90px; }
    .wsj-cols.mossberg .inner { background:url(../img/walt-for-module.jpg) 0 0 no-repeat; }
    .wsj-cols.boehret .inner { background:url(../img/katie-for-module.jpg) 0 0 no-repeat; }
    .wsj-cols .title { font-size:123.1%; }
    .wsj-cols h2 span { font-weight:normal; }
    .wsj-cols p { margin-bottom:5px; }
    .wsj-cols .byline { font-size:93%;font-style:italic; }
    .wsj-top .col-name,
    .wsj-btm .col-name { color:#bb2d2d; }
.wsj-top { min-height:115px;padding:8px 95px 3px 10px;position:relative; }
    .wsj-top img { display:block;position:absolute;top:5px;right:-1px;
        -moz-box-shadow:0 0 2px #666;
        -webkit-box-shadow:0 0 2px #666;
        box-shadow:0 0 2px #666;
    }
    .ie6 .wsj-top img,.ie7 .wsj-top img,.ie8 .wsj-top img { border:1px solid #ccc; }
    .ie6 .wsj-top { height:125px; }
    
.wsj-btm { border-top:1px solid #d6c7b3;clear:both;padding:0 10px 5px;
    background: #EAD9C3; /* Old browsers */
    background: -moz-linear-gradient(top, #EAD9C3 0%, #F4E2CB 3%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAD9C3), color-stop(3%,#F4E2CB)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #EAD9C3 0%,#F4E2CB 3%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #EAD9C3 0%,#F4E2CB 3%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #EAD9C3 0%,#F4E2CB 3%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAD9C3', endColorstr='#F4E2CB',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #EAD9C3 0%,#F4E2CB 3%); /* W3C */    
}
    .wsj-btm p { margin-bottom:3px; }
    .wsj-btm h2 { margin:8px 0 2px; }


.mossberg-guides { padding-bottom:10px; }
.mossberg-guides .wsj-top { padding-top:10px; }
    

.pagination { border-top:1px solid #caced1;color:#aaa;padding-top:20px;text-align:center; }
    .pagination ul { margin-left:0; }
    .pagination li { display:inline-block;padding:0 2px; }
    .pagination a { border:1px solid #caced1;padding:2px 5px 3px; }
    .pagination a.current { background:#ddd; }
    .pagination a:hover { text-decoration:none;background:#caced1; }

/*body.videos .pagination { border-color:#222;color:#000; }
    .pagination a { border:1px solid #222;padding:2px 5px 3px; }
    .pagination a.current { background:#222; }
    .pagination a:hover { text-decoration:none;background:#000; }*/

/* article */

.page-header.article-header p.title { color:#bb2d2d;font-size:182%;margin:0;padding-top:8px; }
.page-header.article-header .article-tools { position:relative;top:0;left:0; }

.writer-extra { background:#edf2f7;color:#55606b;margin-bottom:5px;padding:15px 12px 10px;display:none;position:relative;top:-10px; }
.article-title h1 { border-bottom:1px solid #caced1;font-family: "grad-1","grad-2",serif;font-size:265%;margin-bottom:7px;padding:5px 0 10px; }

.article-meta { border-bottom:1px solid #caced1;margin-bottom:15px;padding-bottom:7px;position:relative; }
    .article-meta .article-date { float:left;padding:2px 0;text-transform:uppercase;width:auto; }
    .article-meta .article-tools,
    .article-footer .article-tools { float:right;width:auto;position:relative;top:0;left:0; }
    
.article-text { font-family:Georgia,serif;font-size:123.1%;line-height:1.5; }
    .article-text p { margin-bottom:.45em; }

.article-body { padding:15px 0;border-bottom:1px solid #caced1; }

.article-extras { float:right;padding:0 0 10px 15px;width:310px; }

blockquote.pullquote { background:#ccebf9 url(../img/pullquote-open.png) 0 10px no-repeat;font-family: "grad-1","grad-2",serif;font-weight:bold;padding:20px 10px 10px 15px;font-size:197%;margin-bottom:10px; }
    blockquote.pullquote p { background:url(../img/pullquote-close.png) 100% 100% no-repeat;margin-bottom:0;padding-bottom:20px; }
    
.article-extras .related { background:#ccebf9;margin-bottom:10px;padding:10px; }
    .article-extras .related .excerpt-image { width:140px; }
    .article-extras .related .excerpt-text { font-size:13px;font-family:"Helvetica Neue",Arial,sans-serif;width:140px; }

.article-footer { border-bottom:1px solid #caced1;padding:5px 0; }
    .article-footer p { float:left;padding:2px 0;width:auto; }
    .article-footer ul { float:right;width:auto; }
    
.article-related { padding:40px 0; }
    .article-related .col-name { border-bottom:1px solid #caced1;padding-bottom:5px; }
    .article-related .excerpt { padding:10px 0 0;width:305px; }
    .article-related .excerpt.right { border-left:1px solid #caced1;padding-left:15px; }
    .article-related .excerpt-text { width:245px; }
    .article-related .excerpt-image { width:50px; }
    .article-related .title { font-size:138.5%; }

.article-comments h2 { font-family: "grad-1","grad-2",serif;font-weight:bold;font-size:138.5%; }
    .article-comments h2 span { font-size:200%; }
    
a.close { color:#87C2D9;font-family:"Helvetica Neue",Arial,sans-serif;font-size:87%;padding:3px 8px 5px;
    padding:2px 5px 3px;
    -moz-box-shadow:0 0 2px #999;
    -webkit-box-shadow:0 0 2px #999;
    box-shadow:0 0 2px #999;
    background: #dde3e8; /* old browsers */
    background: -moz-linear-gradient(top, #dde3e8 0%, #d2e5ec 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dde3e8), color-stop(100%,#d2e5ec)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde3e8', endColorstr='#d2e5ec',GradientType=0 ); /* ie */    
}
a.close:hover { text-decoration:none;
    background: #d2e5ec; /* old browsers */
    background: -moz-linear-gradient(top, #d2e5ec 0%, #dde3e8 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2e5ec), color-stop(100%,#dde3e8)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e5ec', endColorstr='#dde3e8',GradientType=0 ); /* ie */
}
a.btn-link { font-family:"myriad-pro-1","myriad-pro-2",sans-serif;font-size:108%;padding:5px 10px;text-transform:uppercase;
    -moz-box-shadow:0 0 2px #999;
    -webkit-box-shadow:0 0 2px #999;
    box-shadow:0 0 2px #999;
    background: #edf8fc; /* old browsers color:#3d3d3d;*/
    background: -moz-linear-gradient(top, #edf8fc 0%, #c0c6cc 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf8fc), color-stop(100%,#c0c6cc)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf8fc', endColorstr='#c0c6cc',GradientType=0 ); /* ie */    
}
a.btn-link:hover { text-decoration:none;
    background: #c0c6cc; /* old browsers */
    background: -moz-linear-gradient(top, #c0c6cc 0%, #edf8fc 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0c6cc), color-stop(100%,#edf8fc)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c6cc', endColorstr='#edf8fc',GradientType=0 ); /* ie */
}

#recent-stories .excerpt { border-top:1px solid #ccc;padding:10px 0; }
#recent-stories .excerpt.first { border-top:0;padding-top:0; }
#recent-stories a { font-weight:bold; }


/* category agg */

.page-header { border-bottom:1px solid #ccc;padding:10px 0 10px 10px;position:relative; }
    .page-header h1.title { font-size:300%;line-height:1; }
    .page-header .title { margin-bottom:0; }
    .page-header a { vertical-align:baseline; }
    .page-header .headshot { display:block;float:left;margin:5px 10px 5px 0; }
    .page-header .col-name { color:#bb2d2d;padding-top:3px;}

.page-header.writer-header h1.title { padding-top:19px;} /* note: this class does not get applied to Katie's page or Walt's column archives */

.page-header-extra { background:#ccebf9;padding:10px;display:none;line-height:1.4;position:relative;top:-10px; }
.page-header-extra .col-name { border-top:1px solid #b4d0dc;color:#83a9ba;padding-top:10px;margin-top:10px; }
.page-header-extra .title { font-size: 123.1%; }

.page-header-toggle { background:url(../img/bg-nav-toggle_set.png) 0 -225px no-repeat;padding:1px 0 1px 20px;position:absolute;bottom:5px;left:650px; }

.trending-sorter { border-bottom:1px solid #ccc;border-top:1px solid #ccc;padding:10px 0; }
.trending-topic { color:#bb2d2d;font-weight:bold; }

    
.double-feature { background:url(../img/1px-caced1.png) 50% 0 repeat-y;border-bottom:1px solid #caced1;margin-bottom:10px;padding-bottom:20px; }
    .double-feature .excerpt-image { margin-bottom:10px; }
    .double-feature .excerpt-text { padding-bottom:10px; }
    .double-feature .excerpt { padding:0 10px;width:300px; }
    .double-feature .title { font-size:182%; }
    .double-feature .byline { margin-bottom:5px; }
    .double-feature .col-name { color:#bb2d2d;margin-bottom:5px; }
    
.other-recent { border-top:1px solid #ccc;clear:both;margin-top:10px;padding-top:10px; }
    .other-recent p { margin-bottom:12px; }
    .other-recent .col-name { color:#999;margin-bottom:12px; }
    .excerpt .archive-link { padding-top:10px;border-top:1px solid #eee; }

.filters { float:left;width:160px;border-left:1px solid #caced1;border-right:1px solid #caced1;background:#fcc;
    -moz-box-shadow:0 0 2px #999;
    -webkit-box-shadow:0 0 2px #999;
    box-shadow:0 0 2px #999;
}
    .filters ul { float:left;list-style-type:none;margin-left:0; }
    .filters li { cursor:pointer;float:left; }
    .filters li.first a { border-top:1px solid #caced1; }
    .filters li a { background:#fff;border-bottom:1px solid #caced1;float:left;padding:6px 5px;width:150px; }
    .filters a { color:#000; }
    .filters .col-name { color:#979a9e;font-size:87%; }
/*    .filters .river-header p { border-top:1px solid #caced1;padding:4px 5px;width:150px; } */
    .filters a:hover { background:#0087bb;color:#fff;text-decoration:none; }

    
.featured-writers { background:#ccebf9; }
    .featured-writers .excerpt { padding:8px 10px;width:150px;border-top:1px solid #b4d0dc; }
    .featured-writers .excerpt.left { border-right:1px solid #b4d0dc;width:149px; }
    .featured-writers .excerpt-image { width:50px; }
    .featured-writers .excerpt-text { width:49px;padding:10px 0 0 10px;float:left;overflow:visible; }
    .featured-writers .title { font-size:138.5%;margin-bottom:0px; }
    .featured-writers .module-header { color:#83a9ba;padding:5px 10px; }

.most-popular { background:#555b5f;position:relative; }
    .most-popular .excerpt { border-bottom:1px solid #333;clear:both;padding:10px 10px; }
    .most-popular .excerpt-image { width:50px; }
    .most-popular .excerpt-text { width:260px; }
    .most-popular .title a { color:#fff;font-size:138.5%; }
    .most-popular .title a:hover { color:#86ddfe; }
    .most-popular .module-header h2 { border-bottom:1px solid #333;color:#c0c5c8;clear:both;padding:10px 10px;font-size:138.5%; }
    .most-popular.tab-set .module-header { background:url(../img/bg-most-popular-menu.png) 0% 100% repeat-x;margin-bottom:15px; }
    .most-popular .fmenu { border-left:1px solid #333;margin-left:70px; }
    .most-popular .fmenu a { color:#86ddfe;border-right:1px solid #333; }
    .most-popular .fmenu a:hover { text-decoration:none; }
    .most-popular .fmenu li:first-child a,
    .most-popular .fmenu li.first a { padding-left:10px; }
    .most-popular .fmenu a.active { background:#555b5f;color:#c0c5c8; }
    .most-popular .module-footer { padding:8px 10px 10px 70px; }
    .most-popular .module-footer a { color:#86ddfe; }
#most-popular-logo { background:url(../img/sm-d-tilt.png) 0 0 no-repeat;height:60px;width:60px;position:absolute;top:-8px;left:5px; }
.tab-content { display:none; }
    .tab-content.active { display:block; }
    
/* writer agg */

.article-tools { position:absolute;left:498px;bottom:10px; }
.article-tools a { color:#87c2d9; }
.article-tools a.active { color:#333;outline:none; }
.article-tools.fmenu a { ;padding:2px 0; }
.article-tools li { background:url(../img/border-14px-caced1.png) 0 50% no-repeat;padding:0 10px; }
    .article-tools li:first-child,
    .article-tools li.first { background:none;padding-left:0; }
    .article-tools li:last-child a { padding-right:0; }
    .article-tools li.email-item { background:none; }

.writer-extra { background:#edf2f7;color:#55606b;margin-bottom:5px;padding:15px 12px 10px;display:none;position:relative;top:-10px; }
.article-text { font-family:Georgia,serif;font-size:123.1%;line-height:1.5; }
    .article-text p { margin-bottom:.45em; }

.wsj-search { background:#ccebf9;padding:10px; }/**/
    .wsj-search form { background:url(../img/bg-wsj-search.png) 0 0 no-repeat;height:30px;width:320px; }
    .wsj-search input { background:url(../img/icn-wsj-mag.png) 100% 7px no-repeat;border:0;font-size:108%;padding:9px 25px 5px 10px;width:275px; }
    .wsj-search input.blur { color:#42759b;font-size:12px; }
    .wsj-search p { margin-bottom:5px; }
    .wsj-search .col-name { color:#83A9BA; }



.single-feature { margin-bottom:10px; }
    .single-feature .excerpt { padding:0 0 10px 10px;width:630px; }
    .single-feature .excerpt-image { width:300px; }
    .single-feature .excerpt-text { width:320px; }
    .single-feature p { line-height:1.4;margin-bottom:5px; }
    .single-feature p.col-name { margin-bottom:0;color:#bb2d2d; }
    .single-feature .title { font-size:28px;line-height:1; }
.river.wide .articles { width:640px; }
.river.wide .excerpt {  }/*width:630px;*/
    .river.wide .excerpt-text { width:610px; }
    .river.wide .has-photo .excerpt-text { width:475px; }
    .river.wide .excerpt.news-byte .excerpt-text { padding-right:10px;width:605px; }

.river.wide .excerpt.excerpt-short { width:610px; }

.edited { color:#999;border-top:1px solid #ccc;font-style:italic;padding:5px 10px;margin-bottom:10px; }

/* conference */

.tan {
    -moz-box-shadow:0 0 3px #666;
    -webkit-box-shadow:0 0 3px #666;
    box-shadow:0 0 3px #666;
    background: #FFFFFF; /* old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 0%, #FAF4EC 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#FAF4EC)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FAF4EC',GradientType=0 ); /* ie */
}

.conf-landing-header { margin-bottom:10px;padding:15px 0 15px 80px;position:relative; }
.conf-breadcrumb { font-family:"myriad-pro-1","myriad-pro-2",sans-serif;font-weight:bold;font-size:108%;margin-bottom:3px; }
.conf-landing-header h1.title { font-size:24px; }
.conf-landing-header .conf-logo { display:block;position:absolute;top:5px;left:0; }

#conf-teaser { padding:10px;position:relative;margin-bottom:20px; }
    #conf-teaser .conf-badge { display:block;position:absolute;top:-12px;left:2px; }
    
.conf-teaser-header { margin:0 0 20px 0; }
    body.conf-main .conf-teaser-header { margin:0 0 20px 115px; }
    .conf-teaser-header h2 { font-size:360%;line-height:1;margin-bottom:8px; }
    .conf-teaser-header p { font-size:138.5%; }
.conf-desc { font-size:108%;margin-bottom:10px; }
.conf-teaser-speakers { padding-bottom:10px; }
    .conf-teaser-speakers .col-name { margin-bottom:10px; }
    .conf-teaser-speakers .left { text-align:center;padding:0 0 10px 13px; }
    .conf-teaser-speakers .left.first { padding-left:0; }
#conf-highlights h2.title { font-size:246%; }
#conf-highlights h3.col-name { font-size:138.5%;margin:0 0 5px 10px; }

.video-listing { padding:10px;margin-bottom:20px; }
    .video-listing .excerpt { border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:10px; }
    .video-listing .excerpt .title { font-size:138.5%; }
    .video-listing .excerpt p { margin-bottom:8px; }
    .video-listing .excerpt-image { width:260px; }
    .video-listing .excerpt-text { padding-top:5px;width:350px; }
    .video-listing p.more { margin:5px 0 5px 270px; }
    
.galleries-listing { padding:10px; }
    .galleries-row { border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:10px; }
    .gallery-link { padding-left:20px;text-align:center;width:140px; }
    .gallery-link.first { padding-left:0; }
    .galleries-listing p.more { margin:5px 0;text-align:right; }
    
.register-module { border:1px solid #ead165;
    -moz-box-shadow:0 0 3px #666;
    -webkit-box-shadow:0 0 3px #666;
    box-shadow:0 0 3px #666;
    background: #EFC42D; /* old browsers */
    background: -moz-linear-gradient(top, #EFC42D 0%, #D7B028 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EFC42D), color-stop(100%,#D7B028)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFC42D', endColorstr='#D7B028',GradientType=0 ); /* ie */
}
.register-module .title { border-bottom:1px solid #f4db83;color:#fff;font-size:300%;padding-bottom:5px; }
.register-module .top { background:url(../img/register-boxes-top.png) 100% 0 no-repeat;padding:0 10px; }
.register-module .register-info { padding:0 10px 0;font-size:108%; }
.register-module .btm { background:url(../img/register-boxes-btm.png) 100% 100% no-repeat;text-align:center;padding:30px 0 25px; }
.register-link {
    border:1px solid #ead165;
    color:#3d3d3d;font-size:138.5%;
    display:inline-block;
    font-family:"myriad-pro-1","myriad-pro-2",sans-serif;
    font-weight:900;
    padding:5px 10px 5px;
    text-transform:uppercase;
    text-shadow: 0px 0px 2px #fff;
    -moz-box-shadow:0 0 3px #666;
    -webkit-box-shadow:0 0 3px #666;
    box-shadow:0 0 3px #666;
    background: #F6D152; /* old browsers */
    background: -moz-linear-gradient(top, #F6D152 0%, #C2A029 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6D152), color-stop(100%,#C2A029)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6D152', endColorstr='#C2A029',GradientType=0 ); /* ie */
}
.register-small .title { font-size:200%;}
.register-small .register-link { font-size:108%; }
.register-small .btm { padding:15px 0 15px; }
.register-link:hover {
    text-decoration:none;
    background: #F6D152; /* old browsers */
    background: -moz-linear-gradient(top, #C2A029 0%, #F6D152 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C2A029), color-stop(100%,#F6D152)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2A029', endColorstr='#F6D152',GradientType=0 ); /* ie */    
}
.conf-promo { position:relative; }
.conf-promo-logo { position:absolute;top:-5px;left:3px; }
.conf-promo .top { padding-left:90px;padding-top:5px; }
.conf-promo .title { font-size:30px; }
.conf-promo .register-info { padding-left:90px;}
.conf-promo .register-info p { margin-bottom:5px; }
.conf-promo .btm { padding-top:18px;padding-left:90px;text-align:left;background:url(../img/bg-conf-promo.png) 100% 0 no-repeat; }
.conf-side {
    padding-bottom:10px;
    -moz-box-shadow:0 0 3px #666;
    -webkit-box-shadow:0 0 3px #666;
    box-shadow:0 0 3px #666;
    background: #edf8fc; /* old browsers */
    background: -moz-linear-gradient(top, #edf8fc 0%, #c0c6cc 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf8fc), color-stop(100%,#c0c6cc)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf8fc', endColorstr='#c0c6cc',GradientType=0 ); /*ie*/
}
.conf-side img { display:block;padding:10px 0 10px 10px;float:left; }
.conf-side .right { padding:10px 10px 0 0;width:228px; }
.conf-side .title { font-size:167%;margin-bottom:2px; }

.conf-side-nav { list-style-type:none;margin-left:0;margin-top:10px; }
    .conf-side-nav a { background:#f4fafc;display:block;font-family:"myriad-pro-1","myriad-pro-2",sans-serif;font-weight:900;font-size:108%;margin-bottom:1px;padding:5px 8px;text-transform:uppercase; }
    .conf-side-nav a:hover { color:#f4fafc;background:#0087bb;text-decoration:none; }
    .conf-side-nav a.active { background:#cd1a12;color:#fff;
        -moz-box-shadow:0 0 3px #666;
        -webkit-box-shadow:0 0 3px #666;
        box-shadow:0 0 3px #666;
    }

.conf-side-mini {
    font-family:"myriad-pro-1","myriad-pro-2",sans-serif;font-weight:900;font-size:108%;text-transform:uppercase;
    -moz-box-shadow:0 0 3px #666;
    -webkit-box-shadow:0 0 3px #666;
    box-shadow:0 0 3px #666;
    background: #edf8fc; /* old browsers */
    background: -moz-linear-gradient(top, #edf8fc 0%, #d3e5ec 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf8fc), color-stop(100%,#d3e5ec)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf8fc', endColorstr='#d3e5ec',GradientType=0 ); /* ie */    
}
    .conf-side-mini p { color:#9cacb1;padding:5px 8px; }
    .conf-side-mini ul { list-style-type:none;margin-left:0; }
    .conf-side-mini ul a { border-top:1px solid #c6d7dd;
        display:block;font-family:"myriad-pro-1","myriad-pro-2",sans-serif;font-weight:900;padding:5px 8px;text-transform:uppercase; }
    .conf-side-mini a:hover { text-decoration:none; }
    .conf-side-mini a.active { color:#303030; }
    
.conf-side-mini ul ul { display:none;
    background: #8BA1AB; /* old browsers */
    background: -moz-linear-gradient(top, #8BA1AB 0%, #A4BFCB 3%, #B3D2E0 48%, #A4BFCB 97%, #8BA1AB 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8BA1AB), color-stop(3%,#A4BFCB), color-stop(48%,#B3D2E0), color-stop(97%,#A4BFCB), color-stop(100%,#8BA1AB)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8BA1AB', endColorstr='#8BA1AB',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #8BA1AB 0%,#A4BFCB 3%,#B3D2E0 48%,#A4BFCB 97%,#8BA1AB 100%); /* opera */
}
.conf-side-mini ul ul a { padding-left:16px; }
.conf-side-mini ul ul a:hover { color:#fff; }

.conf-big-feature { margin-bottom:40px; }
    .conf-big-feature .title { font-size:182%; }
.conf-features-head { padding:0 0 10px 0;  }
.conf-features { padding-bottom:30px; }
    .conf-features .col-name { color:#acadad; }
    .conf-features .excerpt { float:left;width:150px;padding-left:13px; }
    .conf-features .excerpt.first { padding-left:0; }
    .conf-features .excerpt-image { padding-bottom:5px;width:150px; }
    .conf-features .excerpt-text { width:150px; }
.river.conf-river { background:#fff; }
.conf-river .excerpt .title { font-size:138.5%; }
.conf-river h2.col-name { color:#acadad;padding:8px 10px 10px;border-top:1px solid #ccc;border-bottom:1px solid #ccc; }
.river.conf-river .has-photo .excerpt-text { width:465px; }
.river.conf-river .excerpt-image { width:150px; }
.conf-side-mini .has-sub a { background:url(../img/bg-nav-toggle_set.png) 315px -294px no-repeat; }
.conf-side-mini .has-sub a.open { background-position:315px 5px; }
.conf-side-mini .has-sub ul a { background:none; }
.side-galleries { background:#dbdbdb; }
    .side-galleries a { display:block;float:left;overflow:hidden;width:100px;margin:0 0 20px 10px; }
    .side-galleries a:hover { text-decoration:none; }
    .side-galleries .module-header { margin-bottom:12px;padding:12px 0 12px 75px;position:relative; }
    .side-galleries .module-header img { display:block;position:absolute;left:8px;top:-3px; }
    .side-galleries .module-header h3 { width:50px; }




.email-subscribe { background:#e8eef4;padding:12px 10px 14px; }
    .email-subscribe p.col-name { color:#81878e;margin-bottom:8px; }
    .email-subscribe input[type=text] { padding:2px 5px;width:200px; }
    .email-subscribe input[type=submit] { 
        border:0; 
        padding:4px 5px;
        font-weight:bold;
        -moz-box-shadow:0 0 3px #666;
        -webkit-box-shadow:0 0 3px #666;
        box-shadow:0 0 3px #666;
        background: #dde3e8; /* old browsers */
        background: -moz-linear-gradient(top, #dde3e8 0%, #d2e5ec 100%); /* firefox */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dde3e8), color-stop(100%,#d2e5ec)); /* webkit */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde3e8', endColorstr='#d2e5ec',GradientType=0 ); /* ie */
    }

/* people */

.person { line-height:1.4;margin-bottom:10px;position:relative;z-index:1; }
    .person .title { color:#bb2d2d;font-size:246%;margin-bottom:0; }
    .person .inner { padding:10px;position:relative;z-index:3; }
    .person .writer-extra { margin:0 10px;position:relative;z-index:2;
        -moz-box-shadow:0 0 2px #666;
        -webkit-box-shadow:0 0 2px #666;
        box-shadow:0 0 2px #666;
    }
    .person p { margin-bottom:8px; }
.person-image { width:170px;
    -moz-box-shadow:0 0 2px #666;
    -webkit-box-shadow:0 0 2px #666;
    box-shadow:0 0 2px #666;
}
    .person-image img { display:block; }
.person-text { width:435px; }
    .person-text .more { display:none; }


/* section nav (currently only used in the About Us section) */

.section-nav { float:left;width:160px;border-left:1px solid #caced1;border-right:1px solid #caced1;background:#fcc;
    box-shadow:0 0 2px #999;
}
    .section-nav ul { float:left;list-style-type:none;margin-left:0; }
    .section-nav li { cursor:pointer;float:left; }
    .section-nav li.first a { border-top:1px solid #caced1; }
    .section-nav li a { background:#fff;border-bottom:1px solid #caced1;float:left;padding:6px 5px;width:150px; }
    .section-nav a { color:#000; }
    .section-nav a:hover { background:#0087bb;color:#fff;text-decoration:none; }

.section-desc { margin-bottom:20px;padding:5px 10px; }
.section-content { float:right;width:815px; }
    h2.section-title { font-size:167%;padding-left:175px;}
    .section-content .person .article-tools { position:relative;top:0;left:0; }
    .section-content .person-image { width:170px; }
    .section-content .person-text { width:610px; }
    .person .writer-extra { top:0; }

/* special coverage */

#special-tab { background-color:#ffebd3;padding-right:8px;float:left; }
    #special-tab a { display:block;color:#bb2d2d;width:auto;float:left;padding:8px 22px 9px 10px;background:#ffebd3 url(../img/bg-nav-toggle_set.png) 100% -365px no-repeat;font-family:"myriad-pro-1","myriad-pro-2",sans-serif;font-size:108%; }
    #special-tab a:hover { text-decoration:none; }
    #special-tab a.open { background-position:100% -440px;}

#special { background:#ffebd3;padding:10px;position:relative;display:none; }
	html.ie7 #special,
	html.ie6 #special { clear:both;overflow:hidden;position:absolute;z-index:3000;width:977px; }
	html.ie7 #content.special-padding,
	html.ie6 #content.special-padding  { padding-top:300px; }
    #special .scrollable-bg { background:#ccc;padding:10px 0 10px 10px;
        -moz-box-shadow:inset 0 0 3px #666;
        -webkit-box-shadow:inset 0 0 3px #666;
        box-shadow:inset 0 0 3px #666;
    }
    #trending #special p { padding:0 0 10px 0; }
#special-carousel { overflow:hidden;margin-left:0;width:960px;height:225px;position:relative;padding:3px 0; }
.special-item { background:#fff;width:140px;height:205px;padding:10px;float:left;margin-right:10px;
    -moz-box-shadow:1px 1px 2px #999;
    -webkit-box-shadow:1px 1px 2px #999;
    box-shadow:1px 1px 2px #999;
}
    .special-item .title { font-size:108%; }
.scrollable .items { /* this cannot be too large */
	width:20000em;position:absolute; }
.items div.set { float:left; }

#special a.browse { background:url(../img/special-carousel-nav_set.png) 0 0 no-repeat;
	cursor:pointer;display:block;font-size:1px;height:18px;position:absolute;width:18px; }
#special a.right { background-position: 100% 0;top:10px;right:10px; }
#special a.left { background-position: 0 0;top:10px;right:30px; } 


/* video pages */

.related-videos { background:#222;position:relative;width:340px;box-shadow:inset 0 0 3px #111; }
    .related-videos .scrollable { overflow:hidden;margin-left:0;width:340px;height:150px;position:relative;padding:3px 0; }
    .related-videos p.col-name { color:#545454;padding:10px; }

.related-video { border-right:1px solid #353434;float:left;width:140px;padding:0 10px; }
    .related-video p a { overflow:hidden; }

.related-videos a.browse { background:url(../img/related-videos-nav_set.png) 0 0 no-repeat;
	cursor:pointer;display:block;font-size:1px;height:14px;position:absolute;width:18px; }
.related-videos a.right { background-position: 100% 0;top:10px;right:10px; }
.related-videos a.left { background-position: 0 0;top:10px;right:30px; }

.video-filters { background:none;box-shadow:0 0 2px #000;border-color:#444c53;margin-top:26px; }
    .video-filters p.col-name { background:#444c53;color:#7d8b98;padding:4px 5px; }
    .video-filters,
    .video-filters li,
    .video-filters li.first a { border-color:#444c53; }
    .video-filters li a { background:#252323 url(../img/bg-nav-toggle_set.png) 138px -294px no-repeat;color:#7ca7c6;border-color:#444c53; }
    .video-filters li a:hover { background:#000 url(../img/bg-nav-toggle_set.png) 138px -294px no-repeat; }
    .video-filters li a.open,
    .video-filters li a.open:hover { background-position:138px 6px; }
    .video-filters li ul { display:none; }
    .video-filters li.first ul a { border-top:0; }
    .video-filters li ul a { background:#151414;padding-left:15px;width:140px; }
    .video-filters li ul a:hover { background:#000; }

body.videos #content { background:#303030; }
body.videos #content a { color:#578bb2; }
body.videos #content a:hover { color:#fff; }
body.videos #main { color:#fff; }
body.videos .page-header { border-color:#222; }
body.videos .page-header .title { color:#578bb2;}
body.videos #content .title a { color:#fff; }
body.videos #content .title a:hover { color:#578bb2;text-decoration:none; }
body.videos .conf-features .excerpt { height:150px;padding-left:0;padding-right:13px; }
body.videos .page-split { border-top:1px solid #222;clear:both;padding-bottom:20px; }

/* data tables - NOTE: redundancy of classes "data" and "chart" is to support old tables. Encourage users to use only one of the classes */

.article-text table.data,
.article-text table.chart { font-family:"Helvetica Neue",Arial,sans-serif;font-size:75%; }
table.data,
table.chart { border-top:1px solid #ccc;border-left:1px solid #ccc;margin:20px 0; }
table.data th,
table.chart th { background-color:#e6e6e6;border-bottom:1px solid #ccc;border-right:1px solid #ccc;line-height:1.2;padding:3px 6px 5px;text-align:left;vertical-align:bottom; }
table.data tr.alt th,
table.chart tr.alt th { background:#dedede;}
table.data td,
table.chart td { border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:5px 6px; }
table.data tr.alt td,
table.chart tr.alt td { background:#eee; }
table.datanumbers td { text-align:right; }
table.data th[scope=row],
table.chart th[scope=row] { text-align:right;vertical-align:top;padding:5px 6px; }
table.data td.numbers,
table.chart td.numbers { text-align:right; }


/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* turns an unordered list into a horizontal menu with the list items set to display:inline */
ul.hmenu { list-style:none;margin-left:0; }
	.hmenu li {	border-left:1px solid #adadad;display:inline;list-style:none;padding:0 3px 0 6px; }
	.hmenu li:first-child,
	.hmenu li.first { border-left:0;padding-left:0; }
/* turns an unordered list into a horizontal menu with the list items floated left */
ul.fmenu { float:left;width:auto;margin-left:0; }
	.fmenu li { float:left;list-style:none;width:auto; }
	.fmenu a { display:block;float:left;padding:8px 10px;width:auto; }
	.fmenu li:first-child a,
	.fmenu li.first a { padding-left:0; }

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

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


/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; 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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


