/*
	WIDGET STRUCTURE
*/
#blogSlide4Wrap 					{ width: 360px; 
									  padding-bottom: 50px; position: relative; }
#blogSlider 						{ padding: 15px 5px 0px 0px; width: 320px;}
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 320px; }
.stripNav 							{ margin-left: -5px; position: relative; top: 18px; z-index: 99;
									  width: 320px; }
.wrapper 							{ padding-top: 10px; }
.innerWrap 							{ width: 320px; overflow: hidden; }
#push 								{ height: 35px; }


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav{width:100%;}
.stripNav ul li 					{ float: left;}

.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 9px; }
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a { background: url(http://podlipensky.com/images/tab-psdtuts.jpg) top center no-repeat; width: 65px; }
.stripNav li.tab2 a { background: url(http://podlipensky.com/images/tab-nettuts.jpg) top center no-repeat; width: 65px; }
.stripNav li.tab3 a { background: url(http://podlipensky.com/images/tab-vectortuts.jpg) top center no-repeat; width: 60px; margin-left:5px; }
.stripNav li.tab4 a { background: url(http://podlipensky.com/images/tab-audiotuts.jpg) top center no-repeat; width: 72px; }

.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(http://podlipensky.com/images/tab-psdtuts.jpg) bottom center no-repeat; }
.stripNav li.tab2 a.current { background: url(http://podlipensky.com/images/tab-nettuts.jpg) bottom center no-repeat; }
.stripNav li.tab3 a.current { background: url(http://podlipensky.com/images/tab-vectortuts.jpg) bottom center no-repeat; }
.stripNav li.tab4 a.current { background: url(http://podlipensky.com/images/tab-audiotuts.jpg) bottom center no-repeat; }


/* 
	SUB NAVIGATION
*/
.stripNavL {float: left; margin-left:10px; margin-top:20px;}
.stripNavR {float: right; margin-right: 40px; margin-top:20px;}
.stripNavL a, .stripNavR a 			{ display: block; width: 75px; height: 22px;}
.stripNavL a						{ background: url(http://podlipensky.com/images/previous.jpg); }
.stripNavR a 						{ background: url(http://podlipensky.com/images/next.jpg); } 



/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 300px; }
.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 */
#psd-list{
font-size: 1.2em;
}
.panel ul#psd-list li a:hover 		{ background: #EE7733; color: white; }
.panel ul#net-list li a:hover 		{	background: #0066CC; color: white; }
.panel ul#vector-list li a:hover 	{ background: #777777; color: white; }
.panel ul#audio-list li a:hover 	{ background: #4f7c11; color: white; }

.commentText
{
	color:#333333;
	margin-bottom: 5px;
}

.commentAuthor
{
	font-weight:bold;
	margin-bottom: 5px;
}

.commentDate
{	
}