/* http://yui.yahooapis.com/2.3.1/build/reset/reset-min.css */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:1em;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:0px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/* ours */
html
{
	font-size:100.01%;
}
body
{
	font: 0.8125em/1.75em Verdana, Arial, Sans-Serif;
	min-width: 75em;
}

h1
{
	font-weight: bold;
	margin-bottom: 1em;
}
a:link
, a:visited
, a:active
{
	text-decoration: none;
	color: #66a
}
div.header
{
	padding: 0.25em 1.0em 0.25em 1.0em;
}
div.header , div.header a:link , div.header a:visited , div.header a:active {
	color: #fff;
	background-color: #000;
}
div.header div.name
{
	text-align: left;
	float: left;
}
div.header div.date
{
	text-align: right;
	float: right;
}
div.menu
{
	text-align: right;
	float: right;
}
div.menu ul li
{
	display: inline;
	margin-left: 1.0em;
}
div.middle
{
	clear: both;
	margin: 1em 4em 0em 4em;
}

div.indeximage
, div.view
{
	text-align: center;
	overflow: hidden;
	clear: both;
}

div.indeximage
, div.view
, div.notice
, div.post
, div.archives
, div.rightFloat
{
	margin: 0 0 1.0em 0;
}

div.notice
{
	padding: 0.75em 1em 0.75em 1em;
	background-color: #eef0eb;
}

div.post
, div.search
, div.validator
{
	padding-top: 0.75em;
}

div.post p + p,
div.view p + p
{
	padding-top: 0.75em;
}

div.post
{
	border-top: 1px solid #66a;
}

div.post div.social
{
	position: relative;
	float: right;
	margin-left: 1em;
}

div.rightFloat
, div.leftFloat
{
	background: white;
}

div.leftFloat
{
	clear: left;
	float: left;
	padding-right: 1em;
}

div.rightFloat
{
	clear: right; 
	float: right;
	padding-left: 1em;
}

div.search
, div.validator
{
	clear: both;
	text-align: center;
}

div.footer
{
	clear: both;
	margin-bottom: 4em;
}

div.validator img
{
	margin-right: 3em;
	margin-left: 3em;
}

div.archive {float: left; margin: 1em 1em 1em 1em; height: 15em;}
div.archive table td, div.archive table th, div.archive table caption {font-weight: normal; text-align: center;}
div.archive table td {color: #bbb;}
div.archive table th {padding-left: 0.5em; padding-right: 0.5em; }
