/* Neils adaptions to the stardust theme for chyrp */
body {
	background-color: #0bb;
	color: #111;
	font: normal 1.1em/1.5em 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	height: 100%;
}

/* effect sidebar mainly */
a:link,
a:visited {
	color: #022;
}

h1,
h2 {
	letter-spacing: -.01em;
}
h1 {
	color: #344469;
	font: bold 2.6em verdana, arial, helvetica, sans-serif;
	margin-bottom: .3em
}
h2 {
	color: #664761;
	font: bold 2em verdana, arial, helvetica, sans-serif;
	margin-bottom: .4em;
}
h3 {
	font: bold 1.75em verdana, arial, helvetica, sans-serif;
	margin-bottom: .5em;
}

div#controls {
	background-color: #0bb;
}

div#header {
	background-color: #099;

}

div#header h1 a:link,
div#header h1 a:visited,
div#header h2 {
	color: #eee;
	font-style:normal;
	font-family:verdana;
}

div.post a:link  {
	color:#000;
	text-decoration:underline;
}

div.post a:visited {
	color:#222;
	text-decoration:underline;
}

div.post a:hover {
	color:blue;
}