@charset "UTF-8";

body {
	font-family: helvetica,arial,sans-serif;
	color: #331D0D;
	background: #FFF;
	margin: 0 auto;
	max-width: 600px;
	padding: 0;
	font-size: 10pt;
}

a, a:link {
	color: #06b;
	text-decoration: none;
}
a:visited, a:active {
	color: #06b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
span.symbol { color: #08c; }

/*
#bio {
	float: left;
	width: 320px;
	padding: 0;
	margin: 0 0 0 40px;
	line-height: 140%;
}
*/
#bio {
	/*width: 450px;*/
	padding: 0;
	margin: 20px 20px;
	line-height: 140%;
}
#twitBox {
	font-size: 12pt;
	margin: 20px 20px 20px 400px;
	padding: 0;
}
ul.twitWrap {
	margin: 0;
	padding: 0;
	list-style: outside none none;
}
ul.twitWrap li {
	list-style: outside none none;
	margin: 0 0 .5em;
	padding: 1em .75em;
	border: 1px solid #eee;
	background-color: #F2F2F2;
	border-radius: 5px;
	box-shadow: 0 0 1px #AAA;
	color: #323232;
}	

ul.twitWrap li small {
	color: #999;
	font-weight: normal;
	font-size: 60%;
	display: block;
	margin: .5em 0 0;
}
ul.twitWrap li small a {
	color: #777;
}
ul.twitWrap li:first-child {
	font-size: 130%;
	background-color: #dd4343;
	color: #fff;
	font-weight: bold;
}
ul.twitWrap li:first-child a {
	color: #800;
}
ul.twitWrap li:first-child small {
	color: #fff;	
}
ul.twitWrap li:first-child span.symbol { color: #a00; }

div.content {
	/*
	float: left;
	width: 326px;
	*/
}

.profile {
	text-align: left;
	padding-top: 16px;
}

.profile_pic {
	float: right;
	margin: -16px 0 10px 10px;
	border-radius: 5px;
}

h1 {
	color: #000;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 1px #fff;
	font-size: 180%;
}

h2 {
	color: #323232;
	margin: 0 0 1em 1em;
	padding: 0;
	text-shadow: 1px 1px 1px #fff;
	font-weight: normal;
	font-size: 90%;
}

h3 {
	color: #C82B1F;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: normal;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
}

p {
	margin: 0 0 1.5em 0;	
}
p.gimme-more { text-align: right; padding: 5px;}

	
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

