/* foundation.css contains a reset, font normalization and base styles. */

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

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

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

blockquote, q { quotes: none; }

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

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

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

del { text-decoration: line-through; }

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

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

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

input, select { vertical-align: middle; }

/* font normalization */
body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */

table { font-size:inherit; font:100%; }

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

/* normalize monospace sizing */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

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

body, select, input, textarea { color:#444; }

a:hover, a:active { outline: none; }

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

ul, ol {list-style: none;}

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

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

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

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

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

/* make buttons play nice in IE */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG */
.ie7 img { -ms-interpolation-mode: bicubic; }

/* 
 * Non-semantic helper classes 
 */

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

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

 /* Primary Foundation Styles
    Author: Wesley Lindamood
 */

/* Basic HTML */

body {
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #333;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

 p,
 dl,
 hr,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 ol,
 ul,
 pre,
 table,
 address,
 fieldset {
	margin-bottom: 15px;
}

 h1 {
	font-size: 50px;
	line-height: 1;
}

h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
}

h3 {
	font-size: 21px;
	font-weight: normal;
	line-height: 1;
}


/* lists */

 ol {list-style: decimal;}

 dl dt       { font-weight: bold; }
 dd          { margin-left: 5px;}

/* text elements */
#content a {font-weight: bold;}

a:focus, 
a:hover     { text-decoration: underline;}
a           { color: #666; text-decoration: none; }

blockquote  { font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

sub {
	font-size: smaller;
	vertical-align: sub;
}

sup {
	font-size: smaller;
	vertical-align: super;
}


acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Tables */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 	{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* Misc classes */

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.left       { float: left; margin: 5px 20px 10px 0; }
.right      {float: right; margin: 0 0 10px 20px; }

/* forms */

label       { font-weight: bold; }
fieldset    { padding:5px; margin: 0 0 5px 0; border: 1px solid #ccc; }
legend      { font-weight: bold;}


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title, 
textarea, select { 
	background-color:#fff; 
	border:1px solid #bbb; 
}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
	border-color:#666; 
}

input[type=text], 
input.text, input.title,
textarea, select {
	margin:5px 0;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:3px; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: 5px; margin-bottom: 5px; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/************* ICONS AND BUTTONS ******************/

.icon-discussions { background-position: 0 -290px; width: 49px; height: 49px; } 

.icon-recommend { background-position: 0 -587px; width: 16px; height: 16px; } 

.icon-rss { background-position: 0 -726px; height: 15px; } 

.logo-npr { background-position: 0 -930px; width: 54px; height: 18px; } 

/************* ARGO PANEL ******************/

#argo-panel-wrapper {
	background: #3d3c3c url(../img/argo-panel-bg.png) repeat-x;
	border-bottom: 5px solid #3d3c3c;
}

#argo-panel {
	display: none;
	height: 170px;
}

#apanel-title {
	margin: 0;
	position: absolute;
	top: -10px;
	right: 6px;
	z-index: 1;
}

.ie6 #apanel-title {
	display: none;
}

#wrapper #apanel-trigger {
	display: block;
	width: 77px;
	height: 45px;
	text-indent: -10000px;
	position: relative;
	outline: none;
	background-image: url(../img/panel-nav.png);
	background-position: 0 -190px;
}

#wrapper  #apanel-title .opanel {
	background-position: 0 0;
}

#wrapper  #apanel-title .cpanel {
	background-position: 0 -190px;
}

#wrapper  #apanel-title .cpanel:hover {
	background-position:0 -95px;
}

#wrapper {
	border-top: none;
	position: relative;
	margin-top: 0 !important;
}

.ie6 #wrapper {
	position: static;
}

#apanel-content {
	display: none;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	color: #999;
	font-family: helvetica, arial, sans-serif;
}

#apanel-content a {
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

#apanel-content a:hover {
	color: #fff;
}

#apanel-content h5 {
	font-size: 13px;
	margin: 0 0 5px 0;
	color: #ddd;
}

#argo-inner-panel {
	width: 960px;
	margin: 0 auto;
	height: 140px;
	position: relative;
}

#panel-about {
	width: 203px;
	overflow: hidden;
	height: 140px;
	position: absolute;
	top: 5px;
	left: -5px;
}

#panel-about p {
	font-size: 13px;
	font-style: italic;
	line-height: 1.4;
}

#panel-network, #panel-featured {
	border-left: 1px solid #666; 
	padding-left: 8px;
}

#panel-network {
	position: absolute;
	top: 5px;
	left: 200px;
	overflow: hidden;
	height: 140px;
	width: 450px;
}

#panel-network ul {
	float: left;
	width: 135px;
	font-size: 11px;
	margin: 0 0 0 10px;
	border-left: 1px solid #666;
}

#panel-network #panel-network-first {
	margin-left: -9px;
	border-left: none;
}

#panel-network li {
	margin-bottom: 3px;
}

#panel-network li a {
	padding-left: 15px;
}

#panel-network .selected {
	background: transparent url(../img/argo-panel-selected.png) no-repeat 0 2px;
}


#panel-featured {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 290px;
	height: 140px;
	overflow: hidden;
}

#panel-featured div{
	display: none;
	margin-top: 12px;
}

#panel-featured img {
	float: left;
	margin-right: 10px;
	border: 1px solid #999;
}

#panel-featured h3 {
	font-size: 13px;
	margin: 0;
}

#panel-featured p {
	font-size: 11px;
	line-height: 1.2;
	border-top: 1px solid #999;
	color: #999;
	margin-top: 10px;
	padding-top: 5px;
	margin-left: 70px;
}

/************* GLOBAL NAVIGATION ******************/

.global-nav-bg {
	background-color: #666;
	padding: 5px 0;
	margin-bottom: 10px;
}

.global-nav {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	color: #fff;
	font-size: 11px;
	position: relative;
	height: 40px;
}

.global-nav a, .global-nav a:visited, .global-nav a:hover, .global-nav a:active { color:#fff; }

.global-nav ul {
	margin: 0;
}

.global-nav li {
	float: left;
	margin: 10px 10px 0 0;
}

.global-nav .support a {
	background-color: #ccc;
	font-weight: bold;
	color: #666;
	padding: 3px 5px;
}

.global-nav .support a:hover {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

.global-nav .network-branding {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	background: transparent url(../img/argo-network-logo.png) no-repeat top right;
	text-indent: -10000px;
	width: 70px;
	height: 37px;
}

.network-branding a {
	display: block;
	width: 70px;
	height: 37px;
}

/****************** HEADER ******************/

.branding h1 {
	line-height: 1;
	font-size: 42px;
	margin: 0 0 10px 0;
}

.branding h1 a {
	color: #000;
	outline: none;
}

.branding h1 a:hover {
	text-decoration: none;
	color: #3366cc;
}

.branding h2 {
	font-weight: normal;
	font-size: 24px;
	color: #333;
}

.featured-posts {
	height: 150px;
	position: relative;
}

.features {
	width: 140px;
	height: 140px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.features img {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 140px;
	height: 140px;
}

.features-caption {
	position: absolute;
	top: 100px;
	left: 0; 
	background: transparent url(../img/featured-transparency.png) repeat-x;
	height: 40px; 
	width: 100%;  
}

.features-caption a {
	font-size: 10px;
	line-height: 1.1;
	font-weight: bold;
	display: block;
	height: 36px;
	padding: 2px 5px;
}

.features-caption a, .features-caption a:visited, .features-caption a:hover, .features-caption a:active{color:#ddd; text-decoration: none;}

#feature1 {
	position: absolute;
	top: 0;
	left: 0;
}

#feature2 {
	position: absolute;
	top: 0;
	left: 160px;
}

#feature3 {
	position: absolute;
	top: 0;
	left: 320px;
}

.featured-posts div.features:hover {
	border-color: #000;
}

/* topics-bar */

#topics-bar {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	margin-bottom: 10px;
	position: relative;
}

