/* 
	Important styles - (used by this app and must be included in own stylesheet ) 
*/
.tweet_rotator { overflow: hidden;  position: relative; background-image: url(../img/overlay.png); background-repeat: repeat-x;  }
.tweet_holder { position: relative; }
.tweetparent { overflow: hidden;  }

.mgl_tweet_name {
	display: none !important;
	
}

.mgl_tweet_username {
	display: none !important;
	
}


.charlie-bg {

	background: url("../images/charlie-tweets.png") no-repeat scroll bottom right !important;
	height: 370px;
	
	
}


.tweetbox { display: block;  padding: 40px 0 50px 0; text-align: left;}

.tweet_rotator ul.nav { position: absolute; bottom: 0px; right: 0px; padding: 5px;}
.tweet_rotator ul.nav li { cursor: pointer; width: 20px; height: 20px; background-image: url(../img/charlie-tweets.png); background-repeat: no-repeat; display: block; }
.tweet_rotator ul.nav li.active { background-position: 0px -20px; }

/* Tweet rotator colors */
.color_1 	{ background-color: none; } /* Base color, and so on */
.color_2 	{ background-color: #a300c6; }
.color_3 	{ background-color: #ffda10; }
.color_4 	{ background-color: #fe0b8f; }
.color_5 	{ background-color: #ff8315; }
.color_6 	{ background-color: #ff1800; }
/*
	End of app styles
*/



/* 
	General app styling 
*/

.mgl_twitter .mgl_tweets .mgl_tweet .mgl_tweet_content .mgl_tweet_date {

font-family: 'Open Sans', sans-serif !important; font-size: 26px !important; color: #000 !important; font-weight: 300 !important; letter-spacing: 0.010em !important;
}



.tweetbox span { font-family: 'Pacifico', cursive; font-size: 1.2rem; color: #680000; text-transform: capitalize; }
.tweetbox span a { color: #004f93; text-decoration: none; }
.mgl_tweet_text { padding-top: 15px; font-family: 'Open Sans', sans-serif !important; font-size: 26px; color: #000; font-weight: 300; letter-spacing: 0.010em; line-height: 36px; padding-bottom: 10px; word-spacing: 0.04em; }
.tweetbox p a { color: #004f93; }
.tweetbox em { font-family: 'Pacifico', cursive; font-size: 15px; color: #004f93; text-transform: capitalize;  }

    
/* Alternative colors */
.color_alt_1 	{ background-color: #a300c6; } /* Base color, and so on */
.color_alt_2 	{ background-color: #ff1800; }
.color_alt_3 	{ background-color: #06bbfe; }
.color_alt_4 	{ background-color: #fe0b8f; }
.color_alt_5 	{ background-color: #ff1800; }
.color_alt_6 	{ background-color: #ff8315; }


