/* Other CSS files: */
@import url("/ContentSliderCSS"); /* Home page content slider */
@import url("/NavigationCSS"); /* Left and top navigation */


/* Main Selectors
===============================================================*/
body {
  padding: 10; 
  text-align: left;
  background-color: #ccc;
  background: url(/files/design/body_bgr.jpg) center top repeat-y;
}
#pageBody { 
  margin: 0; 
  padding: 0; 
  text-align: center;
  background-color: #ccc;
  background: url(/files/design/body_bgr.jpg) center top repeat-y;
} 
#wrapper { 
  width: 933px; 
  text-align: left;  
  margin-left: auto; 
  margin-right: auto;  
  font: 14px "Lucida Grande", Geneva, Verdana, sans-serif;
  line-height: 19px;
  background-color: #fff;
}
#wrapper a {
  color: #b50e39;
  text-decoration: none;
}
#wrapper a:hover {
  text-decoration: underline;
  color: #b50e39;
}
#wrapper h2 a, #wrapper h2 a:hover {
  text-decoration: none;
}
#headlines a {
  text-decoration: none;
  color: #b50e39;
}
#headlines a:hover {
  text-decoration: underline;
  color: #b50e39;
}
#header { /* Contains the two divs below and topnav*/
  position: relative; 
  height: 162px; 
  background-color: #999; 
  width: 933px;
  background-image: url(/files/design/header_bgr.jpg);
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
#topnav a{
  float:left;
}
#header_left { /* Subscribe box and logo*/
  position: absolute;
  top: 10px;
  left: 10px;
  width: 440px;
  height: 91px;
}
#header_right { /* Banner ad, date and search */
  position: absolute;
  top: 10px;
  right: 14px;
  width: 468px;
  height: 100px;
}
#search {
  position: absolute;
  top: 60px;
  right: 0;
  margin: 9px 0 20px 0;
  padding: 0;
  width: 170px;
  height: 25px;
  background: url(/files/design/searchbox.jpg) right top no-repeat;
  background-color: transparent;
}
#search .inputbox{
  width: 118px;
  font-size: 12px;
  color: #333;
  background: transparent;
  border: none;
  margin: 5px 0 0 7px;
  padding: 0 0 0 0;
  vertical-align: top;
}
#search .button{
  margin: 0 0 0 10px;
  padding: 0;
  height: 25px;
  background: transparent;
  border: none;
  line-height: 10px;
}



/* Left column */

#leftcol {
  width: 150px; 
  float: left; 
  position: relative; 
  background-color: transparent; 
  margin-right: 25px;
}
#leftcol img.ad {
  margin: 5px 0 0 15px;
}
#leftnav a {
  color:black;
}
#leftnav a:hover {
  color:black;
}

/* Right column */

#rightcolwrap { /*For IE floating div bug*/
  float: right; 
  position: relative;
}
#rightcol{
  width: 250px; 
  background-color: transparent;
  margin-right: 15px;
}
.small_left {
  margin: 0 10px 15px 0;
  float: left;
}
#rightcol img.ad {
  margin: 0 0 50px 0;
}



/* Right column 2 (narrow column for article page) */

#rightcol2wrap { /*For IE floating div bug*/
  float: right; 
  position: relative;
}
#rightcol2 {
  width: 150px; 
  background-color: transparent;
  margin-right: 15px;
}
.small_left {
  margin: 0 10px 15px 0;
  float: left;
}
#rightcol2 img.ad {
  margin: 5px 15px 50px 15px;
}



/* Center column */

#content {
  background-color: #fff;  
  float: left; 
  display: inline; 
  position: relative; 
  width: 468px; 
}
#content img {
  float: left;
  margin-right: 10px;
  clear: both;
  padding-bottom: 10px;
}
#headlines div.segment_main {
  min-height: 145px;
  display: table;
}
#headlines div.segment_side {
  min-height: 110px;
  display: table;
}
#content img.ad {
  margin: 0 0 50px 0;
}

li {
  margin-left:25px;
}

/* Center column 2 (wider column for article page) */

#content2 {
  background-color: #fff;  
  float: left; 
  display: inline; 
  position: relative; 
  width: 561px; 
  margin: 0 0 50px 0;
}
#content2 img {
  float: left;
  margin: 0 0 2px 0;
}
#content2 img.ad {
  margin: 0 0 50px 0;
}
#content2 p {
  margin: 0 0 15px 0;
}

/* Admin Pages */
#admin p {
  margin: 0 0 8px 0;
}
#admin h1 {
  margin: 0 0 12px 0;
}
#admin h2 {
  margin: 0 0 10px 0;
}
#admin h4 {
  margin: 0 0 8px 0;
}

/* Full column with no right side */

#fullcol {
  width: 755px;
  float: left; 
  display: inline; 
}

/* Footer */

#footer {
  height:130px; 
  background-color:#999; 
  clear:both;
  background-image: url(/files/design/footer_bgr.gif);
  background-repeat: repeat-x;
  font-size: 12px;
}
#footerbox1 {
  float: left;
  margin: 15px 0 0 10px;
  width: 150px;
}
#footerbox2 {
  float: left;
  margin: 15px 0 0 15px;
  width: 200px;
}
#bottomnav {
  float: right;
  margin: 15px 10px 0 0;
  width: 500px;
  text-align: right;
}
#bottomnav a {
  color: #202020;
  font-weight: normal;
  text-decoration: underline;
}
#bottomnav a:hover {
  color: #202020;
  font-weight: normal;
  text-decoration: none;
}
#socialBookmarks {
  clear: both;
  text-align: center;
  width: 100%;
  padding: 10px 0 10px 0;
}
#s2f {
  padding-bottom:6px;
}
#s2f a {
  color:black;
  font-size:1.15em;
}


