#content .editorial {
  border-bottom: 1px solid #6DAFE1;
  border-left: 1px solid #6DAFE1;
}

#content .editorial h3 {
  background-color: #6DAFE1;
}

#content #feature1 { 
  margin-top: 10px;
}

#content #feature1 img {
  float: none;
  width: 490px;
  margin: 0;
  padding: 0;
}

#content #feature2 { 
  margin-top: 10px;
  padding-left: 8px;
  border-left: 2px solid #6DAFE1;
}

#content #feature2 img {
  float: none;
  width: 480px;
  margin: 0;
  padding: 0;
}

/* changes for hiding the breadcrumbs */
#content h3 { height: 1em; }
#content h3 span.breadcrumb { display: none; }

/* changes for overline and underline */
#content.width72 h6.overline,
#content.width72 h6.underline {
  font-size: 1.4em;
  line-height: 1.3em;
  font-style: normal;
}
#content.width72 h6.overline em,
#content.width72 h6.underline em {
  font-size: 1em;
  line-height: 1.3em;
  font-style: italic;
}
#content.width72 h4 span.overline,
#content.width72 h4 span.underline {
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: italic;
}
#content.width72 h4 span.overline em,
#content.width72 h4 span.underline em {
  font-size: 1em;
  font-style: normal;
}
#content.width72 h4 span.overline em em,
#content.width72 h4 span.underline em em {
  font-style: italic;
}

/* added by FW (22.12.2010) */
#content.width72 h4.small,
#content.category h4.small {
  font-size: 1.4em;
  line-height: 1.3em;
  margin-top: 10px;
  padding-top: 0;
  border-top: none;
}

/* added by FW (17.03.2010) */
#content.width72 .shortlist ul {
  list-style-type: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1em;
  line-height: 1.3em;
  margin-left: 0;
  margin-top: 20px;
  padding-top: 9px;
  border-top: 1px dotted #999999;
}

#content.width72 .shortlist ul.noborder {
  margin-top: 10px;
  padding-top: 0;
  border-top: none;
}

#content.width72 .shortlist ul li {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 5px;
  padding-left: 20px;
  background-image: url('../img/icon_list.gif');  
  background-repeat: no-repeat;
  background-position: -2px 0;
}

#content.width72 .shortlist ul li span.overline,
#content.width72 .shortlist ul li span.underline {
  font-size: 1em;
  font-style: italic;
}
#content.width72 .shortlist ul li span.overline em,
#content.width72 .shortlist ul li span.underline em {
  font-size: 1em;
  font-style: normal;
}

/* one video media box */
#content #mediabox .panel a.single {
  float: left;
  width: 304px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
}

#content #mediabox .panel a.single h4 {
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  color: #CCCCCC;
  margin: 0 0 5px 0;
  padding: 0;
  border: none;	
}

#content #mediabox .panel a.single:hover h4 {
  color: #333333;
}

#content #mediabox .panel a.single img {
  float:left;
  width: 120px;
  height: 90px;
  margin: 0 10px 0 0;
  padding: 0;
  border: 1px solid #CCCCCC;
}

#content #mediabox .panel a.single span {
  display: block;
  font-size: 1.1em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

/* fix for wrong subhead markup */
/* see http://www.wsws.org/articles/2008/feb2008/kle2-f28.shtml */
#content > strong,
#thisweekinhistory strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: normal;
  margin-top: 10px;
}

#content p strong {
  display: inline;
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.36em;
  font-weight: bold;
  margin-top: 0;
}

/* lightbox additions */
#content .galleryFull {
  margin-top: 10px;
}

/*
#content .galleryFull {
  margin-top: 10px;
  padding: 10px 0 0 10px;
  border: 1px solid #DFDFDF;
  background-color: #1A1A1A;
}

#content .galleryFull a.lightbox {
  float: left;
  width: 100px;
  height: 75px;
  margin: 0 10px 10px 0;
  text-align: center;
  overflow: hidden;
}

#content .galleryFull a.lightbox img {
  float: none;
  border: none;
}
*/

/* funds appeal */
#attention {
  background-color: #EBFFC6;
  background-image: url('../img/green.png');
  background-position: left bottom;
  background-repeat: repeat-x;
  border: 1px solid #89C563;
  margin: 3em 0 0 0;
}
#attention p {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #333333;
  margin: 0;
  padding: 1em;
}
#attention p b { font-size:1.2em; }
#attention p a { color: #333333; }
#attention p a:hover { color: #CC0000; }



