/* @override http://ispkintrnt.com/wp-content/plugins/tweet-catcher/css/jptc_widget.css?ver=3.1 */

#jptc_box{
	
}

.jptc_tweet{
	clear:both;
	padding-top: 2px;
}



.jptc_tweet_avatar{
	float:left;
	padding-bottom:48px;
	margin-right:5px;
	display: inline-block;
	width: 50px;
}

.jptc_tweet_avatar img{
	width: 48px;
	height: 48px;
	max-width: 48px !important;
	max-height: 48px !important;
}

.jptc_tweet .jptc_tweet_content{

}

.jptc_tweet .jptc_tweet_username a{
	font-weight:bold;
	text-decoration:none;
}

.jptc_tweet .jptc_tweet_text{
	margin-top: -5px;
}

.jptc_tweet_text{
	margin-left: 55px;
}

.jptc_tweet .jptc_tweet_meta{
	font-size:9px;
}


#jptm_controls{
	position: relative;
	left: 87%;
}

#jptm_controls span{
	cursor:pointer;
}

#jptm_controls span:active, #jptm_controls span:hover{ opacity:1;}

#jptc_left_btn{
	margin-right:5px;
}

#jptc_show_all_tweets{
	float: right;
	padding-top: 4px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	cursor: pointer;
}

#jptc_show_all_tweets:hover {
	text-decoration: underline;
}


#jptc_all_content .jptc_tweet_avatar{
	padding-bottom:0;
}

#jptc_all_content{
	position: fixed;
	*position:absolute; 
	box-shadow: 3px 3px 3px #496668;
	-moz-box-shadow: 3px 3px 3px #496668;
	-webkit-box-shadow: 3px 3px 3px #496668;
	background-color: #fff;
	width: 45%;

	left: 27%;
	top: 15%;
	z-index: 10000;
	display:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-top:  1px solid #496668;
	border-left: 1px solid #496668;
	padding-bottom:25px;
}

#jptc_all_box{	
	overflow-y:scroll;
	height: 320px;
	padding: 25px 25px 0 25px;
}

.jptc_all_content_header{
	font-weight:bold;
	padding: 5px 0 5px 5px;
	background-color:#eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

#jptc_close_popup_btn{
	color: #469CED;
	font-size: 11px;
	margin-right: 5px;
	font-weight: bolder;
	cursor: pointer;
	float: right;
	margin-right: 15px;
	z-index:10000;
}

#jptc_all_content .jptc_tweet{
	min-height:50px;
	margin-bottom:30px;
}

#jptc_all_content .jptc_tweet .jptc_tweet_content{

}


.jptc_follow_btn{
	position: relative;
	top: 20px;
}

/*IE 8 Fixes*/
.ie #jptc_show_all_tweets{
	
}

.ie #jptm_controls{
	left:76%;
}

.ie #jptm_controls span{
	cursor:pointer;
	font-weight:bold;
	background-color: #fff;
	color: #666;
	padding: 3px 1px;
}

/*
 * Changes to match API v1.1
 * voicu.costin@gmail.com
 */
.jptc_tweet_text{
	position:relative
}
.brandingTwitter{
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:16px;
	height:16px;
	background:url(../img/bird_blue_16.png) no-repeat;
}
.jptc_tweet_username small{
	font-size:11px;
	display:block
}
span.tweetActions{
	display:inline-block;
	float:right
}
.dateTweet{
	float:left
}
.replyTweet, .reTweet, .favTweet, .dateTweet{
	display:inline-block;	
	line-height:18px;
}
.replyTweet span, .reTweet span, .favTweet span{
	width:16px;
	height:16px;
	display:inline-block;
	margin-right:5px
}
.replyTweet span{
	background:url(../img/reply-sprite.png) no-repeat ;
}
.replyTweet:hover span{
	background:url(../img/reply-sprite.png) no-repeat -16px 0;
}
.reTweet span{
	background:url(../img/retweet-sprite.png) no-repeat 0 2px;
}
.reTweet:hover span{
	background:url(../img/retweet-sprite.png) no-repeat -16px 2px;
}
.favTweet span{
	background:url(../img/favorite-sprite.png) no-repeat ;
}
.favTweet:hover span{
	background:url(../img/favorite-sprite.png) no-repeat -16px 0;
}