﻿.twitterbox {
	/*float: right;*/
	width: 220px;
	/*width: 280px;
	border: 1px solid #000;*/
}
.twitted {
	width: 209px;
	/*border: 1px solid #000;
	width: 254px;
	width: 18.2em;*/
	/*margin-bottom: 1.5em;*/
}

.t {background: url(/images/dot.gif) 0 0 repeat-x; /*width: 18.9em;*/ width:215px; background-color: #ded7bd}
.b {background: url(/images/dot.gif) 0 100% repeat-x}
.l {background: url(/images/dot.gif) 0 0 repeat-y}
.r {background: url(/images/dot.gif) 100% 0 repeat-y}
.bl {background: url(/images/bl.jpg) 0 100% no-repeat}
.br {background: url(/images/br.jpg) 100% 100% no-repeat}
.tl {background: url(/images/tl.jpg) 0 0 no-repeat}
.tr {background: url(/images/tr.jpg) 100% 0 no-repeat; padding:5px}



.bl1 {background: url(/images/bl1.gif) 0 100% no-repeat #ded7bd; /*width: 18.7em;*/ width:215px; margin-left:auto; margin-right:auto;}
.br1 {background: url(/images/br1.gif) 100% 100% no-repeat}
.tl1 {background: url(/images/tl1.gif) 0 0 no-repeat}
.tr1 {background: url(/images/tr1.gif) 100% 0 no-repeat; padding:3px}
.clear1 {font-size: 1px; height: 1px}


.twitted h1 {
	margin: 0;
	padding: 0.5em 0em 0.5em 0.2em;
	height:20px;
	text-align:left;
	font-size: 1.4em;
	color: #000;
	vertical-align:top;
	background-color: #ded7bd;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}


.twitted ul#twitter_update_list {
	margin: 0;
	padding:0px 8px 0px 8px;
	list-style-type: none;
	background-color: #ffffff;
	width: 192px;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	list-style-type: none;
	padding: 8px 0px 16px 0;
	background-image: none;
	width: 192px;
	border-bottom: 1px dotted #000;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	color: #000;
	font-weight:normal;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #a41c2b;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #a41c2b;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.5em 0.5em  0.5em 0.5em;
	font-weight:bold;
	text-align:right;
	color: #000 !important;
	background-color: #ded7bd;
}
.twitted p.profileLink a{
	color: #000 !important;
	display: block;
}