@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/background.jpg);
	background-repeat:repeat-x;
	background-color:#000
}
#sprite {background-image: url(/images.png);}
		.header {width:800px; height:284px; background-position:0 -204px; background-repeat:no-repeat;}
		.I8 {width:300px; height:50px; background-position:0 0; background-repeat:no-repeat;}
		.IH {width:300px; height:50px; background-position:0 -153px; background-repeat:no-repeat;}
		.FB {width:300px; height:50px; background-position:0 -51px; background-repeat:no-repeat;}
		.GR {width:300px; height:50px; background-position:0 -102px; background-repeat:no-repeat;}
		.footer {
	width:284px;
	height:76px;
	background-position:-301px 0;
	background-repeat:no-repeat;
}
.footerman {
	width:36px;
	height:94px;
	background-position:-587px 0;
	background-repeat:no-repeat;
	padding-right: 5px;
}
.aslogo {width:16px; height:16px; background-position:-301px -77px; background-repeat:no-repeat;}
.twitterlogo {width:8px; height:10px; background-position:-318px -77px; background-repeat:no-repeat;}
.lastfmlogo {width:103px; height:50px; background-position:-301px -94px; background-repeat:no-repeat;}
.twitterheader {width:150px; height:26px; background-position:-301px -145px; background-repeat:no-repeat;}
.blogheader {
	width:71px;
	height:26px;
	background-position:-301px -171px;
	background-repeat:no-repeat;
}

body,td,th {
	font-family: Book Antiqua, sans-serif;
	font-size: 12px;
	color:#FFF;
}
.img {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px solid #FFF;
}
a:link {
	color: #4888D8;
	font-family: "Book Antiqua", sans-serif;
	font-size: 14px;
	text-decoration: none;
}
a:visited {
	color: #999999;
	font-family: "Book Antiqua", sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.photo {
	margin: 10px;
	border: 1px solid #FFF
}

div#photos img {
	border: 0px solid #FFFFFF;
}
.posttitle {
	font-size: 16px;
	font-weight: bold;
}

.date {
	color:#999;
}
