#wrap_div
{
float:left;
text-align:left;
overflow:hidden;
margin:0px;
width:280px;
padding:0px 10px 0px 10px;
border-top:1px solid #000000;
}
#blogSliderWrap 					{ width: 280px; margin:0px;
									  padding:0px;position: relative; 
									  
									 }
#blogSlider 						{ padding: 0px 0px 0px 0px; width: 280px;
									  background:#2A2625; }
.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 							{ position: relative; top:0px; z-index: 99;
									  width: 280px;left:0px; }
.wrapper_sidebar 							{ padding:0px; }
.innerWrap 							{ width: 280px; overflow: hidden; padding:0px;margin:0px; padding-bottom:0px;margin-bottom:0px;}
#push 								{ height: 0px;}


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul {list-style:none;padding:0px;margin:0px;width:280px;}
.stripNav ul li 					{ float: left;margin:0px; }

.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 {color:#fff; background: url(images/twitter_tab.jpg) top center no-repeat; width: 57px; height:40px; }
.stripNav li.tab2 a { background: url(images/our_plugins_tab.jpg) top center no-repeat; width: 117px; height:40px;}
.stripNav li.tab3 a { background: url(images/coding_tuts.jpg) top center no-repeat; width: 106px; height:40px;}

.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus 				{ /* Restore focus styling that we removed when we removed outlines */
									  }
.stripNav li.tab1 a:hover
{
background-position:bottom left;
}
.stripNav li.tab2 a:hover
{
background-position:bottom left;
}
.stripNav li.tab3 a:hover
{
background-position:bottom left;
}
/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current { background-position:bottom left; }
.stripNav li.tab2 a.current { background-position:bottom left;}
.stripNav li.tab3 a.current { background-position:bottom left; }


/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			{ display: block; position: absolute; width: 92px; 
							 		  height: 30px; text-indent: -9999px; }
.stripNavL a						{ bottom: 35px; left: 45px; background: url(images/previous_normal.png); }
.stripNavR a 						{ bottom: 35px; right: 45px; background: url(images/next_normal.png);
}
.stripNavL a:hover						{background: url(images/previous_mouseover.png); }
.stripNavR a:hover 						{background: url(images/next_mouseover.png);
}


/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 280px; padding:0px;margin:0px;list-style:none;background:#2A2625;padding:0px 0px 10px 0px;}
.panel ul li 						{ color: #cccccc;
						  		  	  display: block; padding: 7px 10px; 
									  background:#2A2625 url(images/separator_sidebar.png) no-repeat bottom center;
									  margin:0px;
									  }
.panel ul li a 						{ color: #999999;
						  		  	  display: block; padding: 0px 0px 0px 20px; 
									  font-size:13px;
									  margin:0px;
									  }

								  	  /* Unique rollover colors for each list */
.panel ul li a:hover 		{ background:#2A2625 url(images/red_square.jpg) no-repeat left; color: #c00000;text-decoration:none; }
