/* Debtonation CSS by Jenny Brown */
/* edited by James Stewart - October 2008 */

/* The structure of the css:
- page structure
- shared styles
- specific styles arranged roughly in the order they appear in the html
*/

/* basic page structure */

body {
  text-align:center;
  margin:0 10px;
}

#canvas {
  width:980px;
  text-align:left;
  margin:0 auto;
}

#container {
  margin-top:20px;
  line-height:1.35em; /* required to combat the peekaboo bug */
}

#main-content {
  width:558px;
  float:left;
  padding-top: 10px;
}

#related-sidebar {
  width:200px;
  float:left; 
/*  margin-right: 8px;*/
  border-left: 1px solid #d3d3d3;
} 
#shared-sidebar {
  width:210px;
  float:left;
  border-left: 1px solid #d3d3d3;
  padding-left: 10px;
}

/*#related-sidebar {
  border: 1px solid rgb(211, 211, 211);
  border-top: none;
  border-bottom: none;
}*/
#main-content-inner {
    margin:0 20px 10px 10px;  
}
#related-sidebar-inner {
    margin:0 10px 10px 10px;
}

/* end basic page structure */

/* shared styles */

img {
  border:1px solid #cccccc;
}

.alignnone {
  display:block;
  }
  
.alignleft {
  margin:0 20px 20px 0;
  float:left;
}

.aligncenter {
  display:block;
  margin:0 auto;
}

.alignright {
  float:right;
  margin:0 0 20px 20px;
}

.clearboth {
  clear:both;
}

.sidebar .widget img {
  float:right;
  margin:0 0 20px 10px;
}

/* end shared styles */

/* shared font styles */

body {
  font-family: Arial, Verdana, sans-serif;
  color:#333;
  font-size:small;
}

a:link, a:active {
  color:#333;
}

a:visited {
  color:#666;
}

a:hover {
  color:#000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Times, serif;
  font-weight:normal;
  margin-top:0;
  padding: 0;
}

h2 {
  font-size:large;
  color:#005689;
} 

h2.pagetitle {
  font-size:small;
  padding:5px;
  color:#333;
  background:#e6e6e6;
  margin-bottom:10px;
}

h3, h4, h5, h6 {
  font-size:large;
}
.red {
  color:#c00;
}

/* end shared font styles */

/* header */

#header {
  padding:0px 0 0px 0px;
}

#header h1 {
  float:left;
  font-size:60px;
  margin:0;
}

#header img {
  border:0px solid #666;
}

#description {
  float:right;
  font-size:18px;
  width:390px;
  margin-top:10px;
}

#header h1 a:link, 
#header h1 a:visited, 
#header h1 a:hover, 
#header h1 a:active {
  text-decoration:none;
}

/* end header */

/* tabs */

#tabs {
  font-weight:bold;
  position:relative;
  margin-top:10px;
}

#tabs ul {
  margin:0;
  padding:0;
}

#tabs ul li {
  display:inline;
  list-style-type:none;
}

#navigation-tabs a:link, 
#navigation-tabs a:visited, 
#navigation-tabs a:active {
  padding:5px 8px;
  background:#aaa;
  text-decoration:none;
}

#navigation-tabs li.current_page_item a:link, 
#navigation-tabs li.current_page_item a:visited,
#navigation-tabs li.current_page_item a:hover {
    padding:8px 8px;
  background: #ccc;
}

#navigation-tabs a:visited,
#navigation-tabs li.current_page_item a:visited {
  color:#333;
}

#subscribe-links {
  position:absolute;
  top:0;
  right:10px;
}

#subscribe-links a {
  color:#005689;
  font-weight:normal;
  padding-left:22px;
  margin-left:20px;
  padding-bottom:2px;
  padding-top:1px;
  text-decoration:none;
}

#subscribe-links a:link,
#subscribe-links a:visited,
#subscribe-links a:active {
  color:#005689;
}

#subscribe-links a:hover {
  color:#005689;
  text-decoration:underline;
}

#subscribe-links .subscribe-rss {
  background:url('images/feed.png') no-repeat;
}

#subscribe-links .subscribe-email {
  background:url('images/email.png') no-repeat;
}

/* end tabs */

/* page introduction */

#page-intro {
  background:#ccc;
  border:5px solid #ccc;
  margin-top:7px;
}

#page-intro p {
  padding-left:10px;
  margin-right:410px;
}

/* end page introduction */

/* sidebar */

#related-sidebar ul,
#shared-sidebar ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#related-sidebar ul>li>ul>li,
#shared-sidebar ul>li>ul>li {
  margin:5px 0;
}

/* related sidebar */

#related-sidebar ul>li>ul {
  padding-bottom:10px;
  margin-bottom:20px;
  border-bottom:1px solid #999;
}

/* end related sidebar */

/* shared sidebar */

#shared-sidebar ul {
  background:#fff;
}
#widget ul {
  text-decoration:none;
}
#widget li {
  text-decoration:none;
}

