@CHARSET "UTF-8";

/**
*   Zen CSS
*
*   $Id: style.css,v 1.17.2.2 2007/01/17 05:02:52 jjeff Exp $
*/

/**
*   IMPORT EXTERNAL STYLE SHEETS 
*   We have separated out these styles because they are
*   common to the zen template system.
*/
@import "layout.css";
@import "icons.css";

/**
*   FONT STYLES 
*
*  Standardize font sizes and line-height across browsers 
*/

* {
  margin: 0px;
  padding: 0px;
}

body {
  font:12px arial,helvetica,clean,sans-serif;
}

table {
  font-size:inherit;
  font:100%;
}
select, input, textarea {
  font:99% arial,helvetica,clean,sans-serif;
}
pre, code {
  font:115% monospace;
  *font-size:100%;
}

table tr.odd {
  background: #ddd;
}

tr, td {
  padding: .25em;
}

td.icon {
  text-align: center;
}


/**
*   LAYOUT STYLES 
*
*  Styles pertaining to minor layout adjustments, such as
*   changing from fluid width to fixed width.  
*   See layout.css for major adjustments.
*/
body {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  min-width: 700px;      
  /* 2x (left-side fullwidth + main padding) + right-side fullwidth */
}

#page {
  width: 960px;               /* page width - optional */
  margin: 0 auto;             /* center the page - optional */
  /*border-left: 2px solid #AAA;*/
  /*border-right: 2px solid #AAA;*/
}

body.sidebar-right #squeeze {
  margin-right: 250px;
}

body.sidebar-right #main {
  margin-right: -250px;
}

#container #sidebar-right {
  width: 250px;
}

.no-secondary #container #sidebar-right {
  margin-top: 16px;
}

/**
*  OTHER STYLES
*
*  Styles that are specific to this theme.
*/

.hidden {
  display: none;
}

.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
}

.bold {
  font-weight: bold;
}

#top-header {
  position: relative;
  height: 49px;
  background: url('images/top_header_logo.png') no-repeat;
}

#top-header-block-container {
  position: absolute;
  left: 481px ;
  top: 0px;
  height: 37px;
  width: 470px;
  margin-left: 25px;
}

#top-header-block-container .block {
  float: left;
}

#block-block-1 {
  padding-top: 2px;
}

#block-search-0 {
  padding-top: 13px;
  margin-left: 10px;
}

#block-search-0 input {
  border: 1px solid #999999;
  height: 14px;
  padding-top: 2px;
}

#block-search-0 #edit-search-block-form-keys {
  width: 104px;
}

#block-search-0 #edit-submit {
  height: 19px;
  padding-top: 1px;
}

#block-block-2 {
  margin-top: 7px;
  margin-left: 10px;
}

#block-block-3 {
  margin-top: 7px;
  margin-left: 5px;
}

#logo_link {
  position: absolute;
  top: 19px;
  left: 10px;
  width: 350px;
  height: 25px;
  display: block;
}

#navigation {
  position: relative;
  border-right: 1px solid white;
  z-index: 99;
}

#header_our_work {
 float: left;
 position: absolute;
 top: -18px;
 left: -15px;
 background: transparent url('images/our_work_bg.png') no-repeat;
 width: 200px;
 height: 77px;
 z-index: 2;
}

.no-secondary #header_our_work {
  top: -34px;
  background: transparent url('images/our_work_bg_without_secondary.png') no-repeat;
  width: 208px;
  height: 83px;
}

.no-secondary-adjtop #header_our_work {
top: -34px;
}

#header_our_work #issues_drop_down_container {
  position: relative;
  z-index: 1005;
}

#header_our_work #issues_drop_down_container .drop_down {
  position: absolute;
  top: 44px;
  left: 17px;
  background: url('images/our_work_issues_drop_down.png') no-repeat;
  width: 171px;
  height: 22px;
  display: block;
  cursor: pointer;
}

#header_our_work .drop_down {
  position: relative;
}

#header_our_work .drop_down p {
  font-size: 12px;
  font-weight: bold;
  color: #00323a;
  margin-right: 20px;
  width: 150px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  text-transform: capitalize;
  margin-top: 3px;
}

#header_our_work .drop_down p.base {
  color: white;
  padding: 1px 0px 0px 1px;
  z-index: 2;
}

#header_our_work .drop_down#issues_drop_down_link_active p {
  color: #990000;
}

#header_our_work .drop_down#issues_drop_down_link_active p.base {
  color: white;
}

#issues_drop_down_content {
  position: absolute;
  top: 66px;
  left: 30px;
  width: 155px;
  border: solid black;
  border-width: 0px 1px 1px 0px;
  z-index: 99;
}

#issues_drop_down_content .inner {
  border: solid #999999;
  border-width: 0px 1px 1px 1px;
  background: white url('images/our_work_drop_down_bg.png') repeat-x top;
  padding: 4px;
  width: 145px;
}

#issues_drop_down_content .inner a {
  border-bottom: 1px solid #cccccc;
  padding: 6px 6px;
  font-family: arial;
  font-weight: bold;
  color: #365c62;
  text-decoration: none;
  display: block;
  font-size: 11px;
}

#issues_drop_down_content .inner a:hover {
  text-decoration: none;
  color: #990000;
}

#issues_drop_down_content .inner a.last {
  border-bottom: 0px;
}

#header_our_work #issues_drop_down_container form#issueform select {
  position: absolute;
  top: 44px;
  left: 25px;
}

#header_footer {
  height: 8px;
  background: url('images/header_bottom_bg.png') no-repeat;
}

.no-secondary #header_footer {
  height: 16px;
}

/* Common styles */
body {
  background: #273b3c url('images/site_bg.png') repeat-x;
}

#page {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #111;
  background: #fff url('images/page_content_bg.png') repeat-y;
	position: relative;
}

#container {
  margin:0px 0px 10px 9px;
}

#squeeze {
  width: 686px;
  padding: 0px;
}

#main .node .content{
  color: #333;
}

a {
  color: #9f0028;
  text-decoration: none;
}
a:hover {
  color:#e8a300;
  text-decoration:underline;
}

.content a {
  font-weight: 700;
}

.content .title a {
  font-weight: normal;
}

		
h1, h1 a {
  font-size:18px;
  color: #002B36;
}

h1.title, h1.title a, div.content_type_title {
  color: #990000;
  font-family: Arial black;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 32px;
  text-transform: uppercase;
}

div.content_type_title {
  padding-left: 8px;
  padding-bottom: 2px;
}

h2 {
  
}

h2.title {
  font-family: Arial black;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sub {
  font-family: Arial;
}

h2.title .sub {
  font-family: Arial;
}

h3 { 

}

h3.title {
  color: #002b36;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
  margin-bottom: 8px;
}

.l-shape-feature h3.title {
	font-weight: normal;
	font-family: arial black;
	letter-spacing: -1px;
	font-size: 18px;
}

h3.title a {
  color: #002b36;
}

h3.title a:hover {
  color: #990000;
}

h4, h5, h6 {
 
}

p, .book .body {
  padding-top: 0;
  padding-bottom: 12px;
  margin: 0;
  margin-bottom: 0px;
}

pre {
  background: #ddd;
  border: 1px solid #aaa;
  padding: 0.75em 1.5em;
}
/*
blockquote {
  font-style: italic;
  border-left: 2px dotted;
  margin-left: 20px;
  padding-left: 10px;
}
*/
blockquote {
  border:1px #77A dotted;
  background:#FFF9EE;
  padding:10px 20px 0px 20px;
  margin:10px 25px 10px 25px;
  font-style: italic;
  overflow: hidden;
}

blockquote p {
  
}

code {
  font-size: 100%;
  font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace;
}

img { 
  border: 0; 
}

ol, ul, dl { 
  position: relative; 
}

dt {
 margin: 1em .5em 0 0;
}

.content h4 {
  color: #990000;
  font-size: 18px;
}

.content h5 {
  color: #01262F;
  font-size: 18px;
}

.content ol, .content ul, .content dl {
  margin-left: 25px;
  margin-bottom: 10px;
}

.content hr {
  margin-bottom: 10px;
}

/* Header styles */
 
#logo-title {
  height: 101px;
}

.not-front #logo-title {
  height: 60px;
}

#logo-title a {
  display: block;
  height: 101px;
  width: 960px;
}

.not-front #logo-title a {
  height: 60px;
}

#logo{

}

#name-and-slogan {
  display: inline;
}

#site-name {
  margin: 0;
  display: inline;
}

#site-name a, #site-name a:hover {

}

#site-slogan {
  color: #aaa;
  margin: 0;
  font-size: 85%;
  margin-left:20px;
}

#search {
  position: absolute;
  padding:0;
  top: 0;
  right: 0;
}

#mission {
  color: #666;
  font-weight:bold;
  padding: 2em;
  background: #D7E3F0 url(images/background.png);
  margin-bottom:20px;
  font-size: 85%;
  border: solid 1px #B5C9D8;
}

/**
  * Page Notes & Breadcrumb
  */
  
  #header-region {
    margin-right: 250px;
  }
  
  .page_notes {
    margin-right: 20px;
    overflow: hidden;
    float: right;
  }
  
    .page_notes .item-list ul {
      border: 1px solid #ccc;
      color: #9F0028;
      font-size: 9px;
      padding: 2px 0px;
      vertical-align: 60%;
      margin: 0px;
      width: auto;
      overflow: hidden;
    }
    
      .page_notes .item-list ul li {
        display: inline;
        list-style: none;
        margin: 0px;
        padding: 0px 7px;
        float: left;
      }

  .breadcrumb {
    margin:0;
    padding:0;
    font-size: 85%;
    margin-left:20px;
    margin-bottom: 10px;
    color: #999999;
    font-size: 11px;
  }
  
  .breadcrumb a {
    text-decoration:normal;
    color:#999999;
  }

