body
{
	font-family: "Verdana", sans-serif;
	margin: 0px;
	padding: 15px;
	background-color: white;
	color: black;
	font-size: 0.8em;
}

p
{
	line-height: 1.5em;
}

ins
{
	text-decoration: none;
}

a
{
	color: inherit;
	text-decoration: underline;
}

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

a.download
{
	font-weight: bold;
}

h1
{
	font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #00f;
	color: white;
	padding: 0.1em;
	margin: -15px;
	margin-bottom: 10px;
	font-size: 2.2em;
	letter-spacing: 0.02em;
}

img.screenshot
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1.subtitle
{
	background-color: white;
	color: blue;
	margin-top: -10px;
}

h1 a
{
	color: white;
	text-decoration: none;
}

h1.subtitle a
{
	color: blue;
}

h1 a:hover
{
	color: white;
	text-decoration: underline;
}

h1.subtitle a:hover
{
	color: blue;
}

h1 a:visited
{
	color: white;
}

h1.subtitle a:visited
{
	color: blue;
}

dt
{
	font-family: "Lucida Grande", "Trebuchet MS", "Verdana", sans-serif;
	font-size: 1.2em;
}

dt a
{
	text-decoration: none;
	color: blue;
}

h2
{
	font-family: "Lucida Grande", "Trebuchet MS", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
}

div.stufftype
{
	float: left;
	width: 31%;
	margin: 1%;
}

div.stufftype h2
{
	text-align: center;
}

div.stufftype p
{
	line-height: 1.2em;
}

div.weblog
{
	width: 52em;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

a.big_link
{
	font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0.1em;
	margin: -15px;
	margin-bottom: 0;
	font-size: 2.2em;
	letter-spacing: 0.02em;
	display: block;
}

a.big_link
{
	color: inherit;
	text-decoration: none;
}

a.big_link:hover
{
	color: blue;
}

a.new:after
{
	color: red;
	content: " (new!)";
}

a.offline
{
	color: gray;
}

a.offline:after
{
	content: " (currently offline)";
}

a.coming_soon
{
	color: gray;
}

a.coming_soon:after
{
	content: " (coming soon)";
}

div.delicious
{
	margin-top: -5px;
}

div.delicious img
{
	float: left;
	margin-right: 5px;
}

label
{
	font-family: "Lucida Grande", "Trebuchet MS", "Verdana", sans-serif;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

#footer
{
	clear: left;
	color: #aaa;
	font-size: 0.7em;
	text-align: right;
	margin: -14px;
	margin-top: 5em;
}

/* journal */

div.day
{
	margin-bottom: 1em;
}
div.day h2
{
	float: left;
	text-align: right;
	width: 10em;
	font-size: 1em;
	padding: 1em;
}
div.day p
{
	border-left: 0.1em solid black;
	margin: 0;
	margin-left: 12em;
	padding: 1em;
}
div.toolbox
{
	text-align: center;
	float: right;
	margin-left: -100%;
	padding: 0.2em;
	padding-top: 0;
}
a.xml
{
	background-color: #f60;
	color: white;
	padding: 0 0.2em;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid;
	border-color: #eee black black #eee;
}
a.xml:hover
{
	text-decoration: underline;
}

hr
{
	border: none;
	background-color: black;
	height: 0.1em;
	width: 8em;
	margin: 1em auto;
}

#comments
{
	margin: auto;
	padding: 0 0.5em;
	background-color: #ccf;
	width: 55%;
}

a.comments_link
{
	font-family: "Lucida Grande", "Trebuchet MS", "Verdana", sans-serif;
	background-color: white;
	text-decoration: none;
	color: black;
	padding: 0.2em 0.5em;
	margin-left: -0.5em;
	margin-right: -0.5em;
	margin-top: -0.5em;
	width: 100%;
	text-align: center;
	float: left;
}

a.hide_comments
{
	color: black;
	background-color: #aaf;
	margin-top: -1em;
}

a.comments_link:hover
{
	color: black;
	background-color: #ccf;
}

a.hide_comments:hover
{
	color: black;
	background-color: #99f;
}

div.comment
{
	padding-top: 1em;
	overflow: hidden
}

div.comment h3
{
	margin: 0;
	padding: 0;
	float: left;
	font-size: 1em;
	width: 9em;
	text-align: right;
	overflow: auto;
}

form div.comment
{
	overflow: visible;
}

form div.comment h3
{
	overflow: visible;
}

div.comment p
{
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
	margin-left: 10em;
}

div.comment input
{
	font-family: "Lucida Grande", "Trebuchet MS", "Verdana", sans-serif;
}

div.comment input, div.comment textarea
{
	width: 100%;
	background-color: #ccf;
	border: 1px solid #99f;
	font-size: 1em;
}

div.comment h3 input, div.comment textarea
{
	font-family: "Verdana", sans-serif;
}

div.comment input:hover, div.comment textarea:hover
{
	border: 1px solid #66f;
}

div.comment h3 input
{
	text-align: right;
	font-weight: bold;
}

div.comment textarea
{
	height: 10em;
}
