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


/*
	GENERIC RESET & BASIC STRUCTURE
*/
* 									{ margin: 0; padding: 0; }
body 								{ font-family: Verdana, Arial, Helvetica, sans-serif;

												font-size: 11px;
												background-repeat: no-repeat;
												background-attachment:fixed;
												background-position:center;
									}
a 									{ /* remove the dotted outlines when clicking tabs */ 
						  		      outline: none; text-decoration: none; }
ul 									{ list-style: none; }


/*
	WIDGET STRUCTURE
*/
#blogSliderWrap 					{ width: 320px; margin: 50px auto;
									  
									  padding-bottom: 50px; position: relative; }
#blogSlider 						{ margin-left: 15px; padding: 25px 18px 0px 18px; width: 260px;
									 }
.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: 22px; position: relative; top: 18px; z-index: 99;
									  width: 285px; }
.wrapper 							{ padding: 10px; }
.innerWrap 							{ width: 260px; 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(images/tab-news.jpg) top center no-repeat; width: 63px; }
.stripNav li.tab2 a { background: url(images/tab-shop.jpg) top center no-repeat; width: 63px; }
.stripNav li.tab3 a { background: url(images/tab-blog.jpg) top center no-repeat; width: 85px; }
.stripNav li.tab4 a { background: url(images/tab-forums.jpg) top center no-repeat; width: 63px; }

.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-news.jpg) bottom center no-repeat; }
.stripNav li.tab2 a.current { background: url(images/tab-shop.jpg) bottom center no-repeat; }
.stripNav li.tab3 a.current { background: url(images/tab-blog.jpg) bottom center no-repeat; }
.stripNav li.tab4 a.current { background: url(images/tab-forums.jpg) bottom center no-repeat; }


/* 
	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 			{   border: none; }
								  	  /* Unique rollover colors for each list */
.panel ul#text-list li a:hover 		{ background: #a6488d; color: white; }
.panel ul#shop-list li a:hover 		{	background: #d491b6; color: white; }
.panel ul#blog-list li a:hover 	{ background: #628c00; color: white; }
.panel ul#frm-list li a:hover 	{ background: #c16e17; color: white; }