#related-sidebar h2 {
  padding:0px 10px 0 10px;
  color: #223;
  background-color:#a6d1e2;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.5em; 
}
h3.biography {
  padding: 0px 10px 0 10px;
  color:#FFF;
  font-size: medium;
  font-weight: bold;
  line-height: 1.5em; 
  background-color:#CE2E20;
}

#shared-sidebar ul>li>ul {
  padding:0 10px 10px 10px;
  border-bottom:20px solid #fff;
}

#shared-sidebar ul.dark-grey-widget {
  background:#999;
  color:#fff;
  margin-top:10px;
}

#shared-sidebar ul.dark-grey-widget ul {
  background:#999;
}

#shared-sidebar ul.dark-grey-widget a:link,
#shared-sidebar ul.dark-grey-widget a:visited,
#shared-sidebar ul.dark-grey-widget a:hover,
#shared-sidebar ul.dark-grey-widget a:active {
  color:#fff;
}

/* end shared sidebar */

/* end sidebar */

/* blog */

h2 {
  line-height: .5em;
}
h2.entry-title,
h2.entry-title a:link, 
h2.entry-title a:visited, 
h2.entry-title a:active {
  text-decoration:none;
  color:#005689;
  line-height: 1.2;
}

h2.entry-title a:hover {
  text-decoration:underline;
  color:#005689;
}

.read-more a:link,
.read-more a:visited,
.read-more a:hover,
.read-more a:active {
  color:#005689;
  background:url('images/r-arrow.png') no-repeat left;
  padding-left:28px;
  font-weight:bold;
}

.read-more a:hover {
  text-decoration:underline;
  color:#005689;
}

* html blockquote {
  width:200px;
  w\idth:178px;
}

blockquote {
  border:1px solid #666;
  background:#ccc;
  float:right;
  clear:both;
  margin:20px 0 20px 20px;
  padding:10px;
  width:178px;
}

.share-links {
  clear:both;
  background:#ccc;
  margin-top:20px;
  padding:3px 10px;
  margin-bottom:2px;
}

.share-links img {
  border:0;
}

.meta {
  background:#e7e7e7;
  padding:10px;
  margin-bottom:2px;
}

.meta p {
  margin:0;
  padding:0;
  font-size:x-small;
}

.meta a {
  font-weight:bold;
}

.meta a:visited {
  color:#333;
}

.meta a:hover {
  color:#000;
}

/* comments */

.comments-area-wrapper {
  background:url('images/comments-bg-mini.png') no-repeat top right;
  padding-top:8px;
  margin-bottom:20px;
}

/* comments mini link (appears beneath each post) */

.comments-mini-link {
  margin:0;
  text-align:right;
  padding:0 0 4px 8px;
  font-size:x-small;
}

.comments-mini-link span {
  background:#ccc;
  padding:5px 8px;
}

.comments-mini-link a {
  font-weight:bold;
  padding:0 2px;
}

.comments-mini-link a:visited {
  color:#333;
}

.comments-mini-link a:hover {
  color:#000;
}
/* end comments mini link */

.comments-canvas {
  background:#ccc;
  padding:10px;
}

.leavecomment a {
  border:1px solid #999;
  background:#e6e6e6;
  padding:5px;
  margin:0 10px;
  font-size:small;
  font-family:arial, verdana, sans-serif;
  text-decoration:none;
}

.leavecomment a:visited {
  color:#333;
}

.leavecomment a:hover {
  color:#000;
}

.comment {
  border-top:1px solid #fff;
}

.comment-form {
  border-top:1px solid #fff;
  padding:10px 0;
}

input, textarea {
  width:400px;
}

/* end comments */

/* posts navigation */

#posts-nav {
  background:#ccc;
  padding:10px;
}

#posts-nav a {
  border:1px solid #999;
  background:#e6e6e6;
  padding:5px;
  text-decoration:none;
}

#posts-nav a:visited {
  color:#333;
}

#posts-nav a:hover {
  color:#000;
}

/* end posts navigation */

/* end blog */

/* footer */

#footer {
  background:#ccc;
  padding:10px;
  margin:10px 0;
  clear:both;
}

/* end footer */

/* special formatting for the subscription form */
#post-22 input {
  width: auto;
}

/* Quote in right sidebar and Green New Deal block */
.new-deal h3 {
   color: #0164a7; 
   font-weight: bold; 
   margin-bottom: 0px;
}
.new-deal p {
  color: #4491bd;
}
div.quote p a {
  color: #4491bd;
  text-decoration: none;
}
div.quote blockquote {
  background: none; 
  background-image: url(images/open-quote.png);
  background-repeat: no-repeat;
  background-position: top left;
  float: none; 
  margin: 0px; 
  padding: 0px; 
  border: none;
}
  div.quote blockquote p {
    padding-top: 24px;
    background-image: url(images/close-quote.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 8px;
  }
    div.quote blockquote p a {
          color: #333333;
    }