/* @override http://localhost/rss_parser/style.css */



ul, li {
margin: 0; padding: 0;
list-style: none;
}

a {
	text-decoration: none;
	color: #000000;
	border-style: none;
}

.rss-article a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}

small {
color: gray;
font-weight: normal;
font-size: 11px;
display: block;
}

.widget {
overflow: hidden;
border: 1px solid #c5c5c5;
height: 239px; /* You should adjust this height for your project. */
position: relative;
float: left;
	background-color: #b5b2b2;
}

.widget img {
float:left;
margin-bottom:0 !important;
margin-right:4px !important;
max-height:40px;
max-width:40px;
}

.widget li {
clear: left;
overflow: hidden;
position: relative;
top: 0;
	height: 120px;
}

.rss-article {
	background-color: #fff;
	height: 99px;
	overflow: hidden;
	border-bottom: 1px solid #b5b2b2;
	padding: 10px;
}

h4 {
font-size: 14px;
}

li p {
	color: #000000;
	margin-top: 0.4px;
}

/*
	WIDGET STRUCTURE
*/
#blogSliderWrap { 
	width: 220px;
	background: none no-repeat 0 bottom; position: relative;
	top:102px;
	right:-414px;
}
									  
#blogSlider { 
	padding: 0;
	background: none repeat-y center center; }
	
.stripViewer { 
	position: relative; 
	overflow: hidden; 
	clear: both; }
	
.stripViewer .panelContainer { 
	position: relative; 
	left: 0px; 
	top: 0px; }
	
.stripViewer .panelContainer .panel { 
	float: left; 
	position: relative; }
	
.stripNav { 
	position: relative; 
	z-index: 99;
	margin-left: 10px;
}
	
.wrapper 	{
	padding: 0 10px;
}
.innerWrap 	{ overflow: hidden; }
#push 		{ height: 35px; }


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

.stripNav li a 						{
	padding: 5px 15px;
}
									  
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a {
	background: #999999;
}
.stripNav li.tab2 a {
	background: #999999;
}
.stripNav li.tab3 a {
	background: #999999;
	width: 63px;
}
.stripNav li.tab4 a {
	background: #999999;
	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: #fff;
	border: 1px solid #b5b2b2;
	border-bottom-style: hidden;
	border-bottom-width: 0;
}
.stripNav li.tab2 a.current {
	background: #fff;
	border: 1px solid #b5b2b2;
	border-bottom-style: hidden;
	border-bottom-width: 0;
}
.stripNav li.tab3 a.current {
	background: #CCCCCC;
	width: 63px;
}
.stripNav li.tab4 a.current {
	background: #CCCCCC;
	width: 63px;
}

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

#stripNavL0 , #stripNavR0 {
	display:none;
} 
/* 
	HEADLINES STYLING 
*/
.panel ul 							{
	width: 200px;
}

	
.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 */

