/*
Theme Name: Inequality
Author: Brian Cruikshank
Author URI: http://brianswebstudio.com/
Description: A HTML5 theme adapted from Toolbox by Automattic. 
Version: 0.5

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { 
  border:0;
}
 
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

/* basic */
body { 
  background: #ffffff;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

a, a:visited {
  color: #3da3db; /*#344d66;*/
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  padding-bottom: 10px;
}


/* =Structure
-------------------------------------------------------------- */

#page {
  display: block;
  margin: 1em;
  width: 960px;
  margin: 20px auto 0;
  background: url(http://inequality.org/wp-content/themes/inequality/images/footerbg.png) bottom left repeat-x #fff;
  border: 2px solid #CCC;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
  box-shadow: 0 0 4px rgba(0,0,0,.2);
  behavior: url(http://inequality.org/wp-content/themes/inequality/PIE.htc);
}

header#branding {
  background: url(http://inequality.org/wp-content/themes/inequality/images/headerbg.png) top left repeat-x;
  height: 148px;
}
hgroup {
  /*background: url(http://inequality.org/wp-content/themes/inequality/images/headerbg.png) top left repeat-x #282828;*/
  background-color:#ffffff;
  height: 107px;
  position: relative;
}


#main {
  overflow: hidden;
  margin-bottom: 17px;
  /*background: url(http://inequality.org/wp-content/themes/inequality/images/contentbg.jpg) 0 0 repeat-x #FCFBFB;*/
  background-color:#ffffff;
}

#primary {
  float: left;
  margin: 20px 0 20px 20px;
  overflow: hidden;
}
#content {
  width: 689px; /*600px;*/
  border-right: 1px solid #BBB;
  padding-right: 20px;
}
.home #content {
  float:left;
  margin:0;
  overflow:hidden;
  width:325px;
  padding-right: 20px;
  border-right: none;
}

#secondary {
  float: right;
  overflow: hidden;
  width: 185px; /*279px;*/
  padding:20px;
}
#secondary p { padding-bottom:3px; }

#colophon {
  width: 960px;
  margin: 0 auto;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
  margin: 0;
  border-right: inherit;
}
.full-width #content {
  width: inherit;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute;
  left: -9000em;
}

.article-socialtop {
  margin-bottom: 10px;
  margin-top: -5px;
}
.article-socialtop div {
  display: inline;
}

/* =Header
-------------------------------------------------------------- */

#site-title {
  background:url("http://www.inequality.org/wp-content/themes/inequality/images/inequality-logo.png") no-repeat scroll 0 0 transparent;
  position: absolute;
  z-index: 100;
  top: -16px;
  left: 25px;
}

#site-title a {
  display: block;
  width: 416px;
  height: 120px;
  outline: none;
  text-indent: -9999px;
}

#site-description {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1em;
  display: none;
}

#tagline {
  position: absolute;
  top: 52px;
  left: 450px;
  color: #3da3db;
  width: 170px;
	font-size:13px;
  /*font-style: italic;*/
  line-height: 1.2;
}

