/** HEADER **/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Myriad Pro", Helvetica, Colibri, Arial, sans-serif;
}

#hd h1 {
	font-size: 500%;
	margin: 0px;
	color: #000;
	text-decoration: none;
}

#hd h1 a:visited {
	color: #000;
	text-decoration: none;
}

#hd h1 a:hover {
	color: #000;
	text-decoration: underline;
}

/** BODY **/

#bd {
	margin-top: 20px;
	padding-top: 10px;
}

/** FOOTER **/

#ft {
	margin-top: 15px;
	text-align: center;
}

/** POST **/

div.post {
	margin: 15px 0px;
}

div.post div.content h2 {
	font-size: 200%;
	margin: 0px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	margin-top: -5px;
}

div.post div.content h2 a, div.post div.content h2 a:visited, div.post div.content h2 a:hover {
	text-decoration: none;
	color: #333;
}

div.post div.content h2 a:hover {
	text-decoration: none;
	color: #000;
}

div.post div.metainfo ul {
	font-size: 85%;
	margin: 0px;
}

div.post div.metainfo ul li {
	list-style-type: none;
	margin-bottom: 3px;
}

img.avatar {
	margin: 0 auto;
}

.metainfo {
	border-left: 2px solid #444;
	padding-left: 3px;
}

.aright {
	float:right;
}

div.comment {
	border-left: 2px solid #444;
	padding-left: 3px;
}

.smaller {
	font-size: 0.9em;
}

#topmenu form {
	display: inline;
}

/** COMMENTS **/

dl#comment_form .formfield {
	width: 70%;
	border: 2px solid #666;
}

dl#comment_form dt, dl#comment_form dd {
	padding: 5px;
}

dl#comment_form dd {
	padding-left: 70px !important;
}

dl#comment_form dt {
	float:left;
}

/** PAGES **/

.page_content {
	margin-top: 20px;
}