/*
	A Better Blogroll
	by Chris CoyierÒ»Á÷ËØ²ÄÍøwww.16sucai.com
	http://css-tricks.com
*/


/*
	GENERIC RESET & BASIC STRUCTURE
*/
* 									{/* margin: 0; padding: 0; */}

a 									{ /* remove the dotted outlines when clicking tabs */ 
						  		      outline: none; text-decoration: none; }
ul 									{ list-style: none; }


/*
	WIDGET STRUCTURE
*/
#blogSliderWrap 					{ width: 634px; margin: 10px auto; border:#DFDFE1 1px solid; padding-bottom: 50px; position: relative; }
#blogSlider 						{/* margin-left: 15px; padding: 25px 18px 0px 18px; */width:634px;}
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px;top: 0px; border-top:#DFDFE1 1px solid;}
.stripViewer .panelContainer .panel { float: left; position: relative; width: 634px;}
.stripNav 							{ margin-left: 0; position: relative; top: 0; z-index: 99;width: 634px; }
.wrapper 							{ padding: 10px;}
.innerWrap 							{ width: 634px; overflow: hidden;}
#push 								{ height: 1px;border-bottom:#DFDFE1 1px solid}


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul li 					{ float: left; }

.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 27px; text-indent: -9999px; }
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a { background: url(../images/tab-psdtuts.jpg) top center no-repeat; width: 90px; }
.stripNav li.tab2 a { background: url(../images/tab-nettuts.jpg) top center no-repeat; width: 115px; }
.stripNav li.tab3 a { background: url(../images/tab-vectortuts.jpg) top center no-repeat; width: 82px; }
.stripNav li.tab4 a { background: url(../images/tab-audiotuts.jpg) top center no-repeat; width: 82px; }
.stripNav li.tab5 a { background: url(../images/tab-appli.jpg) top center no-repeat; width: 103px; }

.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/tab-psdtuts.jpg) bottom center no-repeat; }
.stripNav li.tab2 a.current { background: url(../images/tab-nettuts.jpg) bottom center no-repeat; }
.stripNav li.tab3 a.current { background: url(../images/tab-vectortuts.jpg) bottom center no-repeat; }
.stripNav li.tab4 a.current { background: url(../images/tab-audiotuts.jpg) bottom center no-repeat; }
.stripNav li.tab5 a.current { background: url(../images/tab-appli.jpg) bottom center no-repeat; }

/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			{ display: block; position: absolute; width: 21px;height: 21px; text-indent: -9999px; }
.stripNavL a						{ bottom: 16px; left: 250px; background: url(../images/previous.png); }
.stripNavR a 						{ bottom: 16px; right: 250px; background: url(../images/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#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; }