@charset "utf-8";
/* CSS Document */

body {
	background: #4b6592 url(../images/bg.jpg) repeat-x fixed top left;
	/* color: #c386b6; */
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
	
#content {
	background-color:#666;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	-opacity: 0.9;
	width:200px;
	border:#333 1px solid;
	float:left;
	margin: 20px 10px 20px 20px;
	padding: 5px;
	
}

#container {
	background-color:#999;
	width:180px;
	border:#333 1px solid;
	float:left;
	margin: 6px;
	padding: 4px;
	list-style: none;
}

#container ul{
list-style-type: none;
padding: 0;
margin: 0;
}


a, a:visited {
	color:#c5d6e2;
	font-weight:bold;
	text-decoration: none;
	line-height:20px;
}

a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
	line-height:20px;
}

h1 {
	color: #FFFFFF;
	font-size:18px;
	text-transform:capitalize;
}

/*-----TWITTER STYLES ------------*/

.twitterPrefix {
	font-size: 10px;
	font-weight: normal;
	/*display: block;*/
}
.twitterStatus {
	font-size: 11px;
	margin:0px;
	list-style:none;
	/*text-align: justify;
	margin-bottom: 10px;
	list-style:none;
	list-style-type: none;*/
}
.twitterStatus a {
	font-size: 11px;
}
.twitterTime {
	margin-bottom: 2px;
	font-size: 10px;
	color: #181D25;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #181D25;
	padding-bottom: 0px;
}