/*

Template: Soon
Author: Jason Carulli
Author URI: http://jasoncarulli.com/

*/


body {
	margin: 0;
	padding: 0;
	background: #000 url(images/bg.jpg) top center no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4e3c37;
}


/* Common ---------------------------------------------------------------------------------------------------- */

.clear { clear: both; }

a { color: #4e3c37; text-decoration: none; outline: none; }
a:hover { color: #4e3c37; text-decoration: underline; }


/* Content ---------------------------------------------------------------------------------------------------- */

#wrap {
	width: 540px;
	margin: 0 auto;
}

#header {
	width: 540px;
	height: 150px;
	background: transparent url(images/header.png) bottom left no-repeat;
	margin: 0 0 20px 0;
	text-indent: -9999px;
}

#brb {
	width: 540px;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;	
	color: #f4e6c5;
	text-align: center;
}

#connect {
	width: 136px;
	margin: 0 auto;
	margin-bottom: 15px;
}
#connect ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#connect ul li a {
	float: left;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

#info {
	width: 230px;
	height: 55px;
	margin: 0 auto;
}



/* Twitter ---------------------------------------------------------------------------------------------------- */

#twitter {
	position: relative;
	width: 510px;
	height: 255px;
	margin: 0 auto;
	margin-bottom: 150px;
	background: url(images/twitter.png) center no-repeat;
}
#twitter .tweet {
	position: absolute;
	top: 60px;
	left: 30px;
	width: 450px;
	line-height: 20px;
	font-size: 14px;
}
.tweet ul.tweet_list {
	list-style: none;
	padding: 0;
	margin: 0;	
}
.tweet ul.tweet_list li a {
	font-weight: bold;
	text-decoration: underline;
}
#twitter .follow {
	position: absolute;
	top: 145px;
	left: 30px;
	font-weight: bold;
}




