/**
 * 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; }

em { font-style:italic; }

/**
 * 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; }

body, select, input, textarea {
  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; }

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",Times,serif;font-style:normal !important;font-weight:bold;line-height:1.2;margin-bottom:.3em; }
.col-name { font-family:"myriad-pro-1","myriad-pro-2",Helvetica,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:995px; }
.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[role="banner"] { background:url(../img/bg-banner-2.jpg) 50% -2px no-repeat; }

footer.atd { 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.atd 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; }

#footer-links { margin:0 auto 0 auto;text-align:center; }

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:977px;height:73px; }
.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",Helvetica,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; }
#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-jobs span.toggle { display:none; }
	#nav-jobs.open .sub { display:none; }
	#nav li#nav-jobs a.nav-link:hover { color:#0087BB; }
	#nav li#nav-jobs { padding-left:3px;padding-right:3px; }
#nav li#nav-video { padding-left:3px;padding-right:3px; }
#nav li#nav-video.open .nav-link { color:#0087bb; }
#nav-video span.toggle { display:none; }
	#nav-video.open .sub { display:none; }
	#nav li#nav-video a.nav-link:hover { color:#0087BB; }
#nav a.nav-link { padding:0 6px 0 6px; }

/* */

#nav .toggle { display:none; }
#nav li { padding: 5px 7px 7px 7px; }
#nav li.open, #nav li.active.open, #nav li.pre-active.open { background:url(../img/bg-nav-active-blue.png) bottom left repeat-x;z-index:1000; padding: 5px 7px 7px 7px;-moz-box-shadow:0; -moz-border-radius:0; -webkit-box-shadow:none; -webkit-border-radius:0; box-shadow:none; border-radius:0; margin-top:0px; }
	#nav li.open a, #nav li.active.open a, #nav li.pre-active.open a,
		#nav li.open a:hover, #nav li.active.open a:hover, #nav li.pre-active.open a:hover, #nav li#nav-video a.nav-link:hover, #nav li.open#nav-video a.nav-link, #nav li.active.open#nav-video a.nav-link, #nav li.pre-active.open#nav-video a.nav-link { color:#fff; }
#nav li.open#nav-writers, #nav li.active.open#nav-writers, #nav li.pre-active.open#nav-writers  { 
	background-image: none;
	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 li.open#nav-writers a, #nav li.active.open#nav-writers a, #nav li.pre-active.open#nav-writers a,
		#nav li.open#nav-writers a:hover, #nav li.active.open#nav-writers a:hover, #nav li.pre-active.open#nav-writers a:hover { color:#000; }

.nav-flyout { 
	/* background:#ccebf9;display:none;padding:10px 10px 10px 17px;position:absolute;width:355px;top:0;left:0;z-index:1002; */
	background:#ccebf9;display:none;padding:10px 10px 10px 17px;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:185px;padding:7px 5px 2px 0; }
.nav-flyout-bestof { padding:7px 5px 7px 9px;width:150px; }
.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; }
.nav-flyout .follow-btn { margin-bottom:10px; }
.nav-flyout .cat-link { bottom:6px; position:absolute; right:6px; }

.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-left: 3px;margin-bottom:0;text-decoration:none; }
#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 #nav-writers-flyout-copy li { width: 140px; border-bottom: 1px solid #b4d0dc; padding: 5px; }
#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; }
#nav-writers-flyout-copy .writer:hover { background:#fff; color:#0087bb; }
#nav-writers-flyout-copy div.writer-image { background: url(../images/staff/writers-50x50-20130513.png) no-repeat top left; height: 50px; width: 50px; }
#nav-writers-flyout-copy .writer-image a { margin-left: 50px; }
#nav-writers-flyout-copy #mossberg div.writer-image { background-position: 0 0; }
#nav-writers-flyout-copy #swisher div.writer-image { background-position: 0 -55px; }
#nav-writers-flyout-copy #paczkowski div.writer-image { background-position: 0 -110px; }
#nav-writers-flyout-copy #boehret div.writer-image { background-position: 0 -165px; }
#nav-writers-flyout-copy #kafka div.writer-image { background-position: 0 -220px; }
#nav-writers-flyout-copy #fried div.writer-image { background-position: 0 -275px; }
#nav-writers-flyout-copy #gannes div.writer-image { background-position: 0 -330px; }
#nav-writers-flyout-copy #duryee div.writer-image { background-position: 0 -385px; }
#nav-writers-flyout-copy #hesseldahl div.writer-image { background-position: 0 -440px; }
#nav-writers-flyout-copy #goode div.writer-image { background-position: 0 -495px; }
#nav-writers-flyout-copy #martinet div.writer-image { background-position: 0 -550px; }
#nav-writers-flyout-copy #cha div.writer-image { background-position: 0 -605px; }
#nav-writers-flyout-copy #isaac div.writer-image { background-position: 0 -660px; }
#nav-writers-flyout-copy #delrey div.writer-image { background-position: 0 -715px; }


#trending { background:#fff;padding-top:2px; }
	#trending .wrapper { border-bottom:1px solid #caced1;position:relative; }/*width:980px;*/
		html.ie6 #trending .wrapper { width:995px;overflow:hidden; }
	body.site-skin #trending .wrapper { border-bottom:none;position:relative; }/*width:980px;*/
	body.post-type-archive-video #trending .wrapper { border-bottom:none; }
	#trending p { overflow:hidden;white-space:nowrap;position:relative;padding:8px 0 8px 10px; }
		html.ie6 #trending p { width:858px;}
	#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",Helvetica,sans-serif;font-size:108%; }

#cookie-alert { background:#fff;padding-bottom:10px; }
	#cookie-alert .wrapper { background:#F7F686 url(http://allthingsd.com/wp-content/themes/atd-2.0/css/images/cookie-background.png) repeat-y;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; }
	#main.main-wide, .main-wide { float:right;width:815px; }
	#main.main-fullscreen, .main-fullscreen { width:100%; }
	.main-inner { width:463px; }
	#main.main-fullpage, .main-fullpage { width:967px; }

#side { float:right;padding:10px 0 20px;width:340px; }
	#side .module { clear:both;margin-bottom:15px; }
	#side.side-narrow, .side-narrow { float:left;width:160px; }

#left { float:left;width:160px; }
	#left .module { clear:both;margin-bottom:20px;width:160px;}

