@charset "utf-8";
/* CSS Document */

body {
	background-color: #fbd383;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.top { 
	width: 100%; 
	background: #771d19; 
	padding: 5px 0 5px; 
	border-bottom: 1px solid #4b5761; 
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #999; 
	text-align: center; 
	top: 0;
	float: left; 
	clear: both;
}

.top a { 
	color: #ccc; 
	padding: 2px 3px;  
	border-radius: 3px; 
	text-decoration: none; }

.top a:hover { 
	background-color: #000; 
}

.twitter_time {
	background-color: #00557e;
	width: 100%;
	float: left;
	margin: 0 auto;
}

.twitter_time .list {
	margin: 0 auto;
	width: 830px;
}

.twitter_time .list img { 
	display: block; 
	margin-bottom: 5px; 
	float: left; 
}

.twitter_time .list .twitters p {
	display: block;
	font-size: 16px; 
	color: #333; 
}

.twitter_time .list .twitters { 
	display: block; 
	width: 700px; 
	float: left; 
}

.twitter_time .list .twitters ul { 
	list-style: none; 
}

.twitter_time .list .twitters li { 
	margin: 12px 0; 
	font-size: 16px; 
	line-height: 15px; 
	font-family: Tahoma, Geneva, sans-serif;
}

.twitter_time .list .twitters .more { 
	display: block; 
	font-size: 23px; 
	color: #fff; 
	text-decoration: none; 
	margin-top: 10px; 
	float: left;
}

.twitter_time .list .twitters span.status { 
	color: #333; 
}
	
.twitter_time .list .twitters span.status a { 
	color: #fff; 
	text-decoration: none; 
}

.twitter_time .list .twitters a.time { 
	display: inherit; 
	color: #d0e0ec; 
	font-size: 14px; 
	text-decoration: none; 
}

#wrapper { 
	width: 980px;
	margin: 0 auto; 
}

.content { 
	width: 980px;
	float: left; 
}

.content .portfolio { 
	width: 980px;  
	float: left; 
}

.footer { 
	width: 100%; 
	text-align: center; 
	color: #333; 
	padding: 30px 0 60px; 
	float: left; 
	clear: both;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

.footer span { 
	display: inline; 
	margin-right: 50px; 
}

.footer a { 
	margin-left: 20px; 
}

.content .logo { 
	display: inline; 
	margin: 37px 0 10px 120px; 
	float: left; 
}

.content .logo img { 
	display: block; 
}

.content .logo h1,
.content .logo h2 { 
	font-size: 23px; 
	font-weight: normal; 
	line-height: 25px; 
	letter-spacing: -1px; 
	color: #fff; 
	text-shadow: 1px 1px 3px #282c2f;
	font-family: Tahoma, Geneva, sans-serif;
}

.content .logo h2 { 
	color: #cccccc; 
	letter-spacing: 0; 
}

.about { 
	width: 980px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.about a {
	color: #900;
	text-decoration: none;
}

.about h1 { 
	font-size: 18px; 
	font-weight: bold; 
	color: #00557e;
	font-family: Arial, Helvetica, sans-serif;
}

.about h2 {
	font-size: 20px;
	font-weight: normal;
	color: #00557e;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -5px;
}

.about .me { 
	width: 490px; 
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
}

.about .you { 
	width: 490px; 
	float: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
}

	