#topics-bar li {
	float: left;
	margin-right: 5px;
}

#topics-bar li a {
	font-size: 11px;
	font-weight: bold;
	background-color: #999;
	padding: 2px 8px;
	color: #fff;
}

#topics-bar li a:hover {
	background-color: #333;
	text-decoration: none;
}

#topics-bar h4 {
	margin: 0;
}

#topics-bar ul {
	width: 862px;
}

#topics-bar h5 {
	position: absolute;
	top: 8px; 
	right: 0;
	font-size: 11px;
}

/* search form */

#s2 {
	height: 19px;
	width: 160px;
	padding: 2px;
	position: absolute;
	top: 0;
	right: 36px;
	margin: 0;
	color: #999;
	font-size: 11px;
}

#searchform {
	position: absolute;
	top: 5px;
	right: 0;
}

.ie6 .utility-nav {
	position: relative;
	width: 940px;
	top: -25px;
}

#follow-us {
	margin: 0;
	position: absolute;
	top: 5px;
	right: 210px;
}

#follow-us li {
	float: left;
	text-indent: -10000px;
	margin-left: 3px;
}

#follow-us a {
	background: transparent url(../img/header-icons.png) no-repeat top left;
	display: block;
	width: 23px;
	height: 23px;
}

#follow-us .icon-rss-header a {
	background-position: 0 -146px;
}

#follow-us .icon-rss-header a:hover {
	background-position: 0 -219px;
}

#follow-us .icon-fb-header a {
	background-position: 0 0;
}

#follow-us .icon-fb-header a:hover {
	background-position: 0 -73px;
}

#follow-us .icon-twitter-header a {
	background-position: 0 -292px;
}

#follow-us .icon-twitter-header a:hover {
	background-position: 0 -365px;
}



/* mega menu */

#main-nav {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 940px;
	min-height: 32px;
	position: relative;
	z-index: 100;
}

#topnav {
	margin: 0; 
	padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}

#topnav li {
	float: left;
	margin: 0 0 0 0; 
	padding: 0;
	font-size: 15px;
	line-height: 1;
}

#topnav li a {
	float: left; 
	padding: 5px 22px 5px 5px;
	margin: 0 5px;
	color: #000;
	background: transparent url(../img/arrow-down.png) no-repeat 95% 50%;
}

#topnav .first a {
	margin-left: -5px;
}

#topnav li:hover a, #topnav li a:hover { 
	background-color: #999; 
	text-decoration: none; 
	color: #fff; 
	border-bottom: 7px solid #999;
	background: #999 url(../img/arrow-hover.png) no-repeat 95% 50%;
}

#topnav li .sub {
	position: absolute;	
	top: 31px; 
	left: -5px;
	float: left;
	width: 925px;
	display: none;
	border: 4px solid #999;
}

#topnav li .row {
	clear: both; 
	float: left; 
	width: 100%; 
	margin-bottom: 10px;
}

#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 915px;
	float: left;
	background-color: #fff;
}

#topnav .sub ul li {
	width: 100%;
	color: #333;
	border: none;
	background-color: #fff !important;
	padding: 5px;
}

#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: none;
	text-decoration: none;
	color: #333;
	padding-left: 0;
}

.ie6 #topnav .sub ul li a {
	background-image: none !important;
}

#topnav .sub ul li a:hover {
	color: #ddd; 
	background-position: 5px 12px ;
}


.inner-menu {
	width: 920px;
	padding: 10px;
}

#topnav .sub .inner-menu a {
	margin: 10px 0;
	border: none;
}

#topnav .sub .inner-menu a:hover {
	text-decoration: underline;
	color: #333;
}


.mega-feature {
	width: 320px;
	float: left;
}

.mega-feature h2 {
	font-size: 24px;
	line-height: 1.2;
	color: #666;
	padding-bottom: 15px;
}

.mega-feature img {
	float: left;
	margin-right: 20px;
}

.mega-feature h3 {
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 5px 0;
}

.mega-feature h3 a:hover {
	color: #333 !important;
	text-decoration: underline !important;
}


.mega-feature .read-more {
	font-weight: bold;
	font-size: 11px;
}

.category-articles {
	width: 320px;
	float: left;
	margin-left: 20px;
}

.category-articles h4 {
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	padding-bottom: 8px !important;
	border-bottom: 1px solid #ddd;
}

.category-articles h4 a {
	font-weight: normal;
	margin: 0 !important;
	padding: 0 !important;
}


.category-articles h5 a {
	font-size: 12px;
	line-height: 1;
	margin: 0 0 5px 0;
	display: block;
	font-weight: bold;
}

#topnav .category-topics ul {
	width: 200px !important;
	padding: 0;
}

#topnav .category-topics li {
	margin: 0 0 10px 0 !important;
	font-size: 15px;
	padding: 0 0 10px !important;
	border-bottom: 1px solid #ddd !important;
}


.category-topics {
	width: 210px;
	margin-left: 20px;
	float: left;
}

.inner-menu h3 {
	font-size: 18px;
	color: #666;
	margin: 0 0 15px 0;
}



/************** HOME PAGE ****************/

.home .post, .archive .post, .search .post, .home .roundup, .archive .roundup, .search .roundup, .home .slideshow, .archive .slideshow, .search .slideshow {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}

/************** POST ******************/

.ie6 #content {
	width: 610px;
	overflow: hidden;
}

#content h2 {
	margin: 10px 0;
}

#content h3 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
}

#content h4 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}

#content h5 {
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
}

#content h6 {
	font-size: 11px;
	line-height: 1.3;
	font-weight: bold;
}

#content a {
	color: #3366cc;
}

.post ul {
	list-style: disc;
}

.post li {
	margin: 0 0 10px 30px;
}

.ie8 .post li, .ie7 .post li, .ie6 .post li {
	margin: 0 0 10px 50px;
}

#content labels {
	margin: 0;
	padding: 0;
}

#content .labels a {
	background-color: #eeeeee;
	color: #9f9f9f;
	font-size: 11px;
	padding: 4px 7px; 
	text-decoration: none;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	margin-bottom: 10px;
}

#content .labels a:hover {
	background-color: #333;
	color:#fff;
	text-decoration: none;
}

#content h2 a {
	color: #333;
	font-weight: normal;
}

.post blockquote {
	background-color: #ddd;
	padding: 20px;
	margin: 20px 0;
}

#content blockquote h6 {
	margin: 0;
	font-style: normal;
	font-size: 12px;
}

#content blockquote .source {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

#content .intro { /*style the first paragraph in a long post */
	font-size: 18px;
	font-style: italic;
	color: #999;
	line-height: 1.3;
}