.blue-background,
.red-background {
  background:#01262F url(images/h2_header_bg_short.png) no-repeat right;
  color:#FFFFFF;
  height:20px;
  margin-bottom:0pt;
  margin-top:0pt;
  padding:4px 10px 6px;
  text-transform:uppercase;
  font-family:Arial black;
  font-size:14px;
  font-weight:normal;
  letter-spacing:-0.5px;
}

.red-background {
  background:#650000 url(images/h2_header_bg_short_editable.png) no-repeat right;
}

.red {
  color: #990000;
}

.blue {
  color: #01262F;
}


/* Menu styles */
div.menu {

}

#primary {
  background: #006783 url('images/primary_tabs_bg.png') repeat-x bottom;
  font-size: 13px;
  text-transform: capitalize;
  line-height:normal;
  padding:0px 0px 1px 230px;
  border-bottom:1px solid #fff;
  border-top: 1px solid #fff;
  height: 31px;
}

#primary ul {
  padding:0;
  margin:0;
  list-style:none;
}

#primary li {
  display:inline;
}
#primary li.active a {
  background:#000000 url(images/tab-bg-hover.png) repeat-x 0%;
	color: #ffff33;
}

#primary li#primary-donate a,
#primary li#primary-donate a:hover {
	background: url('images/tab-bg-orange.png') repeat-x 0%;
}

#primary a {
  /*background:#000 url(images/tab-bg.png) repeat-x*/
  color:#FFF;
  font-weight:bold;
  display:block;
  float:left;
  padding:8px 14px 8px 14px;
  border-right:solid #000 1px;
  border-left: solid #237279 1px;
}

#primary a {
}

#primary a:hover {
  background:#000 url(images/tab-bg-hover.png) repeat-x;
	color: #ffff33;
	text-decoration: underline;
}

#primary a.active {
}

#secondary {
  height: 26px;
  padding-left:210px;
  background: #cd0100;
  border-bottom: solid #fff 1px;
}
#secondary ul {
  margin:0;
  padding:0;
  list-style:none;
}
#secondary li {
  margin:0;
  padding:0;
  display:inline;
}

#secondary li a {
  float:left;
  display:block;
  color: #fff;
  font-size: 11px;
	font-weight: bold;
  text-decoration:none;
  padding: 0px 10px 0px;
  margin: 6px 0px;
  border-right: 1px solid;
}

  #secondary li.dropdown_container a,
  #secondary li.last a {
    border-right: 0px;
  }

#secondary a:hover {
	color: #FFFF33;
	text-decoration: underline;
}

#secondary a.active {
  font-weight:bold;
	color: #FFFF33;
	text-decoration: none;
}

#secondary ul li a.dropdown_container {
  padding-right: 20px;
  background: transparent url('images/secondary_drop.png') no-repeat right -1px;
  margin-right: 10px;
  cursor: pointer;
}

#secondary ul li a.dropdown_container:hover,
#secondary ul li.drop-active a.dropdown_container {
  padding-right: 20px;
  background: transparent url('images/secondary_drop_hover.png') no-repeat right -1px;
  color: #FFFF33;
	text-decoration: underline;
}

#secondary ul li.drop-active a.dropdown_container {
  background: transparent url('images/secondary_drop_active.png') no-repeat right -1px;
  text-decoration: none;
}

.secondary_dropdowns_container .dropdown_content {
  background: #cf0000 url('images/secondary_drop_down_container.png') repeat-x bottom;
  width: 175px;
	z-index: 9999;
}

.secondary_dropdowns_container .dropdown_content ul {
  margin: 5px;
  background: #ececc6;
  padding: 5px 10px;
  list-style-type: none;
}

.secondary_dropdowns_container .dropdown_content ul li {
  border-bottom: 1px solid #bfbfa1;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.secondary_dropdowns_container .dropdown_content ul li.last {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.secondary_dropdowns_container .dropdown_content ul li a {
  color: black;
  font-size: 11px;
  line-height: 11px;
  padding-left: 12px;
}

.secondary_dropdowns_container .dropdown_content ul li a:hover {
  color: #cf0000;
  text-decoration: none;
  background: url('images/secondary_drop_down_link_hover.png') no-repeat top left;
}

/* Link styles */
ul.links {
  text-align:left;
}

ul.links li {
  border-left: 1px solid #9cf;
}

.taxonomy {
  margin:0;
  padding:0;
  display:inline;
}

.taxonomy ul.links li {
  border:none;
  padding:0 .1em 0 0em;
}

.taxonomy ul.links li:after {
  content: ",";
}

.taxonomy ul.links li.last:after {
  content: "";
}

ul.links li.first {
  padding-left:0;
  border: none;
}

.links {
  color: #999;
}
.links a {
  padding:0 .1em 0 .1em;
}

.submitted, .taxonomy { 
  font-size: 85%;
  color: #999; 
}

/* Form styles */	
input, textarea, textfield {
  margin:0;
  color: #000;
  font-family: arial;
  padding:1px;
  font-size: 100%;
}

fieldset {
  border: solid #ccc 1px;
}

input.form-checkbox, input.form-radio {
  border: none;
}

#search .form-text, #user-login-form .form-text {
  color: #444;
  border: 1px solid #6191C5;
  padding: 2px;
}

.form-submit, .button {
  padding: 1px;
}

#search .button, 
#search .form-submit,
#user-login-form .button,
#user-login-form .form-submit {
  background-color: #68A0D9;
  color: #fff;
  font-weight:bold;
  border: 1px solid #4070A1;
}

#node-form, #node-form .node-form {
  overflow:auto;
}

#user-login-form {
  text-align:left;
}

#user-login-form .item-list ul {
  margin-top:10px;
	margin-bottom: 0px;
	list-style: none;
}

#user-login-form .item-list ul li {
	list-style: none;
}

#user-login-form .item-list ul li a,
#user-login-form .item-list ul li a:link {
	color: white;
	text-decoration: none;
}

#user-login-form .item-list ul li a:hover,
#user-login-form .item-list ul li a:focus {
	color: white;
	text-decoration: underline;
}

/* Alerts, Status, Help Messages  */
.messages {
  min-height: 32px;                 /* icon height */
  padding: 1.3em 1em .3em 52px;
  border: 2px solid #ddd;
  background: #eee;
  margin: 10px 0;
}

div.error {
  border: 2px solid #F00;
}

.messages ul {
  padding: 0 0 0 20px;
  margin: 0;
}

/* Footer styles */
#footer-wrapper {
  margin: 15px 0px 0px 0px;
  background: url(images/footer-bg.png) repeat-x;
  height:74px;  
  font-family:arial;
  border: 1px solid #676666;
}

#footer {
  color:#FFFFFF;
  margin:0;
  font-size: 10px;
  width: 100%;
  overflow: hidden;
  height: 74px;
}
  
#footer a {
  color: #fff;
  font-size: 10px;
}

#footer #block-block-5 { /* logo and contact */
  float: left;
  margin-left: 150px;
  margin-top: 14px;
}

#footer #block-block-4 {  /* links */
  float: left;
  margin-left: 37px;
  margin-top: 28px;
  font-size: 12px;
}

#footer #block-block-4 a {
  font-size: 12px;
}

/* Administration styles */
.admin-panel {
  margin:0;
  padding:0;
}

.admin-panel .body {
  background-color: #eee;
  border: solid #6191C5 1px;
}

.admin-panel .body dl, .admin-panel .body p {
  padding:10px;
}

.admin-panel h3 {
  margin-bottom:0;
  padding:5px 5px 5px 30px;
  font-size: 122%;
  color:#fff;
  border-width: 0px 2px 2px 2px;
}

/* Comment styles */
.comment {
  margin:0px;
  padding: 10px;
  background: #EBF2F8;
  border: #cccccc solid;
  border-width: 2px 0px 0px;
}

.comment  h3.title, .comment  h3.title a {
  font-size: 122%;
  color: #00323a;
  font-weight:normal;
  margin-bottom:3px;
  margin-top:0;
}

.comment .picture, .node .picture {
  float:left;
  margin-right:15px;
}

.comment-unpublished {se
  background: #FCE38E;
}

.comment .new {
  color: #FFC600;
  font-weight:bold;
}

.comment .links, .node .comment .links {
  text-align: right;
  font-size: 11px;
  font-weight: 700;
}

.comment-form-wrapper {
  margin-top: 10px;
}

.indented {
  margin-left: 15px;
}

.comment .submitted .username {
  font-weight: bold;
}

.comment-intro {
	margin: 8px 0px;
	font-size: 13px;
}

/* Poll styles */
.poll .bar .foreground {
  background: #2763A5;
}

.poll .bar {
  padding:2px;
  background: #BDCBDD;
}

/* Book styles */
div.node div.content .book-navigation {
  background: #eee;
  margin:0;
  padding:0;
}

div.node div.content .book-navigation ul.menu {
  border:0;
  border-top:1px solid #2763A5;
  margin:0;
  padding-bottom:10px;
}

div.node div.content .book-navigation .page-links {
  background: #C1D4EA; /*#347FD2;*/
  border:1px solid #2763A5;
  border-width:1px 0 1px 0;
  padding:5px;
  margin:0;
}

/* Forum styles */
#forum table {
  width: 100%;
}

/* Pager styles */
.pager {
  text-align:center;
  margin-top: 30px;
  height: 30px;
}

.pager  a, .pager-current {
  padding:3px 8px 3px 8px;
  margin:0 2px 0 2px;
  color: #2763A5;
  font-weight:bold;
  border: solid 1px #eee;
}

.pager-current {
  color: #fff;
  background-color: #2763A5;  
}

/* Node, Block, Content styles */
.node {
  /*margin-bottom:15px;
  padding-bottom:15px;*/
}

.node .content {
  font-size: 12px;
  line-height: 15.6px;
}

.node h2.title {
  margin-bottom:.1em;
  color: #002B36;
}