#social-head {
  top: 16px;
  right: 20px;
  position: absolute;
  width: 170px;
}
#social-head li {
  float: left;
}
/*#social-head li a {
  display: block;
  text-indent: -9999px;
  margin-left: 10px;
  width: 24px;
  height: 24px;
}*/
.social-icon img { height:30px; margin:0 10px; }
.social-icon img:hover { 
	-webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/*.sprite-facebook{ background: url(http://inequality.org/wp-content/themes/inequality/images/social-sprite.png) no-repeat top left; background-position: 0 0;  } 
.sprite-facebook:hover{  background-position: 0 -25px; } 
.sprite-rss{ background: url(http://inequality.org/wp-content/themes/inequality/images/social-sprite.png) no-repeat top left; background-position: 0 -50px; } 
.sprite-rss:hover{  background-position: 0 -75px;} 
.sprite-twitter{ background: url(http://inequality.org/wp-content/themes/inequality/images/social-sprite.png) no-repeat top left; background-position: 0 -100px; } 
.sprite-twitter:hover{ background-position: 0 -125px; } */

#search {
  position: absolute;
  top: 54px;
  right: 20px;
}
#search input {
  border: none;
  background: url(http://inequality.org/wp-content/themes/inequality/images/search.png) 5px center no-repeat;
	border:1px solid #ccc;
  color: #333;
  float: left;
  font-size: 13px;
  height: 26px;
  padding: 0 8px 0 24px;
  width: 142px;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  behavior: url(http://inequality.org/wp-content/themes/inequality/PIE.htc);
}

#search #searchsubmit {
  border: 1px solid #666;
  border-left: none;
  height: 26px;
  text-align: center;
  width: 36px;
  text-transform: uppercase;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 0;
  
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  background: #666; /* old browsers */
  /*background: -moz-linear-gradient(top, #000 0%, #333 100%);*/ /* firefox */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,#333));*/ /* webkit */
  /*background: -o-linear-gradient(top, #000 0%,#333 100%);*/ /* opera */
  behavior: url(http://inequality.org/wp-content/themes/inequality/PIE.htc);
}

/* =Menu
-------------------------------------------------------------- */

#access {
  display: block;
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 34px; /*41px;*/
	background-color: #f6be18; /*#1b4792;*/
}
#access ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#access li {
  float: left;
  position: relative;
}
#access a {
  display: block;
  line-height: 2em;
  padding: 3px 26px 3px 26px;
  text-decoration: none;
  font-family: arial;
  font-size: 14px; /*15px;*/
  text-transform: uppercase;
  color: #000; /*#fff;*/ /*#333;*/
  /*text-shadow: 0 1px 1px #fff;*/
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #F6F6F6;
}
#access a:last-child {
  border-right: none;
}
#access ul ul {
  box-shadow: 0 3px 6px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.6);
  display: none;
  float: left;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 99999;
  behavior: url(http://inequality.org/wp-content/themes/inequality/PIE.htc);
}
#access ul ul ul {
  left: 100%;
  top: 0;
}
#access ul ul a {
  background: url(http://inequality.org/wp-content/themes/inequality/images/listarrow.png) 12px 12px no-repeat #fff; /*#999;*/ /*#fff;*/
  line-height: 1.2em;
  padding: .5em .5em .5em 26px;
  width: 164px;
  height: auto;
  text-transform: none;
}
#access li:hover > a {
  background: #fff; /*#666;*/ /*#fff;*/
}
#access ul ul :hover > a {
  background: #fff; /*#666;*/ /*#fff;*/
}
#access ul ul a:hover {
  background: url(http://inequality.org/wp-content/themes/inequality/images/listarrow.png) 12px 12px no-repeat #fff; /*#666;*/ /*#eee;*/
}
#access ul li:hover > ul {
  display: block;
}
#access .current-menu-item > a {
  background: #fff; /*#666;*/ /*#fff;*/
}
#access ul ul .current-menu-item > a {
  background: url(http://inequality.org/wp-content/themes/inequality/images/listarrow.png) 12px 12px no-repeat #fff; /*#666;*/ /*#eee;*/
}
/* =Content
-------------------------------------------------------------- */

h1.entry-title, h1.page-title {
  font-family: 'Cabin', arial, serif;
  font-size: 38px;
  color: #181f4a;
  text-shadow: 0 1px 1px #fff;
  line-height: 1.2;
}
.page h1 {
  padding-bottom: 18px;

}
h2 {
  font-family: 'Cabin', arial, serif;
  font-size: 22px;
  padding: 10px 0;
  text-shadow: 0 1px 1px #fff;
}

h3 {
  font-family: 'Cabin', arial, serif;
  font-size: 18px;
}


article {
  clear: both;
  overflow: hidden;
}

#feature-slideshow-section {
  margin-bottom: 10px;
}

