/*
	A Better Blogroll
	by Chris Coyier
	http://css-tricks.com
*/


/*
	GENERIC RESET & BASIC STRUCTURE
*/

ul 									{ list-style:none;margin:0;padding:0; }

#blogSliderWrap 					{ width:709px;margin:0;padding:0; }
#blogSlider 						{ width:709px; }
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 709px; }
.stripNav 							{ position:relative;z-index:99;width:709px; }
.wrapper 							{ padding:0; }
.innerWrap 							{ width: 709px; overflow: hidden; }
#push 								{ height: 35px; }


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul li 					{ float: left; }

.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 38px; text-indent: -9999px; }
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a { background: url(../images/h-tab-news.gif) top center no-repeat; width: 236px; }
.stripNav li.tab2 a { background: url(../images/h-tab-investor.gif) top center no-repeat; width: 236px; }
.stripNav li.tab3 a { background: url(../images/h-tab-tip.gif) top center no-repeat; width: 237px; }

.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus 				{ /* Restore focus styling that we removed when we removed outlines */
									  background-position: top center; }

/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current { background: url(../images/h-tab-news.gif) bottom center no-repeat; }
.stripNav li.tab2 a.current { background: url(../images/h-tab-investor.gif) bottom center no-repeat; }
.stripNav li.tab3 a.current { background: url(../images/h-tab-tip.gif) bottom center no-repeat; }


/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			{ display:none; }
.stripNavL a						{ display:none; }
.stripNavR a 						{ display:none; }


/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 709px; }