@charset "utf-8";

* {
	color: #6e4213;
	font-family: 'Trebuchet MS', verdana, Arial, Helvetica, sans-serif;
	margin:  0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
	text-align: center;
}

fieldset {
	border: solid 1px #6e4213;
	margin:  0px 2px;
	padding: 0px 3px;
}

legend { font-weight: bold; }

img { border: 0px; }

ul  { list-style-type: none; }

a					{ color: #6e4213; text-decoration: none; }
a:link				{ color: #6e4213; text-decoration: none; }
a:link:hover		{ color: #ffc0cb; text-decoration: none; }
a:link:active		{ color: #6e4213; text-decoration: none; }

a:visited			{ color: #6e4213; text-decoration: none; }
a:visited:hover		{ color: #ffc0cb; text-decoration: none; }
a:visited:active	{ color: #6e4213; text-decoration: none; }

blockquote {
	border: 1px solid #6e4213;
	font-style: italic; 
	margin: 10px;
	padding: 5px;
}


/* master index =========================================*/
#navi,
#footer {
	width: 520px;
	color: #aed4e1;
	font-size: 10pt;
	text-align: right;
	clear: both;
	margin: 0px auto;
}

#box {
	width: 520px;
	background-color: #aed4e1;
	text-align: left;
	margin: 0px auto 5px;
}

.blog  { padding: 0px 10px; }
.blog2 { padding: 0px 10px 8px; }

#banner {
	font-size: 30pt;
	font-weight: bold;
	padding: 5px 0px 25px;
}

.sub {
	font-size: 12pt;
}

#photo {
	text-align: center;
	background: url("/mcy/imgs/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
}

#title {
	float: left;
	width: 410px;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 10px;
}

#category {
	float: left;
	width: 90px;
	font-size: 14pt;
	text-align: right;
	margin-top: 10px;
}

#blogbody {
	clear: left;
	border-top: 1px dotted #6E4213;
	font-size: 10pt;
	line-height: 1.2em;
	padding-top: 5px;
}

#secret {
	display: none;
}

.posted { 
	font-size: 8pt;
	text-align: right;
	margin: 5px 0px;
}

#container {
	margin: 20px 10px 0px;
}

.thumb,
.thumb2 {
	width:  96px;
	height: 84px;
	text-align: center;
}
.thumb  { float: left; }
.thumb2 { float: right; }

.clr {
	clear: both;
}

.img-nya {
	width:  40px;
	height: 22px;
}

.img-bnr {
	width:  90px;
	height: 22px;
}

.img-dot {
	width:  1px;
	height: 1px;
}



/* comment & trackbacks ============================*/
#cmnt-box,
#trbk-box {
	display: none;
	padding: 0px 0px 5px;
}

.cmtb-head {
	clear: left;
	border-bottom: 1px dotted #6e4213;
	font-size: 14pt;
	font-weight: bold;
	margin: 15px 0px 0px;
}



/* comment =========================================*/
.cmnt-head {
	border-bottom: 1px dotted #6e4213;
	font-size: 14pt;
	font-weight: bold;
	margin: 15px 0px 10px;
}

.cmnt-body {
	background-color: #cde6ed;
	font-size: 10pt;
	line-height: 1.2em;
	margin: 5px 10px 0px;
	padding: 5px;
}

.cmnt-post {
	font-size: 8pt;
	text-align: right;
	margin-top: 5px;
}

.cmnt-form {
	font-size: 10pt;
	line-height: 1.5em;
	padding: 3px 10px 10px;
}

.cmnt-tbl {
	width: 415px;
	margin-top: 6px;
}

.cmnt-td1 {
	font-size: 10pt;
	text-align: right;
}

.cmnt-td2 {
	font-size: 10pt;
	text-align: right;
	vertical-align: top;
}

.cmnt-error {
	color: #ff0000;
	font-weight: bold;
	margin: 10px 5px;
}

#text {
	width: 480px;
}


/* trackback ==============================================*/
#trbk-url {
	clear: left;
	border: 1px solid #6e4213;
	font-size: 12px;
	line-height: 1em;
	margin: 15px 10px 10px;
	padding: 10px;
}

.trbk-input {
	width: 450px;
	margin-bottom: 6px;
}

.trbk-body {
	background-color: #cde6ed;
	margin: 0px 10px 10px;
	padding: 10px;
}

.trbk-td1 {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 5px;
}

.trbk-td1,
.trbk-td2 {
	font-size: 8pt;
	line-height: 1.8;
	vertical-align: top;
}



/* recent comment =========================================*/
.recentcmnt {
	float: left;
	margin: 5px 5px 0px 0px;
}


/* search =================================================*/
.result {
	float: left;
	margin-top: 3px;
}

.result-post { font-size: 8pt; }

.result-none {
	font-size: 12pt;
	line-height: 1.5em;
	padding: 0px 10px;
}











/* albums =========================================*/
.alb-body1,
.alb-body2 {
	float: left;
	font-size: 12pt;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.alb-body1 { width: 220px; }
.alb-body2 { width: 267px; margin-left: 10px; }

.alb-body3 {
	clear: left;
	width: 500px;
	margin-top: 20px;
}

.alb-title {
	border-bottom: 1px dotted #6e4213;
	font-size: 14pt;
	margin: 0px 0px 5px;
}

.alb-content {
	padding-left: 5px;
}


/* all photos =========================================*/
.paginate {
	clear: right;
	font-size: 10pt;
	text-align: center;
	margin: 10px;
}

.disable { color: #cde6ed;}


/* pop up =========================================*/
#popnavi {
	width: 445px;
	font-size: 10pt;
	text-align: right;
	margin: 0px auto;
}

#popbox {
	width: 445px;
	background-color: #aed4e1;
	text-align: left;
	margin: 0px auto 5px;
	padding: 0px 5px 10px;
}

#popbox2 {
	width: 445px;
	background-color: #aed4e1;
	text-align: left;
	margin: 5px auto;
	padding: 5px;
}

#popbanner {
	font-size: 16pt;
	font-weight: bold;
	padding: 5px 10px;
}

.popthumb {
	float: left;
	margin: 5px 20px 0px 4px;
	padding: 0px 3px;
}

.popdescription {
	float: left;
	font-size: 12pt;
	line-height: 1.5em;
	margin-bottom: 5px;
}




.prev-head {
	border-bottom: 1px dotted #6e4213;
	font-size: 14pt;
	font-weight: bold;
	margin: 25px 0px 0px;
}


#comment_preview {
	background-color: #cde6ed;
	font-size: 10pt;
	line-height: 1.2em;
}


#pending {
	font-size: 10pt;
	line-height: 1.2em;
	margin: 10px 10px 15px;
	padding: 5px;
}
