@import url('reset.css');

body {
	background: url('../images/black_bg.png') #EEEEEE repeat-x;
	color: #000000;
	min-width: 650px;
	text-align: center;
}

#find-me	{
	color: #EEEEEE;
	font-family: Georgia, Helvetica, serif;
	font-size: 1em;
	height: 30px;
	padding: 10px 0px;
	width: 100%;
}

#find-me span	{
	display: block;
	float: left;
	margin-right: 15px;
}

#find-me ul {
	display: block;
	float: left;
}

#find-me li	{
	display: block;
	float: left;
	margin-right: 20px;
}

#content {
	margin: 0px auto;
	min-width: 650px;
	text-align: left;
	width: 65%;
}

h1 {
	color: #C71E1E;
	font-family: Georgia, Helvetica, serif;
	font-size: 4.5em;
	margin: 20px 0;
	text-shadow: #CCCCCC 2px 2px 3px;
}

p {
	font-family: Georgia, Helvetica, serif;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.6em;
	margin-bottom: 1em;
	text-shadow: #CCCCCC 1px 1px;
}

p.twitter	{
	margin-top: 50px;
}

span.twitter_label	{
	border-top: 1px dotted #AEC4AE;
	padding-top: 15px;
}

span.twitter_time {
	color: #999999;
}

a:link, a:visited {
	border-bottom: 1px dotted #AEC4AE;
	color: #C71E1E;
	padding: 2px;
	text-decoration: none;
}

a:hover, a:active	{
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}