/* @override http://twitclipart.com/styles/home.css */

h2 {
    text-align: left;
}
h2 a{
    font: 64px Georgia, Times, serif;
    color: #555;
    font-style: italic;
    margin-left:0px;


}

#wrapper a:hover{
    color: #999;
    text-decoration: none;
}

#bird{
    text-align: center;
    margin:0px 10px;
    display: none;
}

.retweet{
	position: absolute;
	margin-top: -33px;
	margin-left: 150px;

}

.tweet-left img {
	position: absolute;
	width: 30px;
	height: 30px;
	margin-top: -40px;
	margin-left: 0px;
}
.twitStream{
	font-family: Georgia;
	font-size: 14px;
	margin-left: 10px;
	margin-top: 30px;
	width: 15em;
	display: inline;
}
.twitStream a{
	font-family: Georgia;
	font-size: 14px;
}
.tweet{
	display: block;
	padding: .4em;
	margin: .4em 0;
    border: 1px dashed #ccc;
    border-top: 40px solid #eaeaea;
    width: 220px;
    height: 200px;
    overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tweet-left{
	float: left;
	margin-right: 1em;
}
.tweet-left img{
	border: none;
}
.tweet p.text{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.tweet p.credentials{
    margin-top: 5px;
    font-size: 12px;
    padding-top: 5px;
	border-top: 1px dashed #c1c1c1;
	margin-left: -5px;
	padding-left: 5px;
	margin-right: -5px;
	padding-right: 5px;

}



.tweet p.credentials a{
    margin-top: 5px;
    font-size: 12px;
}

#digg{
    position: absolute;
    top: 27px;
    right: 15px;
}

#followus{
    position: absolute;
    top: 52px;
    right: 45px;
    font: 16px Georgia, serif;
    font-style: italic;
}

#about_link{
    position:absolute;
    top: 27px;
    right: 230px;
    font: 16px Georgia, serif;
    font-style: italic;
}


.pager{
    
}

.prevPage{
    
}

.nextPage{


}

.loading{
    padding: 10px 20px;
    width: 100px;
    background: #ccc;
    margin:auto;
    text-align: center;
    color: #333;
}