.node h2.title a {
  color: #002B36;
  font-size: 129%;
  font-weight:normal;
  line-height:1.4em;
}

.node .content {
  padding-top:5px;
  padding-bottom:5px;
}

.sticky {
  border-bottom: solid 3px #ddd;
}

.profile {
  clear:none;
}

#sidebar-left .block, #sidebar-right .block {
  padding-bottom:15px;
  margin-bottom:20px;
}

.block .item-list ul {
  padding-left:0;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
} 
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
} 
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/**
 *  Panel 2 col stacked
 */
.panel-2col-stacked .thumbnail {
  margin:0;
  padding:0;
  float:left;
  margin-right:1em;
} 
.panel-2col-stacked .thumbnail img {
  border: solid 1px #c9cacc;
}
.panel-2col-stacked .summary {
  clear:both;
  margin:0;
  padding:0;
}
.panel-2col-stacked .content {
  margin:0;
  padding:0;
}

.panel-2col .panel-col-first {
  margin-right:8px;
  width:382px;
}

.panel-2col .panel-col-last {
  width:296px;
}

/**
 *  Read More link
 */
.read-more {
  text-align:right;
	white-space: nowrap;
}
.read-more a {
  color:#990000;
  font-family: arial;
  font-weight: bold;
  text-decoration:none;
}

.read-more a:hover {
  text-decoration: underline;
}

.more_link_tab_container {
  position: relative;
}

.more_link_tab {
  display: block;
  height: 31px;
  padding: 2px 10px 0px 21px;
  background: url('images/more_links/bg.png') left top;
  position: absolute;
  right: 22px;
}

.more_link_tab img {
  margin-top: 1px;
}

.more_link_tab a {
  text-decoration: none;
  color: #a21616;
  font-weight: bold;
  font-size: 12px;
  vertical-align: 60%;
  margin-left: 5px;
}

.more_link_tab_slider {
  display: block;
  float: right;
  height: 33px;
  width: 22px;
  background: url('images/more_links/right_slider.png') no-repeat;
}

/**
 *  Views Block wrapper item links
 */
ul.links-views {

}

ul.links-condensed li {
  display:inline;
  border:solid 1px #ccc;
  padding:2px 5px;
  margin-right:5px;
}

/**
 * Views Block Wrapper
 */
.views-block-wrapper {
  border:solid 1px #cdcdcd;
  padding-left:2px; /*added new*/
} 
.views-block-wrapper h2.title {
  margin-top: 0;
  margin-bottom: 0;
  background: #01262f url('images/h2_header_bg_short.png') no-repeat right;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 10px 6px;
  //height: 20px;
}

.node h2.node_title {
  color: #00323a;
  font-family: arial;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 3px;
}

.node h2.node_title a {
  color: #00323a;
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.l-shape-feature .node h2.node_title a {
  color: #00323a;
  font-family: arial black;
  font-weight: normal;
  font-size: 18px;
  text-decoration: none;
}

.node h2.node_title a:hover {
  text-decoration: underline;
}

.node .submitted.username {
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  color: #9e0013;
  line-height: normal;
}

.node .submitted.byline {
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  color: #666666;
  line-height: normal;
}

.node .submitted.username a {
  font-family: arial;
  font-weight: bold;
  font-size: 12px;
  color: #9e0013;
}

.node .submitted.date {
  font-family: arial;
  font-weight: normal;
  font-size: 11px;
  color: #666666;
}

.node .taxonomy {
  font-size: 11px;
  color: #666666;
}

.node .links {
  font-size: 10px;
}

.views-block-wrapper .node {
  padding: 0px 12px 5px;
  background:#FFFFFF url(images/views_gradient_fade_bg.png) repeat-x scroll center bottom;
  margin: 1px;
  margin-top:9px;
}

.views-block-wrapper h2.title.editable {
  background: #650000 url('images/h2_header_bg_short_editable.png') no-repeat right;
}

.views-block-wrapper .tab-container {
  height: 21px;
}

.views-block-wrapper .tab-container .tab {
  float: right;
  padding-left: 35px;
  height: 21px;
  background: url('images/editable_tab.png') no-repeat top left;
}

.views-block-wrapper .tab-container .tab a {
  background: transparent url('images/editable_tab_slider.png') no-repeat top right;
  height: 19px;
  display: block;
  font-weight: normal;
  font-family: arial;
  font-size: 10px;
  text-decoration: none;
  text-transform: capitalize;
  color: white;
  padding-right: 19px;
  padding-top: 2px;
}

.views-block-wrapper h2.title a {
  color:#fff;
  text-transform:uppercase; 
}

/**
  * Views-blog-item
  */
  
  .view-content-blogs-featured .views-condensed-item .content {
    margin-left: 70px;
  }
  
  .links ul.links-condensed {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  
  .links ul.links-condensed a.rating {
     background: url('images/links_sm_rate_it.png') no-repeat top left;
     padding-left: 25px;
		 height: 17px;
		 display: block;
		 float: right;
   }
   
 .links ul.links-condensed li a.discuss {
     background: url('images/links_sm_discuss.png') no-repeat top left;
     padding-left: 25px;
     height: 17px;
     display: block;
     margin-left: 8px;
   }
   
 .links ul.links-condensed li.link_1 {
     float: left;
   }
   
.links ul.links-condensed li {
     border: 0px;
   }
 
.views-blog-item {
  padding:5px;
//  background: #fff url(images/blog/page_bg.png) repeat-x bottom;
  margin: 10px;
} 
.views-blog-item .date {
  display:block;
  float:left;
  background: url('images/blog_date.png') no-repeat top center;
  height: 57px;
  width: 50px;
  color:#fff;
  padding:5px;
  position: relative;
  text-align: center;
}

.views-blog-item .date .month {
  font-size: 11px;
  position: absolute;
  width: 50px;
  top: 5px;
  left: 5px;
}

.views-blog-item .date .day {
  color: black;
  font-size: 23px;
  position: absolute;
  width: 50px;
  top: 16px;
  left: 5px;
}

.views-blog-item .date .year {
  font-size: 11px;
  color: #859194;
  position: absolute;
  width: 50px;
  top: 38px;
  left: 5px;
}

.views-blog-item .links {
  clear:both;
}
.views-blog-item .content {
  margin-left: 70px;
}

.views-blog-item h3.title {
  margin-bottom: 1px;
}

.views-blog-item h3.title a {
  font-size: 15px;
  font-weight: bold;
  font-family: Arial;
}

.author {
  color: #9e0013;
  font-size: 12px;
  margin-bottom: 3px;
}

.views-blog-item .read-more {
  display: inline;
  margin-left: 10px;
}

/**
 * Views shady item styles
 */
.views-shady-item {
  padding: 3px;
  background: #ececc8;
} 

.views-shady-item .content {
  background:#ececc8 url(images/brown-fade-up.png) repeat-x bottom;
  padding: 5px 10px 10px 10px;
  line-height: 15.6px;
}

.views-shady-item h3.title {
  margin-bottom: 9px;
}

.views-shady-item h3.title a {
  font-size: 16px;
  font-family: arial;
  font-weight: bold;
  line-height: 16px;
}

.views-shady-item .read-more {
  display: inline;
  padding-bottom: 10px;
  margin-left: 5px;
}

/**
 * Views headline item styles
 */
.views-headline-item {
  padding:5px;
} 
.views-headline-item h3 {
  margin-bottom:0;
}


/**
  *  Panels Layout 
  */
  
  .panel-2col-stacked .panel-col-top .inside {
    margin-bottom: 0px;
  }
  
  .panel-2col-stacked .panel-col-last {
    width: 296px;
    margin-top: 10px;
  }
  
  .panel-2col-stacked .panel-col-first {
    width: 382px;
    margin-right: 8px;
  }
  
/**
  * Front Page Views / Issue views
  */
  
  .view-home-page-featured-top-story .content,
  .view-content-issue-node-type-featured-top .content,
  .l-shape-feature .content{
    line-height: 15.4px;
  }
  
  .front .panel-col-first .content {
    line-height: 15.4px;
  }
  
  .view-content-home-page-featured-top-story,
  .view-issue-node-type-featured-top,
  .l-shape-feature {
    //border: 1px solid #cccccc;
    background: #fff;
    padding: 1px 1px 1px 1px;
  }
  
  .view-content-home-page-featured-top-story .views-featured-item,
  .view-issue-node-type-featured-top .view-content-issue-node-type-featured-top,
  .l-shape-feature .views-featured-item,
  .l-shape-feature .node {
    background: #ffffff url('images/views_gradient_fade_tall_bg.png') bottom repeat-x;
    margin-top: 14px;
    padding: 0px 11px 14px 11px;
  }
  
  #block-views-home_page_featured h2.title {
    display: none;
  }
  
  .l-shape {
    border: 1px solid #fff;
    border-top: 0px;
    background: #fff;
    padding: 1px;
    position: relative;
    top: -1px;
    margin: 0px;
  }
  
  .view-content-home-page-featured .views-condensed-item,
  .view-condensed-design-view .views-condensed-item,
  .l-shape .views-condensed-item {
    background: #ffffff url('images/views_gradient_fade_bg.png') bottom repeat-x;
    margin-top: 14px;
    padding: 0px 11px 9px 11px;
  }
  
  .avatar_content_container {
    width: 100%;
    overflow: hidden;
  }
  
/**
  * Generic Node Styles
  */
  
  .block-views .views-block-wrapper .views-condensed-item {
    padding: 10px 18px 10px 18px;
    background:#FFFFFF url(images/views_gradient_fade_bg.png) repeat-x scroll center bottom;
    margin: 1px;
  }
  
/**
  * Sidebar RIGHT
  */
  
  #sidebar-right .block {
    padding-left: 0px;
  }
    /**
      * dark block
      */
      
      .block-sidebar-right-dark .blockinner {
        background: url('images/sidebar_right_dark_header.png') top left no-repeat;
        padding: 19px 17px 0px 17px;
        width: 215px;
        color: white;
        font-size: 12px;
      }
      
      .block-sidebar-right-dark .blockinner h2.title {
        color:white;
        font-size:17px;
        letter-spacing:-1px;
        line-height:0px;
        margin-bottom:14px;
        text-transform: none;
        font-weight: normal;
      }
      
      .block-sidebar-right-dark .block-footer {
        display: block;
        width: 249px;
        height: 18px;
        background: url('images/sidebar_right_dark_footer.png') no-repeat top left;
      }
      
    /**
      * Our Future: Highlights
      */
      
      #sidebar-right .highlights {
        background: url('images/sidebar_right_topbanner_header.png') top left no-repeat;
        padding: 19px 17px 0px 17px;
      }
      
      #sidebar-right .highlights_footer {
        background: url('images/sidebar_right_topbanner_footer.png') top left no-repeat;
        width: 249px;
        height: 18px;
        display: block;
      }
      
      #sidebar-right .highlights p {
        font-size: 11px;
        line-height: 14.41px;
        margin-bottom: 0px;
      }
      
      #sidebar-right .highlights h2.title,
      #sidebar-right .highlights h2.title a {
        color: #9e0013;
        font-size: 17px;
        line-height: 0px;
        letter-spacing: -1px;
        margin-bottom: 11px;
      }
      
      #sidebar-right .highlights h3.subtitle,
      #sidebar-right .highlights h3.subtitle a {
        color: #003442;
        font-size: 14px;
        line-height: 17px;
        font-family: arial;
        margin-bottom: 10px;
      }
      
      
    /**
      * togerther.ourfuture
      */
      
      #sidebar-together .block {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border-bottom: 0px;
        background: url('images/sidebar_right_communitybanner_header.png') no-repeat left -36px;
        color: white;
      }
      
      #sidebar-together .block a,
      #sidebar-together .block a:link,
      #sidebar-together .block a:visited {
        color: white;
      }
      
      #sidebar-together .block a:hover,
      #sidebar-together .block a:active {
        color: white;
        text-decoration: underline;
      }
      
      #sidebar-together .together_header {
        background: url('images/sidebar_right_communitybanner_header.png') top left no-repeat;
        padding-top: 5px;
        height: 31px;
      }
      
      #sidebar-together .together_footer {
        background: url('images/sidebar_right_communitybanner_footer.png') top left no-repeat;
        width: 249px;
        height: 17px;
      }
      
      #sidebar-together .together .content {
        font-size: 11px;
        line-height: 14.41px;
        padding: 0px 17px;
      }
      
      #sidebar-together #block-user-0 .form-item {
        margin-top: 0px;
				margin-bottom: 0px;
      }
      
      #sidebar-together #block-user-0 {
        background: url('images/sidebar_right_communitybanner_light_bg.png') repeat-y;
        color: #ffcc00;
        font-size: 10px;
        padding: 7px 0px;
      }
      
      #sidebar-together #block-user-0 a {
        color: #ffcc00;
        font-size: 10px;
        line-height: 6.5px;
      }
      
      #sidebar-together #block-user-0 .login_left {
        float: left;
        width: 118px;
        padding-left: 15px;
      }
      
      #sidebar-right #block-user-0 .login_left input.form-text {
        width: 106px;
        height: 16px;
        background: white;
        border: 1px solid #c3c3c3;
        color: black;
        font-size: 12px;
        margin-bottom: 7px;
        padding: 3px 5px 0px;
      }
      
      #sidebar-together #block-user-0 label {
        margin-left: 3px;
				display: inline;
      }
      
      #sidebar-together #block-user-0 .login_left label {
        margin-bottom: 2px;
				display: block;
        font-size: 12px;
      }
      
        #sidebar-together #block-user-0 .login_right label {
          font-weight: normal;
        }
        
        #sidebar-together #block-user-0 #edit-submit,
        #sidebar-together #block-user-0 .login_right .form-item {
          margin-top: 7px;
        }
        
      #sidebar-together #block-user-0 .login_right {
        float: left;
        width: 98px;
        padding-left: 10px;
      }
			
			#sidebar-together #block-user-0 .login_right p {
				margin-bottom: 6px;
      }
      
      #sidebar-together .together_header h2.title,
      #sidebar-together .together_header h2.title a {
        color: white;
        font-size: 21px;
        line-height: 25px;
        letter-spacing: -1px;
        text-transform: none;
        margin-bottom: 0px;
        padding-left: 5px;
      }
      
      #sidebar-together .together_header h2.title .sub {
        font-size: 14px;
      }
      
      #sidebar-together .picks_container .pick,
      #sidebar-together .picks_container .more_picks {
        padding-left: 8px;
        margin-bottom: 10px;
      }
      
      #sidebar-together .picks_container .pick .pick_icon,
      #sidebar-together .picks_container .more_picks .pick_icon {
        float: left;
        width: 30px;
      }
      
      #sidebar-together .picks_container .more_picks .pick_icon {
        width: 36px;
      }
      
      #sidebar-together .picks_container .pick .pick_info,
      #sidebar-together .picks_container .pick .pick_info a,
      #sidebar-together .picks_container .more_picks .pick_info {
        float: left;
        width: 180px;
        color: white;
        line-height: 16px;
        font-size: 12px;
      }
      
      #sidebar-together .picks_container .more_picks .pick_info,
      #sidebar-together .picks_container .more_picks .pick_info a {
        color: white;
        font-size: 14px;
        font-weight: normal;
        vertical-align: -45%;
      }
      
      #sidebar-together .picks_container .pick .pick_info a {
        float: none;
      }
      
      #sidebar-together #block-block-11 .img_container {
        width: 28px;
        float: left;
      }
      
      #sidebar-together #block-block-11,
      #sidebar-together #block-block-11 a {
        color: white;
        font-size: 12px;
      }
      
      #sidebar-together #block-block-11 .row {
        padding-left: 16px;
      }
      
      #sidebar-together #block-block-11 .column {
        float: left;
        width: 126px;
      }
      
      #sidebar-together #block-block-11 .column a {
        vertical-align: -15%;
      }
      
      #sidebar-together #block-block-11 .column_1 {
        width: 126px;
      }
      
      #sidebar-together #block-block-11 .column_2 {
        width: 95px;
      }
      
      div.together_linebreak {
        height: 7px;
        background: url('images/together/divider.png') no-repeat 5px;
        margin-left: 12px;
        padding-bottom: 5px;
      }
      
      div.together_linebreak hr {
        display: none;
      }
      
    #page_inner_region {
      float: left;
      width: 296px;
      margin-right: 12px;
      margin-bottom: 12px;
    }
