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




/*
	WIDGET STRUCTURE
*/
#blogSliderWrap 					{ width: 570px; margin: 30px auto 15px;
									  padding-bottom: 0px; position: relative; }
#blogSlider 						{ margin-left: 0px; padding: 0px; width: 570px;  }
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 570px; }
.stripNav 							{ display:none; }
.wrapper 							{ padding:30px 0 0; }
.innerWrap 							{ width: 570px; overflow: hidden; }
#push 								{ height: 35px; }



/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			{ display: block; position: absolute; width: 85px; 
							 		  height: 22px; text-indent: -9999px; }
.stripNavL a						{ top: 0px; left: 0px; background: transparent url(../images/previous.png) no-repeat scroll 0 0; }
.stripNavR a 						{ top: 0px; right: 0px; background: transparent url(../images/next.png) no-repeat scroll 0 0;
}


/* 
	HEADLINES STYLING 
*/
blockquote {
font-style:normal !important;
padding:0px !important;
margin:0px;
}

blockquote cite {
color:#A7A296;
display:block;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:14px;
font-style:italic;
line-height:24px;
margin:0;
text-align:right;
}