
/**
 * General styling
 */

body {
	background-color: black;
	padding: 0px;
	margin: 0px;
	font-family: Segoe UI, Trebuchet MS, Helvetica, Arial;
	font-size: 13px;
	color: #ccc; /* used in lifestream items */
}

h1, h2 {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.reverse {
	direction: rtl;
	unicode-bidi: bidi-override;
}


/**
 * Contact
 */

div#contact {
	color: #555;
}

div#contact a:link, div#contact a:visited, div#contact a:active, div#contact a:hover {
	color: #555;
}

div#contact a:hover {
	color: black;
}


/**
 * Headshot - image dimensions are set by Headshot.resize()
 */

img#headshot {
	visibility: hidden;
	position: absolute;
	z-index: -1;
}


/**
 * Lifestream
 */

ul.lifestream {
	padding-right: 20px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	/* text-shadow: 0px 1px 1px black; ugly in Chrome */
}

ul.lifestream span.date {
	font-size: 11px;
	color: #999;
	float: right;
	padding-left: 5px;
	padding-top: 2px;
}

ul.lifestream li {
	padding-left: 20px;
	min-height: 16px;
	background-repeat: no-repeat;
	background-position: 1px 2px;
	font-size: 12px;
	padding-top: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #333;
}

ul.lifestream li.LastFmLifeStream {
	background-image: url(../gfx/icon_lastfm.gif);
}

ul.lifestream li.TwitterLifeStream {
	background-image: url(../gfx/icon_twitter.gif);
}

ul.lifestream li.FlickrLifeStream {
	background-image: url(../gfx/icon_flickr.gif);
}

ul.lifestream img.thumbnail {
	display: block;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #fff;
}

ul.lifestream span.username {
	color: #999;
}

ul.lifestream a:link, ul.lifestream a:visited, ul.lifestream a:active {
	font-weight: bold;
}
