* {
margin: 0;
padding: 0;
}

a {
color: #FFEF99;
}


a:hover {
color: #EEDE88;
}

.logo{
	background-image: url("/images/palm_sunset/logo.jpg");
}


.centable{
	margin-left:auto;
	margin-right:auto;
}


.blog_link{
	text-decoration:none;
	color: #FFEF99;
}

#blogTitle{
	font: bold 50px "MS Pゴシック",Osaka,sans-serif;
	margin-top:30px;
	margin-left:80px;
}

#blogDescription{
	font: bold 20px "MS Pゴシック",Osaka,sans-serif;
	margin-top:100px;
	margin-left:80px;
	color: #FEDF7F;
}



body {
background-color: black;
color:#FEDF7F;
font: normal 16px/18px georgia, times, serif;

}




form {
	display:inline;
}

hr {
	background: #E79640;
	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 #B56624;
	padding: 1px;
	margin-left: 2px;
	margin-right: 2px;
}

.clDay{
	border:1px 1px 1px 1px solid #B56624;
	padding: 1px;
	margin-left: 2px;
	margin-right: 2px;
}

blockquote {
 border-style:dashed;
 border-width:1px;
 border-color:#B56624;
 background-color:#000000;
 font-size:.8em;
 padding:2px;
 margin:2px 5px 2px 5px;
}


.gutterHR{
	color: #B56624;
	width: 90%;
	size: 1px;
	text-align: center;
}


.gutterSpacer{
	height: 20px;
	width:5px;
}


.gutterHeader{
	text-align:center;
	color: #B56624;
}

.postTitle{
	font-size:18px;
	
}
.commentTitle{
	font-size:16px;
}


.trackback{
	font-size:9px;
	text-align:center;
}


.postHR{
	width:90%;
	color:#E79640;
	size:2px;

}



.postContainer{
	width:92%;
	text-align:left;
	padding: 3px;
	background-image:url(/images/palm_sunset/postBG.gif);
}

.commentContainer{
	width:72%;
	text-align:left;
	padding: 3px;
	background-image:url(/images/palm_sunset/postBG.gif);
}

.postCatDate{
	height: 10px;
	text-align: right;
}

.postContent{
	text-align:left;
}

.postComment{
	text-align: right;
	margin-right: 5 px;
}


#blog_floater{
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}