@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
	font: 0.9em "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
	background: #47433b;
}
#main {
	background: url(../images/main_bg.png) repeat-x;
	min-height: 340px;
}
#tweetbox {
	z-index:200;
	height: 108px;
	width: 527px;
	position: fixed;
	right: 0;
	bottom: 0;
	margin: 10px;
	background: url(../images/tweetbox.png);
}
#tweetbox #avatar {
	position: relative;
	height: 73px;
	width: 73px;
	left: 18px;
	top: 16px;
}
#tweetbox #tweet {
	position: relative;
	height: 79px;
	width: 352px;
	top: -64px;
	z-index: 2;
	overflow: hidden;
	color: #bdbdbc;
	font-size: 0.95em;
	left: 114px;
}
#tweet span.source {
	font-size: 0.9em;
	color: #818181;
}

#bubbles {
	list-style: none;
	margin: 0;
	padding: 0;
}

#bubbles .bubble {
	background: url(../images/bubble_generic.png) no-repeat;
	height: 243px;
	width: 224px;
	float: left;
	margin: 15px 15px 0px 5px;
	padding: 10px;
}

#bubbles .application {
	background: url(../images/bubble_application.png) no-repeat;
}

#bubbles .link {
	background: url(../images/bubble_link.png) no-repeat;
}

#main #bubbles {
	width: 80%;
	margin-left: 5%;
}
.bubble h2 {
	font-weight: bold;
	color: #ecbc5d;
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
}
.bubble p {
	color: #dcdcdc;
	font-size: 0.87em;
	margin: 0px;
}

#header #logo {
	padding-left: 200px;
}
#header {
	width: 100%;
}

#stripes {
	background: #29ad00 url(../images/stripes_01.png) repeat-y;
	height: 25px;
}
#header {
	background: #FFFFFF;
	position: inherit;
	z-index: 100;
	left: 0px;
	top: 0px;
}
img {
	border-style: none;
}
#tweetbox #providers {
	position: relative;
	width: 16px;
	top: -143px;
	left: 494px;
}


#tweetbox #providers img {
	margin-bottom: 3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75; 	
}

#tweetbox #providers img:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1; 	
}