@charset "utf-8";

html {
	overflow-x: hidden;
	overflow-y: hidden;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

@font-face {
	font-family: 'entypo';
	src: url('css/entypo.eot');
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: 'entypo';
	src: url('css/entypo.ttf') format("truetype");
}


.icon {
    font-family: entypo;
    font-size:25px;
}

div.scrollholder
{
    position: relative;
    width: 100%; 
    height: 328px;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 5px; height: 100%;
    font-size: 0;
    z-index: 3;
    background: #FFFFFF;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: #C0DEED;
}


body {
	width:180px;
	text-align:left;
	font-size:10px;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:120%;
}


a img {
	border:none;
}
td,tr,table {
	padding:0px;
	border:none;
	border-collapse: collapse;
	vertical-align:top;
}

#container {
	background-color:#A657A6;
}

#me { 
	width:180px;
	border:dotted #7BAFC9;
	border-width:0px 0px 1px 0px;
}

#me caption {
	display:;
	font-size:10px;
	line-height:1em;
	font-weight:bold;
	text-align:left;
	border:dotted #7BAFC9;
	border-width:0px 0px 1px 0px;
	background-color:#A657A6;
	color:#[@twitterwind_logo_color@];
	padding-bottom:5px;
	position:relative;
	padding-right:5px;
	white-space:nowrap;
}
	#me caption a {
	}
	#me caption a img {
		margin-right:5px;
		vertical-align:middle;
	}
	
	#me td.thumb {
		margin:0px;
		width:48px;
		height:48px;
	}

	#me tr {
	}

	#me td.text {
    font-size:10px;
		background-color:#382C38;
		vertical-align:middle;
		border:dotted #7BAFC9;
		border-width:0px 0px 1px 0px;
		padding-left:5px;
	}
	#me td.text tr.fullPosition{
		width: 100%;
	}
	
		#me td.text a {
		font-weight:bold;
		color:#FAF0FA;
	}
.timestamp {
		font-size:10px;
	}

#followers {
		display:on;
		color:#FAF0FA;
		width:180px;
		border:dotted #7BAFC9;
		border-width:0px 0px 1px 0px;
		background-color:#382C38;
	}


	#followers tr.user {
		background-color:#382C38;
		border:dotted #7BAFC9;
		border-width:0px 0px 1px 0px;
	}
	#followers td {
		padding-right:5px;
	}

	*+html #followers td, *html #followers td {
		border:dotted #7BAFC9;
		border-width:0px 0px 1px 0px;
        }

	#followers td img {
		width:24px;
		padding-right:5px;
		padding-top:5px;
	}


	#followers .username {
		font-weight:bold;
		color:inherit;
	}

	#followers td.text {
		display:on;
		color:#FAF0FA;
		background-color:#382C38;
		vertical-align:middle;
		word-break:break-all;
	}
		#followers td.text table.detail{
			width:100%;
		}
	#followers td.text a {
		color:#5EA5BF;
	}

	#followers .entry-meta {
    font-size:smaller;
	}
	#followers td .some-button, x:-moz-any-link, x:default {
		margin-bottom: 3px;
	}
	#followers td .some-button img.icon{
		width: 12px;
		height: 12px;
	}
	

.footer {
	width:180px;
	background-color:#FFFFFF;
}

#following_list {
	display:none;
}

	#following_list li {
		float:left;
		list-style:none;
	}

	#following_list a {
		display:block;
		float:left;
		width:24px;
		height:24px;
	}
	#following_list a img {
		width:24px;
		height:24px;
	}

p#viewAll {
	clear:both;
	margin:2px;
}

/*
#viewAll a {
  font-size:12px;
  line-height:100%;
}
/*