/*#right-feature-sidebar-home .entry-title {
  font-family: 'Cabin', arial, serif;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 2px;
}
#right-feature-sidebar-home .entry-title a {
  text-decoration: none;
  color: #3da3db; 
}
#right-feature-sidebar-home .entry-title a:hover {
  text-decoration: underline;
}
#right-feature-sidebar-home .entry-meta {
  font-size: 11px;  
}*/
.post-thumb {
  float: left;
  margin: 5px 15px 10px 0;
}
.post-thumb img, .single article img  {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  -moz-box-shadow: 2px 2px 4px #666; /* Firefox */
  -webkit-box-shadow: 2px 2px 4px #666; /* Safari/Chrome */
  box-shadow: 2px 2px 4px #666; /* Opera and other CSS3 supporting browsers */
  behavior: url(http://inequality.org/wp-content/themes/inequality/PIE.htc);
}
.post-thumb img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.post-thumb img:hover {
  opacity: 0.7;
}

.feature-author-box img, .author-photo img {
  float: left;
  margin: 4px 10px 10px 4px;
  -moz-box-shadow: 2px 2px 4px #666; /* Firefox */
  -webkit-box-shadow: 2px 2px 4px #666; /* Safari/Chrome */
  box-shadow: 2px 2px 4px #666; /* Opera and other CSS3 supporting browsers */
  behavior: url(http://inequality.org/wp-content/themes/inequality/PIE.htc);
}

.news-and-reporting-section .entry-title,
.top-reads-section .entry-title,
.grand-divide-section .entry-title {
  font-family: georgia, serif !important;
  font-size: 18px;
  padding: 0;
  line-height: 1.2;
}
.news-and-reporting-section .entry-title a,
.top-reads-section .entry-title a,
.grand-divide-section .entry-title a {
  text-decoration: none;
}
.entry-title a:hover {
  text-decoration: underline;
}
.top-reads-section .entry-author {
	font-size: 15px !important;
}

.entry-meta {
  font-family: 'Cabin', arial, serif;
  font-size: 12px;
  color: #666;
}

.single .entry-meta {
  font-size: 14px;
  padding-top: 5px;
}
.single .entry-meta .author {
  font-weight: bold;
}
.entry-summary {
  margin-bottom: 10px;
}
.grand-divide-section .entry-summary {
  margin-bottom: 4px;
}

.entry-content {
  font-size: 14px;
  line-height: 1.5;
}

.entry-content h3 {
  padding: 10px 0;
}
.entry-content ul, .entry-content ol {
  margin-bottom: 1em;
}
.entry-content ul li {
  padding: 5px 0 5px 20px;
  background: url(http://inequality.org/wp-content/themes/inequality/images/listarrow.png) left 12px no-repeat;
  margin-left: 10px;
}
.entry-content ol li {
  padding: 5px 0 5px 5px;
  margin-left: 25px;
  list-style: decimal;
}

.quote-section {
  color: #686868;
  font-family: georgia, sans-serif;
  font-size: 18px;
  text-align: center;
  font-style: italic;
  background: url(http://inequality.org/wp-content/themes/inequality/images/quote.png) top left no-repeat;
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 1.2;
}
quote-section p:last-child {
  padding-bottom: 0;
}
.quote-authors {
  text-align: right;
  font-size: 14px;
  font-family: arial, sans-serif;
}
.quote-source {
  text-align: right;
  font-size: 12px;
  font-family: arial, sans-serif;
}
/*.grand-divide-section,*/
.top-reads-section, .columnists-section {
  margin-top: 10px;
}
.top-reads-section {
  background: url(http://inequality.org/wp-content/themes/inequality/images/rss.png) 6px right no-repeat;
}
a.external {
  background: url(http://inequality.org/wp-content/themes/inequality/images/external.png) center right no-repeat;
  padding-right: 15px;
}

.news-section-heading, .column-section-heading, h3.widget-title {
  font-family: 'Cabin', arial, serif;
  font-size: 15px !important;
  font-weight: bold;
  text-transform: uppercase;
  color: #1b4792; /*#872f2f;*/
}
.news-section-heading, .column-section-heading {
	padding-bottom:8px;
}
h3.widget-title {
	padding-bottom:3px;
}
.column-section-heading a { color:#000; }

/*.news-and-reporting-section, */
.top-reads-section, .columnists-section {
  border-top: 1px solid #BBB;
	margin-top:9px;
  padding-top: 9px;
}
.widget {
  border-bottom: 1px solid #BBB;
	margin-top:9px;
  padding-bottom: 9px;
}

#right-feature-sidebar-home article {
  font-size: 13px;
}

/*h3.widget-title {
  color: #181F4A;
  font-family: 'Cabin', arial, serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #BBB;
  margin-bottom: 10px;
}*/

.feature-author-box {
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 1px dotted #CCC;
  padding-bottom: 10px;
}
.feature-author-box .entry-summary {
  margin-bottom: 0px;
  margin-top: 5px;
}
.feature-author-box .author a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 1px 1px #FFF;
}
.feature-author-box .author a:hover {
  text-decoration: underline;
}
.more-articles-heading {
  text-transform: uppercase;
  color: #181F4A;
  font-size: 11px;
}
.more-articles li {
  margin-left: 10px;
  font-size: 12px;
  background: url(http://inequality.org/wp-content/themes/inequality/images/listarrow.png) left 7px no-repeat;
  padding-left: 10PX;
  padding-top: 2px;
}
.more-articles li a {
  text-decoration: none;
  font-size: 12px;
}
.more-articles li a:hover {
  text-decoration: underline;
}

.featured-container {
  text-align: center;
}

.article-author-box { 
  float: right;
  margin: 5px 0 5px 10px;
  border: 1px dotted #BBB;
  padding: 10px;
  background: #FAFAFA;
	text-align:center;
}
.article-author-box img { 
	height:120px; 
	width:auto;
}
.author-link {
  display: block;
  text-align: center;
  font-weight: bold;
}

blockquote {
  /*margin: 20px 0;
  margin-top: 10px;
  border: 1px solid #DDD;
  color: #686868;
  font-family: georgia, sans-serif;
  font-size: 18px;
  font-style: italic;
  background: url(http://inequality.org/wp-content/themes/inequality/images/quote.png) 10px 10px no-repeat #f5f5f5;
	background-color:#F8CD49;
  padding: 15px 20px;
  line-height: 1.2;
  padding: 15px 20px;*/
}

table {
  margin-bottom: 1.4em;
  border-top: 0.1em solid #DDD;
  border-left: 0.1em solid #DDD;
}
caption {
  border-top: 0.1em solid #DDD;
  border-left: 0.1em solid #DDD;
  border-right: 0.1em solid #DDD;
  padding: 0.2em 0.4em;
}
th {
  color: white;
  background: #007964;
}
th.subhead {
  background: #BE6A6D;
}
td,th {
  padding: 0.2em 0.4em;
  border-bottom: 0.1em solid #DDD;
  border-right: 0.1em solid #DDD;
  vertical-align: baseline;
}
/* body { height: 1000px; } */
#table-header-fixed { 
  position: fixed; 
  top: 0px; display:none;
  background-color:white;
}
.subhead:nth-child(1) {  width: 100px; }
.subhead:nth-child(2) {  width: 185px; }
.subhead:nth-child(3) {  width: 125px; }
.subhead:nth-child(4) {  width: 120px; }
.subhead:nth-child(5) {  width: 120px; }
.subhead:nth-child(6) {  width: 150px; }

/* Custom styles on Program page
-------------------------------------------------------------- */
.project-list li {
  background: none !important;
  clear: both;
  padding: 0 0 10px 0 !important;
  margin: 0 0 10px 0 !important;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.project-list h3 {
  padding-top: 0;
}
.project-list div {
}

/* Simple Pull Quote plugin
-------------------------------------------------------------- */
.simplePullQuote {
  /*width:200px;
  float:right;
  border:1px #DDD solid;
  background: url(http://inequality.org/wp-content/themes/inequality/images/quote.png) 10px 10px no-repeat #f5f5f5;
  padding:20px;
  margin:10px 4px 15px 20px;
  font-family: georgia, sans-serif;
  font-style: italic;
  color: #686868;
  -webkit-box-shadow: 4px 4px 4px #ccc;
  -moz-box-shadow: 4px 4px 4px #ccc;
  box-shadow: 4px 4px 4px #ccc;
  font-size: 18px;
	line-height:1.3em;*/
  /*behavior: url(http://inequality.org/wp-content/themes/inequality/PIE.htc);*/
}
.simplePullQuote {
	width: 200px;
	float: right;
	margin: 5px 0 15px 30px;
	padding-left:20px;
	color:#f6be18;
	font-family: georgia, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	border-left:3px solid #f6be18;
	text-shadow: 2px 2px #ededed;
}
.simplePullQuote p { margin-bottom:0 !important; }

blockquote p:last-child {
  padding-bottom: 0;
}
.type-quotes blockquote {
  padding: 20px 30px;
  /*background: url(http://inequality.org/wp-content/themes/inequality/images/quote.png) 10px 10px no-repeat #f5f5f5;*/
  margin-bottom: 10px;
}
.article-lede {
  margin-bottom: 20px;
  font-size: 18px;
  font-style: italic;
  font-family: georgia, 'Times New Roman', serif;
  border-bottom: 1px dotted #BBB;
  padding: 10px 0;
  color: #555;
}

.footer-bio {
  border-top: 1px dotted #BBB;
  padding: 15px 0;
  margin: 15px 0;
  clear: both;
}

.single footer.entry-meta {
  clear: both;
  margin: 20px 0 0;
  border-top: 1px dotted #DDD;
  padding-top: 10px;
}
#disqus_thread {
  padding-top: 10px;
  border-top: 1px dotted #DDD;
  margin-top: 20px;
}

.home .nav-bottom {
  border: 1px solid #DDD;
  margin: 0 0 20px 0;
  padding: 5px 10px;
  font-weight: bold;
  font-style: italic;
}

input, textarea {
  text-align: left;
  border: 1px solid #909090;
  font-size: 12px;
  padding: 3px;
  margin: 4px 0;
  color: #333;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
input[type=submit] {
  padding: 4px 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
}

.wpcf7-form input {
  width: 300px;
}
.wpcf7-form input[type=submit] {
  width: inherit;
}

/* related posts
-------------------------------------------------------------- */
.related-posts {
  border-top: 1px dotted #DDD;
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 20px;
}
.related-posts h3 {
  font-size: 16px;
  color: #181F4A;
  font-family: 'Cabin', arial, serif;
}
.related-posts .boxes {
  padding-top: 10px;
}
.related-posts .box {
  float: left;
  margin: 0 10px;
  overflow: hidden;
  text-align: center;
  width: 100px;
}
.related-posts img {
  height: 85px;
  width: 85px;
  border: 1px solid #D9D9D9;
  padding: 2px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.related-posts img:hover {
  opacity: 0.7;
}
.related-posts a {
  color: #000000;
  font: 13px/1.2 Arial,sans-serif;
  text-decoration: none;
}
.related-posts a:hover {
  text-decoration: underline;
}

/* category and archive pages
-------------------------------------------------------------- */
.archive h2, .category h2 {
  padding: 0;
}
footer.entry-meta {
  clear: both;
}
.archive article, .category article {
  border-top: 1px dotted #DDD;
  margin-top: 10px;
  padding-top: 10px;
}
.archive .entry-summary {
  line-height: 2;
}


/* about sidebar box
-------------------------------------------------------------- */  
.about-container {
  border-bottom: 1px solid #BBB;
  padding-bottom: 20px;
  overflow: hidden;
}
.about-container p {
  padding: 0;
}
.about-container .site-name {
  color: #666;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 0 1px 1px #FFF;
}
.about-container .brought-to-you {
  font-size: 11px;
  text-align: center;
  margin-bottom: 6px;
  color: #666;
}
.about-container .ips-logo {
  float: left;
  margin: 0 5px 5px 8px;
}
.about-container .ips-text {
  color: #666;
  font-weight: bold;
  line-height: 1.4;
}
.about-container .ips-text a {
  color: #3da3db; /*#344d66;*/
  text-decoration: none;
}
.about-container .ips-text a:hover {
  text-decoration: underline;
}


/* newsletter signup
-------------------------------------------------------------- */

.newsletter-signup {
  text-align: center;
  background: #f1f1f1;
  border: 1px solid #686868;
}
.newsletter-signup .nl-line1 {
  color: #fff;
  /*font-family: georgia, serif;*/
  background: #164792; /*#007964;*/ /* old browsers */
  /*background: -moz-linear-gradient(top, #007964 0%, #015344 100%);*/ /* firefox */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007964), color-stop(100%,#015344));*/ /* webkit */
  text-align: center;
  font-size: 26px; /*35px;*/
  font-weight: bold;
  text-shadow: 0 1px 1px #555;
}
.newsletter-signup .nl-line2 {
  color: #333;
  text-align: center;
  font-size: 14px;
  text-shadow: 0 1px 1px white;
	padding-top:8px;
	padding-bottom:4px;
}
.newsletter-signup .nl-line3 {
  color: #333;
  text-align: center;
  font-size: 12px;
  text-shadow: 0 1px 1px white;
	padding-bottom:5px;
}

.nl-signup {
	float: right;
	margin-top:2px;
}
.tm-signup form {
  text-align: center;
}
/*.newsletter-signup input, */.tm-signup input, .nl-signup input {
  text-align: left;
  border: 1px solid #909090;
  font-size: 11px;
  padding: 3px;
  /*margin: 4px;*/
  color: #333;
}
.nl-signup input {
	/*margin-right: 5px;*/
}
.tm-signup .inputfield {
	width:100px;
}

.newsletter-signup label, tm-signup label, nl-signup label {
  position: absolute;
  left: -9000em;
}
.newsletter-signup .submit input, .tm-signup .submit input, .nl-signup .submit input {
  /*text-transform: uppercase;*/
  background: #164792; /*#007964;*/ /* old browsers */
  /*background: -moz-linear-gradient(top, #007964 0%, #015344 100%);*/ /* firefox */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007964), color-stop(100%,#015344));*/ /* webkit */
  color: #fff;
  font-size: 12px;
  border: 1px solid #00693f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 4px; /*4px 8px;*/
  /*font-weight: bold;*/
}
/*.newsletter-signup .submit, */.tm-signup .submit {
  margin: -2px 0 0 0;
	float:right;
}
.nl-signup .submit {
	float:right;
	margin-right: 5px;
}
.tm-signup .smaller {
	font-size:.9em; 
	margin-top:4px;
}

/* Too Much newsletter article bottom promo */
.toomuch-promo {
  border-top: 1px dotted #DDD;
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 20px;
}
.toomuch-promo p {
  font-weight: bold;
}
.toomuch-promo div {
  display: inline;
  margin-right: 15px;
}
.toomuch-promo label {
  position: absolute;
  left: -9000em;
}

form .memberCode {
  display: none;
}

/* donate button */
/*#menu-item-60 a {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#menu-item-60 a:hover {
  text-decoration: none;
}
#menu-item-60 a:active {
}*/

/* red */
/*#menu-item-60 a {
  color: #faddde;
  background: #d81b21;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
  background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
#menu-item-60 a:hover {
  background: #b61318;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
  background: -moz-linear-gradient(top,  #c9151b,  #a11115);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
#menu-item-60 a:active {
  color: #de898c;
  background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
  background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

#access #menu-item-60:hover > a {
  background: #b61318;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
  background: -moz-linear-gradient(top,  #c9151b,  #a11115);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}*/

/* sidebars
-------------------------------------------------------------- */

#rotator-section {
	width:678px; 
	margin-bottom:20px;
}

#left-feature-sidebar-home {
  float:left;
  overflow: hidden;
  width: 323px;
  /*border-left: 1px solid #BBB;*/
  /*border-right: 1px solid #BBB;*/
  padding: 0 20px 0 0;
}
#left-feature-sidebar-home .column-heading {
  margin-bottom: 0 !important;
}

#right-feature-sidebar-home {
  float:left;
  overflow: hidden;
  width: 323px;
  border-left: 1px solid #BBB;
  /*border-right: 1px solid #BBB;*/
  padding: 0 0 0 20px;
}

#right-feature-sidebar-home .column-heading {
  margin-bottom: 10px;
}

#home-right-sidebar {
  float:right;
  overflow:hidden;
  width: 185px;
  margin: 20px;
	padding-left:20px;
  border-left: 1px solid #BBB;
}
#home-right-sidebar p { padding-bottom:3px; }

/* =Widgets
-------------------------------------------------------------- */

.widget {
  display: block;
  margin-top: 10px;
  clear: both;
  overflow: hidden;
}
.widget-area .widget_search {
  overflow: hidden;
}
.widget-area .widget_search input {
  float: left;
}

.widget ul li {
  padding: 5px 0 5px 15px;
  background: url(http://inequality.org/wp-content/themes/inequality/images/listarrow.png) left 10px no-repeat;
}


/* =Images
-------------------------------------------------------------- */

a img {
  border: none;
}
p img {
  margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
  margin-right: 1em;
}
img.alignright {
  margin-left: 1em;
  margin-right: 4px;
}
.wp-caption {
  background: #DDD;
  text-align: center;
  padding: 10px 5px;
}
.wp-caption a img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.wp-caption a img:hover {
  opacity: 0.7;
}
.wp-caption .wp-caption-text {
  font-size: 10px;
  margin-bottom: 0;
}
.wp-caption.alignright {
  margin: 15px 0 15px 15px;
  background: #EEE;
  border: 1px solid #DDD;
}
.wp-caption.alignleft {
  margin: 15px 15px 0 15px;
  background: #EEE;
  border: 1px solid #DDD;
}

/* Share
-------------------------------------------------------------- */
.sharing {
  border: 1px dotted #BBB;
  margin: 10px 0 20px 0;
  padding: 10px 20px 10px 20px !important;
  clear: both;
  overflow: hidden;
}
.share-text {
  font-size: 16px;
  color: #181F4A;
  font-family: 'Cabin', arial, serif;
}

/* PageNavi
-------------------------------------------------------------- */
.wp-pagenavi {
  clear: both;
  margin: 20px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: bold;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
  color:#808080;
  padding-top: 6px;
  position: relative;
  overflow: hidden;
  font-size: 11px;
  margin-bottom: 50px;
}
#colophon a {
  text-decoration: none;
  color: #666;
}
#colophon a:hover {
  text-decoration: underline;
}