/*post page metadata styles */
.post-meta {
	position: relative;
}

.top-meta {
	margin: 10px 0 5px 0;
}

.bottom-meta {
	margin-top: 20px;
	clear: both;
}

#content .post-meta h6 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 10px 0;
	color: #666;
}

#content .post-meta h5 {
	font-weight: normal;
	font-size: 12px !important;
	margin: 5px 0 0 0;
	color: #666;
}

.post-meta li {
	list-style-type:none;
	margin: 0;
}

.post-meta .labels {
	position: absolute;
	top: 0;
	right: 0;
}

#content .post-meta .labels li {
	float: right;
	margin-left: 5px;
}

.meta-gestures {
	margin: 0 0 10px 0;
	position: relative;
	min-height: 25px;
}

.ie6 .post, .micro, .meta-gestures {
	width: 610px;
}

.meta-gestures li {
	float: left;
	margin: 5px 10px 5px 0;
	font-size: 11px;
	background: transparent url(../img/icons-buttons.png) no-repeat top left;
}

.ie8 .meta-gestures li, .ie7 .meta-gestures li, .ie6 .meta-gestures li {
	padding: 0;
	margin: 5px 5px 5px 0;
}

.meta-gestures .meta-comments { 
	background-position: 0 -222px; 
	height: 18px; 
	padding-left: 20px;
} 

.ie8 .meta-gestures .meta-comments, .ie7 .meta-gestures .meta-comments, .ie6 .meta-gestures .meta-comments { 
	background-position: 0 -222px; 
	height: 18px; 
	padding-left: 20px;
} 

.meta-gestures .meta-permalink { 
	background-position: 0 -525px; 
	padding-left: 17px;
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0 !important;
}

.ie8 .meta-gestures .meta-permalink, .ie7 .meta-gestures .meta-permalink, .ie6 .meta-gestures .meta-permalink {
	background-image: none;
}

.meta-gestures .meta-twitter { 
	background-position: 0 -864px; 
	height: 16px;
	padding-left: 20px;
} 

.meta-gestures .meta-fb { 
	background-position: 0 -462px; 
	height: 16px; 
	padding-left: 20px;
} 

.meta-gestures .meta-email { 
	background: transparent url(../img/icon-email.png) no-repeat 0 2px;
	height: 16px; 
	padding-left: 20px;
} 

.ie8 .meta-gestures .meta-email, .ie7 .meta-gestures .meta-email, .ie6 .meta-gestures .meta-email { 
	background: none;
} 



.subscribe {/* RSS Icon */
	background: transparent url(../img/icons-buttons.png) no-repeat top left;
	background-position: 0 -723px; 
	height: 19px;
	padding-left: 22px;
}

.ie6 .subscribe {
	background: none;
	padding: 0; 
}

.subscribe a {
	color: #666;
}

#content .meta-gestures .activity-alert a {
	background-color: #000;
	color: #fff;
	padding: 3px;
}

#content .twitter {
	margin-left: 10px;
	margin-right: 0;
	background-image: none;
}

#content .fb {
	margin-right: 20px;
	background-image: none;
}

/* guest author bio */

.navis-author-bio {
border-top: 4px solid #ddd;
margin-bottom: 20px;
padding-top: 10px;
font-style: italic;
}

#content .navis-author-bio h4 {
font-size: 14px;
margin: 0 0 5px 0;
}

#content .navis-author-bio p {
font-size: 12px;
color: #666;
background: none;
padding: 0;
margin: 0;
}

/* related posts */

#related-posts { 
	margin:10px 0; 
	padding-top: 2px;
	border: 1px solid #eee;
	border-top: 2px solid #ddd;
	background: transparent url(../img/rp-background.png) repeat-y;
}

#related-posts a {
	font-weight: normal;
}


#related-post-nav { 
	float:left; 
	width: 140px;
	margin: 0;
	padding: 5px 0;
}

#related-post-nav li {
	font-size: 11px;
}

#related-post-nav h4 {
	font-size: 11px;
	margin: 0 0 5px 5px;
}

#related-post-nav a {
	display: block;
	padding: 2px 5px;
	font-weight: normal;
	text-decoration: none;
	border-top: 1px solid #ddd;
	outline:none;
}

#related-post-nav a:hover {
	background-color:#e0e0e0;
}

#related-post-nav a.selected { 
	background-color: #000;
	background: -moz-linear-gradient(100% 100% 90deg, #666, #000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#666));
	color:#fff; 
	width: 140px;
	position: relative;
}

.selected .fold {
	position:absolute;
	border-width:5px;
	border-style:solid;
	border-color:transparent;
	height:0;
	line-height:0;
	top:-10px;
	right: 0;
	border-left-color:#666;
	border-bottom-color:#666;
	margin-left:0;
}

.ie6 .selected .fold {
	display: none;
}

.items div { 
	display:none; 
	float:left; 
	padding:0 10px 0 20px;
	width: 445px;
	font-size: 11px;
}

.ie6 .items div {
	width: 425px;
}

#related-posts .items ul {
	margin: 5px 0 10px 0;
}

.items li {
	list-style: disc;
	margin-left: 15px;
}

.items div img {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 0;
}

#related-posts .top-related {
	list-style-type: none;
	margin-left: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

#related-posts .top-related h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.top-related p {
	margin-bottom: 10px;
}

/* post page pagination */

.post-nav {
	clear: both;
	border-bottom: 1px solid #999;
	font-size: 11px;
}

.post-nav li {
	margin: 0 0 10px 0;
}

#content .post-nav h5 {
	margin: 0;
	font-size: 12px;
}

#content .post-nav a {
	font-weight: normal;
}

.p-post {
	width: 300px;
	margin: 10px 0;
	float: left;
}

.n-post {
	float: right;
	width: 300px;
	text-align: right;
	margin: 10px 0;
}

/* post page content modules */

#content .module {
	margin-bottom: 10px;
	color: #000;
}

#content .module h3 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}

#content .module dl {
	margin: 0;
}

#content .module dt {
	font-size: 14px;
	margin-bottom: 10px;
}

#content .module dd {
	margin: 0 0 10px 0;
}

#content .aside p {
	font-size: 11px;
}

.image p {
	display: inline;
	font-size: 10px;
}

.image img {
	display: block;
}

#content .credit, #content .wp-media-credit {
	font-size: 10px;
	margin: 0;
	text-align: right;
	color: #666;
	line-height: 1;
	display: block;
}

#content .caption, #content .wp-caption-text {
	font-size: 12px;
	margin: 5px 0 0 0;
	color: #666;
	font-style: italic;
	line-height: 1;
	display: block;
}

#content .permalink {
	display: block;
}

#content .module .attribution {
	margin: 0;
	font-size: 11px;
	font-style: italic;
}

#content .half {
	width: 300px;
	font-size: 11px;
}

#content .aligncenter, #content .centered {
	width: 460px;
	margin: 20px auto;
}

#content .alignleft, #content .left {
	float: left;
	margin: 5px 20px 10px 0;
}

#content .alignright, #content .right {
	float: right;
	margin: 0 0 10px 20px;
}

#content .pull-quote {
	width: 300px;
	border-bottom: none;
	border-left: 4px solid #333;
	padding-left: 20px;
	font-size: 24px;
	font-style: italic;
	line-height: 1.3;
	margin: 20px;
}

