/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* TWEETS */
#tweets { width: 100%; height:350px; overflow:auto; }
#tweets p {
	margin-bottom: 10px;
	padding: 10px;
	color: #000000;
	border: 1px dotted #999;
	margin-right:12px;
}
#tweets p a { padding-left:2px; }
#tweets p a img { border:none; }

/* INFORMATION */
#info { position: absolute; left: 620px; top: 105px; width: 376px; height:300px; color: #96997a; font-size:14px; }
#info h1 { font: bold 18px Helvetica, Arial, Sans-serif; text-align: center; color: #eee; text-shadow: 0px 2px 6px #333; }
#info h1 small { font-size: 13px; text-transform:uppercase; display: block; color: #ccc; margin-top:10px; }
#info h2 a { display: block; text-decoration: none; margin: 10px 0; font: italic 13px Georgia, Times, Serif;  text-align: center; color: #bfe1f1; text-shadow: 0px 2px 6px #333; }
#info h2 a:hover { color: #90bcd0; }
#info p { margin:15px 0; }
#info p a { color: #96997a; }

.big { font-size:20px; }
.big span { color: #bfe1f1; font-size:24px; }

/* OVERLAY */
#overlay { position: absolute; left: 8px; top: 39px; width: 442px; height:390px; background: url("../images/transpblue_overlay.png"); }
#overlay img { position:relative; left:200px; top:189px; }
#twitterBird{
	height: 49px;
	width: 54px;
	background: url("../images/twitter-bord.gif");
	position: absolute;
	left: 155px;
	top: 5px;
	z-index:9999;
}