@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background: #011;
}

h1, h2, h3, h4, h5, h6 {
	margin: auto;
	font-weight: normal;
	font-size: medium;
}

ul {
	padding: 0px;
	list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a:focus {}

#page {
	background: #fff;
	color: #333;
}

#head {
	padding: 8px 0px;
	text-align: center;
}

#head h1 {
	line-height: 1em;
	font: large Skia, Optima, "Gill Sans", Futura, sans-serif;
}

#head h1 a {
	color: #000;
}

#menu {
	font-size: small;
	line-height: 1.5em;
	height: 1.5em;
}

#menu ul {
	margin: auto;
	background: #666;
}

#sitenavi {
	height: 1.5em;
}

#sitenavi li {
	display: inline;
	margin: 0.25em;
}

#sitenavi a {
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
}

#sitenavi a:link,
#sitenavi a:visited {
	color: #fff;
}

#sitenavi a:hover {
	color: #000;
	text-decoration: underline !important;
}

#body {
	width: 660px;
	margin: auto;
}

#main {
	width: 500px;
	float: left;
}

#main a:hover {
	text-decoration: underline;
}

#main h2 {
	font-size: x-large;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

#main h3 {
	font-weight: bold;
	line-height: 1.2em;
}

/*.post h2 {
	font-weight: bold;
	color: #000;
}*/

#side {
	width: 120px;
	float: left;
}

.clear {
	clear: both;
}

#foot {
	margin-top: 32px;
	background: #000;
	text-align: center;
	font: bold x-small sans-serif;
	border-bottom: 1px solid #333;
}

#foot,
#foot * {
	color: #fff;
}

.hidden {
	display: none;
}