/**
  * The NEWS headline
  */
  
  .views-headline-item h3.title,
  .views-headline-item h3.title a {
    color: #666666;
    font-size: 16px;
    font-family: arial;
    line-height: 20.48px;
  }
  
  .views-headline-item .author {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    line-height: 15.6px;
    margin-left: 5px;
  }
  
  .views-headline-item .date {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    line-height: 14.2px;
    margin-left: 5px;
  }
    
/**
  * Top Header Get Involved
  */
  
  #top-header-block-container #drop_down_container {
    position: relative;
    z-index: 1501;
  }
  
  #top-header-block-container .drop_down {
    height: 31px;
    width: 166px;
    cursor: pointer;
    background: url('images/get_involved/drop_down.png') no-repeat;
  }
  
  #top-header-block-container #drop_down_active {
    background: url('images/get_involved/drop_down_active.png') no-repeat;
  }
  
  #drop_down_content {
    position: absolute;
    z-index: 1505;
    display: none;
    height: 115px;
    width: 208px;
    background: url('images/get_involved/drop_down_area_bg.png') no-repeat;
    padding: 13px 30px;
    color: white;
  }
  
  #drop_down_content {
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
  }
  
  #drop_down_content h2.title {
    line-height: 30px;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 5px;
  }
  
/**
  * AVATAR
  */
  
  .avatar {
    position: relative;
    //border: 1px solid #999999;
    //background: url('images/profile_avatar/container_bg.png') repeat-x bottom white;
    margin-right: 10px;
    margin-bottom: 5px;
    float: left;
  }
  
  .avatar .picture {
    margin-right: 0px;
    //padding: 5px 3px 0px 3px;
    float: none;
		text-align: center;
  }
  
  .avatar .picture img {
    border: 1px solid #999999;
  }
  
  .avatar .links .item-list ul li {
    list-style: none;
    border: 1px solid #999999;
    background: url('images/profile_avatar/link_bg.png') repeat-x top #fdfdfd;
    color: black;
    font-size: 10px;
    font-family: arial;
    margin: 2px;
    padding: 2px;
    text-align: center;
  }
  
  .avatar .links .item-list ul li a {
    color: black;
    padding: 0px;
    text-transform: uppercase;
    display: block;
  }
  
  .avatar .links .item-list ul {
    margin:0pt 0pt 4px;
    padding:0pt;
  }
  
