/*  
Theme Name: miu
Theme URI: http://miu.keikenti.net/
Description: Custom designed theme for ‹miu›.
Author: Kimiko the Furball
Author URI: http://miu.keikenti.net/
*/


/*
   Main Structure
   ----------------------------------------------------------------------- */
#nav, #page, #footer {
	margin: 0 auto;
}

#page #top {
	display: none;
}

#page #content {
	margin: 0;
	width: 100%;
}

#page #sidebar {
	display: none;
}

#footer {
	display: none;
}

/*
   Post info
   ----------------------------------------------------------------------- */
.post .info {
	display: none;
}


/*
   Misc tags
   ----------------------------------------------------------------------- */
acronym, abbr {
	border-bottom: 1px dashed #999999;
}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

small {
	font-size: 11px;
}

.instructions {
	background: url('/img/warning.gif') no-repeat;
	padding: 0px 0px 0px 40px;
	font-size: 10px;
}

.breaker {
	height: 8px;
}


/*
   Typography
   ----------------------------------------------------------------------- */
body {
	font-family: Times, 'Times New Roman';
	font-size: 12pt;
	line-height: 1.5em;
	color: #000000;
}

h1 { display: block; }

h2 {
	text-transform: lowercase;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
}

h3 {
	font-family: Times, 'Times New Roman';
	font-weight: bold;
	font-size: 10pt;
}

.part2 {
	color: #CC3333;
	font-size: 18px;
}

#page #content {
	text-align: justify;
}

a:link, a:visited  {
	text-decoration: none;
	color: #3333CC;
}

a:hover, a:active {
	text-decoration: underline;
	color: #0000FF;
}

h2 a {
	color: #000000;
}

/*
   Comments
   ----------------------------------------------------------------------- */
#response {
	margin: 0;
}

#comments dl {
	margin-top: 0;
	color: #666;
}

#comments dl dt {
	font-weight: normal;
	color: #333;
	padding: 12px 12px 4px 12px;
	margin: 0 0 2px 0;
	line-height: 1em;
	background: url('/img/com_bg.gif') no-repeat top left;
}

#comments dl dt img {
	vertical-align: middle;
}

#comments dl dd {
	color: #666;
	padding: 8px 0 0 0;
	margin: 0 0 25px 30px;
	font-size: 100%;
	border-top: 1px solid #eee;
}

#comments dl dd p {
	margin-top: 0;
}

.gravatar {
	margin: 2px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	width: 40px;
	height: 40px;
}


/*
   WT
   ----------------------------------------------------------------------- */
#page #content .coa {
	line-height: 1.3em;
	font-size: 10pt;
	margin-top: 10px;
}

#page #content .cob {
	line-height: 1.3em;
	font-size: 10pt;
	margin-top: 10px;
}

#page #content .coa img, #page #content .cob img {
	padding-top: 2px;
	padding-right: 5px;
}


#page #content .coe {
	float: left;
	width: 300px;
	font-size: 10px;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#page #content .cor {
	float: right;
	width: 300px;
	font-size: 10px;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#page #content .coc {
	margin-bottom: 5px;
}

.noprint {
	display: none;
}