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


/*
	GENERIC RESET & BASIC STRUCTURE
*/


ul 									{ list-style: none; padding:0px; margin:15px; }


/*
	WIDGET STRUCTURE
*/
#blogSliderWrap 					{ width: 925px; 
									  margin:0px;
									  padding:0px; 
									  position: relative;
									  padding-bottom:15px;
									  }
#blogSlider 						{ width: 920px; 
									  border:1px solid #D3D8E0; 
									  -moz-border-radius:10px;
									  -webkit-border-radius:10px;
									  -O-border-radius:10px;
									  border-radius:10px;
									  padding:0px;
									  padding-bottom:35px;}
.stripViewer 						{ position: relative; overflow: hidden; clear: both;}
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 900px; }
.stripNav 							{ margin-left: 0px; position: relative; top: 1px; z-index: 99;
									  width: 900px; }
.wrapper 							{ padding:10px; }
.innerWrap 							{ width: 900px; padding:0px; overflow: hidden;}
#push 								{ height: 35px; }


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul li 					{ float: left; }

.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 38px; text-indent: -9999px; padding:0px 1px; }
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a { background: url(../images_pricing/button1.jpg) top center no-repeat; width: 160px; }
.stripNav li.tab2 a { background: url(../images_pricing/button2.jpg) top center no-repeat; width: 160px; }
.stripNav li.tab3 a { background: url(../images_pricing/button3.jpg) top center no-repeat; width: 160px; }
.stripNav li.tab4 a { background: url(../images_pricing/button4.jpg) top center no-repeat; width: 160px; }

.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_pricing/button1.jpg) bottom center no-repeat; }
.stripNav li.tab2 a.current { background: url(../images_pricing/button2.jpg) bottom center no-repeat; }
.stripNav li.tab3 a.current { background: url(../images_pricing/button3.jpg) bottom center no-repeat; }
.stripNav li.tab4 a.current { background: url(../images_pricing/button4.jpg) bottom center no-repeat; }


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


/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 825px; }
.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 		{  color: white; }
.panel ul#net-list li a:hover 		{	color: white; }
.panel ul#vector-list li a:hover 	{  color: white; }
.panel ul#audio-list li a:hover 	{ color: white; }