@CHARSET "ISO-8859-1";
/* Basic setup */
body, html {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cdcdcd;
	background: #000;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #6F6F6F;
	outline: none;
}
a img {
	border: none;
}



/* Header */
#twitter_header {
	position: relative;
	margin: 10px;
	clear: both;
	font-family: Georgia, Times New Roman, Times, sans-serif;
	font-size: 30px;
}
#twitter_header img {
	float: left;
}
#twitter_header #title {
	margin-bottom: 10px;
	margin-left: 13px;
}
#twitter_header #twitter_status {
	padding: 10px;
	padding-top: 20px;
	margin: 0 auto; 
	width: 50%;
}
#twitter_status #user {
	height: 1.2em;
	font-size: 80%;
	color: #6F6F6F;
}
#twitter_status #user span {
	color: #cdcdcd;
	font-style: italic;	
}


#twitter_header #sponsor {
	display: block;
	float: right;
	height: 150px;
	vertical-align: middle;
}
#twitter_header #sponsor img {
}


/* Columns */
.twitter_column {
	position: relative;
	float: left;
	margin: 10px;
	padding-top: 40px;
	width: 48%;
}
.twitter_column#column2 { float: right; }
.column_header {
	position: absolute;
	top: 0px;
	left: 13px;
	font-family: Georgia, Times New Roman, Times, sans-serif;
	font-size:30px;
	color: #6F6F6F;
}
.column_header span {
	color: #cdcdcd;
	font-style: italic;
}


/* Twitter statuses */
.twitter_status {
	position: relative;
	clear: both;
	margin: 0px;
	margin-bottom: 5px;
	padding:5px;
	padding-left: 80px;
	padding-right: 15px;
	padding-bottom: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #222222;
	border: 1px solid #191919;
}
.twitter_recent {
}

.twitter_image {
	float:left; 
	width: 50px;
	height: 50px;
	margin-left:-68px;
	margin-top: 5px;
	border: solid 2px #626161;
}
.twitter_author {
	position: absolute;
	bottom: 0px;
	right: 15px;
	padding: 0 0 4px 0;
	font-size:11px;
	color:#6F6F6F;
	text-align: right;
}

/* Hidden horisontal ruler to fix the image wrapping */
.twitter_status hr,
#twitter_header hr {
	display: block; 
	clear: left;
	margin-bottom: -5px;
 	visibility: hidden;
 }
 
 
 /* Feeds */
.wrapper {
	position: relative;
	width: 90%;
	margin: auto;
}
div.feed_button {
	position: relative;
	margin: 20px;
	float: left;
	width: 30%;
	height: 300px;
}
a.feed_button {
	position: relative;
	float: left;
	margin: 20px;
	width: 29%;
	height: 300px;
	font-family: Georgia, Times New Roman, Times, sans-serif;
	font-size: 30px;
	font-style: italic;
	color: #cdcdcd;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #111111;
}
a.feed_button:hover {
	background: #2F2F2F;
}	
a.feed_button span {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	width: 100%;
	text-align: center;
}