/* 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-large img { display:block;margin:0 auto 0 auto; }
.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:10px 10px;width:220px; }
	.home-feature-related p { margin:8px 0; }
	.home-feature.big-custom .inner {  background:none; }
	.home-feature.big-custom .excerpt { width:620px; }

.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; }
.featured-cols p.col-name { height:16px; }
	.featured-cols .personal-technology p.col-name { font-size:12px;padding-top:1px;vertical-align:bottom; }

#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;position:relative; }
	.voices-module .module-header { color:#9d807e;padding:6px 10px 6px 90px;position:relative; }
	.voices-module .module-header span { background:#EA3F34; color:#fff; font-family:"myriad-pro-1","myriad-pro-2",Helvetica,sans-serif; font-size:22px; left:0; padding: 5px 5px; position:absolute; top:-4px;-moz-box-shadow: 1px 1px 2px #333; box-shadow: 1px 1px 2px #333; text-shadow: 1px 1px 2px #333; }

	.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",Helvetica,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; }

#side .voices-about-module { background:#cbebf8;color:#333;padding:10px 15px; }
	#side .voices-about-module .col-name { color:#83A9BA;margin-bottom:5px; }
	#side .voices-about-module p { margin-bottom:5px; }
.category-voices .page-header h1.title span { color:#bababa;font-size:60%; }

.voices-contributors { margin-top: 15px }
.voices-contributor { background: #ededed; padding: 15px; min-height: 180px; margin-bottom: 20px; }
.voices-contributor div.social-buttons { float: right; }
.voices-contributor div.social-buttons div.twitter-btn { float: left; margin-right: 10px;}
.voices-contributor h2 span.title { color: #333;font-family: "grad-1","grad-2",Times,serif;line-height:1.2;margin-bottom:.3em; display: block; font-size: 0.9em; font-weight: normal; }
.voices-contributor h2 { font-size: 1.2em; line-height: 1.3; }
.voices-contributor div.quote { color: #333; font-family: sans-serif; font-style: normal !important; line-height: 1.4; margin-bottom: 1em; font-weight: normal; font-size: 0.9em; }


.post .eye-to-eye { width: 280px; }
.post .eye-to-eye-left { float: left; }
.post .eye-to-eye-right { float: right; }

	/* 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",Helvetica,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; }
		body.site-skin .writers li > span { display:none; position:absolute; top:20px; right:-8px; width:10px; height:20px; background:none; }
	.writers li a span { display:block;float:left;padding-right:4px;width:50px; }
	.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; }

	.ie6 .writers, .ie6 .writers .river-header, .ie6 .writers li { width: 150px; }
		.ie6 .writers .inner { width: 141px; }
		.ie6 .writers .title { font-size:115%; }

.writers li > span.writer-img-50, span.writer-img-50 { display: block; background: url(../images/staff/writers-50x50-20130513.png) no-repeat top left; height: 50px; width: 50px; }
	#walt.writer-img-50 { background-position: 0 0; }
	#kara.writer-img-50 { background-position: 0 -55px; }
	#john.writer-img-50 { background-position: 0 -110px; }
	#katie.writer-img-50 { background-position: 0 -165px; }
	#peter.writer-img-50 { background-position: 0 -220px; }
	#ina.writer-img-50 { background-position: 0 -275px; }
	#lizg.writer-img-50 { background-position: 0 -330px; }
	#tricia.writer-img-50 { background-position: 0 -385px; }
	#arik.writer-img-50 { background-position: 0 -440px; }
	#lauren.writer-img-50 { background-position: 0 -495px; }
	#drake.writer-img-50 { background-position: 0 -550px; }
	#bonnie.writer-img-50 { background-position: 0 -605px; }
	#mikeisaac.writer-img-50 { background-position: 0 -660px; }	
	#jason.writer-img-50 { background-position: 0 -715px; }	
	
.articles { background:#fff;float:right;padding-bottom:25px;width:467px;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; }

.article-title.news-byte { background:url(../img/bg-news-byte-excerpt.png) 0 0 repeat-y;padding:5px 0 0px 25px; }

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

.river .excerpt.excerpt-short { padding:10px 0 10px 30px;width:420px; }
	.river .excerpt-short .title { font-size:16px;font-weight:normal !important;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.black .excerpt-short .title a { color:#000; }
	.river.black .excerpt-short .title a:hover { color:#0087BB; }

.river .excerpt.news-byte { background:#e5f3f8 url(../img/bg-news-byte-excerpt.png) 0 0 repeat-y;padding:5px 0 10px 25px; }
	.river .excerpt.news-byte .excerpt-text { padding-right:5px;width:435px; }
	.river .news-byte .col-name { color:#395f6e;margin-bottom:5px; }
	.river .news-byte .title { font-size:16px; }
	
.river .excerpt-short.news-byte { background:#fff url(../img/bg-news-byte-sm.png) 8px 12px no-repeat;padding:10px 0 10px 30px; }

	/* Blockquotes */

blockquote {
	background:#ccebf9 url(../img/pullquote-open.png) 0 10px no-repeat;
	font-family:"grad-1","grad-2",Times,serif;
	font-weight:bold;
	padding:20px 10px 10px 15px;
	font-size:150%;
	margin-bottom:10px;
}
	blockquote p:last-child { min-height:32px; }
/*
	blockquote p {
		font-size:18px;
		padding-right:50px;
		min-height:46px;
		font-family:"grad-1","grad-2",Times,serif;
		font-style:normal;
		font-weight:bold;
		color:#020202;
	}
	*/
	blockquote p:last-child { background:url(../img/pullquote-close.png) 100% 100% no-repeat;margin-bottom:0;padding-bottom:20px; }