/* Type and headlines
===============================================================*/

h1 { /* For article page headlines */
  font-size: 36px;
  color: #b50e39;
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 40px;
}
h2 { /* For front page headlines in center column */
  font-size: 22px;
  color: #b50e39;
  font-weight: normal;
  margin: 0 0 -12px 0;
  line-height: 25px;
}
h3 { /* For articles in right column on news page etc */
  font-size: 18px;
  color: #b50e39;
  font-weight: normal;
  margin: 5px 0 -12px 0;
  line-height: 22px;
}
h4 { /* For subheaders inside articles */
  font-size: 16px;
  color: #b50e39;
  font-weight: bold;
  margin: 0 0 2px 0;
  line-height: 18px;
}
p.issue {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 12px 0 0 0;
}
hr.main {
  width: 90%;
  height: 0;
  border: 0;
  margin: 10px 10px 10px 10px;
  padding: 0;
  border-top: 1px solid #ccc; 
}
hr {
  height: 0;
  border: 0;
  margin: 5px 0 5px 0;
  padding: 0;
  border-top: 1px solid #ccc; 
}
p.margBot5 {
  margin: 0 0 5px 0;
  width: 150px;
}
p.imgcomment {
  font-style: italic;
  margin: 0;
  padding: 0;
}
p.intro {
  font-weight: bold;
  font-size: 14px;
}
p.byline {
  color: #999;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}

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

img {
  border: 0;
}
 
.margBot5 {
  margin-bottom: 5px;
}
.margBot10 {
  margin-bottom: 10px;
}
.margBot20 {
  margin-bottom: 20px;
}
.margBot30 {
  margin-bottom: 30px;
}
p.newstab_468 {
  background-image:url(/files/design/news_tab_468.gif);
  background-repeat: no-repeat;
  width: 468px;
  height: 23px;
  margin: 0 0 15px 0;
  padding: 5px 0 0 10px;
  color: #eee;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
}
p.newstab_250 {
  background-image:url(/files/design/news_tab_250.gif);
  background-repeat: no-repeat;
  width: 250px;
  height: 23px;
  margin: 0 0 20px 0;
  padding: 5px 0 0 10px;
  color: #eee;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
}
p.newstab_150 {
  background-image:url(/files/design/news_tab_150.gif);
  background-repeat: no-repeat;
  width: 150px;
  height: 23px;
  margin: 0;
  padding: 5px 0 0 10px;
  color: #eee;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  font-weight: normal;
}
 
/* Browser fixes
===============================================================/*

  /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* EditMe ADMIN FORMATTING */

#adminBody {
max-width:1100px;
margin:auto;
}

/* Admin screen styles: */
#adminBody, #adminBody td, #adminBody p{
  font-size:14px;
  font-family: sans-serif;
}
#adminBody h1, #adminBody h2, #adminBody h3, #adminBody h4 {
  color: #b50e39;
  margin: 0;
}

#adminBody a {
  color: #b50e39;
  text-decoration: none;
}
#adminBody a:hover {
  text-decoration: underline;
  color: #b50e39;
}

#adminMainTable {
}
#adminMainCell {
  padding: 18px;
}
#adminMenuTable {
}
#adminMenuRow {
}
#adminMenuLeftCell {
}
#adminMenuRightCell {
}
#adminMenuSpacerRow {
}
.adminHR {
	color: #b50e39;
	height: 1px;
    margin-top: 0;
}
#adminMenuContentBlock {
}

.comments {
	border: 1px solid #969696;
	background-color: #ffffff;
	vertical-align: top;
	width: 100%;
	text-align: left;
	padding: 12px 16px 16px 16px;
}

.addComment {
  margin-bottom: 20px;
}

.addCommentButton {
	background-color: #f9f9f9;
	border: 1px solid #969696;
	padding: 4px 6px 4px 6px;  
	vertical-align: top;
}

.addCommentButton a, .addCommentButton a:link, .addCommentButton a:visited, .addCommentButton a:active, .addCommentButton a:hover {
	font-weight: normal;
}

#commentContainer {
  margin-top: 30px;
  font-size: .9em;
}

/* Article tools
===============================================================*/

#sharePopup { 
  display: none; 
  position: absolute; 
  left: 200px; 
  width: 350px;
  border: 1px solid silver; 
  background-color: #EFEFEF; 
  padding: 5px; 
}
#fullcol #sharePopup {
  left: 595px; 
}
#socialBookmarksFloater {
  float: left;          
}
#socialBookmarksFloater img {
  float: none;
}
#socialBookmarks2 {
  clear: none;
  padding: 0px;
}
#articleTools { 
  font-size: 10px; 
  float: right; 
}
h1.articleHead {
  margin: 20px 0px 10px 0px;
}

/* Adspeed ads */
div.AdSpeed {
  padding-top:4px;
}