#content .pull-quote h6 {
	font-size: 12px;
	font-style: italic;
	margin: 0
}

#content .pull-quote p {
	font-size: 24px;
}

/* floated images */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

/********** POST TYPES  ***************/

/* sticky posts */

.sticky-solo, .sticky-related {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

.sticky-related {
    background: -webkit-gradient(linear, right top, left top, color-stop(0.25, #dddddd), color-stop(0.25, #eeeeee));
    background: -moz-linear-gradient(right center, #dddddd 25%, #eeeeee 25%);
}

#content .sticky h5 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    color: #666;
    font-size: 12px;
}


#content .sticky img {
    float: left;
    border: 2px solid #999;
}

#content .sticky h2, .sticky p, #content .sticky h6 {
    margin-left: 160px;
}

#content .sticky h6 {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 8px;
    font-style: italic;
    display: none;
}


#content .sticky h2 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: -2px;
}


#content .sticky p {
    margin-bottom: 0;
    font-size: 12px;
}

#content .sticky a {
    color: #333;
}

#content .sticky-related p, #content .sticky-related h2, #content .sticky-related h5 {
    margin-right: 160px;
}

#content .sticky-related dl {
    float: right;
    width: 130px;
}

.no-cssgradients #content .sticky-related dl {
    border-left: 1px solid #ccc;
    margin-left: -10px;
    padding-left: 10px;
}

#content .sticky-related dt {
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 1.1;
    color: #666;
    font-size: 12px;
}

#content .sticky-related dd {
    margin: 0 0 8px 0;
    line-height: 1.2;
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
    font-size: 11px;
}

#content .sticky-related dd a {
    color: #666;
    font-weight: normal;
    text-decoration: none;
}

#content .sticky-related dd a:hover {
    color: #333;
}

#content .sticky-related  .sticky-all {
    border-bottom: none;
}

#content .sticky-related .sticky-all a {
    font-weight: bold;
}


/* link-roundup */

#content .roundup h5 {
	font-weight: normal;
	font-size: 16px;
}

.roundup p {
	background: transparent url(../img/link-roundup-icon.png) no-repeat 0 2px; /* Silk icon set 1.3 http://www.famfamfam.com/lab/icons/silk/ */
	padding-left: 30px;
	margin-right: 60px;
}

.roundup p em {
	font-size: 12px;
	color: #909090;
}

.roundup .module p {
	background: none !important;
	padding-left: 0 !important;
}

/* Q&A */

#content .question {
	position: relative;
	padding-left: 30px;
	font-weight: bold;
}

#content .answer {
	position: relative;
	padding-left: 30px;
}

.question .abbr, .answer .abbr {
	position: absolute;
	top: 0;
	left: 0;
	color: #999;
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
}

.question abbr, .answer abbr {
	border-bottom: none;
}

.ie6 .question .abbr, .ie6 .answer .abbr {
	position: absolute;
	top: 0;
	left: -30px;
}

#content .contenttype-short-post blockquote, #content .contenttype-quote blockquote {
	background-color: transparent;
	padding: 0 20px;
	border-left: 4px solid #333;
	margin: 10px 0;
}

#content .contenttype-short-post blockquote p, #content .contenttype-quote blockquote p {
	margin: 0 0 10px 0;
}

/**************** ARCHIVE PAGE ***********************/

#archive-intro {
border-bottom: 4px solid #ddd;
margin-bottom: 20px;
padding-bottom: 10px;
}

#archive-intro h3 {
font-size: 20px;
margin-bottom: 5px;
}

#archive-intro p {
font-size: 12px;
color: #666;
font-style: italic;
margin-bottom: 5px;
}

.archive-dropdown {
	float: right;
}

/* archive page navigation */

.list-pagination {
	border-bottom: 3px solid #ddd;
	min-height: 22px;
	padding-bottom: 10px;
}

.ie6 .list-pagination {
	height: 30px;
}

#main .list-pagination a {
	color:#666;
}

.ie6 .older-posts, .ie6 .newer-posts {
	width: 300px;
}

.older-posts {
	float: left;
}

 .older-posts a {
	background: transparent url(../img/btn-previous.png) no-repeat top left;
	height: 22px;
	display: block;
	padding-left: 30px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}

.newer-posts {
	float: right;
}

.ie6 .newer-posts {
	text-align: right;
}

.newer-posts a {
	background: transparent url(../img/btn-next.png) no-repeat top right;
	height: 22px;
	display: block;
	padding-right: 30px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
}

#content .recent-posts, .tag #content .recent-posts {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #999;
}

/**************** CATEGORY PAGE ***********************/

#content .category-background h2 {
	margin: 10px 0 5px 0;
}

.category-background p {
	margin: 0 0 5px 0;
}

.category #content .subscribe, .archive #content .subscribe {
	float: right;
}

#content .category-description p {
	font-size:14px;
	color: #666;
	font-style: italic;
}


.related-topics {
	margin: 0;
	padding: 0 0 10px 0;
}

#content .related-topics h4 {
	color: #333;
	font-size: 13px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

.related-topics ul {
	margin: 0;
}

.related-topics li {
	float: left;
	margin: 0 10px 0 0;
	font-style: italic;
	font-size: 12px;
	border-right: 1px solid #999;
	padding-right: 10px;
	line-height: 1;
}

/*taxonomy archive */

#taxonomy-description {
	margin-bottom: 10px;
}

/************** SEARCH RESULTS ******************/

.search-term {
	font-size: 16px;
	font-style: italic;
	color: #666;
}

.search-term strong {
	color: #333;
}

.search-results {
	border-top: 1px solid #ddd;
}

#content .search-results h2 {
	font-size: 20px;
	margin: 10px 0;
}

#content .search-results {
	color: #666;
	font-size: 13px;
}

.search-pagination {
	border-top: 2px solid #ddd;
	padding-top: 10px;
}

.search-pagination a {
	border: 1px solid #c0c0c0;
	margin: 10px 5px 0 0;
	padding: 0 5px;
	text-decoration: none;
}

.search-pagination a:hover {
	background-color: #ddd;
}

#content .search-pagination .current {
	border: 1px solid #606060;
	background-color: #666;
	color: #fff;
}

/**************** TAG PAGE ***********************/

 .tag #content .subscribe {
	margin: 0;
}

.topic-square {
	width: 220px;
	float: right;
	padding-left: 30px;
	overflow: hidden;
}

.topic-square img {
	border: 1px solid #999;
	margin: 0;
}

#content .topic-square .credit {
	margin:0;
	padding: 0;
	vertical-align: top;
}

.key-fact h3 {
	font-style: italic;
	color: #666;
	font-size: 26px !important;
	line-height: 1.2;
}

.tag  #content h3 {
	font-size: 18px;
	font-weight: normal;
}

.topic-background {
	margin: 0 0 20px 0;
	color: #666;
	font-size: 14px;
	font-style: italic;
}

.topic-background p {
	font-size: 12px;
}

.tag-subscribe {
	float: right;
}

.tag #content .page-title {
	margin: 10px 0 0 0;
}

.ie8 .page-title, .ie7 .page-title, .ie6 .page-title {
	margin-top: 20px;
}



/***************** SLIDESHOW POST TYPE **********************/

