@import url(base.css);
@import url(footer.css);

/* @import url(fsi.css); == delete if not needed */

/* ========== [Newspaper Name here] CSS ======== */


html, body {              /* Need to set backgrounds on both */
	
}
body {
	
}
#wrapper-rail {
	width: 100%;         /* width set for bg and centering */
	margin: 0 auto;       /* center site here */
}
#searchbar {
	                      /* height: 26px; uncomment if search upstages mr. navbar */
}
body#categories-page #t-pc-page td.t-c { /* This fixes bad markup on the ROP pages */
	width: 590px;
}
#wrapper {
	overflow: hidden;	
}

/* ========= Absolute Positioned Columns ==========
   Use SI.ClearChildren v1.0 javascript (in j dir)
   See dave for use                    
   ================================================
*/

.c {                      /* (c = CONTENT) */
	position: relative;   /* border: 1px solid #f00; */       	
	/* width: 990px; */              
	height: auto;
}
.pc,.sc {                 /* (pc = PRIMARY CONTENT) */
	position: absolute;
	width: 800px;  
	left: 0;
	top: 0;
}
.sc {				      /* (sc = SECONDARY CONTENT) */
	width: 190px;	      /* border: 1px dashed #36c; */ 	
	left: 800px;
	top: 0;
	_top: 8px;            /* display: none; - uncomment if right column not needed */
}

.clear_children,.cc_tallest { position: relative; }
/*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

		
/* ========== Client Header/Banner CSS ============ */
#cHeader {
	position: relative;
	/* overflow: hidden;  -------- Uncomment if header contains floats */
	/*border: 1px solid #999;
	border-width: 0 1px;*/
}
#cFooter {
	margin-top: 8px;
	text-align: center;	
}
.cBanner {
	/* display: none; - uncomment if banners not needed*/
}
.cBanner img, .cBanner object, .cBanner iframe, .cBanner table, .cBanner div {
	text-align: center;   
	margin: 8px auto;                
}
.cVertBanner {
	/* display: none; - uncomment if right column not needed*/
}
.cVertBanner img, .cVertBanner object, .cVertBanner iframe, .cVertBanner table, .cVertBanner div {
	margin: 0 auto 10px;
}

.alpha-list {
  left: 15px;
 }
a {
	-moz-outline: none !important;
} 

/* New print styles for print solution */

#printlinkwrapper {
	text-align:	center;
	margin: 10px auto;
	width: 320px;
	}
#printlinkwrapper a {
	border: 1px solid #666;
	border-color: #999 #333 #333 #999;
	padding: 4px 10px;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 10px;
}
#printlinkwrapper a:hover {
	color: #f00;
	border-color: #333 #999 #999 #333;
}

table#printwrapper div.subholder {
	overflow: visible !important;
	border: 0 !important;
	margin: 8px 20px 0;
}

/* SS Portable Tiles and "More..." links */

div.tSSTiles { 
	/* this is the div that surrounds the entire thumbnail */	
}
div.tSSTiles strong { 
	color: #f00;
}

/* div.tSSTiles span {   This will hide the SS name if wanted
	display: none;
} */
div.tSSTiles img {
	border: 1px solid #999;	
}
div.tSSTiles img:hover { 
	border: 1px solid #f00;	
}
a.tSSTilesMoreLink {
	width: 160px;
	color: #333;
	padding: 0 0 6px 0;
	text-decoration: underline;
	display: block;
	font: bold 10px arial;
	margin: 3px auto 0;
}
a.tSSTilesMoreLink:hover {
	text-decoration: none;
}
a.tSSTilesMoreLink:after {
	content: ' >';
}

img#se_logo {
	padding-top: 14px;
	padding-right: 15px;
	margin: 0px 0px 0px 20px !important;
}

div#fixed_width_header {
	width: 1035px !important;
}

.clear_children, .cc_tallest {
	background: #e1e962 none repeat scroll 0%;
}

h4#newsletter_header {
	color: #000000 !important;
}

body a {
	text-decoration: none !important;
}

div#header_text a {
	text-decoration: underline !important;
}

div#fixed_width_header_wrapper {
	background: #e1e962 none repeat scroll 0% !important;
	height: 155px !important;
}

#footer_text {
	background: #e1e962 none repeat scroll 0% !important;
	color: #000000 !important;
}

div#header_text, div#header_text a {
	color: #000000 !important;
	
}

#header_text {
	padding-top: 30px !important;
}