ul 									{ list-style: none; }


/*
	WIDGET STRUCTURE
*/
#blogSliderWrap 					{ width: 320px; margin: 0px auto;
									  background: url(/graphics/Rotater/widget-bottom-bg.jpg) -8px bottom no-repeat;
									  padding-bottom: 50px; position: relative; }
#blogSlider 						{ margin-left: 0px; padding: 25px 18px 0px 18px; width: 263px;
									  background: url(/graphics/Rotater/widget-middle-bg.jpg) center center repeat-y; }
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 280px; }
.stripNav 							{ margin-left: 8px; position: relative; top: 18px; z-index: 99;
									  width: 285px; }
.wrapper 							{ padding: 10px; }
.innerWrap 							{ width: 273px; overflow: hidden; }
#push 								{ height: 35px; }


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul li 					{ float: left; }

.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 18px; text-indent: -9999px; }
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a { background: url(/graphics/Rotater/news.jpg) top center no-repeat; width: 51px; }
.stripNav li.tab2 a { background: url(/graphics/Rotater/slide_shows.jpg) top center no-repeat; width: 97px; }
.stripNav li.tab3 a { background: url(/graphics/Rotater/events.jpg) top center no-repeat; width: 63px; }
.stripNav li.tab4 a { background: url(/graphics/Rotater/movies.jpg) top center no-repeat; width: 73px; }

.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(/graphics/Rotater/news.jpg) bottom center no-repeat; }
.stripNav li.tab2 a.current { background: url(/graphics/Rotater/slide_shows.jpg) bottom center no-repeat; }
.stripNav li.tab3 a.current { background: url(/graphics/Rotater/events.jpg) bottom center no-repeat; }
.stripNav li.tab4 a.current { background: url(/graphics/Rotater/movies.jpg) bottom center no-repeat; }


/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			{ display: block; position: absolute; width: 75px; 
							 		  height: 22px; text-indent: -9999px; }
.stripNavL a						{ bottom: 35px; left: 35px; background: url(/graphics/Rotater/previous.png); }
.stripNavR a 						{ bottom: 35px; right: 55px; background: url(/graphics/Rotater/next.png);
}


/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 240px; }
.panel ul li a 						{ border-bottom: 1px solid #C1B599; color: #303030;
						  		  	  display: block; padding: 7px 10px; }
.panel ul li:last-child a 			{ /* Remove bottom border on last list item
	   							  	  Hooray for pseudo selectors! */
								  	  border: none; }
								  	  /* Unique rollover colors for each list */
.panel ul#news li a:hover 		{ background: #B90707; color: white; }
.panel ul#slide_shows li a:hover 		{	background: #3B71B7; color: white; }
.panel ul#events li a:hover 	{ background: #2D624E; color: white; }
.panel ul#movies li a:hover 	{ background: #7C7222; color: white; }