/*** Slideshow intro in the loop ***/

#content .slideshow-intro {
	line-height: .9;
	overflow: hidden;
	font-family: Helvetica, arial, sans-serif;
}

#content .slideshow-link a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 25px 5px 0;
	text-decoration: none;
	background: transparent url(../img/slideshow-icon.png) 600px 7px no-repeat;
}

#content .slideshow-link a:hover {
	background-color: #000;
}

#content .slideshow-link {
	margin: 0 0 10px 0;
	text-align: right;
	font-size: 12px;
	background-color: #000;
	background: -moz-linear-gradient(top, #3f3f3f, #000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#000000));
}

#slideshow .tslide {
line-height: 1px;
}


.single-slideshow #content .entry-date {
color:#666666;
font-size:11px;
font-style:italic;
font-weight:normal;
}

.ie6 .body.single-slideshow p#keyboard {
display:none;
}

.single-slideshow #content .tslide {
background-color: #000;
margin: 30px auto;
-moz-box-shadow: 0 0 25px #999;
-webkit-box-shadow: 0 0 25px #999;
box-shadow: 0 0 25px #999;
}

.single-slideshow #content .tslide:first-child {
margin: 0px auto 30px;
}

.single-slideshow #content .tslide.horizontal img {
margin: 0 auto;
width: auto;
max-height: 630px;
}

.single-slideshow #content .tslide.vertical img {
margin-top: 2em;
max-height:630px;
width: auto;
}

.single-slideshow #content .desc p {
font-size: 18px;
}

.single-slideshow #content .desc h2 {
margin-top: 0;
}

.single-slideshow .desc {
border-right:  1px solid #ddd;
width: 590px;
padding-right: 20px;
margin-bottom: 20px;
}


.single-slideshow #content h2.title {
text-align: left;
text-transform: uppercase
}

.single-slideshow #content .info {
text-align: left;
position: relative;
padding: 30px 40px 60px 40px;
color: #ccc;
}

.single-slideshow #content .info p.caption {
font-size: 18px;
}

.single-slideshow #content .info p.credit {
position: absolute;
top: 10px;
right: 40px;
}

.single-slideshow #content .info p.permalink {
text-align: right;
font-size: 11px;
position: absolute;
bottom: 0px;
right: 40px;
padding-left: 17px;
}

.s-instructions #keyboard {
background-image: url(../img/slideshow-keyboard.png);
background-repeat: no-repeat;
width: 240px;
padding-left:60px;
padding-top:3px;
line-height: 1;
font-style: italic;
font-size: 14px;
min-height: 50px;
}


/**************** SIDEBARS ***********************/

/*container ul for wigitized sidebar area */
.widget-container, .widget {
	margin-bottom: 10px;
	padding: 5px 0;
	line-height: 1.3;
	border-bottom: 1px solid #999;
}

.ie8 #sidebar, .ie7 #sidebar {
	padding-top: 10px;
}

.ie6 #sidebar {
	padding-top: 10px;
	width: 290px;
	overflow: hidden;
}

#sidebar h3 {
	text-transform: uppercase;
}

#sidebar .ad {
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	width: 300px;
	overflow: hidden;
}

#sidebar .ad p {
	text-align: center;
	font-size: 10px;
	margin: 0 0 7px 0;
	line-height: 1;
	color: #666;
}

#sidebar .ad a {
	font-weight: normal !important;
}

/*button styling for anchor tags */

#sidebar .button, .button:visited {
	background-color: #eeeeee;
    color: #9f9f9f;
	display: inline-block; 
	padding: 10px; 
	text-decoration: none;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	/* -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.5); */
	/* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5); */
	/* text-shadow: 0 -1px 1px rgba(0,0,0,0.25); */
	position: relative;
}

#sidebar .button:hover { background-color: #111; color: #fff; }
	
.button:active { top: 1px; }

.gray.button, .gray.button:visited { 
	font-size: 10px; 
	font-weight: bold; 
	line-height: 1; 
	background-color: #ddd;
	color: #333;
	}
	
.gray.button:hover { 
	background: #000 url(../img/button-overlay.png.html) repeat-x;  
	color: #fff; 
	text-decoration: none;
}

/* about site widget */

#sidebar .bio {
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	font-size: 11px;
}

.ie6 #sidebar .bio {
	width: 290px;
	overflow: hidden;
}

#sidebar .bio h3 {
	margin: 0 0 5px 0;
}

#sidebar .bio p {
	font-size: 12px;
	font-style: italic;
	color: #666;
}

#sidebar .bio img {
	float: left;
	margin: 3px 10px 3px 0;
	border: 1px solid #999;
}

#sidebar .bio .button {
	float: right;
	margin: 5px 0 0 10px;
	padding: 5px;
	font-style: normal;
}

/*tipline */

.widget-list a {
	font-weight: bold;
	color: #000;
}

.tipline .button {
	float: right;
}


/* support / donate module */

#sidebar .support {
	background: #ddd url(../img/donate-gradient.png) repeat-x;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	border: 1px solid #e3e3e3;
	padding: 5px
}

#sidebar .support h3 {
	margin:10px 0 !important;
}

#sidebar .support p {
	padding: 5px;
	margin: 0;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif !important;
}

#sidebar .support strong {
	margin-right: 110px;
	display: block;
	font-size: 11px;
	color: #666;
}

#sidebar .support a {
	background:#000 url(../img/donate-button-gradient.png) repeat-x;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	padding: 6px;
	color: #fff;
	float: right;
	display: block;
}

#sidebar .support a:hover {
	background: #000;
	text-decoration: none;
}

/* argo network widget */

.network {
	border: 1px solid #999 !important;
	background: #fff url(../img/network-top-gradient.png) repeat-x;
	padding: 0;
	font-family: Helvetica, arial, sans-serif;
}

.network img {
	float: left; 
	padding: 0 10px 0 0;
}

.network h3 {
	background: transparent url(../img/argo-network-icon.png) no-repeat;
	font-size: 16px !important;
	height: 43px;
	line-height: 45px;
	padding-left: 97px;
	margin: 0 0 10px 0;
	color: #fff !important;
	font-family: Helvetica, arial, sans-serif !important;
}

.network li {
	border-bottom: 1px solid #ddd;
	margin: 0 10px;
	padding: 10px 0;
	font-size: 13px;
	line-height: 1.1;
}

.network h5 {
	margin: 0;
	padding: 0;
}

.network h5 a {
	font-family: georgia;
	color: #000 !important;
}

.source-name {
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 5px 0;
}

.network p {
	color: #fff;
	font-size: 11px;
	background-color: #000;
	padding: 10px;
	margin: 0 !important;
}

.network p a {
	display: block;
	background: transparent url(../img/network-button-gradient.png) repeat-x;
	color: #fff !important;
	text-align: center;
	padding: 5px;
	margin: 0 40px 0 40px;
}

/* latest links */

.widget-list h3 {
	margin: 0 0 15px 0;
	color: #333;
}

#sidebar a {
	color: #333;
}

.widget-list h4 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 3px;
}

.widget-list .subscribe {
	margin: 10px 0 5px 0;
	font-size: 12px;
	padding-top: 3px;
}

.widget-list .subscribe a {
	font-weight: normal;
}

.link-sources {
	font-size: 11px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}