/*Sidebar Accordion */
#accordion.infobox h3 {
  background-color: #3B5998;
  opacity:0.8;
  border-bottom: 1px solid #FEFEFE;
  margin-bottom: 0;
  cursor: pointer;
}
#accordion.infobox div {
  margin-top: 5px;
  padding: 5px;
  }
  
#accordion.infobox h3 a:hover {color:red;}
  
#accordion.infobox div p {
  font-size: 1.2em;
  line-height: 1.25em;
  padding:0;
  margin:0 0 5px 0;
}

#accordion.infobox .ui-state-active {
  background-color: #3B5998;
  opacity:1.0;
}

#accordion.infobox .ui-icon {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
#accordion.infobox .ui-icon-triangle-1-s {
  background-image: url('/img/sidebar_animation_expanded.gif');
  background-position: 0px 3px;
}
#accordion.infobox .ui-icon-triangle-1-e {
  background-image: url('/img/sidebar_animation_collapsed.gif');
  background-position: 0px 3px;
}

/* Sidebar Text */
.sidebar-li-subtitle {font-size: 7pt;}
.sidebar-div-title {color: #FFFFFF;}

/* This week in history */

#thisweekinhistory {margin-top: 1em !important;}
#thisweekinhistory li.ui-tabs-selected {
border-bottom:none !important;
background-color:white;
  position: relative;
  top: -2px;
  height:1.6em;
  z-index: 1;
  color: #005689;
  margin-top: 0;

}
#thisweekinhistory li.ui-tabs-selected a {color:#005689;}
#thisweekinhistory ul {height:1em !important;}
#thisweekinhistory ul li {text-align:center;float:left;width:80px !important;border:thin solid lightgray;}
#thisweekinhistory ul li a {color:#5b5b5b;font-size: 14px; padding:5px;}
#thisweekinhistory ul li a:hover {color:red;}

.ui-tabs-nav li {width:200px;}
#thisweekinhistory ul {margin:0px !important;}
#thisweekinhistory ul li {margin:0px !important;}

#thisweekinhistory div.fragment {padding:5px !important;border:solid thin lightgray !important;
padding-left:8px !important;
padding-right:8px !important;
}

#thisweekinhistory p {font-size: 12px !important; margin:0px;}
#thisweekinhistory ul li {display:inline;margin:none;}
.ui-tabs .ui-tabs-hide { display: none !important; }

#thisweekinhistory strong {margin-bottom:.3em;}
#thisweekinhistory .fragment {margin-top:.6em;padding:2px;}


#fundingad ul li:hover {color:red;text-shadow: 1px 1px 1px black;}
#fundingad {-webkit-box-shadow: 1px 1px 2px darkgrey;-moz-box-shadow: 1px 1px 2px darkgrey;}

#fundingad {color:darkgrey;text-shadow:0px 0px 2px lightgrey;-webkit-box-shadow: 1px 1px 2px darkgrey;-moz-box-shadow: 1px 1px 2px darkgrey;cursor:pointer;margin-top:0px;margin-bottom:22px; width:690px;background-color:#284b5b;border: medium solid lightgrey;color:white;background-image: url(/appeal/background.bak.png) !important;height:145px !important;position:relative;}
#fundingad_bottomsection {}
#fundingad_leftpane {float:left;width:20%;}
#fundingad_logo_left {margin:5px;margin-top:10px;margin-left:30px;}
#fundingad_logo_left img {}
#fundingad_rightpane {float:right;width:100%;width:80%;text-align:center;font-size:20px;padding-top:10px;}
#fundingad_rightpane_div1 {font-size:1.9em;margin:16px;}
#fundingad_rightpane_div2 {margin:30px;font-size:18px;}
#fundingad_rightpane_div2 a {color:#c8c6c6 !important;font-size:1.9em;text-align:left;}
#fundingad_rightpane_div2 a:hover {text-shadow: 1px 1px 1px lightgrey !important;}
#fundingad_rightpane_div3 {color:#cecece;margin-top:16px;letter-spacing:2px;margin-left:-130px;}
#fundingad_hide {font-size:10px;position:absolute;right:5px;bottom:5px;}
#fundingad_hide a {color:white !important;}

#octoberfund { padding-bottom:20px; }
#octoberfund img { float:none; margin:0; padding:0; }

/* Changes for lightbox (FW 18/04/2014) */
#lightbox {
  margin-top: -60px !important;
}

#imageData #imageDetails {
  width: 100% !important;
}

#imageData #caption {
  font-weight: normal !important;
  font-size: 1.2em;
  line-height: 1.3em;
}

#imageData #numberDisplay {
  padding-top: 1.0em
}

/* Change to make links bold (FW 21/04/2014) */
#content p a {
  font-weight: bold;
}
