@charset "UTF-8";
/* CSS Document */
/* UTULITIES */
.clear{clear: both;}
.push{height: 30px;}
/* END */
/* ORDER PAGE CORRECTLY */
*{margin: 0; padding: 0;}
html{ position: relative;}
/*body{font-family: Helvetica, Verdana, Arial, sans-serif; width: 100%; height: 100%; background: #1E202A;color:#3494E5;}*/
/*body{font-family: Helvetica, Verdana, Arial, sans-serif; width: 100%; height: 100%;}*/
.center{margin: 0 auto;}
a{text-decoration:none;color:#4AA1EF; overflow: hidden}
a:hover{color: #3D658E;}
/* END */
/*
#twitter_widget_top{background: url(../images/top.jpg) top left no-repeat; width: 475px; height: 30px;margin-top:81px; }
#twitter_widget_body{background: url(../images/body.jpg) left repeat-y; width: 475px;}
#twitter_widget_bottom{background: url(../images/bottom.jpg) bottom left no-repeat; width: 475px; height: 21px; }
*/
#twitter_widget_top{ width: 660px; height: 10px;margin-top:5px; }
#twitter_widget_body{ width: 660px;}
#twitter_widget_bottom{width: 640px; height: 21px; }

#twitter_icon{background:url("../images/twitter_icon.jpg") no-repeat scroll center bottom transparent;height:50px;margin-left:30px;position:absolute;top:33%;width:50px;
}
#twitter_icon:hover{ background-position: top center;}
#twitterWrap{
	overflow: hidden;
	width: 620px;
	float: right;
	background: #1E202A;
	margin: 20px 20px 0;
	border: 1px solid #062333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#twitter_movement{position: relative;}
.tweet {
font-family:"Lucida Grande",Verdana,Arial,sans-serif;
font-size:15px;
line-height:18px;
padding:15px;
position:relative;
text-align:center;
}

.next{
/*background:url("../images/arrows.jpg") no-repeat right top transparent;*/
float:right;
height:14px;
margin-right:20px;
margin-top:10px;
width:60px;}
.next:hover{background-position: right center;}
.previous{
/*background:url("../images/arrows.jpg") no-repeat left bottom transparent;*/
float:left;
height:14px;
margin-left: 20px;
margin-top:10px;
width:60px;}
.previous:hover{background-position: left center;}

.created_at {
display:block;
font-size:12px;
font-style:italic;
padding-right:20px;
text-align:right;
}
.follow_me{display:block;
float:left;
margin:10px;
text-align:center;
width:280px;}
.info{padding-top:5px;text-align:center;}
