


/* HTML ELEMENTS */
.twitter-container { padding-left:75px;}

/* TWEETS */
#tweets { width:340px; height:70px; overflow:auto; }
#tweets p { font-size: 14px; margin: 0px; margin-top:7px; padding: 10px; color: #33A9F0; font-family: 'Droid Sans', arial, serif;}
#tweets p a { padding-left:2px; }
#tweets p a img { border:none; }

/* INFORMATION */
#info { position: absolute; left: 620px; top: 105px; width: 340px; height:70px; 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:0; }
#info p a { color: #96997a; }

.big { font-size:20px; }
.big span { color: #bfe1f1; font-size:24px; }

/* OVERLAY */
#overlay {
z-index:338;
position:absolute;
	width: 340px;
	height: 70px;
	background: url("../images/transpBlue_overlay.png");

}
#overlay img { margin:auto;}