/**
  * BLog Page
  */
  /*** keep this around incase this breaks
  body.ntype-blog #squeeze_inner {
    border: 1px solid #cccccc;
  }
  
  body.ntype-blog #squeeze_inner #squeeze_inner_content {
    margin: 1px;
    padding: 5px;
    background: url('images/blog/page_bg.png') repeat-x white;
  }
  
  body.ntype-blog #squeeze_inner h1.title {
    color: #002B36;
    font-size: 27px;
    line-height: 29px;
  }
  
  body.ntype-blog #squeeze .ntype-blog .content p {
    line-height: 15.2px;
  }
  
  .ntype-blog .blog_post_info hr {
    color: #dddddd;
    background-color: #dddddd;
    height: 1px;
    border: 0px;
    margin: 5px 0px 5px 0px;
  }
  
  .ntype-blog .blog_post_info .submitted {
  }
  
  .ntype-blog .blog_post_info .submitted,
  .ntype-blog .blog_post_info .submitted p,
  .ntype-blog .blog_post_info .submitted a {
    color: #990000;
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
  }
  
  .ntype-blog .blog_post_info .submitted p.username {
    font-weight: bold;
  }
  
  .ntype-blog .blog_post_info .submitted a {
    text-decoration: underline;
  }
  
  .ntype-blog .blog_post_info .submitted a:hover {
    border-bottom: 1px solid;
  }
  
  .ntype-blog .blog_post_info .taxonomy {
    color: #00627c;
    line-height: 20px;
  }
  
  .ntype-blog .blog_post_info .taxonomy a {
    text-decoration: underline;
  }
  
  .ntype-blog .blog_post_info .taxonomy a:hover {
    border-bottom: 1px solid;
  }
  
  .ntype-blog .comment_slider {
    display: block;
    height: 8px;
    width: 672px;
    background: url('images/blog/comment_slider.png') no-repeat;
    margin-top: 5px;
  }
  
  .ntype-blog .comment_area {
    width: 652px;
    background: url('images/blog/comment_bg.png') no-repeat bottom left;
    padding: 5px 10px 18px 10px;
  }
  
  .ntype-blog .discuss_link {
    cursor: pointer;
    text-decoration: underline;
  }
  
  .ntype-blog .comment_container .loading {
    color: #990000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  
  .ntype-blog .comment_contaibrner .loading img {
    margin-right: 25px;
  }
  
  .ntype-blog .comment_container .loading .text {
    vertical-align: 40%;
  }
  ***end keep this around ****/
  body.node-single #squeeze_inner {
    border: 1px solid #cccccc;
  }
  
  body.node-single #squeeze_inner #squeeze_inner_content {
    margin: 1px;
    padding: 5px;
    background: url('images/blog/page_bg.png') repeat-x white;
  }
  
  body.node-single #squeeze_inner h1.title {
    color: #002B36;
    font-size: 27px;
    line-height: 29px;
    text-transform: capitalize;
    margin-bottom: 5px;
  }
  
  body.node-single #squeeze .node-single .content p {
    line-height: 15.2px;
  }
  
  .node-single .blog_post_info hr {
    color: #dddddd;
    background-color: #dddddd;
    height: 1px;
    border: 0px;
    margin: 5px 0px 5px 0px;
  }
  
  .node-single .blog_post_info .submitted {
  }
  
  .node-single .blog_post_info .submitted,
  .node-single .blog_post_info .submitted p,
  .node-single .blog_post_info .submitted a {
    color: #990000;
    font-size: 12px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
  }
  
  .node-single .blog_post_info .submitted p.username {
    font-weight: bold;
  }
  
  .node-single .blog_post_info .submitted a {
    text-decoration: underline;
  }
  
  .node-single .blog_post_info .submitted a:hover {
    border-bottom: 1px solid;
  }
  
  .node-single .blog_post_info .taxonomy {
    color: #00627c;
    line-height: 20px;
  }
  
  .node-single .blog_post_info .taxonomy a {
    text-decoration: underline;
  }
  
  .node-single .blog_post_info .taxonomy a:hover {
    border-bottom: 1px solid;
  }
  
  .node-single .comment_slider,
	.ntype-press-release .comment_slider {
    display: block;
    height: 8px;
    width: 672px;
    background: url('images/blog/comment_slider.png') no-repeat;
    margin-top: 5px;
  }
	
	.ntype-press-release .comment_slider {
		margin-left: 6px;
	}
	
	.node-single .comment_slider_floor,
	.ntype-press-release .comment_slider_floor {
		width: 652px;
    background: transparent url('images/blog/comment_slider_floor.png') no-repeat bottom left;
		padding: 5px 10px 18px;
  }
  
  .node-single .comment_area,
	.ntype-press-release .comment_area {
    width: 672px;
    background: url('images/blog/comment_bg.png') repeat-y bottom left;
  }
	
	.ntype-press-release .comment_area {
		margin-left: 6px;
		margin-bottom: 10px;
	}
  
  .node-single .discuss_link,
	.ntype-press-release .discuss_link {
    cursor: pointer;
    text-decoration: underline;
  }
  
  .node-single .comment_container .loading,
	.ntype-press-release .comment_container .loading {
    color: #990000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  
  .node-single .comment_contaibrner .loading img,
	.ntype-press-release .comment_contaibrner .loading img {
    margin-right: 25px;
  }
  
  .node-single .comment_container .loading .text,
	.ntype-press-release .comment_container .loading .text {
    vertical-align: 40%;
  }
  
  .links div.left {
    list-style: none;
    float: left;
    border-left: 0px;
    font-size: 14px;
    margin: 13px 0px 0px 18px;
    width: 35%;
  }
  
	
	.links div.comment_add,
	.links div.comment_link {
    background: url('images/links_sm_discuss.png') no-repeat top left;
    list-style: none;
    float: left;
    border-left: 0px;
    font-size: 10px;
    margin: 13px 0px 0px 18px;
    width: 35%;
  }
  
  .links .rating_widget {
    float: left;
    list-style: none;
    border-left: 0px;
    font-size: 10px;
    margin: 10px 0px 0px;
    width: 32%;
  }
  
  .links .broadcast {
    float: right;
    list-style: none;
    border-left: 0px;
    font-size: 10px;
    margin: 13px 0px 0px 0px;
    width: 18%;
    background: url('images/links_sm_broadcast.png') no-repeat top left;
  }
  
  .links .broadcast a {
    margin-left: 25px;
  }
  
  .links div.comment_add a,
	.links div.comment_link a {
    cursor: pointer;
    vertical-align: 40%;
    color: #666666;
    margin-left: 25px;
  }
  
  .links .broadcast a {
    cursor: pointer;
    vertical-align: 40%;
    color: #666666;
  }
  
  .links div.comment_close {
    display: none;
  }
  
  .links {
    width: 100%;
    overflow: hidden;
  }
  
  .links .rating_widget .rating_widget_inner {
    position: relative;
    color: #666666;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
  }
  
  .comment ul.rating_widget {
    float: left;
    width: 32%;
  }
  
  .comment ul.rating_widget li.rating_widget {
    width: 100%;
    margin-top: 0px;
  }
  
  .comment div.comment_action_links {
    width: 62%;
    margin-top: 5px;
  }
  
  .comment .comment_links_container {
    width: 100%;
    overflow: hidden;
  }
  
  .links .rating_widget .vote-points {
    font-weight: normal;
    margin-top: 3px;
    float: left;
    margin-left: 6px;
  }
  
  .links .rating_widget .vote_up_down_label {
    float: left;
    margin-right: 8px;
    margin-top: 3px;
  }
  
  .links .rating_widget .up_down_icons {
    float: left;
  }
  
  .links .rating_widget .vote-up-inact,
  .links .rating_widget .vote-up-act,
  .links .rating_widget .vote-up-inact:hover {
    width: 24px;
    height: 23px;
    background: url('images/links_lg_rate_it_plus.png') no-repeat;
    float: left;
    margin-right: 3px
  }
  
  .links .rating_widget .vote-down-inact,
  .links .rating_widget .vote-down-act,
  .links .rating_widget .vote-down-inact:hover {
    height: 23px;
    width: 24px;
    background: url('images/links_lg_rate_it_minus.png') no-repeat;
    float: left;
    margin-right: 3px
  }
  
  .links .rating_widget .vote-up-inact {
    background: url('images/links_lg_rate_it_plus_inact.png') no-repeat;
  }
  
  .links .rating_widget .vote-down-inact {
    background: url('images/links_lg_rate_it_minus_inact.png') no-repeat;
  }
  
  
/**
  * Broadcast
  */
  
  .service-links ul.links li {
    display: block;
    border-left: 0px;
    padding-left: 0px;
    width: 45%;
    float: left;
  }
  
  #forward-form label {
    display: inline;
  }
  
  #forward-form #edit-yemail,
  #forward-form #edit-yname {
    width: 190px;
  }
  
  #TB_ajaxContent h3,
  #TB_ajaxContent .service-label {
    border-bottom: 1px dotted;
    font-size: 13px;
    font-weight: bold;
  }
  
  #TB_ajaxContent .service-label {
    margin: 0px 0px 4px;
  }
  
  #TB_ajaxContent .left,
  #TB_ajaxContent .right {
    width: 48%;
    float: left;
  }
  
  #TB_ajaxContent .right {
    float: right;
  }
  
/**
  * multimedia
  */
  
  .media_content_container {
    /*border: 1px solid #ccc;
    padding: 4px;
    margin: 10px 0px;*/
  }
  
  .media_content_container .media_content_container_inner {
    /*background: white url('images/views_gradient_fade_tall_bg.png') repeat-x bottom;
    padding: 4px;*/
  }
  
  .media_avatar_content_container {
    width: 100%;
    overflow: hidden;
  }
  
  .node .media_avatar_content_container_inner .content {
    font-size: 13px;
    line-height: 16.9px;
  }
  
  .media_avatar_content_container .avatar {
    float: left;
  }
  
  .media_avatar_content_container .media_avatar_content_container_inner {
    width: auto;
    overflow: hidden;
  }
  
  .media_avatar_content_container .media_avatar_content_container_inner .media {
    float: right;
    margin: 10px 3px 10px 10px;
  }
  
  .media_avatar_content_container h2.node_title,
  .media_avatar_content_container h2.node_title a {
    color: #002b36;
    font-family: arial black;
    font-weight: normal;
    font-size: 18px;
  }
  
  .media_avatar_content_container .submitted,
  .media_avatar_content_container .submitted.username {
    color: #666666;
    font-size: 11px;
  }
  
  .media_avatar_content_container .submitted.username {
    font-size: 12px;
  }
  
/**
  * Avatar Floats
  */
  .node_content_avatar_container {
    width: 100%;
    overflow: hidden;
  }
  
  .node_content_container {
    margin-left: 85px;
  }
  
  .view-content .ntype-talking-points .node_content_avatar_container .node_content_container .content {
    padding-top: 1px;
  }
  
