/*
	Theme Name: Congressional Institute
	Theme URL: http://www.conginst.org/
	Description: US Travel Association
	Author: NJI Media
	Author URI: http://njimedia.com/
	Version: 1.0

	Template: genesis
*/

#twitter{
	height: auto;
	display: inline-block;
}

/* 	Styles for classes used in oa-twitter-widget. 
	Styles Applied in lib/widgets/twitter_feed.php
-----------------------------------------------------
*/
#oa-nji-twitter-2{
	width: auto;
	padding: 20px;
}
#sidebar .tweet-container .hashtag{
	color: rgba(190, 233, 250, 1);

}
#sidebar .tweet-container .inline-hashtag .hashtag{
	display: inline-block;
	color: white;

}
.tweet-container{
	padding: 5px;
	background-color: #097eae;
	font-size: 14px;
	padding-bottom: 0px;
	width: auto;
}

.tweet-container:hover {
    background-color: #2396c5;
    /* Firefox */
    -moz-transition: all .2s ease-in;
    /* WebKit */
    -webkit-transition: all .2s ease-in;
    /* Opera */
    -o-transition: all .2s ease-in;
    /* Standard */
    transition: all .2s ease-in;
}

#sidebar .tweet-container .hashtag {
	display: inline-block;
	background: none;
	padding: 0 0 0 0;
}
#sidebar .tweet-container .user-mention{
	color: rgba(190, 233, 250, 1);
	display: inline-block;
	background: none;
	padding: 0 0 0 0;
}
#sidebar .tweet-container .link {
	display: inline-block;
	padding: 0 0 0 0;
	background: none;
	color: rgba(190, 233, 250, 1);
}
#sidebar #twitter .twitter-actions {
	height: 30px;

}
#sidebar #twitter .twitter-actions p {
	font-size: 10px;
	display: inline-block;
	padding: 0 0 0 0 ;
	height: 30px;
}

#sidebar #twitter .twitter-actions a {
	display: none;
}
#sidebar #twitter .twitter-feed-reply{
	background:none;
	padding: 0 0 0 0 ;
	text-indent: 0;

}
#sidebar #twitter .twitter-feed-retweet{
	background:none;
	padding: 0 0 0 0 ;

}
#sidebar #twitter .twitter-feed-favorite{
	background:none;
	padding: 0 0 0 0;

}


#sidebar #twitter .twitter-feed-date, #sidebar #twitter .twitter-feed-date :hover {
	text-decoration: none;
	padding: 0 0 0 0;
	font-size: 18px;
	display: inline-block;
	background:none;
}
#sidebar #twitter .twitter-feed-time, #sidebar #twitter .twitter-feed-time :hover {
	text-decoration: none;
	color:rgba(123, 185, 211, 1);
	text-indent: 15px;
	padding: 0 0 0 0;
	font-size: 12px;
	display: inline-block;
	background:none;
}