.widget-list .link-sources a {
	border-right: 1px solid #999;
	padding: 0 5px 0 4px;
	font-weight: normal;
}

.link-list h3 {
	margin-bottom: 0;
}

.link-list li img {
	float: left;
	margin: 3px 10px 5px 0;
}

.link-list li {
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.ie6 .link-list li {
	margin: 0;
}

.link-list li a {
	font-weight: normal;
	color: #333;
	line-height: 1.3;
}

.agg_meta {
	display: block;
	margin: 5px 0 4px 0;
	font-size: 10px;
	clear: both;
}

.ie6 .link-list .agg_meta {
	display: block;
	margin: 2px 0 0 0;
	font-size: 10px;
	clear: both;
}

.agg_meta, .twitter-network a, .twitter-network {
	color: #999  !important;
	line-height: 1;
}

.twitter-network {
	display: block;
	font-size: 11px;
}

.link-list-credit {
	font-size: 11px;
	line-height: 1;
}

.link-list-credit img {
	margin-top: 3px;
	display: block;
}

/*call to action */

.crowd img {
	float: left;
	margin-right:10px;
}

.crowd h3 {
	margin-bottom: 20px;
}

.crowd h4 {
	line-height: 1.1;
	margin-bottom: 5px;
	font-size: 14px;
}

.crowd p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.crowd p, .crowd li {
	font-size: 11px
}

.crowd h5 {
	margin: 10px 0;
	clear: both;
}

.crowd li {
	list-style-type: none;
	margin: 5px 0
}

.crowd li a {
	font-weight: normal;
}

/*hot discussions */

.discussions h3 {
	background-position: 250px -290px;
}

.discussions li {
	clear: both;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 16px;
}

.discussions li a {
	color: #666;
}

.comment-count {
	display: block;
	width: 50px;
	height: 45px;
	overflow: hidden;
	padding: 10px;
	font-size: 10px;
	text-align: center;
	color: #000;
	float: left;
	line-height: 1.3;
	margin-right: 10px;
}

.comment-count span {
	font-size: 18px;
}

.level1 {
	background-color: #ddd;
}

.level2 {
	background-color: #999;
}

.level3 {
	background-color: #333;
	color: #ddd;
}

/*must reads */
	.must li {
	margin-top: 10px;
}

.must img {
	float: left;
	margin: 0 10px 5px 0;
}

.must h4, .must h5 {
	line-height: 1.1;
	margin: 0;
}

.must h5 {
	font-size: 13px;
}

.must h6 {
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 5px 0;
}

.must p {
	clear: both;
	line-height: 1.3;
	font-size: 12px;
	margin-bottom: 5px;
}

/* related articles */

.related li {
	margin-top: 10px;
}

.related img {
	float: left;
	margin: 0 10px 5px 0;
}

.related h4 {
	font-size: 13px;
	line-height: 1.1;
	margin-bottom: 5px;
}

.related h5 {
	font-size:  13px;
	line-height: 1.1;
	margin-bottom:  5px;
}

.related p {
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

/*blogroll*/

.blogroll li {
	font-size: 11px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}

.blogroll li a {
	font-weight: normal;
	background-color: #eee;
	padding: 5px;
	border: 1px solid #e3e3e3;
	display: block;
	white-space:nowrap;
}

.blogroll li a:hover {
	text-decoration: none;
	background-color: #ddd;
}

.widget_links {
	overflow: hidden;
}

/*greatest hits */

.widget_nav_menu h2 {
	font-size: 24px;
}

#menu-greatest-hits li {
	margin-bottom: 10px;
	font-size: 24px;
	list-style-type: decimal;
	margin-left: 30px;
	clear: both;
}

#menu-greatest-hits a {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	float: right;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: left;
	width: 100%;
}

.ie6 #menu-greatest-hits li, .ie6  #menu-greatest-hits a {
	margin-bottom: 0;
}

/******************** FOOTER ****************************/

#site-footer {
	margin-top: 20px;
	color: #ccc;
	background-color: #666;
	padding: 10px 0;
}

#site-footer a {
	color: #fff;
}

.bio p {
	font-size: 12px;
	line-height: 1.3;
}

#site-footer .bio h6 a {
	background-color: #ccc;
	padding: 5px;
	color: #666;
}

#site-footer .bio h6 a:hover { 
	background-color: #fff;
	text-decoration: none;
}

.elsewhere h4 {
	font-size: 12px;
	margin-bottom: 5px;
}

.elsewhere img {
	float: left;
	margin: 2px 3px 0 0;
}

.elsewhere li {
	font-size: 12px;
	clear: both;
	margin: 0 0 5px 0;
}

/* podcast button */

#site-footer .podcast {
	background: transparent url(../img/podcast.png) no-repeat 1px 0;
	padding-left: 22px;
	line-height: 27px;
}

.about-site h6 {
	float: right;
	font-size: 11px;
	margin-top: 7px;
}

#site-footer .about-site h6 a {
	background-color: #ccc;
	padding: 2px 4px;
	color: #666;
}

#site-footer .about-site h6 a:hover { 
	background-color: #fff;
	text-decoration: none;
}

#site-footer h3 {
	margin: 10px 0;
}

.post-lead {
	clear: both;
	margin-top: 10px
}

.post-lead img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post-lead h5 {
	margin: 0 0 5px 0;
	line-height: 1;
	font-size: 15px;
}

.post-lead p {
	font-size: 12px;
	line-height: 1.2;
}

#searchform-footer {
	clear: both;
	margin: 12px 0;
}

.ie8 #searchform-footer, .ie7 #searchform-footer, .ie6 #searchform-footer {
	margin-bottom: 22px;
}

#s1 {
	height: 19px;
	width: 255px;
	padding: 2px;
	margin: 0 5px 0 0;
	float: left;
	font-size: 11px;
	color: #999;
}

.ie6 #s1 {
	width: 240px;
}

#menu-read-more-about {
	margin-bottom: 2px;
}

.must-read-footer {
	font-size: 12px;
}

.must-read-footer li {
	border-bottom: 1px solid #999;
	padding-bottom: 3px;
}

.must-read-footer p {
	margin: 0;
	font-style: italic;
}

#site-footer ol {
	margin-left: 20px;
	margin-bottom: 5px;
}

#ft-archive {
	padding-bottom: 5px;
	margin-top: 20px;
}

#ft-archive select {
	width: 297px;
	padding: 3px;
	color: #666;
	background-color: #eee;
}


/* boilerplate text in footer */

#boilerplate {
	font-size: 11px;
	border-top: 1px solid #999;
	padding-top: 20px;
}

.back-to-top {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
}

#boilerplate dl {
	float: right;
	margin-bottom: 30px;
}

#boilerplate dt, #boilerplate dd {
	float: left;
	line-height: 30px;
	font-weight: normal;
}


#boilerplate p {
	margin-bottom: 5px;
}

#boilerplate li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	line-height: 1;
}

/*********** topic index page *************/

.alpha-nav {
	margin-bottom: 10px;
}

.alpha-nav li {
	float: left;
}

.alpha-nav a {
	background-color: #999;
	padding: 2px 5px;
	margin: 2px;
	color: #fff;
}

.alpha-nav a:hover {
	text-decoration: none;
	background-color: #333;
}

.number {
	display: none;
}