#footer-menu {
  float: left;
}
#footer-menu li {
  display: inline;
  list-style: none;
}
#footer-menu li:before {
  content: "|";
}
#footer-menu li:first-child::before {
  content: "";
}
#footer-menu li:first-child a {
  padding-left: 0;
}
#footer-menu a {
  padding: 4px 5px;
}
#footer-sitename {
  float: right;
}
#footer-sitename span {
  letter-spacing: 1px;
}
#copyleft {
  text-align: center;
  clear: both;
  margin-top: 40px;
}



h1.book-title {
  font-size: 145px;
  text-transform: uppercase;
  color: red;
  text-shadow: 2px 2px 4px #333;
  font-weight: bold;
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
  display: none;
}
h2.book-subtitle {
  font-size: 43px;
  text-align: center;
  padding-top: 0;
  color: #333;
  text-shadow: 1px 1px 2px #666;
  display: none;
}
.book-intro {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #666;
  margin: 15px 0;
}
.book-blurbs strong {
  font-size: 18px;
  color: #333;
  text-shadow: 1px 1px 2px #999;
}
.book-blurbs p {
  margin-bottom: 15px;
}

/****************** 99 to 1 book page styling ****************/
/* Shadow on slides */
.RightPerspectiveShadow {
  position: relative;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.RightPerspectiveShadow:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 15px;
  width: 90px;
  -moz-transform: skewX(-50deg);
  -webkit-transform: skewX(-50deg);
  -o-transform: skewX(-50deg);
  transform: skewX(-50deg);
}

