/*
	Plugin Name: KCR Simple Tweet
	Version: .097
	Plugin URI: http://www.kcrnc.com
	Description: Some basic styling for the Simple Tweet plugin. These can be changed here or over-ridden by using the 'css_class' or 'css_id' shortcode variables.
	Author URI: http://www.kcrnc.com

*/
/*
ul# kcr_st_tweets_holder{
	display:block;
}
*/
/*
ul#kcr_st_tweets_holder li {
	list-style:none;
	height: 21px;
	margin: 5px 0;
}
*/
/*
ul#kcr_st_tweets_holder li a.kcr_st_link {
	display: inline-block;
	width: 28px;
	height: 21px;
	background-image: url("images/twitter_web_sprite.png");
    
    /* Black Shadow */
    /* background-position: 0 0;*/
    
    /* Blue */
    /*
    background-position: -40px 0px;
    */
    
    /* White */
    /* background-position: -80px 0; */
 /*
    background-repeat: no-repeat;
    vertical-align: middle;
}

*/

ul#kcr_st_tweets_holder{
	display:block;
	margin-left:0!important;
	padding-left:0!important;
}

ul#kcr_st_tweets_holder li {
	font-size:95%;
	/*line-height: 1.4em;*/
	padding-bottom: 1em;
	list-style-type:none;
}

ul#kcr_st_tweets_holder li a.kcr_st_link {
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#cccccc;
}