* {
margin: 0;
padding: 0;
}

a {
color: #EEEEEE;
}


a:hover {
color: #BBBBBB;
}

a:visited{
color: #DFDFDF;
}


body {
background-color: #000000;
background-position: top left;
background-image:url('/images/guitar/bg.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;
	color: #EEEEEE;
}

#blogTitle{
	font: bold 30px "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: #FBDE44;
}







form {
	display:inline;
}

hr {
	background: #EEEEEE;
	width:90%;
}


.valid {
	text-align:left;
	border:0;
}


.center{
	text-align: center;
}

.clWeek{
	border-color: #eeeeee;
	border-style:solid;
	border-bottom-width:1px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	padding: 1px;
	margin-left: 2px;
	margin-right: 2px;
}

.clDay{
	border-style:solid;
	border-color:#EEEEEE;
	border-width:1px;
	padding: 1px;
	margin-left: 2px;
	margin-right: 2px;
}


.gutterHR{
	color: #EEEEEE;
	width: 90%;
	size: 1px;
	text-align: center;
}


.gutterSpacer{
	height: 20px;
	width:5px;
}


.gutterHeader{
	text-align:center;
	color: #EEEEEE;
	background-color:#121212;
}

.postTitle{
	font-size:large;
	background-color:#121212;
}

.commentTitle{
	font-size:large;
	background-color:#121212;
}

.profile {
	width: 90%;
	margin-left: 3px;
	margin-right: 3px;
}


.postContainer{
	width:92%;
	color: white;
	text-align:left;
	padding: 3px;
	border-color:#EDEDED;
	border-width:1px;
	border-style:solid;
}

.commentContainer{
	width:72%;
	color: white;
	text-align:left;
	padding: 3px;
	border-color:#EDEDED;
	border-width:1px;
	border-style:solid;
}

.lefty{
	background-image:url(/images/dog/postbg.gif);

}

.postCatDate{
	height: 10px;
	text-align: right;
}

.postContent{
	text-align:left;
}

.postComment{
	text-align: right;
	margin-right: 5px;
}


#blog_floater{
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

blockquote {
 border-style:dashed;
 border-width:2px;
 border-color:#000000;
 background-color:#121212;
 font-size:.8em;
 padding:2px;
 margin:2px 5px 2px 5px;
}