
body		
{
	font-weight: normal;
	font-family: Palatino,Times,"Times New Roman",serif;
	background: #ffffff;
	color: #000000;
	width: 800px;
	margin: 20px;
}

h1
{
	font-weight: bold;
	font-family: Palatino,Times,"Times New Roman",serif;
	font-size: 3.2em;
	padding: 0;
	margin: 0 0 0.5em 0;
}

h2, h3, h4, h5, h6
{
	font-weight: bolder;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
	padding: 0;
	margin: 0 0 0.5 0;
}

h2 { font-size: 1.2em; }

img { border: none; }



.column-left
{
	float: left;
	display: block;
	width: 500px;
	padding: 0px;
	margin: 0px;
}

.column-right
{
	float: right;
	display: block;
	width: 250px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 20px;
	border-left: #CCC;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	overflow: hidden;
	
	font-size: 0.9em;
	font-family: Helvetica, Geneva, Arial, Verdana, sans-serif;
}

.column-clear
{
	width: 800px;
	height: 20px;
	clear: both;
	border-color: #CCC;
	border-width: 1px 0 0 0;
	border-style: solid;
}



#header {
	text-align: left;
}


#aboutme-content
{
	text-align: center;
	margin: 0 0 2em 0;
}

#photo
{
	padding: 0;
	margin: 0 auto 0 auto;
}

#photo img
{
	width: 128px;
	height: 128px;
	border: 1px #999 solid;
	padding: 0;
	margin: 0;
}

#aboutme ul
{
	margin: 0;
	padding: 0 20px 0 20px;
	list-style-type: none;
}

#interests ul
{
	text-align: center;
	margin: 0;
	padding: 0 20px 0 20px;
}

#interests li
{
	display: inline;
	padding: 0 3px 0 0;
	list-style-type: none;
}

#elsewhere li
{
	display: block;
	padding: 0 0 0 22px;
	margin: 5px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	list-style-type: none;
}

#elsewhere .bbc_co_uk { background-image: url(./icons/bbc_co_uk.png); }
#elsewhere .delicious_com { background-image: url(./icons/delicious_com.png); }
#elsewhere .ebay_co_uk { background-image: url(./icons/ebay_co_uk.png); }
#elsewhere .facebook_com { background-image: url(./icons/facebook_com.png); }
#elsewhere .flickr_com { background-image: url(./icons/flickr_com.png); }
#elsewhere .geocaching_com { background-image: url(./icons/geocaching_com.png); }
#elsewhere .github_com { background-image: url(./icons/github_com.png); }
#elsewhere .identi_ca { background-image: url(./icons/identi_ca.png); }
#elsewhere .last_fm { background-image: url(./icons/last_fm.png); }
#elsewhere .linkedin_com { background-image: url(./icons/linkedin_com.png); }
#elsewhere .musicbrainz_org { background-image: url(./icons/musicbrainz_org.png); }
#elsewhere .qdos_com { background-image: url(./icons/qdos_com.png); }
#elsewhere .rubyforge_org { background-image: url(./icons/rubyforge_org.png); }
#elsewhere .search_cpan_org { background-image: url(./icons/search_cpan_org.png); }
#elsewhere .sourceforge_net { background-image: url(./icons/sourceforge_net.png); }
#elsewhere .twitter_com { background-image: url(./icons/twitter_com.png); }
#elsewhere .youtube_com { background-image: url(./icons/youtube_com.png); }

#buttons
{
	text-align: left;
	padding: 60px 20px 20px 20px;
}

#audio-scrobbler
{
	text-align: center;
	margin: 5px auto 5px auto;
}

#jabber-status		
{
	width: 190px;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	margin: 10px auto 10px auto;
	padding: 5px;
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEE;
}

#geocaching-stats {
	text-align: center;
	margin: 10px auto 10px auto;
}

#footer {
	text-align: left;
	font-family: Geneva, Helvetica, sans-serif;
	font-size: 0.6em;
}

