/* Style for Blog content */

.checkcookie {float:left;}

/* Content box */
.blog {

}

table.blogentry {border-width: 0px; font-size: 0.9em;
	border-spacing: 1em;
	border-collapse: separate;
	background-color: #F5F1D4;
        width:450px;}

table.blogentry td {
	border-width: 0px;
	padding: 1px;
}

/* Entry box */
.entry {
	font-size: small;
	font-weight: normal;
	white-space: normal;
	line-height: 150%;
        border: 0px solid red;
}

.entry form {line-height:100%;}

.entry p {
	margin: 0 0 0em 0em;
        border: 0px solid blue;
}

/* date of entry*/
.date {
	background: #<dtml-var color4 missing="606060">;
	color: black;
	font-family:verdana,arial,georgia, "Osaka", sans-serif;
	font-size: normal;
	line-height: 120%;
	font-weight: bold;
        border: 0px solid green;
}

.day {
	font-family: verdana,arial,georgia, "Osaka", sans-serif;
}


/* title of entry*/
.title {
	font-size: large;
	margin: 1em 0em 0.3em 0em;

}

/* Subtitle of entry*/
.subtitle {
	color: #<dtml-var color1 missing="808080">;
	font-size: x-small;
	line-height: 110%;
	margin: 0 0em 0em 0em;
	border-left: 0em solid #<dtml-var color3 missing="808080">;
	border-bottom: 1px dotted #000;
}

/* category of entry */
.category {
	font-size: x-small;
	line-height: 110%;
	text-align:right;
	margin: 0 0 0.5em 0;
}

/* postedtime,comment,trackback information for entry */
.posted {
	font-size: x-small;
	text-align: right;
	margin: 1em 10px 3em 0em;
}

/* comment for entry */
.comments-head	{
	font-size: small;
	font-weight: bold;
	line-height: 100%;
	margin: 1.5em 0em 0em 0em;
	padding-left: 0em;
	border-bottom: 1px dotted #000;
}

/* comment body */
.comments-title {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-left: 0em;
	border-bottom: 1px dotted #000;
}

/* comment body */
.comments-body {
	font-size: small;
	font-weight: normal;
	line-height: 130%;
	margin: 0 1em 1em 0em;
}

/* postedtime for comment */
.comments-post {
	font-size: x-small;
	text-align:right;
	margin: 0 0.2em 1em 0;
}

.trackback-body {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin: 0 1em 1em 0em;
	border-bottom: 1px solid #000;
}

.trackback-title {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	margin-right: 0.2em;
	border-bottom: 1px dotted #000;
}

.trackback-url {
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	padding: 0.5em;
	border: 1px dotted #000;
}

.trackback-post {
	font-size: x-small;
	font-weight: normal;
}

.worning {
    color: #A02;
	font-size: small;
	font-weight: normal;
}


#banner-commentspop {
	color:#FFF;
	font-size:large;
	font-weight:bold;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-top:1px solid #FFF;
	background:#003366;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
}

/* footer */
.footer {
	background: #<dtml-var color3 missing="808080">;
	color: #<dtml-var color1 missing="FFF">;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
	padding: 0.2em 1em 0.5em 0;
	border-top: 2px solid #000;
}

/* -------------------- */

.visualFontSizeCorrection{background-color:#fff}

textarea {
	font-family: verdana, arial, sans-serif; font-size:normal; background-color: #fff;
}

blockquote {
	color: #014;
	line-height: 110%;
	margin: 0.5em 1.5em 0.5em 1.5em;
	padding: 0.2em 0.5em;
	border-left: 1px solid #014;
}

pre {
	color: #014;
	font-family: courier new,courier,"Osaka", sans-serif;
	font-size: small;
	line-height: 110%;
	margin: 1em 0 1em 2em;
	padding: 0 0.5em;
	border-left: 1px solid #014;
}

ul,ol {
	color: #<dtml-var font_color missing="000">;
	font-size: small;
	line-height: 120%;
	margin: 1em 0 1em 3em;
}


.entry img {
	float: left;
	margin: 0 1em 1em 0;
}

/* Style for sidebox */

#sidebox {
	background: #<dtml-var sidebox_background missing="FFF">;
	margin-top: 0.5em;
	margin-right: 10px;
	text-align: center;
	width: 210px;
}

.sideboxtitle {
	background: #<dtml-var color3 missing="808080">;
	font-size: small;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: left;
	padding-left: 0em;
        margin-bottom: 0em;
}

.sidebody {
	background: #<dtml-var color2 missing="C0C0C0">;
	font-size:x-small;
	font-weight:normal;
	line-height:140%;
	text-align:left;
	margin-bottom: 2em;
}

.calendar {
	background:#E9EFF7;
	font-size:x-small;
	font-weight:normal;
	line-height:120%;
	text-align:left;
	padding: 0em 0em 0em 0em;
	margin-bottom: 15px;
        width:180px;
}
.calendar div{width:190px;}

/* -------------------- */

/* style for category name in category list*/
.category-banner {
	background: #<dtml-var color4 missing="606060">;
	color: #<dtml-var color1 missing="606060">
	line-height: 100%;
	font-weight: normal;
        margin-bottom: 0em;
}

.category-banner dt {
	font-size: normal;
}

.category-banner dd {
	font-size: normal;
}

.categorylist {
	font-size: x-small;
	line-height: 110%;
	margin: 0.5em 0 0em 0;
}