/**
  * hovertip
  */
  
  .hovertip_wrap0 {
    display: none;
    background: url('images/source_hover_slider.png') no-repeat bottom left;
    margin-bottom: 44px;
    width: 177px;
    z-index: 9999;
  }
  
  .hovertip_wrap1 {
    display: block;
    background: url('images/source_hover.png') no-repeat top left;
    margin-bottom: 44px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .hovertip_wrap2 {
    display: block;
    background: transparent;
  }

  .hovertip_wrap3 {
    display:block;
    position: relative;
    left: 0px;
    top: 0px;
    background-color: transparent;
  }

  .hovertip_wrap3 {
    border: 0px;
    padding: 20px 15px 5px 8px;
    width: 154px
  }
  
  .hovertip_target {
    background: url('images/links_sm_source.png') no-repeat top left;
    padding-left: 18px;
  }
  
  
/**
  * Node listing pages
  */
  
  .view-issue-list,
	.view-together-new,
	.view-multimedia,
  .view-content-staff,
  .view-content-photosets {
    border: 1px solid #CCC;
  }
  
  .view-issue-list .view-content-issue-list {
    
  }
  
	.node-teaser {
    background: #FFFFFF url(images/grey-fade-up.png) repeat-x scroll center bottom;
    margin: 1px;
    padding: 10px;
    padding-top: 15px;
  }
	
	.view-together-new .box {
		margin-bottom: 0px;
		border-width: 0px 0px 1px 0px;
	}
  
  
/**
  * Pro V Con - Pro vs. con pro vs. con pro_vs_con
  */
  
  .ntype-pro-vs-con .content {
    padding-top: 0px;
    width: 100%;
    overflow: hidden;
  }
  
  h3.procon,
  h3.procon a {
    color: #9F0028;
    font-size: 14px;
    font-weight: bold;
    font-family: arial;
    line-height: 14px;
    padding-bottom: 3px;
  }

  .panel-pane h3.procon {
    font-size: 16px;
    line-height: 16px;
  }
  
  h3.procon.pro,
  h3.procon.pro a {
    color: #002b36;
  }
  
  .ntype-pro-vs-con .con_content {
    font-style: italic;
    padding-bottom: 10px;
  }
  
  .pro_content_container_inner {
    margin-left: 70px;
  }
  
  /** Rate/Discuss stuff **/

.voice_box .form-item {
  margin: 4px 0 0 0;
}
  
/**
  * Bio bio profile Profile Node Bio
  */
  
  .ntype-bio .title_container {
    width: 100%;
    overflow: hidden;
  }
  
    .node-teaser.ntype-bio .title_container {
      margin-bottom: 6px;
    }
  
  .ntype-bio h2.node_title,
	.ntype-bio h2.node_title a {
    color: #9F0028;
    font-size: 30px;
    font-family: arial black;
    font-weight: normal;
    line-height: 21.48px;
    letter-spacing: -1px;
    text-transform: uppercase;
  }
	
	.ntype-bio h2.node_title.tab {
		border: 1px solid #ccc;
		border-bottom: 0px;
		padding: 0px 7px 0px;
		display: inline;
		margin-right: 15px;
		position: relative;
		top: 1px;
		background: transparent;
	}
	
	.ntype-bio h2.node_title.tab a {
		line-height: normal;
		color: #666;
	}
	
	.ntype-bio h2.node_title.tab.active {
		background: #D6DEE6;
	}
	
		.ntype-bio h2.node_title.tab.active a {
			color:#9F0028;
		}
  
    .node-teaser.ntype-bio h2.node_title {
      font-size: 23px;
      padding-bottom: 6px;
    }
  
  .ntype-bio .title_container h2.node_title,
  .ntype-bio .title_container .full_bio_link {
    display: inline;
  }
  
  .ntype-bio .full_bio_link a {
    border: 1px solid #ccc;
    color: #9F0028;
    font-size: 9px;
    padding: 2px 7px;
    vertical-align: 60%;
    margin-left: 10px;
  }
  
  .box {
    border: 1px solid #ccc;
    width: 684px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  
  .box .box_inner {
    margin: 1px;
    padding: 5px;
    background: #FFFFFF url('images/views_gradient_fade_tall_bg.png') repeat-x bottom;
    width: 672px;
    overflow: hidden;
  }
  
    .bio_box {
      color: #333333;
      font-size: 12px;
      line-height: 15.6px;
    }
    
    .bio_box_listing {
      width: 100%;
      overflow: hidden;
      padding-bottom: 5px;
    }
    
      .bio_box a,
      .bio_box a:link {
        color: #9e0013;
        text-decoration: underline;
      }
      
      .bio_box a:hover,
      .bio_box a:focus {
        color: #9e0013;
        text-decoration: underline;
        border-bottom: 1px solid;
      }
    
    ul.bio_menu {
      margin-left: 130px;
    }
    
    ul.bio_menu li {
      margin: 0px 14px 0px 0px;
      display: block;
      float: left;
      background: url('images/tof/bio_list_item_bg.png') no-repeat top left;
      height: 29px;
    }
    
      ul.bio_menu li:hover {
        background-position: left -29px;
      }
    
      ul.bio_menu li.active {
        background: url('images/tof/bio_list_item_bg_active.png') no-repeat top left;
      }
    
      ul.bio_menu li .li_inner {
        margin-right: -8px;
        background: url('images/tof/bio_list_item_bg_slider.png') no-repeat top right;
        height: 23px;
        padding: 6px 8px 0px 6px;
      }
      
        ul.bio_menu li:hover .li_inner {
          background-position: right -29px;
        }
      
        ul.bio_menu li.active .li_inner {
          background: url('images/tof/bio_list_item_bg_active_slider.png') no-repeat top right;
        }
        
        ul.bio_menu li a {
          color: black;
          font-weight: bold;
          text-decoration: none;
        }
        
          ul.bio_menu li.icon a {
            padding-left: 20px;
          }
          
          ul.bio_menu li.active a {
            cursor: default;
          }
        
        ul.bio_menu li.icon a:hover {
          text-decoration: underline;
          border-bottom: 0px;
          color: black;
          cursor: pointer;
        }
        
          ul.bio_menu li.active a:hover {
            text-decoration: none;
            cursor: default;
            color: black;
          }
        
          ul.bio_menu li.heart_icon a {
            background: url('images/tof/icon_heart.png') no-repeat top left;
            white-space: pre;
          }
          
          ul.bio_menu li.slanted_email_icon a {
            background: url('images/tof/icon_slanted_email.png') no-repeat top left;
            white-space: pre;
          }
        
    
  .bio_box .bio_avatar {
    float: left;
    margin-right: 9px;
  }
  
  .bio_box .bio_partner {
    float: right;
    margin-left: 9px;
    width: 170px;
    background: #ececc6;
    padding: 8px 20px 15px;
  }
  
    .bio_box .bio_partner h4 {
      font-size: 16px;
      font-weight: normal;
      line-height: 20.8px;
      color: #9E0013;
    }
  
  .bio_box table {
    border-collapse: separate;
  }
  
  .bio_box tr {
    padding: 0px;
  }
  
  .bio_box td {
    vertical-align: top;
  }
  
    .bio_box td.label {
      font-weight: bold;
      color: #9e0013;
    }
    
    .box ul.anchors,
		.box_nav ul {
      background: #d6dee6;
      padding: 4px 14px;
      width: 657px;
      overflow: hidden;
			border-bottom: 0px;
			margin: 0px;
    }
		
    .box ul.anchors li, 
		.box_nav ul li {
      margin: 0px 14px 0px 0px;
      float: left;
			border: 0px;
			padding: 0px;
			display: inline;
    }
    
      .box ul.anchors li.tabs-selected,
			.box_nav ul li.active {
        background: url('images/tof/feed_list_item_bg_active.png') no-repeat top left;
      }
    
        .box ul.anchors li.tabs-selected a,
				.box_nav ul li.active a {
          background: url('images/tof/feed_list_item_bg_active_slider.png') no-repeat top right;
					font-weight: normal;
        }
				
	.box ul.anchors .tabs-selected a,
	.box ul.anchors a:hover,
	.box ul.anchors a:focus,
	.box ul.anchors a:active,
	.box ul.fragment {
		background: transparent;
	}
				
	.box ul.anchors li a,
	.box_nav ul li a {
		border: 0px;
		padding: 4px 8px 0px;
		height: 19px;
		top: 0px;
		color: #666;
		display: block;
	}
	
	.box_nav ul li {
		list-style: none;
	}
        
  .voice_box .box_inner {
    padding-left: 17px;
    width: 660px;
  }
  
  .voice_box .voice_list li {
    border-top: 1px solid #ccc;
    padding-top: 15px;
		margin: 0px 0px 15px;
    list-style: none;
    padding-left: 15px;
    width: 645px;
    overflow: hidden;
  }
  
    .voice_box .voice_list li .icon {
      float: left;
      width: 45px;
      height: 23px;
    }
    
    .voice_box .voice_list li .voice_item_container {
      margin-left: 45px;
    }
    
    .voice_box li.first {
      border: 0px;
    }
    
    li.published .icon {
      background: url('images/tof/icon_published.png') no-repeat;
    }
    
    li.commented .icon {
      background: url('images/tof/icon_discuss.png') no-repeat;
    }
    
    li.rated .icon {
      background: url('images/tof/icon_rateit.png') no-repeat;
    }

    li.rated-neg .icon {
      background: url('images/tof/icon_rateit_neg.png') no-repeat;
    }
    
    li.broadcasted .icon {
      background: url('images/tof/icon_broadcast.png') no-repeat;
    }
    
    li.shared .icon {
      background: url('images/tof/icon_published.png') no-repeat;
    }
		
		li.admired .icon {
      background: url('images/tof/icon_heart.png') no-repeat;
    }
    
    .voice_box div.title {
      font-family: arial black;
      font-size: 13px;
      font-weight: normal;
    }
    
      .voice_box .title .type {
        color: #003442;
				margin-left: 0px;
      }
      
      .voice_box .title .category {
        font-family: arial;
        color: #666666;
      }
    
    .voice_box span.title {
      font-size: 13px;
    }
    
    .voice_box span.title span,
    .voice_box span.title a {
      font-family: arial black;
      font-size: 13px;
      font-weight: normal;
    }
    
    .voice_box div.date {
      color: #666;
      font-size: 11px;
      line-height: 14.4px;
    }
    
/**
  * Publish Page
  */
  
  .publish_container {
    border: 1px solid #ccc;
  }
  
    .publish_container_inner {
      margin: 1px;
      padding: 13px 8px;
      background:#FFFFFF url(images/views_gradient_fade_tall_bg.png) repeat-x bottom;
    }
    
    .publish_container .step_list {
      height: 23px;
      background: url('images/tof/feed_list_item_bg_active_notrans_white.png') no-repeat left;
      float: left;
      margin-right: 8px;
    }
    
      .publish_container .step_list .step_list_inner {
        height: 19px;
        background: url('images/tof/feed_list_item_bg_active_slider_notrans_white.png') no-repeat right;
        font-size: 12px;
        font-weight: bold;
        padding: 4px 8px 0px;
      }
      
  .publish_header_quote {
    font-size: 13px;
    line-height: 15.6px;
  }
  #step_1,
  #step_2 {
    margin-top: 25px;
    width: 100%;
    overflow: visible;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  
    #step_1 form {
      display: inline;
      margin-left: 8px;
    }
    
      #step_1 form select option,
      #step_2 form select option {
        padding: 2px;
      }
      
      #step_1 form select,
      #step_2 form select {
        vertical-align: 40%;
      }
  
  .step .step_container {
    margin-left: 60px;
  }
  
  h3.step_title {
    color: #00556c;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  
    #step_1 h3.step_title,
    #step_2 h3.step_title {
      display: inline;
    }
    
  #step_2 #publish_original_form,
  #step_2 #publish_shared_form {
    display: none;
  }
  
  .go_back_to_proceed {
    font-size: 16px;
    text-transform: uppercase;
    color: #990000;
    font-weight: bold;
    text-align: center;
  }
	
	#publish_preview {
		margin-top: 10px;
	}
  
  /**
    * Original Content form items
    */
    
    .original .form-item,
    .shared .form-item {
      margin-top: 3px;
    }
    
    #publish_original_form label,
    #publish_shared_form label {
      color: #555;
      font-size: 18px;
      line-height: 18px;
      font-weight: normal;
      font-family: arial black;
    }
    
    .original.title label,
    .shared.title label {
      margin-top: 1em;
    }
    
    .type {
      display: inline;
      margin-left: 8px;
    }
    
    .type div.form-item {
      display: inline;
      margin: 0px;
    }
    
    .issue_tags_container {
      width: 100%;
      overflow: hidden;
    }
      
			.issue_tags_container .issue {
        width: 48%;
        float: left;
      }
      
      .issue_tags_container .tags {
        width: 48%;
        float: left;
        padding-left: 4%;
      }
      
        #edit-tags-original,
        #edit-tags-shared {
          width: 90%;
        }
        
  .step_container .first {
    margin-top: 15px;
  }
  
