@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: 990px;         /* width set for bg and centering */
	margin: 10px 0;       /* 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;
}

/*#cHeader a, #cFooter a, #cHeader img, #cFooter img  {
	display: inline;                /* For client markup compatibility - resets images & anchors to inline 
}*/

/*#cHeader table td {              /* Resets to normal td alignment behavior - will overide any html alignments though! 
	vertical-align: middle; 
}*/
	
/*#cHeader table {                  Client markup might not expect table borders to be collapsed
	border-collapse: collapse;
	width: 100%;
}*/

/* Inline hack for IE7 if needed
*:first-child+html {   }    */

/* ==== global has #subnav z-index at 2, some dropdown menus fall under subnav.
   Use this if the dropdown code is in the cHeader div.
 
#cHeader * {
	z-index: 100 !important;	
}
/* or... 
#cHeader {
	z-index: 100 !important;	
}
#wrapper {
	z-index: 0 !important;	
}*/

/* ==== t-footer centering - uncomment if no links used in t-footer

#t-footer {  
	text-align: center;
}
#t-powered-by-logo {
  position: static;
  }
#t-footer img {
	text-align: center;
	margin: 0 auto;
}*/

/*==================================================*/
/*    TEMPORARY STYLES UNTIL ADDED TO GLOBAL CSS    */
/*==================================================*/

.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: ' >';
}



#searchbar #search {		/* search.css (line 8) */
left:546px;
position:relative;
top:-2px;
}

































