body {
	background: #FFFFFF;
	margin: 0;
}

p {
	line-height: 1.6;
}

img {
	padding-bottom: 10px;
}

a {
	color: #999999;
	text-decoration: underline;
	-webkit-transition: all .3s ease-in-out; 
}

a:hover {
	text-decoration: underline;
	color: #73AABA;
	-webkit-transition: all .3s ease-in-out; 
}

h1 {
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 200;
	margin-top: 0px;
	color: #999999;
}

h2 {
	font-size: 20px;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	color: #999999;
	font-weight: 200;
	font-style: italic;
}

span.amp {
   font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
   font-size:110%;
   font-style:italic;
}

#wrapper {
	width: 580px;
	margin: 0 auto;
	padding-top: 60px;
}

#avatar {
	float: left;
	padding: 10px;
	background-color: #F3F3F3;
	height: 200px;
	width: 200px;
}

#main-text {
	float: right;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	width: 340px;
	padding-left: 20px;
}

#tweet-box {
	background-color: #F3F3F3;
	min-height: 127px;
	float: left;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	width: 200px;
	padding: 0 10px 0 10px;
	margin: 10px 0 10px 0;
}

#twitter_update_list {
	list-style: none;
	padding-left: 0;
}

#social-box {
	background-color: #F3F3F3;
	width: 580px;
	height: 52px;
	clear: both;
	text-align: center;
}

#social-wrap {
	padding-left: 30px;
}

.social-icon {
	padding: 10px;
	float: left;
	height: 32px;
	width: 32px;
}

.social-icon a {
	border-bottom: none;
	border: none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all .3s ease-in-out; 
}

.social-icon a:hover {
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
	-webkit-transition: all .3s ease-in-out; 
}

#footer {
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}

#footer a {
	color: #CCCCCC;
}