/**
  * Community Sidebar
  */
  
  ul.community_main_links {
    padding: 0px;
    margin-left: 33px;
    padding-top: 5px;
		margin-bottom: 0px;
		padding-bottom: 6px;
  }
  
    ul.community_main_links li {
      width: 170px;
      height: 35px;
      background: url('images/together/action_link_bg.png') no-repeat;
      margin-bottom: 0px;
      padding-top: 5px;
      padding-left: 12px;
      position: relative;
      list-style: none;
    }
    
      ul.community_main_links li:hover {
        background: url('images/together/action_link_active_bg.png') no-repeat;
      }
      
      ul.community_main_links li.selected {
        background: url('images/together/action_link_active_bg.png') no-repeat;
      }
      
    ul.community_main_links li .icon {
      float: left;
      width: 38px;
      height: 23px;
    }
    ul.community_main_links li#publish_link .icon {
      background: url('images/tof/icon_published.png') no-repeat top left;
    }
    
    ul.community_main_links li#rate_discuss_link .icon {
      background: url('images/tof/icon_rateit.png') no-repeat top left;
    }
    
    ul.community_main_links li#broadcast_link .icon {
      background: url('images/tof/icon_broadcast.png') no-repeat top left;
    }
    
    ul.community_main_links li#connect_link .icon {
      background: url('images/tof/icon_email.png') no-repeat top left;
    }
    
    #sidebar-together .block ul.community_main_links li a {
      font-family: arial black;
      font-weight: normal;
      font-size: 18px;
      line-height: 18px;
      letter-spacing: -1px;
    }
    
    #sidebar-together .block ul.community_main_links li a:hover {
      color: #ffff33;
      text-decoration: none;
    }
    
    #sidebar-together .block-ourfuture-slider h2.title,
    #sidebar-together #block-ourfuture-4 h2.title {
      height: 31px;
      padding: 8px 0px 0px 9px;
      text-transform: capitalize;
      margin-bottom: 0px;
    }
    
      #sidebar-together .block-ourfuture-slider h2.title a,
      #sidebar-together #block-ourfuture-4 h2.title {
        font-family: arial;
        font-weight: bold;
        font-size: 16px;
        padding-left: 28px;
        display: block;
        padding-top: 2px;
        height: 29px;
        cursor: pointer;
      }
      
      #sidebar-together #block-ourfuture-4 h2.title {
        cursor: default;
        padding-left: 37px;
        padding-top: 10px;
      }
	
	/* Deepak Goel
	Ticket#912*/
	#sidebar-together .block-ourfuture-slider h2.title,
    #sidebar-together #block-ourfuture-6 h2.title {
      height: 31px;
      padding: 8px 0px 0px 9px;
      text-transform: capitalize;
      margin-bottom: 0px;
    }
	  
	  #sidebar-together .block-ourfuture-slider h2.title a,
      #sidebar-together #block-ourfuture-6 h2.title {
        font-family: arial;
        font-weight: bold;
        font-size: 16px;
        padding-left: 28px;
        display: block;
        padding-top: 2px;
        height: 29px;
        cursor: pointer;
      }
      
      #sidebar-together #block-ourfuture-6 h2.title {
        cursor: default;
        padding-left: 37px;
        padding-top: 10px;
      }
	  /*End Ticket#912 */
      
        #sidebar-together .block-ourfuture-slider h2.title a.open {
          background: url('images/together/community_open.png') no-repeat top left;
        }
        
          #sidebar-together .block-ourfuture-slider h2.title a.open:hover {
            background: url('images/together/community_open_hover.png') no-repeat top left;
          }
          
        #sidebar-together .block-ourfuture-slider h2.title a.close {
          background: url('images/together/community_close.png') no-repeat top left;
        }
        
          #sidebar-together .block-ourfuture-slider h2.title a.close:hover {
            background: url('images/together/community_close_hover.png') no-repeat top left;
          }
        
        #sidebar-together .block-ourfuture-slider h2.title a:hover {
          color: #ffff33;
          text-decoration: none;
        }
        
    #sidebar-together .block-ourfuture-slider .content {
      display: none;
      background: url('images/together/community_bg.png') repeat-y;
	  color: black;
    }
    
    #sidebar-together #block-ourfuture-4 .content {
      color: white;
    }
    
    #sidebar-together #block-ourfuture-4 .content {
      display: block;
    }
		
			#sidebar-together .block-ourfuture-slider .content .content_inner,
      #sidebar-together #block-ourfuture-4 .content .content_inner {
				padding: 11px 13px;
			}
			
			#sidebar-together .block-ourfuture-slider .content .content_switcher {
				background: url('images/together/community_list_bg.png') no-repeat;
				height: 28px;
				width: 249px;
			}
				#sidebar-together .block-ourfuture-slider .content .content_switcher .anchors {
					margin: 0px;
					padding: 0px;
					margin-left: 55px;
					padding-top: 4px;
				}
				
					#sidebar-together .block-ourfuture-slider .content .content_switcher .anchors li {
						list-style: none;
						font-size: 11px;
						color: #666;
						margin-right: 8px;
						
					}
					
					#sidebar-together .block-ourfuture-slider .content .content_switcher .anchors a {
						border: 0px;
						padding: 4px 7px 0px 7px;
						height: 15px;
						top: 0px;
						color: #666;
					}
					
						#sidebar-together .block-ourfuture-slider .content .content_switcher .anchors a:hover {
							text-decoration: underline;
							color: #666;
						}
						
					#sidebar-together .block-ourfuture-slider .content .content_switcher .anchors li.tabs-selected {
						background: white url('images/together/community_list_active_bg.png') no-repeat top left;
						
					}
					
					#sidebar-together .block-ourfuture-slider .content .content_switcher .anchors li.tabs-selected a {
						color: black;
						background: transparent url('images/together/community_list_active_slider.png') no-repeat top right;
					}
					
						#sidebar-together .block-ourfuture-slider .content .content_switcher .anchors li.tabs-selected a:hover {
							text-decoration: none;
							color: black;
						}
					
					#sidebar-together .block-ourfuture-slider .content .content_switcher .anchors .tabs-selected a,
					#sidebar-together .block-ourfuture-slider .content .content_switcher .anchors a:hover,
					#sidebar-together .block-ourfuture-slider .content .content_switcher .anchors a:focus,
					#sidebar-together .block-ourfuture-slider .content .content_switcher .anchors a:active,
					#sidebar-together .block-ourfuture-slider .content .content_switcher .fragment {
						background: transparent;
					}
		
		#sidebar-together .block-ourfuture-slider .content .date {
			color: #666;
		}
		
		.community_description {
			font-weight: bold;
			margin-bottom: 5px;
		}
		
			#sidebar-together .block-ourfuture-slider .content a,
      #sidebar-together .block-ourfuture-slider .content a:link,
      #sidebar-together .block-ourfuture-slider .content a:visited {
				color: #003366;
			}
			
			#sidebar-together #block-ourfuture-4 .content a,
      #sidebar-together #block-ourfuture-4 .content a:link,
      #sidebar-together #block-ourfuture-4 .content a:visited{
                color: #FFCC00;
            }
				#sidebar-together .block-ourfuture-slider .content a.title {
					font-weight: bold;
				}
			
			#sidebar-together .block-ourfuture-slider .content a:hover,
      #sidebar-together #block-ourfuture-4 .content a:hover {
				color: #0066cc;
				text-decoration: underline;
			}
			
			ul.community {
				margin-bottom: 0px;
				margin-left: 12px;
			}
			
				ul.community li {
					margin-bottom: 8px;
					padding-top: 7px;
					list-style-type: disc;
				}
				
	ul.community_rankings {
		padding-left: 0px;
		margin-left: 0px;
	}
	
		ul.community_rankings li {
			margin-left: 0px;
			list-style-type: none;
			display: block;
			width: 100%;
			overflow: hidden;
		}
		
		ul.community_rankings li .icon {
			float: left;
			width: 30px;
			height: 23px;
			background-position: top center;
		}
		
		ul.community_rankings .community_rankings_item_container {
			margin-left: 35px;
		}
		
			ul.community_rankings .community_rankings_item_container p {
				margin-bottom: 3px;
				line-height: 15.6px;
			}
			
				ul.community_rankings .community_rankings_item_container a.my_rank_link {
					font-weight: bold;
				}
				
	/**
		* Block More Link
		*/
		
		.block-ourfuture-slider .more_link_tab {
			right: 12px;
			width: 192px;
			background: url('images/together/community_more_link_bg.png') no-repeat top left;
			padding: 2px 0px 0px 9px;
		}
		
			#sidebar-together  .block-ourfuture-slider .more_link_tab a {
				font-size: 11px;
				color: #A21616;
			}
		
		.block-ourfuture-slider .more_link_tab_slider {
			width: 12px;
			background: url('images/together/community_more_link_slider.png') no-repeat top right;
		}
		
