* {
margin: 0;
padding: 0;
}

a {
color: #CF1100;
}


a:hover {
color: white;
}

a:visited{
color:#8C1100;
}


body {
background-color: #000000;
background-position: top left;
background-image:url('/images/oni/logo.jpg');
background-attachment:fixed;
background-repeat:no-repeat;
font: normal 11px/18px georgia, times, serif;
color: white;

}

.centable{
	margin-left:auto;
	margin-right:auto;
}


.blog_link{
	text-decoration:none;
}

#blogTitle{
	font: bold 40px "MS　P明朝",Osaka,sans-serif;
	margin-top:5px;
	text-align:center;
}

#blogDescription{
	font: bold 22px "MS P明朝",Osaka,sans-serif;
	margin-top:37px;
	text-align:center;
	color: #CF1100;
}







form {
	display:inline;
}

hr {
	background: #CF1100;
	width:90%;
}


.valid {
	text-align:left;
	border:0;
}




.calendar{
	width: 90%;
	border: 0px;
	margin-left: 3px;
	margin-right: 3px;
}

.center{
	text-align: center;
}

.clWeek{
	/*border:1px 0px 0px 0px solid #FBDE44;*/
	padding: 1px;
	margin-left: 2px;
	margin-right: 2px;
}

.clDay{
	/*border:1px 1px 1px 1px solid #FBDE44;*/
	padding: 1px;
	margin-left: 2px;
	margin-right: 2px;
}


.gutterHR{
	color: #CF1100;
	width: 90%;
	size: 1px;
	text-align: center;
}


.gutterSpacer{
	height: 20px;
	width:5px;
}

.trackback{
	font-size:9px;
	text-align:center;
}


.gutterHeader{
	text-align:center;
	color: #CF1100;
	background-color:white;
}


.postTitle{
	font-size:large;
	background-color:white;
	border-style:double;
	border-width:4px;
	border-color:black;
	padding-left:10px;
}
.commentTitle{
	font-size:large;
	background-color:#DEDEDE;
	border-style:double;
	border-width:4px;
	border-color:#111111;
	padding-left:10px;
	color:#660000;
}

.postContainer{
	width:92%;
	/*background-image:url(/images/lamp/postbg.gif);*/
	color: white;
	text-align:left;
	border-color:#8C1100;
	border-width:1px;
	border-style:dotted;
}


.commentContainer{
	width:72%;
	/*background-image:url(/images/lamp/postbg.gif);*/
	color: white;
	text-align:left;
	border-color:#9D2211;
	border-width:1px;
	border-style:dotted;
}

.postCatDate{
	height: 10px;
	text-align: right;
}

.postContent{
	text-align:left;
	background-color:black;
	padding:6px;
	font-size:14px;
}

.postComment{
	text-align: right;
	margin-right: 5px;
}


#blog_floater{
	position:fixed;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

blockquote {
 border-style:dashed;
 border-width:2px;
 border-color:#FFFFFF;
 background-color:#610E00;
 font-size:.8em;
 padding:2px;
 margin:2px 5px 2px 5px;
}