/* CSS Document */

/* tag style */
*{border:0;}

body{
	background-color:#FFCCFF;
	color:#333333;
}

h1,h2,h3,h4,h5,h6{font-weight:normal;}


/* main di */

#main{
	font-size:16px;
}
#header{
	width:100%;
	height:30px;
	background:#8C0D11 url(images/header_bg.gif) repeat-x;
}
#content{
	width:798px;
	border:#BBBBBB solid 2px;
	margin-top:40px;
}

#profile{
	background:#FFCC00 url(images/profile_bg.gif) repeat-x;
	height:170px;
	vertical-align:top;
	text-align:left;
}

#blog{
	width:553px;
	background-color:#FFFFFF;
	color:#333333;
	vertical-align:top;
	padding:0px 15px 10px 15px;
	text-align:left;
}

#side{
	width:215px;
	vertical-align:top;
	text-align:left;
	background-color:#EEE;
}
#footer{
	background:url(images/footer_bg.gif) repeat-x #CCCC00;
	height:23px;
	color:#FFFFFF;
	font-size:12px;
	padding-top:7px;
}

/* id header */
#headertext{
	width:800px;
	text-align:left;
}
#headerlogo{
	float:left;
}
#headerlink{
	padding-top:6px;
	font-size:14px;
}
#headerlink a{
	color:#D8C594;
	background:inherit;
	text-decoration:underline;
}
#headerlink a:hover{
	color:#FFFFFF;
	background:inherit;
	text-decoration:underline;
}

/* id profile */

#photo{
	width:415px;
	padding:9px 1px 9px 9px;
}
#profile_text{
	width:363px;
	padding:0 10px 0 0;
}
#photo img{
	float:left;
	width:100px;
	height:150px;
	border-top:#666666 solid 1px;
	border-left:#666666 solid 1px;
	border-bottom:#666666 solid 1px;
	padding:0;
	margin:0;
}
#photo_last{
	float:left;
	width:100px;
	height:150px;
	border-top:#666666 solid 1px;
	border-bottom:#666666 solid 1px;
	border-left:#666666 solid 1px;
	border-right:#666666 solid 1px;
	padding:0;
	margin:0;
}
#profile_text_bg{
	width:365px;
	height:70px;
	font-size:24px;
	background:url(images/name_back.jpg) center center no-repeat;
	text-align: center;
}
#profile_text_st{
	width:135px;
	height:100px;
	vertical-align:top;
	line-height:150%;
}
#profile_text_message{
	width:230px;
	height:100px;
	vertical-align:top;
}

/* id blog */
.items{
	line-height:150%;
}
.item{
	margin-bottom:25px;
}
.itemtitle{
	border-bottom:1px #666666 dotted;
	border-top:1px #666666 dotted;
	font-size:17px;
	margin-top:5px;
	margin-bottom:10px;
	padding:5px 3px;
}
.itemtitle a{
	font-size:18px;
	background-color:inherit;
	color:#8C0D11;
	text-decoration:none;
}

/* id side */
#side dl{
	margin:0;
	padding-bottom:10px;
	background-color:#EEE;
	font-size:14px;
}
#side dt{
	background-color:#999;
	color:#FFFFFF;
	padding:2px 5px 2px 10px;
}
#side dd{
	font-size:11px;
	background:#EEE url(images/arrow.gif) left center no-repeat;
	color:#000000;
	margin:0;
	padding:3px 5px 3px 18px;
	margin-left:12px;
}

/*class*/

.float_clear{
	clear:none;
}

.pageswitch{
	font-size:12px;
	color:#333333;
	text-align:right;
}



/* archive */
.aitem{
	line-height:150%;
}
.aitem div{
	border-bottom:1px #666666 dotted;
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size:17px;
	margin-top:5px;
	margin-bottom:10px;
	padding-bottom:5px;
}
.aitem dt{
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size:14px;
	margin-top:5px;
	margin-bottom:10px;
	padding-bottom:5px;
}
.aitem a{
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size:14px;
	background-color:inherit;
	color:#8C0D11;
}