.abc_tags {
	border-top: 5px solid #999;
	min-height: 110px;
	margin-bottom: 20px;
}

.tag-letter {
	float: left;
	width: 100px;
}

.tag-letter h3 {
	text-transform:capitalize;
	padding: 5px;
	font-size: 90px;
	margin: 0;
	background-color: #999;
	width: 100px;
	text-align: center;
	color: #fff;
}

.abc_tags ul {
	margin-left: 150px;
}

.abc_tags li {
	position: relative;
	padding: 5px;
	margin: 5px 0;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}

.abc_tags li a {
	color: #000;
}

.abc_tags p {
	text-align: right;
}
.count {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
}


/* email newsletter feedburner */

#email-footer {
	margin-top: 20px;
}

#email-footer h4 {
	text-transform: uppercase;
	line-height: 1;
	font-size: 13px;
	margin-bottom: 5px;
}

#email-footer input {
	width: 120px;
	font-size:11px;
	padding: 2px
}

#email-footer .footer-submit {
	font-weight: bold;
	padding: 3px;
	font-size: 11px;
	width: 75px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #000;
	background-color: #000;
}

#email-footer .footer-submit:hover {
	border: 1px solid #333;
	background-color: #333;
}

.widget_feedburner-subscribe-widget p {
	margin-bottom: 0;
}

.widget_feedburner-subscribe-widget input {
	width: 190px;
	font-size:12px;
	padding: 4px;
}

.widget_feedburner-subscribe-widget .widget-submit {
	font-weight: bold;
	padding: 4px;
	font-size: 11px;
	width: 75px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #000;
	background-color: #000;
}

.widget_feedburner-subscribe-widget .widget-submit:hover {
	border: 1px solid #333;
	background-color: #333;
}

/****************** AUDIO PLAYER ********************/

ul.playlist li {
	margin-left:0
}

/* base audio styles */

.spectrum-container {
	display:none;
}

ul.use-spectrum li.sm2_playing .spectrum-container {
	position:absolute;
	left:0px;
	top:0px;
	margin-left:-266px;
	margin-top:-1px;
	display:block;
	background-color:#5588bb;
	border:1px solid #99ccff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

ul.use-spectrum .spectrum-box {
	position:relative;
	width:255px;
	font-size:14px;
	padding:2px 0px;
	height:1.2em;
	overflow:hidden;
}

ul.use-spectrum .spectrum-box .spectrum {
	position:absolute;
	left:0px;
	top:-2px;
	margin-top:20px;
	display:block;
	font-size:1px;
	width:1px;
	height:1px; /* set to 50px for a thick line, 1px for a thin line, etc. */
	overflow:hidden;
	background-color:#fff;
}

ul.playlist {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.playlist li {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
	position:relative;
	display:block;
	width:auto;
	font-size:2em;
	border:none;
	letter-spacing:-1px;
	background-color: #f9f9f9;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	min-height: 75px;
 /* ZOMG WEB X.0. ;) */
}

#content ul.playlist li span.caption {
	color:#666;
	letter-spacing: .3px;
	text-shadow: 1px 1px 1px #fff;
	display:block;
	line-height: 1.3;
	font-size: 11px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: normal;
}

ul.playlist li a.inline {
	padding:0.45em 0.5em 0.45em 0.5em;
	-webkit-transition-property: hover;
	-webkit-transition: background-color 0.5s ease-in-out;
	color: #666;
	display:block;
	text-decoration:none;
	font-weight:normal;
	font-size:22px;
	outline:none;
	position:relative;
	z-index:2;
	background: transparent url(../img/audio-play-default.png) no-repeat 22px 5px;
	line-height: 1;
	margin-bottom: 10px;
	padding-left:90px;
}

#content ul.playlist li a.exclude {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 16px;
	color: #aaa;
	background: transparent url(../img/audio-download.png) no-repeat 0 1px;
	position: absolute;
	left: 10px;
	top: 50px;
	display:block;
	z-index: 3;
	width: 100px;
	height: 30px;
}

ul.playlist li.sm2_playing,
ul.playlist li.sm2_paused,
ul.playlist li.sm2_playing a.inline {
	color:#fff;
	background-color: #eee;
}

#content ul.playlist li.sm2_playing a.inline,
#content ul.playlist li.sm2_playing span.caption {
	color: #666;
}

#content ul.playlist li.sm2_playing a.inline,
#content ul.playlist li.sm2_paused a.inline {
	max-width: 380px;
}


ul.playlist li a:hover.inline {
	background: transparent url(../img/audio-play-hover.png) no-repeat 22px 5px;
}

ul.playlist li:hover {
	background-color: #ededed;
}

ul.playlist li:hover a.inline {
	color:#666;
}

ul.playlist li.sm2_playing,
ul.playlist li.sm2_playing:hover {
	background-color: #eee;
}

ul.playlist li.sm2_playing .inline,
ul.playlist li.sm2_playing:hover .inline {
	background: #eee url(../img/audio-play-pause.png) no-repeat 22px 5px;
}

ul.playlist li.sm2_paused {
	background-color: #ededed
}

ul.playlist li.sm2_paused .inline {
	background: transparent url(../img/audio-play-default.png) no-repeat 22px 5px;
}
 
ul.playlist li.sm2_playing:hover a.inline,
ul.playlist li.sm2_paused a.inline {
	color:#fff;
}

