/*
	A Better Blogroll
	by Chris Coyier
	http://css-tricks.com
*/


/*
	GENERIC RESET & BASIC STRUCTURE
*/

#blogSlider ul 									{ list-style: none; }


/*
	WIDGET STRUCTURE
*/
#blogSliderWrap 					{ width: 690px; margin: 50px auto;
									  background: #fff;
									  padding-bottom: 50px; position: relative; }
#blogSlider 						{ margin-left: 5px; padding: 25px 18px 0px 18px; width: 633px;
									  }
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 650px; }
.stripNav 							{ margin-left: 22px; position: relative; top: 18px; z-index: 99;
									  width: 655px; }
.wrapper 							{ padding: 10px; }
.innerWrap 							{ width: 643px; overflow: hidden; }
#push 								{ height: 35px; }


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul li 					{ float: left; margin-right:1px; list-style:none; }

.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 20px;}
/* The below class names are auto-generated by the JavaScript */
.stripNav li a{ letter-spacing:0.01cm; text-decoration:none;}
.stripNav li.tab1 a { background-color:#b20202; color:#fff; font-family:"Times New Roman", Times, serif; width: 130px; font-size:1.4em; text-align:center; padding:2px 0; }
.stripNav li.tab2 a { background-color:#4a8c7f;color:#fff; font-family:"Times New Roman", Times, serif;width: 130px; font-size:1.4em; text-align:center;padding:2px 0;}
.stripNav li.tab3 a { background-color:#1f5293;color:#fff; font-family:"Times New Roman", Times, serif; width: 130px; font-size:1.4em; text-align:center;padding:2px 0;}
.stripNav li.tab4 a { background-color:#4f7c11;color:#fff; font-family:"Times New Roman", Times, serif; width: 130px;font-size:1.4em; text-align:center;padding:2px 0; }

.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus 				{ /* Restore focus styling that we removed when we removed outlines */
									  background: #000;color:#fff; }

/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current { background: #b20202;color:#fff;padding:24px 0 2px; }
.stripNav li.tab2 a.current { background: #4a8c7f;color:#fff;padding:24px 0 2px; }
.stripNav li.tab3 a.current { background: #1f5293;color:#fff;padding:24px 0 2px; }
.stripNav li.tab4 a.current { background: #4f7c11;color:#fff;padding:24px 0 2px; }


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


/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 640px; }
.panel ul li a 						{ }
.panel ul li a span{ color:#999;font-size:0.9em;}									  
.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#psd-list li a:hover 		{ background: #b20202; color: white; }
.panel ul#net-list li a:hover 		{	background: #4a8c7f; color: white; }
.panel ul#vector-list li a:hover 	{ background: #1f5293; color: white; }
.panel ul#audio-list li a:hover 	{ background: #4f7c11; color: white; }
