/*
	WIDGET STRUCTURE
*/
#blogSliderWrap 	{ 
	width: 266px; 
	background: url(box_bot.png) no-repeat bottom;
	padding-bottom: 15px; 
	position: relative; 
}
#blogSlider 	{ 
	width: 266px;
	background: url(box_body.png) repeat-y; 
}
.stripViewer { 
	position: relative; 
	overflow: hidden; 
	clear: both; 
}
.stripViewer .panelContainer { 
	position: relative; 
	left: 0px; 
	top: 0px; 
}
.panelContainer {
	padding-top:35px;
	padding-left:2px;
}
.stripViewer .panelContainer .panel { 
	float: left; 
	position: relative; 
	width: 266px; 
}
.stripNav { 
	position: relative; 
	top: 0px; 
	z-index: 99;
	width: 266px; 
}
.wrapper { padding: 10px; }
.innerWrap { width: 266px; overflow: hidden; }
#push {
	height:15px;
}

/* 
	MAIN TABBED NAVIGATION
*/
.stripNav { 
	background: url(box_top.png) no-repeat;
	height:15px;
	width:266px;
	position:absolute;
	padding-top:13px;
	padding-left:15px;
}
.stripNav ul li { 
	float:left;
}
.stripNav li a {
	display:block;
	height:18px;
	color:#fff;
	font-family:Georgia;
	font-weight:bold;
	font-size:12px;
	padding:5px;
	padding-bottom:3px;
	background:#E11921;
	margin-right:5px;
}
.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus { 
	background-position: top center; 
	color:#fff;
	background:#3A3A3A;
}
.stripNav li a.current { background: #3A3A3A; color: white; }


/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a { 
	display: block; 
	position: absolute; 
	width: 75px; 
	height: 22px; 
	text-indent: -9999px; 
}
.stripNavL a	{ bottom: 15px; left: 35px; background: url(previous.png); z-index:999; }
.stripNavR a { bottom: 15px; right: 45px; background: url(next.png);
}


/* 
	HEADLINES STYLING 
*/
.panel ul { 
	width: 240px; 
	margin-left:4px;
}
.panel ul li a { 
	background:url(../images/full_page.png) no-repeat;
	padding-left:20px;
	padding-bottom:2px;
}
.panel ul li a:hover { 
	background:url(../images/page_white_go.png) no-repeat;
}