#sidebar-together #block-ourfuture-3 {
	background: url('images/sidebar_right_communitybanner_light_bg.png') repeat-y;
	
}

#block-ourfuture-3 .blockinner {
	padding-top: 7px;
	background: url('images/sidebar_right_communitybanner_light_bg_top_border.png') no-repeat top left;
}

#block-ourfuture-3 .blockinner .content {
	padding-bottom: 4px;
	background: url('images/sidebar_right_communitybanner_light_bg_bottom_border.png') no-repeat bottom left;
}

#block-ourfuture-3 .item-list ul {
	margin-bottom: 0px;
}

#block-ourfuture-3 .item-list ul li {
	list-style-type: disc;
}

#block-ourfuture-3 .item-list ul li a:hover {
	color: #ffff33;
}

.avatar h4 {
  color:#990000;
  font-size:12px;
  text-align:center;
}

/**
	* Tip Hover
	*/
	
	.tip-hover-container {
		position: relative;
	}
	
	.tip-hover-link {
		cursor: pointer;
	}
	
	.tip-hover-content {
		position: absolute;
		display: none;
		z-index: 9900;
		width: 400px;
		border: 1px solid #666;
		left: 23px;
		background: white;
	}
	
		.tip-hover-content-inner {
			background: #FFFFFF url(images/views_gradient_fade_tall_bg.png) repeat-x bottom;
			margin: 1px;
			padding: 13px 8px;
			font-size: 12px;
			font-family: arial;
			font-weight: normal;
			line-height: 15.6px;
			color: black;
		}
		
		.tip-hover-content-inner img.tip-icon {
			float: left;
			margin-right: 10px;
		}
		
/**
	* Press Release
	*/
	
	.box.ntype-press-release .box_nav ul {
		padding: 10px 14px;
	}
	
	.box.ntype-press-release .box_nav ul li {
		display: block;
		float: none;
		margin: 0px;
		width: 100%;
		overflow: hidden;
	}
	
		.box.ntype-press-release .box_nav ul li a {
			display: inline;
			height: auto;
			color: blue;
		}
		
		.box.ntype-press-release .box_nav ul li a {
			display: inline;
			height: auto;
			color: blue;
		}
		
		.box.ntype-press-release .box_nav ul li h3 {
			text-transform: uppercase;
		}
		
		.box.ntype-press-release .box_nav ul li .left {
			float: left;
			width: 65%;
		}
		
		.box.ntype-press-release .box_nav ul li .right {
			float: right;
			width: 35%;
			text-align: right;
		}
		
			.box.ntype-press-release .box_nav ul li .right h3 {
				color: #990000;
				font-size: 12px;
			}
		
		.box.ntype-press-release .box_nav ul li .contact_inner {
			margin-left: 20px;
		}
		
	.box.ntype-press-release .content {
		padding: 8px 6px 0px;
	}
	
	.box.ntype-press-release .content h2.title {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 1.2em;
	}
	
	.box.ntype-press-release .content h3.title {
		color: #990000;
		line-height: 1.2em;
	}
	
	.box.ntype-press-release .content .source {
		font-style: italic;
		padding: 10px 5px;
		margin: 5px 30px 10px;
		background: #FFFFDD;
	}
	
	.box.ntype-press-release .content .about {
		font-size: 11px;
		line-height: 13.2px;
	}
  
.comment_action_links {
  height: 30px;
}

  .comment_action_links ul.links {
    height: 30px;
  }
  
    .comment_action_links ul.links li, ul.report-abuse li {
      padding: 5px 0.5em;
    }
  
      .comment_action_links ul.links li a, ul.report-abuse li a {
        vertical-align: -16%;
      }
  
  li.abuse_flag_comment {
    background: url('images/tof/icon_flag.png') no-repeat 0.5em 5px;
  }
  
    li.abuse_flag_comment a {
      margin-left: 25px;
      vertical-align: 40%;
    }
  
ul.report-abuse {
  list-style: none;
  float: right;
}

#highlights-content-container h3.title a {
  font-weight: bold;
}

.block-sidebar-right-dark a {
  color: #ffcc00;
}

/*added new*/
#sidebar-together {
margin:0px;
}

#sidebar-together .view-footer p {
padding-right:25px;
}

.view-content-speakers-list ul li {
	list-style-type: none;
}

.view-content-making-sense-blog-sidebar .view-data-node-title a {
	font-size: 13px;
}

.view-making-sense-alerts-block ul li {
	list-style-type: none;
}
.view-content-making-sense-blog-sidebar ul li {
	list-style-type:none;
}

.view-making-sense-alerts-block .view-data-node-title a {
font-size: 13px;
}

.view-making-sense-alerts-block ul {
margin-left:-2px;
}

.view-content-making-sense-blog-sidebar ul {
margin-left:-2px;
}

.view-data-node-title { 
	padding-top:6px;
}

.view-making-sense-alerts-block {
	border-top:solid 1px #fff;
	border-collapse: collapse;
	padding-top: 8px;
}

.view-making-sense-blog-sidebar {
	border-top:solid 1px #fff;
	border-collapse: collapse;
	padding-top: 8px;
}

.view-label-users-name {
	float:left;
	padding-right:5px;
}

.view-making-sense-blog-sidebar a, .view-making-sense-alerts-block a, .view-making-sense-blog-sidebar a:active, .view-making-sense-alerts-block a:active, .view-making-sense-blog-sidebar a:visited, .view-making-sense-alerts-block a:visited {
	color:#FFCC00 !important;
}

.view-making-sense-blog-sidebar a:hover, .view-making-sense-alerts-block a:hover {
	color:#0066cc !important;
	text-decoration: underline !important;
}

#block-nice_menus-1 ul li {
	list-style-type:none !important;
}

.view-item-tba-progressive-moment a, .view-item-tba-progressive-moment a, .view-item-tba-progressive-moment a:active, .view-item-tba-progressive-moment a:active, .view-item-tba-progressive-moment a:visited, .view-item-tba-progressive-moment a:visited {
	color:#FFCC00 !important;
}

.view-item-tba-progressive-moment a:hover, .view-item-tba-progressive-moment a:hover {
	color:#0066cc !important;
	text-decoration: underline !important;
}

.block ul li {
//	list-style-type:none !important;
}

.moreLinkStyle a {
	color:#FFCC00 !important; 
	padding-right: 25px;
}

.moreLinkStyle a:hover {
	color:#0066cc !important;
}

.view-item-tba-progressive-moment .view-field {
	margin-left:-25px;
	padding-right:15px;
}

.biblio-current-filters {
	display: none;
}

li {
	margin: 7px 0px 7px 0px;
}

#bloghome .item-list ul li {
	margin: 3px 0px;
	list-style-type: disc;
}

#bloghome.block ul li {
	list-style-type: disc;
}

#newsladder {
	margin: 0px 0px 0px -16px;
}

#newsladder tr, #newsladder td {
	padding: 0em;
}

.fb_share_link {
	padding: 2px 0 0 20px; 
	font-weight: bold;
	color: #000;
	font-size: 11px; 
	height:16px;
	margin-bottom: 4px;
	font-family: arial;
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left;
}

.email_share_link {
	font-family: arial;
	margin-top: 4px;
        padding:2px 0 0 20px; 
	color: #000;
	font-weight: bold;
        font-size: 11px; 
        height:16px;
        background:url(http://www.ourfuture.org/sites/all/modules/forward/forward.gif) no-repeat top left;
}

.next_prev {
	padding: 8px; 
	text-align: center;
}

#jtw_widget1 { margin: 0px 15px 0px 0px; } 

