/*
	Style for Mikebach.org/status/
	Writen By Michael Bach http://mikebach.org
	Initial Version: Feb 1 2007
	Last Update: Feb 1 2007
*/

body {
	font-family:helvetica, sans-serif;
}

a {
	font-family:helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
}

a:visited {
	color:#666666;
}

a:hover{
	text-decoration:underline;
}

a:active {

}

a img {
	border:0px;
}

h2 a {
	font-size:x-large;
}

h2 {
	font-size:x-large;
}

div#content {
	margin:10px auto;
	padding:10px;
	width:800px;
	text-align:center;
}

.side {
	width:350px;
	text-align:left;
	padding:5px;
	font-size:small;
}


div#left {
	float:left;
}

div#right {
	float:right;
}

.titleimage {
	margin-top:-3px;
	margin-bottom:3px;
	padding-right:5px;
	display:inline;
	vertical-align:middle;
}

/* Boxes */

#delicious ul li a {
	font-size:small;
}

#delicious ul li:before {
	content: "\00BB \0020";
}

#opml ul {
	list-style: disc url(opml/opml-icon-12x12.png) inside;
}
