body {
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	overflow-x: hidden;
	background-color: #000;
	font-size: 100%;
}

h1,h2,h3 {
	font-weight: 100;
}

h2 {
	font-family: "museo-slab-1","museo-slab-2","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 100 !important;
}

#logo div {
	font-size: 36px;
	font-family: "museo-slab-1","museo-slab-2","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 500 !important;
}

#logo span {
	font-size: 14px;
}

div {
	line-height: 120%;
}

a {
	color: #009cff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#main_container {
	color: #302d23;
	background-color: #f7ede3;
	border-bottom: 5px solid #009cff;
	border-top: 1px solid #009cff;
}
#me {
	float: left;
	width: 516px;
	height: 539px;
}

#logo {
	text-align: center;
}

#meta {
	float: right;
	/* text-align: center; */
	padding-top: 208px;
}

#twitter_wrapper {
	
	width: 265px;
	margin: auto;
	margin-top: -10px;
	
}

#twitter_bird {
	position: relative;
	top: 40px;
	left: -61px;
	z-index: 101;
}

#twitter_data {
	background: url('../images/twitter-bg.gif');
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	text-align: left;
}

#twitter_data li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 6000;
}

#footer h2 {
	text-align: center;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li {
	font-size: 12px;
	padding: 10px 10px 10px 34px; 
	background-color: #151515 !important;
	background-position: 10px !important;
	background-repeat: no-repeat !important;
	margin-bottom: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#footer p {
	font-size: 12px;
}

#projects li {
	padding: 10px !important;
}