ul.playlist li .controls {
	display:none;
	padding: 5px;
	background:#eee; 
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

ul.playlist li .peak,
ul.playlist.use-peak li .peak {
	display:none;
	position:absolute;
	top:0.55em;
	right:0.5em;
}

ul.playlist li.sm2_playing .controls,
ul.playlist li.sm2_paused .controls {
	position:relative;
	display:block;
}

ul.playlist.use-peak li.sm2_playing .peak,
ul.playlist.use-peak li.sm2_paused .peak {
	display:inline;
	display:inline-block;
}

ul.playlist.use-peak li .peak {
	display:none; /* IE 7 */
}

ul.playlist li.sm2_paused .controls {
	background-color:#ddd;
}

ul.playlist li:hover .controls .statusbar {
	position:relative;
	cursor:ew-resize;
	cursor:-moz-grab;
	cursor:grab;
}

ul.playlist li.sm2_paused .controls .statusbar {
	background-color:#eee;
}

ul.playlist li .controls {
	position:relative;
	margin-top:0.25em;
	margin-bottom:0.25em;
	background-color:#eee;
}

ul.playlist li .controls .statusbar {
	position:relative;
	height:0.5em;
	background-color:#aaa;
	overflow:hidden;
	cursor:-moz-grab;
	cursor:grab;
}

ul.playlist li .controls.dragging .statusbar {
	cursor:-moz-grabbing;
	cursor:grabbing;
}

ul.playlist li .controls .statusbar .position,
ul.playlist li .controls .statusbar .loading,
ul.playlist li .controls .statusbar .annotation {
	position:absolute;
	left:0px;
	top:0px;
	height:0.5em;
}

ul.playlist li .controls .statusbar .position {
	background-color:#373737;
	border-right:3px solid #373737;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

ul.playlist li.sm2_paused .controls .statusbar .position {
	background-color:#aaa;
	border-color:#aaa;
}

ul.playlist li .controls .statusbar .loading {
	background-color:#fff;
}

ul.playlist li .controls .statusbar .position,
ul.playlist li .controls .statusbar .loading {
	width:0px;
}

ul.playlist li.sm2_playing a.sm2_link,
ul.playlist li.sm2_paused a.sm2_link {
	margin-right:4.5em; /* room for timing stuff */
}

ul.playlist li .timing {
	position:absolute;
	display:none;
	text-align:right;
	right:1em;
	top:1em;
	width:auto;
	height:1em;
	padding:3px 5px;
	background-color:#aaa;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	letter-spacing:0px;
	font:44% monaco,"VT-100",terminal,"lucida console",courier,system;
	line-height:1em;
	vertical-align:middle;
}

ul.playlist.use-peak li .timing {
	right:4.25em;
}

ul.playlist li:hover .timing {
	z-index:2;
}

ul.playlist li .timing div.sm2_timing {
	margin:0px;
	padding:0px;
	margin-top:-1em;
}

ul.playlist li.sm2_playing .timing,
ul.playlist li.sm2_paused .timing {
	display:block;
}

ul.playlist li.sm2_paused .timing .sm2_position {
	text-decoration:blink; /* hee hee. first actual appropriate use? :D */
}

ul.playlist li.sm2_paused .timing,
ul.playlist.use-peak li.sm2_paused .peak {
	background-color:#aaa;
}

/* peak data */

/* ul.playlist ... */

ul.playlist.use-peak li .peak {
	display:none;
	zoom:1;
	padding:2px;
	height:0.55em;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background-color:#aaa;
	width:0.8em;
	height:0.55em;
	margin-top:-3px;
}

ul.playlist.use-peak li .peak-box {
	position:relative;
	width:100%;
	height:0.55em;
	overflow:hidden;
}

ul.playlist li .peak .l,
ul.playlist li .peak .r {
	position:absolute;
	left:0px;
	top:0px;
	width:7px;
	height:50px;
	background:#fff;
	border:1px solid #fff;
	-moz-border-radius:1px;
	-khtml-border-radius:1px;
	margin-top:1em;
}

ul.playlist li .peak .l {
	margin-right:1px;
}

ul.playlist li .peak .r {
	left:10px;
}

#control-template {
	display:none;
}

/* flash player audio */

/*
 SoundManager 2 + useFlashBlock
 Flash positioning and flashblock / clicktoflash handling
*/

#sm2-container {
 /*
  where the SM2 flash movie goes. by default, relative container.
  set relative or absolute here, and don't touch it later or bad things will happen (see below comments.)
 */
	position:relative;
	width:1px;
	height:1px;
	_overflow:hidden; /* screw IE 6, just make it display nice */
}

#sm2-container object,
#sm2-container embed {
 /*
  the actual movie bit.
  SWF needs to be able to be moved off-screen without display: or position: changes. important.
  changing display: or position: or overflow: here or on parent can cause SFW reload or other weird issues after unblock,
  eg. SM2 starts but strange errors, no whileplaying() etc.
 */
	position:absolute;
}

#sm2-container object,
#sm2-container embed,
#sm2-container.swf_timedout,
#sm2-container.swf_timedout object,
#sm2-container.swf_timedout embed {
 /* 
  when SM2 didn't start normally, time-out case. flash blocked, missing SWF, no flash?
  48px square flash placeholder is typically used by blockers.
 */
	left:auto;
	top:auto;
	width:48px;
	height:48px;
}

#sm2-container.swf_unblocked {
	/* SWF unblocked, or was never blocked to begin with; try to collapse container as much as possible. */
	width:1px;
	height:1px;
}

#sm2-container.swf_unblocked object,
#sm2-container.swf_unblocked embed {
	/* hide flash off-screen (relative to container) when it has loaded OK */
	left:-9999em;
	top:-9999em;
}

#sm2-container.swf_error {
	/* when there is a fatal error (flash loaded, but SM2 failed) */
	display:none;
}

#sm2-container.high_performance {
	/* "high performance" case: keep on-screen at all times */
	position:absolute;
	position:fixed;
	_top:-9999px; /* IE 6 hax, no position:fixed */
	_left:-9999px;
	bottom:0px;
	left:0px;
 /*
  special case: show at first with w/h, hide when unblocked.
  might be bad/annoying.
 */
	width:48px;
	height:48px;
	z-index:99; /* try to stay on top */
}

#sm2-container.high_performance.swf_unblocked {
	z-index:auto;
}

#sm2-container.high_performance.swf_unblocked,
#sm2-container.high_performance.swf_unblocked object,
#sm2-container.high_performance.swf_unblocked embed {
 /* 8x8px is required minimum to load in fx/win32 in some cases(?), 6x6+ good for fast performance, even better when on-screen via position:fixed */
	width:8px;
	height:8px;
}

#sm2-container.high_performance.swf_unblocked object,
#sm2-container.high_performance.swf_unblocked embed {
 /* high-performance case must stay on-screen */
	left:auto;
	top:auto;
}

#sm2-container.high_performance.swf_timedout {
	z-index:99; /* try to stay on top */
}

/* 404 page */

.search-404 #searchform, .search-404 #s2 {
	position: relative;
	top: 0;
	right: 0;
}

.search-404 #searchform {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}

/*no-js styles*/

.no-js #primary, .no-js #category-sidebar {
	display: block;
	width: 290px;
}

.no-js .playlist li a.inline, .no-js .playlist li a:hover.inline, .ie6 .playlist li a.inline, .ie6 .playlist li a:hover.inline { 
	background: transparent;
	padding: 0;
}

.no-js .playlist .exclude, .ie6 .playlist .exclude {
	display: none !important; 
}

.no-js .post-meta, .no-js #respond, .no-js #disqus_thread, .no-js .dsq-brlink, .no-js .network-branding {
	display: none !important;
}

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

	.global-nav-bg, .featured-posts, #main-nav, .clear, #topics-bar, .post-meta, .post-pagination, #respond, #sidebar, #site-footer, .list-pagination, #disqus_thread, .dsq-brlink, .post-nav { display: none;}

	#header, .branding {height: auto !important;}

	#header .branding h1 {
		text-indent: 0 !important;
		margin: 0 0 .5em 0 !important;
		padding: 0 !important;
		height: 30px !important;
		width: auto !important;
		font-size: 18pt;
	}

	.branding h2 {display: none;}

	#wrapper {
		width: auto !important; 
		margin: 2%;
		padding: 0; 
		border: 0 !important;
		float: none !important;
		color: black; 
		background: transparent;
	}
	
	a:link, a:visited {
		color: #333;
		background: transparent;
		font-weight: bold;
		text-decoration: underline;
	}
	
   
  	#main {
		margin: 0 !important;
		padding-top: .5em;
		border-top: 1px solid #000;
	}
	
	.container_12,
	.container_16,
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12,
	.grid_13,
	.grid_14,
	.grid_15,
	.grid_16 {
		width: auto !important;
	}
  
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
	img { page-break-inside: avoid; }

	@page { margin: 0.5cm; }

	p, h2, h3 { orphans: 3; widows: 3; }

	h2, h3{ page-break-after: avoid; }

}

/*
 * Media queries for responsive design
 */

@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, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Prevent iOS, WinMobile from adjusting font size 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
 */
 }


