/* styling for the twitter feed scroll */

body {
	background-color: #000000;
}

.tweetContainer {
	position: absolute;
	top: 350px;
	left: 58%;
    width: 480px;
    height: 169px; /* total visible tweets, in this case set to 5 */ 
    overflow: hidden; /*keep tweets outside of the container from being seen */
}
#tw {
	color: #ffffef;
	font-family: "kepler-std";
	font-size: 32px;
	line-height: 35px;
    width: 480px;
    position: relative;
    list-style-type: none;
    top: -6em; /* allows a tweet to be moved into hidden space before scrolling into view */
    margin: 0px;
    padding: 0px;
}
.tweetImage {
    float: left;
    padding-right: 1em;
}

.tweet {
    height: 6em;
    padding-top: 0.3em;
    font-size: 0.9em;
}

#lone {
	position: absolute;
	top: 58px;
	left: 61.8%;
	color: #818181;
	font-family: "kepler-std";
	font-size: 22px;
	font-style: italic;
	line-height: 5px;
}

iframe {
	position: fixed;
	top: -50px;
	left: 5%;
	z-index: 4;
}

#reply {
	color: #31bcbe;
}

#hashtag {
	color: #31bcbe;
}

#link {
	color: #31bcbe;
}