/* CSS Document 
#ffea00
#00a7d8
#d01f3c
*/

body {
	background-color: #bcecfc;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #41494b;
	font-weight: normal;
	margin: 0px;
	padding: 0px;

}

.wrapper {
	width: 100%;
/*	margin-top:20px;*/
}

a {
	color:#41494b;
	text-decoration:underline;

}
.header {

	background: url(images/bg_top.gif) repeat-x;
	height:167px;
	*height:10px;	
	margin-top:0px;
	*margin-top:0px;
	background-color:#bcecfc;
	
}

.header .cont {

	width: 960px;
	height: 42px;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	margin-top: 0;


}
.header .cont .logo {
	float:left;
	padding-left:50px;
	padding-top:30px;	

}

.header .cont .login {
	float:right;
	width:250px;
	height:20px;
	padding:10px;
	margin-top:20px;
	margin-right:60px;
	background-color:#ffffff;
	border: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;		
}

.header .cont .login a{
	font-size:12px;
	font-weight:bold;
	color:#41494b;
	text-decoration:underline;
	padding-right:20px;
}

.bodywrap {
	float:left; 
	width:50px;
}

.tweets {
	float:left;
	width:600px; 
	background-color:#FFFFFF;  
	padding:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px;
	color:#41494b;
}

.tweets .container {
	border-top:1px #cccccc dotted; 
	height:55px; 
	padding:5px;
	font-size:13px;
	clear:both;

}

.tweets .image {
	float:left; 
	margin-right:10px; 
}
.tweets a.reply {
	font-size:12px;
	color:#33CCFF;
	font-weight:bold;
	text-decoration:none;	
}
.tweets a.reply:hover {
	font-size:12px;
	color:#ff5533;
	font-weight:bold;
	text-decoration:underline;	
}
.tweets a.tweep {
	color:#33CCFF;
	font-weight:bold;
	text-decoration:none;	
}
.tweets a.tweep:hover {
	color:#33CCFF;
	font-weight:bold;
	text-decoration:underline;
}

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

.tweets a {
	color:#41494b;
	text-decoration:underline;	
}
.tweets a:hover {
	color:#ff5533;
	text-decoration:underline;	
}
.tweets a.next {
	color:#ff5533;
	text-decoration:none;	
}
.tweets a.next:hover {
	color:#33CCFF;
	text-decoration:underline;
}
.tweets a.prev {
	color:#999999;
	text-decoration:none;	
}
.tweets a.prev:hover {
	color:#33CCFF;
	text-decoration:underline;
}
.tweets .date {
	font-size:10px; 
	color:#999999;
	line-height:25px;
	float:left;
}

.tweets .reply {
	float:right;
	

}
.sidebar {
	float:left;
	width:200px; 
	background-color: #ff5533; 
	padding:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px ;
	color:#FFFFFF;
}
.sidebar .title{
	font-size:14px;
	color:#fff000;
	font-weight:bold;
	line-height:20px;
}

.sidebar a{
	font-size:12px;
	color:#41494b;
}
