@charset "utf-8";
/*  
Mcfrezco Can Do it
Style sheet for The News LA

Author: McFrezco(Ernest Oliver)

:)
*/



@import url(css/reset.css);

img {border:0;}
p {color:#0F242F;}

body {

	background: #F8F7F3 url(../images/newspaperbg.jpg) repeat 0;

	margin: 0;

	padding: 0;

}
h2{color:#5B0104;}
#container{
		width:960px;
		margin: auto;
		position:relative;
}
#header{	background: url(../images/header.png) no-repeat 0;
			width:1012px;
			height:200px;
			margin-top:0px;
			}
			
#logo{ position:absolute;
		top:70px;
		left:300px;
	
	}
	
#navigation{
		position:absolute;
		top:159px;
		left:65px;
		padding-left:30px;
	}	
#content{
	background: url(../images/midcontent.png) repeat-y 0;
	width:1012px;
	margin:auto;
	padding:15px 0;
}
#insidecont{margin:auto; width:890px; }
#footer{
	background: url(../images/footer.png) no-repeat 0;
			width:1012px;
			height:96px;
			margin-top:-12px;
			
	}
#footertext{font-size:12px; padding:5px 0 0 350px;}	
.clear{clear:all;}
.showtext2{font-size:11px;}
.linkage{color:#5B0104; font-size:18px;}
#contacting{ text-align:center; margin-left:30px; }
.homepr{color:#5F5F5F; font-size:15x;}
#collect{float:left;}
.sub{font-size:12px;}
table td {font-size:13px;}
table td h1{color:#5B0104;}
.titles{list-style:none; margin:-15px 0 0 20px; color:#5B0104;} 
.titles2{list-style:none; margin:-15px 0 0 20px; color:#5B0104;} 
.titles3{list-style:none; margin:-15px 0 0 20px; color:#5B0104;} 
.titles4{list-style:none; margin:-15px 0 0 20px; color:#5B0104;} 
.titles li{display:inline; margin-right:180px;}
.titles2 li{display:inline; margin-right:210px;}
.titles3 li{display:inline; margin-right:160px;}
.titles4 li{display:inline; margin-right:140px;}



/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:345px;
	text-align:center;
	margin-left:-38px;
	width:860px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}



/* ==============================================Slider stuff=========================================================== */

	
		#retailing{
	font-family: Verdana, Arial;
	color: #000;
	width: 700px;
	margin-left:-20px;
	text-align: center;
	padding-bottom: 10px;
	font-weight: normal;
	
		}
		
		#retailing a{ font-size:10px;}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			
			width:300px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
				padding: 0;
	margin: 0;

	top: 5%;
	right: 0px;
	left:50px;
	bottom: 0px;
	width: 900px;
	height:900px;
	overflow: hidden;
	text-align:left;
	background-color:#fff;
	z-index:1;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 600px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #fff; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 915px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 900px;
			clear: both;
			background: #fff;
			
		}
		
		.stripViewer td
{font-size:11px;}		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 915px;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 915px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 2px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			width:700px;
		
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			
			line-height: 32px;
			background: #c6e3ff;
			color: #999;
			text-decoration: none;
			display: block;
			padding: 0 4px;
		}
		.stripNav li.tab1 a { background: #fff }
		.stripNav li.tab2 a { background: #fff }
		.stripNav li.tab3 a { background: #fff }
		.stripNav li.tab4 a { background: #fff }
		.stripNav li.tab5 a { background: #fff}
		.stripNav li.tab6 a { background: #fff}
		.stripNav li.tab7 a { background: #fff}
		.stripNav li.tab8 a { background: #fff}
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9500em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
	
		
	subtext {
	font-size: 9px;
}
    td {
	font-size: 9px;
}
    .sub_header {
	font-weight: bold;
}
    .slider-wrap #slider1 .panelContainer .panel .wrapper .cross-link .sub_header {
	font-size: 9px;
}
  
	

