/*   

Theme Name: Reality Ends Here Offline
Theme URI: http://www.reality-ends-here.net/
Author: Drea
Author URI: http://www.reality-ends-here.net/
Description: Reality Ends Here's offline splash including Twitter.
Version: 1.0

*/



/***************
POSITIONING
****************/

body {
		background: #2f2f2f;
		margin: 15px 0;
		text-align: left;
}

#container {
		background: #2e2e2e;
		margin: 0 auto;
		width: 450px;
		height: 100%;
		text-align: center;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
}

#header {
		background: #2f2f2f url("images/offline/twitter.jpg");
		width: 450px;
		height: 121px;
		padding: 0px;
		margin: 0 auto;
}

#tweets {
		width: 255px;
		height: 65px;
		padding: 10px;
		margin: 0 auto;		
}

#twiticon {
		width: 182px;
		height: 26px;
		padding: 0px;
		margin-top: 5px;
}

#clearer {
		clear: both;
}


/***************
STYLE
****************/

.tweets {
		background: #5b5d5b;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #c0d84c;
		padding: 0px;
		margin: 0px;
		text-align: left;
}

a, a:link, a:visited {
	color: #c0d84c;
	background: #5b5b5b;
	text-decoration: none;
	font-weight: bold;
}

a, a:hover {
	color: #5b5b5b;
	background: #c0d84c;
	text-decoration: none;
	font-weight: bold;
}

ul li {
	list-style-position: inside;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}