/** Twitter */

#twitter {
    padding: 0 1em 1em 1em;
	background-color: #1e90bf;
    position: relative;
    width: 270px;
}

.twitter_corner_top_left {
	background: url( '../img/corner_blue.png' ) top left no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    top : 0;
    left: 0; 
}

.twitter_corner_top_right {
    position: absolute;
	background: url( '../img/corner_blue.png' ) top right no-repeat;
    width: 10px;
    height: 10px;
    top: 0;
    right: 0;
}

.twitter_corner_bottom_left {
	background: url( '../img/corner_blue.png' ) bottom left no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0px !important;
    bottom: -1px;
    left: 0px;
}

.twitter_corner_bottom_right {
	background: url( '../img/corner_blue.png' ) bottom right no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0px !important;
    bottom: -1px;
    right: 0px;
}

#twitter ul {
    list-style-image: none;
    list-style: none;
    margin: 0;
}

#twitter li {
    margin: 2em 0 0 0;
    padding: 0;
    position: relative;
}

#twitter .tweet_date {
    font-size: 10px;
    color: #cccccc;
    text-align: right;
    float: right;
}


#twitter h1 {
    color: white;
}

#twitter p {
    font-size: 12px;
    color: white;
    margin: 5px 2px 5px 2px;
    width: 100%;
    overflow: hidden;
}

#twitter a, #twitter a:visited, #twitter a:link {
    color: white;
}

#twitter .tweet_date a {
    color: #cccccc;
}

/** Last Tweet */

.lastTweet {
    background: white url( '../img/triangle_left.png' ) left 25px no-repeat;
	width: 8px;
}

.lastTweet img {
    float: left;
}

.lastTweet div {
    width: 350px;
    padding: 1em 1em 1em 1em;
    margin-left: 5px;
    background-color: #1e90bf;
    font-size: x-small;
    position: relative;
}

.lastTweet a {
    color: white;
}

.lastTweet .text {
    margin-left: 60px; 
    margin-bottom: 2em;
    font-size: small;
    color: white;
}

.lastTweet .date {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: x-small;
    color: #cccccc;
    padding-right: 2em;
}

.lastTweet .name {
    color: #cccccc;
}

.lastTweet .date a {
    color: #cccccc;
}

.lastTweet p {
    font-size: 90%;
    color: #666666;
    margin: 5px 2px 5px 2px;
    line-height: 1.6em;
}