.RPMedium:before {
  right: 102px;
  height: 40px;
}

.RPLarge::before {
right: 90px;
height: 60px;
}

.RPNormal:before {
  -moz-box-shadow: 130px 0 8px 14px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 130px 0 8px 14px rgba(0, 0, 0, 0.35);
  box-shadow: 130px 0 8px 14px rgba(0, 0, 0, 0.35);
}


.button {
  font: bold 13px/1.6em  "Lucida Grande", Arial, Verdana;
  color: white !important;
  text-decoration: none;
  
  text-shadow: 0 1px 0 rgba(0,0,0,.4);
  filter: dropshadow(color=#1c1c1c, offx=0, offy=1);
  
  display: block;
  display: inline-block;
  
  text-align: center;
  border: none;
  padding: 5px 35px;
  margin-bottom: 10px;
      
  -moz-border-radius: 5px;
  border-radius: 5px;
  
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 2px 0 rgba(255,255,255,.25);
  -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 2px 0 rgba(255,255,255,.25);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 2px 0 rgba(255,255,255,.25);
  
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.button:hover {
  text-decoration: none;
  cursor: pointer;
}

.button:active {
  padding-top: 6px;
  padding-bottom: 4px;
  -webkit-box-shadow: inset 0 100% 0 0 rgba(0,0,0,0.2);
}

/* RED */

.button.red {
  background: #c64249;
  background: #c64249 -webkit-gradient( linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.4)),to(rgba(0,0,0,0)));
  background: #c64249 -moz-linear-gradient( top, rgba(255,255,255,.4), rgba(0,0,0,0));  
}

.button.red:hover {
  background: #c64249 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.55)), to(rgba(0,0,0,0)));
  background: #c64249 -moz-linear-gradient( top, rgba(255,255,255,.55), rgba(0,0,0,0));
}

.button.red:active {
  background: #c64249 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,.3)), to(rgba(0,0,0,0)));
  background: #c64249 -moz-linear-gradient( top, rgba(0,0,0,.1), rgba(0,0,0,0));
}

/* ORANGE */

.button.orange {
  background: #d36221;
  background: #d36221 -webkit-gradient( linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.4)),to(rgba(0,0,0,0)));
  background: #d36221 -moz-linear-gradient( top, rgba(255,255,255,.4),rgba(0,0,0,0));  
}

.button.orange:hover {
  background: #d36221 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.55)), to(rgba(0,0,0,0)));
  background: #d36221 -moz-linear-gradient( top, rgba(255,255,255,.55),rgba(0,0,0,0));
}

.button.orange:active {
  background: #d36221 -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,.3)), to(rgba(0,0,0,0)));
  background: #d36221 -moz-linear-gradient( top,rgba(0,0,0,.1),rgba(0,0,0,0));
}





/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
 
/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
 
/* Hide for both screenreaders and browsers: h5bp.com/m */
.hidden { display: none !important; visibility: hidden; }

/*  Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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: h5bp.com/p */
.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; }
 
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

#sthoverbuttons { display: none; }
#feature-slideshow-section, .top-reads-section { display: none; }

@media only screen and (max-width: 1040px) {
  #sthoverbuttons { display: none; }
	#feature-slideshow-section, .top-reads-section { display: none; }
}
