.tweet,
.query {
    background-color: #151515;
    float: left;
    padding: 10px;
    position: relative;
    width: 235px;
    border-radius:		10px;
    -moz-border-radius:		10px;
    -webkit-border-radius:	10px;
}

.tweet h2,
.query h2 {
    /*background-color: orange;*/
    color: #ffce6f;
    font-size: 22px;
    margin-bottom: 10px;
    text-shadow: 		3px 3px 2px rgba(0, 0, 0, 0.8);
    -moz-text-shadow:		3px 3px 2px rgba(0, 0, 0, 0.8);
    -webkit-text-shadow:	3px 3px 2px rgba(0, 0, 0, 0.8);
}

.tweet h3 a {
    color: #aaa;
    margin-bottom: 5px;
    position: absolute;
    right: 10px;
    top: 18px;
    text-decoration: underline;
    -moz-text-shadow: 		0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 	0 1px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 		0 1px 2px rgba(0, 0, 0, 0.2);
}

.tweet h3 a:hover {
    color: #fff;
}

.tweet h3 a:hover {
    text-decoration: underline;
}

.tweet_text {
    font-size: 11px;
}

.tweet .tweet_list,
.query .tweet_list {
    /*background-color: #fff;*/ /* Primary background colour */
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
}

/* What is this? */
.tweet .tweet_list .awesome,
.tweet .tweet_list .epic,
.query .tweet_list .awesome,
.query .tweet_list .epic {
    text-transform: uppercase;
}

/****** Twitter Entry ******/
.tweet .tweet_list li,
.query .tweet_list li {
    /*overflow-y: auto;
    overflow-x: hidden;*/
    /*border-bottom: 1px solid #aaa;*/
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #666;
}

/****** Twitter First Entry ******/
.tweet .tweet_list li.tweet_first,
.query .tweet_list li.tweet_first {
    padding-top: 0;
}

/****** Twitter Entry - Links ******/
.tweet .tweet_list li a,
.query .tweet_list li a {
    font-size: 11px;
    color: #39c;
}

.tweet .tweet_list li a:hover,
.query .tweet_list li a:hover {
    color: #ffb21f;
}

/****** Twitter Entry - Even Entries ******/
.tweet .tweet_list .tweet_even,
.query .tweet_list .tweet_even {
    /*background-color: #E7EFB3;*/
}

.tweet_time {
    color: #aaa;
    display: block;
    font-size: 10px;
    margin-top: 5px;
    text-transform: lowercase;
}

/* Twitter Avatar Holder
.tweet .tweet_list .tweet_avatar,
.query .tweet_list .tweet_avatar {
    float: left;
    padding-right: 5px;
    padding-bottom: 0;
}/*

/* Twitter Avatar Image
.tweet .tweet_list .tweet_avatar img,
.query .tweet_list .tweet_avatar img {
    vertical-align: middle;
}/*