blockquote.pullquote {
	background:#ccebf9 url(../img/pullquote-open.png) 0 10px no-repeat;
	font-family:"grad-1","grad-2",Times,serif;
	font-weight:bold;
	padding:20px 10px 15px 15px;
	font-size:24px;
	margin-bottom:10px;
}
	blockquote.pullquote p:last-child {
		background:url(../img/pullquote-close.png) 100% 100% no-repeat;
		margin-bottom:0;
		padding-bottom:20px;
	}
	.pullquote_author { background:#CCEBF9;margin:-20px 0 25px 0;padding:10px;text-align:right; }

blockquote.small { 
	background:none;
	border-left: 10px solid #ccc;
	font-family:Georgia, Times New Roman, serif;
	font-size:100%;
	font-style:italic;
	font-weight:normal;
	margin:0 20px 10px 20px;
}
	blockquote.small p:last-child { background:none; }
	
blockquote.memo, blockquote.previously { 
	border:1px solid #ddd;
	font-family: Georgia, serif;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	margin:15px 0 10px 0;
	padding:15px;
}
	blockquote.memo { background:#fcfcfc; }
	blockquote.previously { background:#faf5e5; }
	blockquote.memo p, blockquote.previously p { font-size:100%;min-height:0;padding:0;}
	blockquote.memo p:last-child, blockquote.previously p:last-child { background:none; }

.river .excerpt.qotd blockquote {
	background:url(../img/quote-open.png) 0 0 no-repeat;
	padding:0 0 0px 52px;
	min-height:46px;
	margin-bottom:10px;
}
.river .excerpt.qotd blockquote p:last-child {
	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",Times,serif;
	font-style:normal;
	font-weight:bold;
	color:#020202; 
}
	.river .excerpt.qotd .title { font-size: 18px;margin-bottom:10px; }
		.river .excerpt-short.qotd .title { font-size: 16px;margin-bottom:10px; }
	.river .excerpt.qotd blockquote p a { color:#020202; }
	.river .excerpt.qotd blockquote p a:hover { color:#0087bb;text-decoration:none; }
	.river .excerpt.qotd blockquote > p { margin-top:0;padding-top:0; }
	
.river .excerpt-short.qotd { background:url(../img/quote-open-sm.png) 8px 12px no-repeat;width:420px; }
.river .excerpt-short.qotd blockquote { background:none;padding-left:0;min-height:16px;margin:0 25px 0 25px; }
	.river .excerpt-short.qotd p { padding-bottom:10px;padding-right:0; }
	.river .excerpt-short.qotd blockquote p:last-child { background:none;font-size:16px;min-height:16px; }
	.river .excerpt-short.qotd blockquote p a { color:#0087bb;padding-right:0; }

/*.river .pagination span.next { display:block; float:right; }
.river .pagination span.previous { display:block; float:left; }
.river .pagination span.next > a, .river .pagination span.previous > a { border:none; } */

	/* Quote Attrbution */

#side .attribution, .article-body.article-text .attribution { background:#ccebf9;padding:10px 0 15px 52px;margin:-10px 0 15px 0; }
.river .excerpt.qotd .attribution { margin-left:52px; }
	.river .excerpt-short.qotd .attribution { margin-left:25px; }
	
.river .excerpt-short .excerpt-text { width:420px; }

	/* WSJ Columns */

.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-cols .col-name span { text-transform:lowercase; }
	.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, .ie7 .wsj-top,.ie8 .wsj-top { height:auto; }
	.ie6 .wsj-top { height:125px; }

.wsj-btm img { display:block;position:relative;float:right;top:5px;right:0px;padding:0;margin:0 -11px 0 7px;
	-moz-box-shadow:0 0 2px #666;
	-webkit-box-shadow:0 0 2px #666;
	box-shadow:0 0 2px #666;
}
	.ie6 .wsj-btm img, .ie7 .wsj-btm img, .ie8 .wsj-btm img { border:1px solid #ccc; }

.more-reviews-toggle { display:block;margin-top:-8px;text-align:right; }
	.more-reviews-toggle:after { content:' \00BB'; }
	
.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; }
.wsj-cols.mossberg-guides > h2.col-name { padding:10px 0 0 10px; }
.wsj-cols.mossberg-guides { padding-bottom:0px; }

.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; }

	/* article */

.page-header.article-header p.title { color:#bb2d2d;font-size:182%;margin:0;padding-top:8px; }
	.page-header.article-header p.title a { color:#bb2d2d; }
	.page-header.article-header p.title a:hover { text-decoration:underline; }
.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",Times,serif;font-size:265%;margin-bottom:7px;padding:5px 0 10px; }

.article-meta { border-bottom:1px solid #caced1;margin-bottom:15px;padding-bottom:0px;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; }

.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",Helvetica,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-tags a.starred { background: 0 -1px url(../images/star-icon-16x16.png) no-repeat; padding-left:18px; }

.article-related { padding:25px 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 { display:none; }
.article-comments h2 { font-family: "grad-1","grad-2",Times,serif;font-weight:bold;font-size:138.5%; }
	.article-comments h2 span { font-size:200%; }
	
a.close { color:#87C2D9;font-family:"Helvetica Neue",Helvetica,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",Helvetica,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 */
}
	a.btn-link-green {
		color: #3A9B4C;
		background: #e7f5e6;
		background: -moz-linear-gradient(top, #e7f5e6 0%, #c3cfc3 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7f5e6), color-stop(100%,#c3cfc3)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f5e6', endColorstr='#c3cfc3',GradientType=0 ); /* ie */	
	}
	a.btn-link-green:hover {
		background: #c3cfc3;
		background: -moz-linear-gradient(top, #c3cfc3 0%, #e7f5e6 100%); /* firefox */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3cfc3), color-stop(100%,#e7f5e6)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cfc3', endColorstr='#e7f5e6',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 .follow-btn { display:inline; position:relative; top:2px; }
		.ie7 .page-header .follow-btn { left:10px; }
	
.page-header.writer-header h1.title { padding-top:5px;}

.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:15px;right:0px; }

.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;padding-bottom:3px; }
	
.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:none;margin-left:-4px;padding-left:0px; }
	.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:15px 10px; }
	.most-popular .excerpt-image { width:50px; }
	.most-popular .excerpt-text { width:260px; }
	.most-popular .title a { color:#fff;font-size:115%; }
	.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;right:0px;bottom:10px; } */
.article-tools { display:block;position:relative;left:5px;top:2px; }
.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 9px; }
	.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 { color:#bb2d2d;margin-bottom:0;padding-bottom:3px; }
	.single-feature .title { font-size:28px;line-height:1; }
	.single-feature .excerpt-text.wide { margin-bottom:25px;width:640px; }
.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 0px;position:relative; }
	.conf-landing-header.dive-into-mobile, .conf-landing-header.dive-into-media, .conf-landing-header.dive-into-mobile-2010, .conf-landing-header.dive-into-media-2012 { padding:15px 0 15px 0; }
.conf-breadcrumb { font-family:"myriad-pro-1","myriad-pro-2",Helvetica,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",Helvetica,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",Helvetica,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-nav ul { display:none; list-style-type:none; margin-left:0; }
		.conf-side-nav ul li a { padding-left:25px; }

.conf-side-mini {
	font-family:"myriad-pro-1","myriad-pro-2",Helvetica,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",Helvetica,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; }
.person .inner img { float:none;margin:0;padding:0; }

	/* 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; }

#about-side.side-narrow { margin:20px 20px 20px 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",Helvetica,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%; }
	.special-item h2 a { display:block;padding-top:4px; }
.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 classes */

.article-text table.data,
.article-text table.chart { font-family:"Helvetica Neue",Helvetica,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; }

	/* Misc */

.edit-link { display:none;position:relative;}
	.edit-link > a { color:#bb2d2d;font-size:0.80em; }
	.post .edit-link > a { display:block;font-size:1em;left:0;margin:15px 0 15px 0;position:relative;text-align:center;top:0; }
	.river .excerpt-short .title .edit-link > a { color:#bb2d2d; }
	html.touch .edit-link { display:inline; }
#select-writer-label { float:right;padding:1px 5px 0; }
p.center { text-align:center; }
.clearing { clear:both; margin:0; padding:0; }
h5.subhed, h4.subhed { font-family:'grad-1','grad-2',serif;font-size: 19px;font-weight: bold;margin-top: 15px;margin-bottom: 7px; }
.post ul { margin-bottom:0.45em; }
table#table-new-user tr { padding-bottom:25px; } /* Signup */
.hidden { display:none; }
.article-related .ob_column h2 { font-family:"grad-1","grad-2",Times, serif; }

#main:hover .edit-link
	, .page-header:hover .edit-link
	, #featured-reviews:hover .edit-link
	, header:hover .edit-link
	, #side:hover .edit-link { display:inline; }
#home-edit-link { bottom:12px;display:block;position:relative;right:12px;text-align:right; }

	/* Carousels */

body.site-skin #home-carousel
	, body.site-skin .widget
	, body.site-skin .module
	, body.site-skin .writers
	, body.site-skin .articles
	{
		-moz-box-shadow:2px 2px 2px #999;box-shadow:2px 2px 2px #999;
	}
	body.site-skin .jobs-module
		, body.site-skin .widget_atd_brandchannel_ad_widget { -moz-box-shadow:none;box-shadow:none; }

#home-carousel { background:#fff; }
body.site-skin #home-carousel { margin-top:0px;padding-top:10px; }
#home-carousel:hover #home-edit-link { display:block; }
	#home-carousel .excerpt-text { font-size:16px;line-height:24px;margin-top:5px; }
	#home-feature h2.title, #home-carousel .carousel-large h2.title { clear:both;padding-top:5px; }
#voices-home-carousel .scrollable { overflow:hidden;margin:0 0 5px 0;width:640px;height:85px;position:relative;padding:3px 0; }
#voices-home-carousel.voices-module { position:relative; }
#voices-home-carousel.voices-module .module-header { height:17px; }
#voices-home-carousel.voices-module h2.col-name span { z-index:1000; }
#voices-home-carousel.voices-module h2.col-name { margin-top:1px; }
#voices-home-carousel.voices-module 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; }
#voices-home-carousel.voices-module a.right { background-position: 100% 0;top:30px;right:5px; }
#voices-home-carousel.voices-module a.left { background-position: 0 0;top:30px;left:5px; }
	#voices-home-carousel.voices-module .excerpt { float:left;padding-left:28px;width:268px; z-index:0; }
	#voices-home-carousel.voices-module .excerpt-text { float:none;margin-left:60px;width:219px; }
		.ie6 #voices-home-carousel.voices-module .excerpt-text { float:none;margin-left:70px;width:190px; }
		.ie7 #voices-home-carousel.voices-module .excerpt-text { float:none;margin-left:70px;width:190px; }
#voices-home-carousel.voices-module { border-bottom:1px solid #e4cecc;margin-bottom:15px; }
	#voices-home-carousel.voices-module .hmenu { position:absolute;top:2px;right:0px;height:16px;border:none; }
	#voices-home-carousel.voices-module .hmenu li { float:right; }
	#voices-home-carousel.voices-module .hmenu li:first-child {	border-left:1px solid #adadad;display:inline;list-style:none;padding:0 3px 0 6px; }
	#voices-home-carousel.voices-module .hmenu li:last-child,
	#voices-home-carousel.voices-module .hmenu li.last { border-left:0;padding-left:0;padding-right:10px; }

	/* Force images to appear properly in river */

.no-top-border { border-top:none;margin-top:-10px; }

.author-home-link { font-weight:bold;margin-top:15px;text-align:center; }
  
.article-tools.fmenu li { height:24px; }
.article-tools.fmenu a.akp_link { background: 0 1px url(../images/print.gif) no-repeat;padding-left: 22px;padding-top:3px; }
.article-tools.fmenu a.stbutton
	, a.stico_default
	, a.stbutton.stico_default { background:  0 2px url(../images/third-party/share-icon-16x16.gif) no-repeat; padding-left: 22px; padding-top:2px; }
.article-tools.fmenu a.post-edit-link { padding-top:3px; }
.article-tools.fmenu div.fb-like-btn, .voices-contributor div.fb-like-btn { width:53px;overflow:hidden; }
.article-tools.fmenu li.sharethis > div { margin-top:3px; }
	.article-tools.fmenu span.st_sharethis_custom { background:url(../img/share-icon-16x16.gif) 0 2px no-repeat; color:#87C2D9; cursor:pointer; height:18px; padding:3px 0 5px 21px; }
	/* alt.misc */

#alt-misc { background:#fff;border-left:1px solid #caced1;border-right:1px solid #caced1;float:left;margin:20px 0 20px 0;width:160px;
	-moz-box-shadow:0 0 2px #999;
	-webkit-box-shadow:0 0 2px #999;
	box-shadow:0 0 2px #999;
}
	#alt-misc h2 { background:#FFECD3;color:#726C63;font-family:'myriad-pro-1','myriad-pro-2',Helvetica,sans-serif;font-size:13px;margin:0;padding:4px 10px;text-transform:uppercase; }
	#alt-misc ul { float:left;list-style-type:none;margin-left:0; }
	#alt-misc li { border-bottom:1px solid #caced1;cursor:pointer;float:left;width:100%; }
	#alt-misc li p { color:#666;padding:5px 6px; }
	#alt-misc a { color:#0087BB; }
	#alt-misc li p.older { text-align:right;padding:5px; }
p.article-date.alt-misc { color:#666;font-size:12px;text-align:right;visibility:hidden; }
	div.post.alt-misc:hover p.article-date.alt-misc { visibility:visible; }
		
 	/* Flyouts */
 
 #flyouts { display:none; }
	.fmenu .nav-flyout a.rss-link span { display:none; }
	.fmenu .nav-flyout a.rss-link { background:url(../img/feed-icon-10x10-ie.png) 0px 12px no-repeat;height:10px;margin:0px;padding-left:10px;vertical-align:bottom;width:10px; }
 
 	/* Writers */
 
 #writers-river { display:none; }
 
.mailbox-q, .mailbox-a { font-family:Georgia,Times New Roman,serif; font-size:1.6em; margin-bottom:0px;margin-top:5px; }
	.mailbox-a { color:#000; }
	.mailbox-q { color:#822923; }
	.mailbox-question { color:#822923; font-style:italic; }

	/* D Conference */

#d5_schedule h4 { border-bottom:1px solid #666;border-top:1px solid #666;color:#822923;font-weight:normal;font-size:1.4em;margin:25px 0 25px 0;padding:10px 0 10px 0;text-align:center;text-transform:uppercase; }
	#d5_schedule table.schedule { margin:0 auto 0 auto;width:540px; }
	#d5_schedule table.schedule th { font-family:Verdana,Helvetica,Arial,sans-serif;font-weight:normal;margin:10px 0 10px 0;padding:10px;vertical-align:top;white-space:nowrap; }
	#d5_schedule table.schedule td { border-bottom:1px solid #999;padding:10px; margin:10px 0 10px 0; font-family:Verdana,Helvetica,Arial,sans-serif; vertical-align:top; }
	#d5_schedule table.schedule h5 { font-family:Verdana,Helvetica,Arial,sans-serif; font-weight:bold; font-size:1em; }

	/* Ads */

.ads-left { margin:0 auto 0 auto;text-align:center;width:160px; }
.ads-center { margin:0 auto; width:100%; text-align:center; background:#eee; margin:15px 0; }
.ads-leaderboard { height:90px;margin:0 auto 0 auto;padding:15px;text-align:center;width:728px; }
.ads-pushdown { margin:15px auto 15px auto;text-align:center;width:970px; }
.ads-right { background:#ededed;padding:20px 0 20px 0;text-align:center }
	.ads-msn { margin:0 auto 0 auto;width:300px; }
	.ads-msn-post { }
	.ads-sponsored { background:#eee;border:13px solid #eee;height:1%;margin:0px 0 15px 0;padding:0;text-align:center; }
		.ads-180 { margin:0 auto 0 auto;width:180px; }
		.ads-125 { display:block;float:left;margin:5px 5px 5px 5px;padding:5px;width:125px; }
		.ads-sponsored h4 {
			font-family:"myriad-pro-1","myriad-pro-2",Helvetica,sans-serif;
			font-size:0.9em;
			font-weight:normal;
			margin:0;
			padding:1px;
			text-align:center;
			text-transform:uppercase;
		}
	.ads-right  table { margin: 0 auto 0 auto; }

	/* Image */

.post img { float:right;margin:0 0 12px 12px;width:auto; }
img.centered, div.centered, .post img.centered, img.aligncenter, .post.attachment img, div.aligncenter, .post img.aligncenter {
	display:block;float:none;margin:12px auto 12px auto;padding:0px;text-align:center;
}
.alignright, img.alignright { float: right; }
.alignleft, img.alignleft { float: left }
	.post img.alignleft { margin: 0;padding:0 12px 12px 0; }
	.post img.alignleft.photo { margin: 0 12px 12px 0;padding: 0; }
.alignnone, img.alignnone { float: none;margin: 0;padding: 0;vertical-align: top; }
img.photo { border-top: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 2px solid #999;border-bottom: 2px solid #999; }

.wp-caption-text { color:#666; clear:both; font-family:Helvetica, Arial, sans-serif; font-size:0.8em; padding: 0 10px 0 10px; text-align:center; }
.wp-caption.alignleft { margin: 0 12px 0 -10px; }
.media-attribution { margin-top: -10px; text-align: center; font-size: 0.75em; float: right; color: #666; }
.featured-attribution { font-size: 0.75em; float: right; color: #666; margin-top: 1px; }
.wp-caption-text { text-align:center; font-size:0.9em; }

	/* Topics */

.module.topics {
	background: #ededed;
	padding: 5px 15px 15px 15px;
	position: relative;
}
	.module.topics .topics-container.scrollable { background:#ffffff; border:1px solid #ddd; position:relative; height:70px; overflow:hidden; }
	.module.topics .topics-container.scrollable .items { position:absolute; width: 3000em; }
   .module.topics .scrollable .items div.topic {
   		color:white;
   		display:table;
   		float:left;
   		padding:10px;
   		width:310px;
   		height:70px;
   		background: #1a0d26; /* Old browsers */
		background: -moz-linear-gradient(top, #1a0d26 0%, #3b205a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a0d26), color-stop(100%,#3b205a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #1a0d26 0%,#3b205a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #1a0d26 0%,#3b205a 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #1a0d26 0%,#3b205a 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a0d26', endColorstr='#3b205a',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #1a0d26 0%,#3b205a 100%); /* W3C */
   		
   	}
	.module.topics p.topic-header { font-family: Verdana, sans-serif; font-weight: normal; font-size: 9px; margin: 0px 0 5px 0; text-align: center; }
	.module.topics .topic img { margin-left:0px; margin-right:15px; }
	.module.topics .topic h2 { }
	/*.module.topics .topic h2 {display:table-cell; vertical-align:middle; width:100%; }*/
	.module.topics .topic h2.title a { color:white; font-size: 1.5em; }
	.module.topics .topic h2.title a:hover { color:#0087bb; }
#topics-trending { position:absolute; right:0px; text-align:right; top:12px; }
	#topics-trending span { display: none; }

	/* NewsML */

.media-LEFT, .media-left { color:#999;float:left;font-size:0.9em;line-height:1.4em;padding:0 10px 5px 0; }
.media-RIGHT, .media-right { color:#999;float:right;font-size:0.9em;line-height:1.4em;padding:0 0 5px 10px; }
.media-CENTER, .media-center { color:#999;display:block;font-size:0.9em;line-height:1.4em;margin:5px auto 5px auto;padding:5px 0 5px 0;text-align:left; }

.media-LEFT img
	, .media-left img
	, .media-RIGHT img
	, .media-right img
	, .media-CENTER img
	, .media-center img { float:none;padding:0;margin:0; }

	/* Video */

.video-wsj-container { clear:both;margin:15px auto 15px auto;position:relative; }
	.conf-big-feature .video-wsj-container { margin-top:0; }
.video-wsj, .video-wsj-dynamic { margin: 0 auto 0 auto; }

.video-search { background:#222;margin:15px 0;padding:10px; }/**/
	.video-search form { background:url(../img/bg-wsj-search.png) 0 0 no-repeat;height:30px;width:320px; }
	.video-search form { background:url(../img/bg-wsj-search.png) 0 0 no-repeat;height:30px;width:320px; }
	.video-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; }
	.video-search input.blur { color:#42759b;font-size:12px; }
	.video-search p { margin-bottom:5px; }
	.video-search .col-name { color:#fff; }
.video-module .video-search { display:none; }
	.video-module .video-search form { width:300px; }
		.video-module .video-search form { width:300px; }
		.video-module .video-search input { width:255px; }
	.video-module a.video-options { color:#91D3E4;display:block;margin-top:5px; }
	#video-carousel p.caption a { color:#91D3E4;text-decoration:none; }
	
body.post-type-archive-video #content { background:#303030; }
body.post-type-archive-video #content a { color:#578bb2; }
body.post-type-archive-video #content a:hover { color:#fff; }
body.post-type-archive-video #main { color:#fff;padding-bottom:25px; }
body.post-type-archive-video .page-header { border-color:#222; }
body.post-type-archive-video .page-header .title { color:#578bb2;}
body.post-type-archive-video #content .title a { color:#fff; }
body.post-type-archive-video #content .title a:hover { color:#578bb2;text-decoration:none; }
body.post-type-archive-video .conf-features .excerpt { height:200px;padding-left:0;padding-right:13px; }
body.post-type-archive-video .page-split { border-top:1px solid #222;clear:both;padding-bottom:20px; }
body.post-type-archive-video #content .video-filters a.active { background:#000;color:#fff; }
body.post-type-archive-video #side p.video-preference { color:#999; margin:10px 0 5px 0; }

#video-center { margin-bottom:10px; }
	#video-center-player-container { margin: 0 auto 0 auto;width: 640px; }
	.advertisement { margin: 0 auto 0 auto;width: 336px; }

	/* Video Carousel  */

div.vc { text-align:left; }
div.vc p.vc-caption { text-align: right; }
div.vc-list { margin-top: 15px; }
	div.vc-list div.vc-item { float: left;font-size: 0.9em;height: 120px;margin: 5px 6px 5px 0 !important;margin: 5px 4px 5px 0;text-align: center;width: 150px; }
	div.vc-list div.vc-item img { background: #fff;margin: 0 0 5px 0;padding: 0; }
		div.vc-item a { color: #91D3E4; }
		div.vc-item a:hover { text-decoration: underline; }	
		div.vc-item a:hover img, div.vc-thumb img.selected { padding: 0; }
div.vc-item-data { display: none; }

.video-carousel { }
	#video-carousel-container { min-height: 186px; }
	#video-carousel-list { margin: 10px 0 0px 0;padding: 0 0 10px 0; }
	#video-carousel ul#video-carousel-list li { border: none;float: left;height: 13em;font-size: 0.85em;list-style-type: none;margin: 1px;padding: 0 0px 0px 0px;text-align:center;width: 158px; }
	#video-carousel.standard ul#video-carousel-list li { height: 16em; }
	ul#video-carousel-list li img { padding: 3px; }
	ul#video-carousel-list li.selected img { padding: 0; }
	ul#video-carousel-list li a { border: none;color:#91D3E4; }
	#video-carousel p.caption, .vc-container p.caption { color:#91D3E4;font-family:"grad-1","grad-2",Times,serif;font-size:146.5%;padding-top:5px; }
		
	/* D Sponsors */

table.d_sponsors { margin:10px auto 10px auto;width:480px; }
	table.d_sponsors td { padding:5px;text-align:center;vertical-align: middle; }
	table.d_sponsors img { float: none; }

	/* FINS */

#left .jobs-module.left #FINSW_Jobs.ATD { width:160px; }
.jobs-module.right { margin:10px 0 20px 0; }
.jobs-module #FINSW_Jobs.ATD { background-color:#efefef;border:1px solid #a7a7a7;clear:both;float:left;padding:10px 0 0;width:340px; }
.jobs-module #FINSW_Jobs.ATD .FINSW_header { height: auto;padding: 0 8px 0 10px; }
.jobs-module #FINSW_Jobs.layout0 .FINSW_main, #FINSW_News .FINSW_main { border-top:0; }
.jobs-module #FINSW_Jobs.ATD .FINSW_main ul { border-bottom:0; }

	/* Slideshows */
	
div.slideshow-navigation { margin:4px 0 0px 0;padding:0px 0 5px 0; }
	div.slideshow-navigation p { height:19px; }
	div.slideshow-navigation a { background:#666;color:#fff;font-weight:bold;padding: 5px 10px 5px 10px;text-transform: uppercase;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	div.slideshow-navigation a:hover { background: #000;text-decoration: none; }
	div.slideshow-caption { }
	div.slideshow-image { text-align: center; }

.atd-slideshow, .atd-slideshow-paged {	
	background-color: #222;background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000), color-stop(0.75, #000));color: #fff;
	margin: 10px 0 10px 0;padding: 0px 0 1px 0;position: relative;width: 100%;	
}
	.atd-slideshow-image { text-align: center;width: 100%; }
	.atd-slideshow-image img { border: 1px solid #999;float: none;margin: 0;padding: 0;text-align: center; }
	p.atd-slideshow-caption { clear: both;margin: 10px 0 10px 0;padding: 5px 20px 5px 20px;text-align: center; }
	.atd-slideshow-navigation { font-weight: bold;padding: 10px;text-align: right; }
	a.atd-slideshow-button { background: #666;color: #fff; font-size: 10px; padding: 4px 10px 4px 10px; text-decoration: none; text-transform: uppercase;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	a.atd-slideshow-button:hover { background: #fff;color: #000; }
	a.atd-slideshow-expand { background: 0px 4px url(../../../../theme/images/btn-expand.gif) no-repeat;bottom: 8px;height: 12px;position: absolute;right: 8px;width: 12px; }

.gallery-item img { float: none;margin: 0 0 10px 0;padding: 0; }

#content.white .post .entry img.attachment-large { background: #000;border: 1px solid #999;margin-bottom: 20px;padding: 10px; }		

	/* Twitter Module */
	
.widget_twittergoodieswidgetswidget { margin:15px 0 15px 0; }
.twtr-doc { margin:0 auto 0 auto;}
.widget_twittergoodieswidgetswidget .twtr-hd h3 { font-family:"myriad-pro-1","myriad-pro-2",Helvetica,sans-serif;font-size:13px !important;text-transform:uppercase; }
.widget_twittergoodieswidgetswidget .twtr-ft { height:32px; }
.widget_twittergoodieswidgetswidget { background:#ededed;padding:20px 0 20px 0;text-align:center }
.widget_twittergoodieswidgetswidget .twtr-ft div a { display:none; }
.widget_twittergoodieswidgetswidget .twtr-timeline { border-radius: 0; }
#atd-twitter-sponsorship { color:#fff;position:relative;margin-top:-28px;z-index:1000; }
	#atd-twitter-sponsorship img { vertical-align:middle; }
	
	
	/* Subscribe */

body.page-id-134 div#main.main { width:967px; }
body.page-id-134 div#side { display:none; }

.subscribe-page-twitter { margin-left:25px; }
.subscribe-page-twitter div.row { clear:both; padding:15px 0 15px 0; }
.subscribe-page-twitter div.atd-twitter-item { width:300px; float:left; margin: 0 10px 0 0; }
.subscribe-page-twitter div.atd-twitter-item > img { float:left; margin:0; padding:0; }
.subscribe-page-twitter div.atd-twitter-item > div { width:210px; float:right; font-size:0.9em; }
.subscribe-page-twitter div.atd-twitter-item > div.fb-subscribe { float:none; }

	
	/* WSJ Hat */
	
#wsjhat { background:#000;height:41px; }
	#wsjhat .hat_wsjdn, #hat_div.hat_wsjdn { margin-left:4px; }

	/* FOUT */

.wf-loading .title
	, .wf-loading .river .excerpt.qotd blockquote p
	, .wf-loading .article-title h1
	, .wf-loading blockquote.pullquote
	, .wf-loading blockquote
	, .wf-loading blockquote p
	, .wf-loading .article-comments h2
	, .wf-loading h5.subhed,
	, .wf-loading h4.subhed
	, .wf-loading .article-related .ob_column h2
	, .wf-loading #video-carousel p.caption
	, .wf-loading .vc-container p.caption {
		visibility:hidden;
	}

.wf-loading .col-name
	, .wf-loading .wf-active #nav a.nav-link
	, .wf-loading #trending p strong
	, .wf-loading .video-module .module-header p
	, .wf-loading .river-header
	, .wf-loading a.btn-link
	, .wf-loading .conf-breadcrumb
	, .wf-loading .register-link
	, .wf-loading .conf-side-nav a
	, .wf-loading .conf-side-mini
	, .wf-loading .conf-side-mini ul a
	, .wf-loading #special-tab a
	, .wf-loading #alt-misc h2
	, .wf-loading .ads-sponsored h4
	, .wf-loading .widget_twittergoodieswidgetswidget .twtr-hd h3 {
		visibility:hidden;	
	}

/**
 * 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; }

.red { color:#BB2D2D; }

body.tag-steve-jobs .page-header-extra { display:block; }

/**
 * 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; }
}







.wp-pagenavi { line-height: 30px; }

body #trending .wrapper { margin-bottom:-4px; }

/**
 * ATD Reviews - February 2012
 * New/Updated Styles | Authors: Mule Design Studio
 */
 
 
/* NEW REVIEWS MODULE ON THE ATD HOMEPAGE */ 

body.review #trending .wrapper
	, body.category-product-news #trending .wrapper
	, body.category-product-reviews #trending .wrapper
	 { border-bottom:none; }
body.review #trending
	, body.category-product-news #trending
	, body.category-product-reviews #trending
	 { background:#ECDFCC; }
body.review .page-header .follow-btn { padding-left:5px; }
body.review .triple-feature .excerpt-image { text-align:center; width:100%; }
body.review #cookie-alert, body.review #social-alert { background:#ECDFCC; }

body.review .river
	, body.category-product-news .river
	, body.category-product-reviews .river { background:url(../img/icn-loading.gif) 310px 150px no-repeat; } 

#reviews-river { background:#fff; }
#reviews-river.reviews .has-photo .excerpt-text { padding-right:0; width:100%; }
#reviews-river #reviews-river-default .has-photo .excerpt-text { width:auto; }

.sort-reviews select { display:inline; height:auto; left:5px; padding:0; position:relative; top:-2px; width:auto; }
	.sort-reviews select option { line-height:auto; }
	
#home-reviews {
  background: #f0e1cb url(../img/bg-home-reviews.png) no-repeat; 
  color: #252525; 
  -webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.10);  
  margin-bottom: 20px;
  padding: 5px 10px 5px 10px;
  position: relative;
}		

#home-reviews h2.col-name { font-family:"myriad-pro-1","myriad-pro-2",Helvetica,sans-serif; font-size: 19px; color: #504f4f; text-transform: uppercase; margin-bottom: 20px; }
#home-reviews .featured h2.title a { font-family:"grad-1","grad-2",Times,serif; font-size: 22px; line-height: 22px; color: #303030; margin-bottom: 10px; }
#home-reviews h2.title a:hover { text-decoration: none; color:#0087bb; }
#home-reviews .featured p { font-family: Georgia, sans-serif; font-size: 14px; line-height: 19px; color: #252525; clear: both; margin-bottom: 10px; }
#home-reviews .featured img { width: 130px; height: 130px; float: left; clear: none; padding: 0 10px 10px 0; }
#home-reviews .featured-headline { display: block; width: 180px; height: 140px; float: right; clear: none; position: relative; }
#home-reviews .featured-headline .headline-wrap { position: absolute; bottom: 10px; }
#home-reviews .byline { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; color: #737f84; margin: 0; }

#home-reviews hr { width: 340px; border-top: 1px solid #cfc2af; margin: .5em 0 .5em -10px; }
#home-reviews hr.bottom { width: 340px; border-top: 1px solid #cfc2af; margin-left: -10px; margin-bottom: 0; height: 10px; background: url(../img/bg-hr-bottom.png) repeat-x; }

#home-reviews .excerpt-image img { width: 50px; height:50px; float: left; clear: none; padding: 0 10px 10px 0; }
#home-reviews .excerpt-text { float: right; clear: none; margin-right: 0px; width: 260px; }
#home-reviews .excerpt-text h2.title a { font-size: 16px; line-height: 18px; }

#home-reviews .more { display:block; text-align:center; position:absolute; top: 9px; right:5px;  }
.btn-link.btn-more-reviews { font-size:95%; margin-top:-1px; padding:2px 5px; float:right; text-transform:none; }
#home-reviews .more a { font-size:95%; padding: 2px 5px; }

/* V2 Styling */

#home-reviews.v2 .featured-container { position:relative; width:320px; height:240px; }
	#home-reviews.v2 .featured h2.title a { font-family:"grad-1","grad-2",Times,serif; font-size:22px; line-height:22px; color: #fff; margin-bottom:10px;}
	#home-reviews.v2 .featured h2.title a:hover { text-decoration: none; color:#00b8ff; }
	#home-reviews.v2 .featured p { font-family:Georgia, sans-serif; font-size:14px; line-height:19px; color:#252525; clear:both; margin-bottom:0px; }
	#home-reviews.v2 .featured img { width:320px; height:240px; float:none; clear:none; padding:0; }
	#home-reviews.v2 .featured-headline { display:none; width:320px; float:none; clear:none; position:absolute; bottom:0px; background-color:rgba(0, 0, 0, 0.7); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	}
	#home-reviews.v2 .featured-headline .headline-wrap { position:absolute; padding:0 10px; bottom:10px; }
	#home-reviews.v2 .featured .byline { font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size:13px; color:#ddd; margin:0; }
	#home-reviews.v2 .featured .byline a { color:#ddd; }
	#home-reviews.v2 p.excerpt { display:block; margin-top:5px; }

/* INDIVIDUAL REVIEW PAGE */

body.review #content { background: #fff url(../img/bg-reviews.png) repeat-x; padding:5px 0 30px;  }
body.single.review #content { background: #fff top center url(../img/bg-product-reviews.jpg) no-repeat; padding-top:20px; }
body.category-product-reviews #content, body.category-product-news #content { background: #fff top center url(../img/bg-product-reviews.jpg) no-repeat; padding-top:40px; }

body.single.review .review-header, body.review .review-header { width: 340px; float: right; clear: none; margin-left:5px; padding-left: 0; padding-right: 0; }

body.single.review .article-tools { float:left; padding-left: 15px; }
body.single.review .article-tools { position:relative; top:0; left:0; }
body.single.review .author { float: right; clear: none; padding: 0; margin: 0; /*overflow: hidden;*/ }
body.single.review .social { float: left; clear: none; padding: 0; margin: 0; }

body.single.review .tw-follow { float: left; clear: none; margin-top: 3px; }
body.single.review .fb-subscribe { float: right; clear: none; margin: -24px 50px 0 0; }

body.single.review .author ul.fmenu { float:left; clear: none; width:auto;margin-left:0; }
body.single.review .author .fmenu li { float:left;list-style:none;width:auto; }
body.single.review .author .fmenu a { display:block;float:left;padding:0;width:auto; }
body.single.review .author .fmenu li:first-child a,
body.single.review .author .fmenu li.first a { padding-left:0; }
body.single.review .author .article-tools.fmenu a.icn-link { padding:2px 15px 2px 0; }
body.single.review .author .ethics { margin-left: -15px; }

body.single.review .page-header, body.review .page-header { border-bottom: none; }

body.single.review h1.title { font-size: 40px; }

body.single.review h4 { font-family:"myriad-pro-1","myriad-pro-2",Helvetica,sans-serif; font-size: 16px; color: #cc3333; text-transform: uppercase; margin-top: 15px; margin-bottom: 5px; }

body.single.review .breadcrumb { font-family:"myriad-pro-1","myriad-pro-2",Helvetica,sans-serif; font-size: 16px; color: #b7c0ca; text-transform: uppercase; padding-top: 15px; margin-bottom: 5px;  }
body.single.review .breadcrumb a { color: #cc3333; }

/* PRODUCT COMPARISON TABLE FORMAT */

table.compare { width: 100%; margin: 20px 0; }
table.compare img { float: none; margin: 0 auto 10px auto; }
table.compare th, table.compare td { padding: 8px; line-height: 18px; text-align: center; border-top: 1px solid #d0d3d6; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 17px; color: #666; }
table.compare th { font-weight: bold; vertical-align: bottom; }
table.compare td { vertical-align: middle; }

table.compare .bullet { color: #57bd43; font-family: Arial, sans-serif; font-size: 45px; font-weight: bold;  }
table.compare .greendot { display: block; float: none; width: 20px; height: 20px; text-indent: -9000px; background: url(../img/greendot.png) no-repeat; margin: auto;  }

.bordered-table { border: 1px solid #d0d3d6; border-collapse: separate; }
.bordered-table th + th,
.bordered-table td + td,
.bordered-table th + td,
.bordered-table td + th {
  border-left: 1px solid #d0d3d6;
}
.bordered-table thead:first-child tr:first-child th, .bordered-table tbody:first-child tr:first-child td { border-top: 0; }

.striped-table td, .striped-table th { font-weight: bold; }
.striped-table tbody tr:nth-child(odd) td, .striped-table tbody tr:nth-child(odd) th { background-color: #f4f5f6; }

/* GALLERY STYLES  - ADAPTED FROM ORIGINAL GALLERY FORMAT FROM ATD 2.0 */

.atd-gallery { display: block; width: 995px; height:auto; clear: both; margin-bottom:10px; border-bottom:1px solid #caced1; }
.atd-gallery-main { margin-bottom:0px;padding-bottom:10px; width: 640px; float: left; clear: none; }
.atd-gallery-main img { display:block; margin: 0 auto 0 auto; }
.atd-gallery-right { float:right;padding:10px 0 20px;width:340px; }
.atd-gallery-caption { padding:10px 0; font-family: Georgia, sans-serif; font-size: 14px; line-height: 19px;  font-style: italic; }
.atd-gallery-thumbs { clear:none; float: right; width: auto; margin-bottom: 30px; }
.atd-gallery-thumbs img { display:block;   }
.atd-gallery-thumbs a { display:block;float:left;margin:0 3px 10px 3px; border: 1px solid #caced1; padding:4px; }
.atd-gallery-thumbs a:hover, .atd-gallery-thumbs a.active { border: 2px solid #00b9ff; padding:3px; }  
.product-review .items div { float:right; width:340px; }

/* PAGE TITLE STYLE FOR THE REVIEWS LANDING PAGE */

.atreviewed { font-family:"myriad-pro-1","myriad-pro-2",Helvetica,sans-serif; text-transform: uppercase; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35); font-weight: 600; font-style: normal;  }
.atreviewed a:hover { color: #000; }
   
/* THREE FEATURED AREAS ATOP THE REVIEWS LANDING PAGE */

#featured-reviews { margin:0 auto; width:995px; }

.triple-feature { display: block; background: #fff; width: 300px; float: left; clear: none; padding: 10px; -webkit-box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.15); -moz-box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.15); box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.15); margin-left: 10px; margin-bottom: 5px; }

.review-cat { font-family:"myriad-pro-1","myriad-pro-2",Helvetica,sans-serif; font-size: 13px; color: #cc3333; text-transform: uppercase; margin-top: 0; margin-bottom: 5px; }

.triple-feature h2.title { font-size: 26px; line-height: 28px; margin-top: 10px; }
.triple-feature p { margin-bottom: 10px; }

/* NAVIGATION BARS AT TOP AND BOTTOM OF RIVER AREA OF THE REVIEWS LANDING PAGE */

.landingbar, .landingbar_btn { width: 615px; height: 20px; padding: 10px; margin-bottom: 20px; display: block; background: #f0e1cb; -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35); -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35); font-family:"myriad-pro-1","myriad-pro-2",Helvetica,sans-serif; font-size: 16px; color: #666; text-transform: uppercase; text-align: center; font-weight: 700; font-style: normal; }
	.landingbar_btn { margin-top:15px; width: auto; font-size:14px; }
	.landingbar a, .landingbar_btn a { color: #666; }
	.landingbar li:hover, .landingbar a.active, .landingbar li:hover a { color: #000; text-decoration: none; }
	.landingbar ul { list-style: none; display: inline; float: left; clear: none; margin-left: -10px; }
	.landingbar li { display: inline; float: left; clear: none; border-right: 1px solid #cec1ae; padding: 2px 7px; }
	.landingbar li.active a, .landingbar li.active { color: #000; }
	.landingbar li.last { border-right: none; }
	.landingbar li li.dd-cat { border-right: none; background: url(../img/downarrow.png) no-repeat right; padding-right: 15px; }

/* FORMATTING FOR THREE RIVER VARIANTS ON THE REVIEWS LANDING PAGE */

.river { z-index: 1; }

/* .reviews-landing { margin:0 auto;width: 995px; } */
#reviews-landing-left { width: 640px; margin: 9px 0 0 0px; padding: 0; float: left; clear: none; }
.reviews-landing-river { width: 100%; min-height: 500px; padding: 0 0 20px 0; z-index: 1; }

.review .reviews-landing-river { display: none; }
.review .reviews-landing-river.active { display: block; }

.reviews-landing-river #left { width: 160px; padding: 0 0 20px 0; }
.reviews-landing-river #left .excerpt { float: left; width: 150px; border-bottom: 1px solid #e8eef4; padding: 10px 10px 20px 0; }
.reviews-landing-river #left .excerpt-image { float: none; margin: 0 auto 10px; overflow:hidden; width: 150px; }
.reviews-landing-river #left .excerpt h2.title { font-size: 18px; width: 150px; }
.reviews-landing-river #left .excerpt-text { width: 160px; }

.reviews-landing-river .articles { border-left: 4px solid #e8eef4; padding-bottom: 0; padding-left:4px; width:465px; }


.reviews-landing-river .wide { width: 630px; border-left: none; float: left; padding-left: 0; margin-left: 0; }
.reviews-landing-river .wide .excerpt { border-bottom: 1px solid #e8eef4; width: 630px; padding-left: 0; margin-left: 0; }
	.reviews-landing-river .wide .excerpt.news-byte { padding: 5px 0px 10px 25px; width:615px; }
.reviews-landing-river .wide .excerpt .excerpt-text { width:auto; padding-left: 0; margin-left: 0; }
.reviews-landing-river .wide .excerpt.has-photo .excerpt-text { width: 450px; padding-left: 0; margin-left: 0; }

.reviews-landing-river .excerpt { border-bottom: 1px solid #e8eef4; }

.reviews-landing-river .grid { width: 188px; height: 300px; overflow: hidden; padding: 15px 10px 0px 10px; border-bottom: 1px solid #e8eef4; float: left; clear: none; }
.reviews-landing-river .center { border-right: 1px solid #e8eef4; border-left: 1px solid #e8eef4; }
.reviews-landing-river .grid h2.title { font-size: 18px; width: 190px; }
.reviews-landing-river .grid .excerpt-image { float: none; margin: 0 auto 10px; overflow:hidden; width: 165px; }

.reviews-landing-river h2.river-heading { font-family:"myriad-pro-1","myriad-pro-2",Helvetica,sans-serif; font-size: 20px; color: #cc3333; text-transform: uppercase; padding: 0 0 3px 10px; margin-top: 0; margin-bottom: 7px; border-bottom: 0px solid #e8eef4; }

/* Retina CSS */

@media screen and (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	
	.replace-2x {
		font-size: 1px;
	}

	.masthead .logo { 	background-image:url(../img/logo-banner@2x.png); -webkit-background-size: 216px 52px; -moz-background-size: 216px 52px; background-size: 216px 52px; }
	
	#nav-writers-flyout-copy div.writer-image { background-image:url(../images/staff/writers-50x50-20130513@2x.jpg);  -webkit-background-size: 50px 710px; -moz-background-size: 50px 710px; background-size: 50px 710px; }

	.writers li > span.writer-img-50, span.writer-img-50 { background-image:url(../images/staff/writers-50x50-20130513@2x.jpg);  
-webkit-background-size: 50px 770px; -moz-background-size: 50px 770px; background-size: 50px 770px; }
	
	header[role="banner"] { background-image:url(../img/bg-banner@2x.png); -webkit-background-size: 1224px 78px; }
	
	footer .logo { background-image:url(../img/logo-footer@2x.png); background-size: 108px 108px; -moz-background-size: 108px 108px; -webkit-background-size: 108px 108px; }
	
	a.video { background-image:url(../img/icn-video-sm@2x.png); -webkit-background-size:19px 18px; -moz-background-size:19px 18px; background-size:19px 18px; }

	.river .excerpt-short.qotd { background-image:url(../img/quote-open-sm@2x.png); -webkit-background-size:15px; -moz-background-size:15px; background-size:15px; }

	.article-title.news-byte, .river .excerpt.news-byte { background-image:url(../img/bg-news-byte-excerpt@2x.png); -webkit-background-size: 10px 55px; -moz-background-size: 10px 55px; background-size: 10px 55px; }
	
	.river .excerpt-short.news-byte { background-image:url(../img/bg-news-byte-sm@2x.png); -webkit-background-size:15px; -moz-background-size:15px; background-size:15px; }
	
	.river .excerpt.qotd blockquote {
		background-image:url(../img/quote-open@2x.png);
		-webkit-background-size: 46px 46px;
		-moz-background-size: 46px 46px;
		background-size: 46px 46px;
	}
	
	.river .excerpt.qotd blockquote p:last-child {
		background-image: url(../img/quote-close@2x.png);
		-webkit-background-size: 46px 46px;
		-moz-background-size: 46px 46px;
		background-size: 46px 46px;
	}
	
	#nav .toggle
		, .page-header-toggle
		, .conf-side-mini .has-sub a
		, #special-tab a
		, .video-filters li a
		, .video-filters li a:hover { background-image:url(../img/bg-nav-toggle_set@2x.png); -webkit-background-size:15px 500px; -moz-background-size:15px 500px; background-size:15px 500px;
	}
	
	a.feed-link { background-image:url(../img/icn-rss-16@2x.png); }
	a.email-link { background-image:url(../img/icn-email-16@2x.gif); }
	a.share-link { background-image:url(../img/share-icon-16x16@2x.gif); }
	a.print-link { background-image:url(../img/print@2x.gif); } 
	.article-tools.fmenu a.akp_link { background-image:url(../img/print@2x.gif); }

	.article-tools.fmenu a.stbutton
		, a.stico_default
		, a.stbutton.stico_default, .article-tools.fmenu span.st_sharethis_custom { background-image:url(../img/share-icon-16x16@2x.gif); }
		
	a.feed-link, a.twitter-link, a.email-link, a.share-link, a.print-link, .article-tools.fmenu a.akp_link, .article-tools.fmenu a.stbutton, a.stico_default, a.stbutton.stico_default, .article-tools.fmenu span.st_sharethis_custom {
		-webkit-background-size: 16px 16px;
		-moz-background-size: 16px 16px;
		background-size: 16px 16px;	
	}
}

/* LiveFyre */
.fyre-editor-container .fyre-editor-toolbar > .fyre-mention-menu .fyre-mention-item .fyre-mention-item-livefyre {
    background: url(../img/atd-22x22.png) no-repeat center;
    background-position: 0px 0px;
    background-size: 22px 22px;
}
/* Hide the top logo */
.fyre-widget .fyre-logo-drop, .fyre-widget .fyre-logo-help, .fyre-widget .fyre-help {
    display:none !important;
}

/* Style the bottom logo */
#powered_by_livefyre_new a {
    background: url('http://zor.livefyre.com/wjs/v1.0/images/icons/poweredbylivefyre.png') no-repeat left top;
    display: block;
    height: 24px;
    font: 13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
    text-decoration: none;
    color: #404040;
    padding-left: 28px;
    padding-top: 4px;
}
#powered_by_livefyre_new a:hover {
    text-decoration: underline;
}
