* {
	margin : 0;
	padding : 0;
	font-size : 1.0em;
}

body {
	font-size: 96%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	line-height : 140%;
	letter-spacing : 0.05em;
	text-align: center;
}

img {
	border: none;
}


a {
/*	color: #468;*/
	color: #33c;
/*	text-decoration: none;*/
}


a:visited {
/*	color: #468;*/
	color: #808;
}

a:hover {
/*	color: #cb5;*/
}

strong {
	font-size : 1.5em;
	color : #246;
	margin-right : 3px;
	font-weight : bold;
}

#container {
	text-align : left;
/*	border: 1px solid #888;*/
	background : #fff;
	width : 760px;
	margin-left : auto;
	margin-right : auto;
	position: relative;
}

#header {
	margin: 0;
	padding: 15px 0px 5px 0px;
	color: #fff;
	background : #fff url("./images/logo.png");
	height : 100px;
}

#site {
	font-size : 2em;
	margin-bottom : 5px;
	margin-left : 1em;
	letter-spacing : 0.3em;
	display : none;
}

.description {
	padding-left : 10em;
	color : #338;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#content {

}

#footer {
	clear : both;
}

/*  Main Contents  */

#blog {
	margin-top : 25px;
	margin-left : 200px;
	text-align : center;
}

#links {
	width : 200px;
	position : absolute;
	left : 0px;
/*	text-align : center;*/
}

.syndicate {
	color: #336666;
	font-size: 8pt;
	padding: 3px 5px 0px 5px;
	text-align: center;
	margin: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.powered {
	color: #336666;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 0px 5px;
	text-align: center;
	border-top : #888 1px solid;
}

.entry {
	text-align : left;
	width : 95%;
	margin : 10px auto;
}

.title , .comments-head {

	font-size: 1.2em;
	font-weight: bold;
	padding : 1px 0.7em;
	border-left: #c9c681 25px solid;
	border-bottom: #c9c681 2px solid;
	color : #7d7350;
}

.title a {
	color: #406080;
	text-decoration: none;
}

.posted {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	padding-left : 1em;
}

.comments-body .posted {
	padding-top : 7px;
	border-top: 1px dotted #608040;
}

.blogbody , .comments-body{
	padding-bottom : 15px;
	font-size : 1.0em;
	background : #fff;
}

.comments-body {
	padding-left:30px;
}

.comments-text {
	margin-left : 1em;
	word-wrap: break-word;
}

.comments-text .sample {
	float : right;
}

.comments-text img {
	margin : 0.3em;
	border : 1px solid #ccc;
}

ul {
	color: #84939F;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

ul li {
	padding-top: 0.3em;
}

.sidetitle {
	margin-top : 2em;
	color : #50617d;
	border-left : #809cc9 20px solid;
	border-bottom : #809cc9 2px solid;

	font-size : 0.9em;
	text-align : left;
	padding-left : 1em;
	font-weight : bold;
}

.link-section {
/*
	border-left : #50617d 2px solid;
	border-right : #50617d 2px solid;

*/}

.link-section .header {
	padding-top : 0.5em;
	padding-bottom : 0.5em;
	padding-left : 0.3em;
	font-size : 94%;
	border-bottom : #50617d 2px dotted;
}

.link-section .date , #links .footer{
	text-align : right;
	margin-right : 2em;
}

.link-section .date {
	color : #888;
}

.link-section .title {
	font-size : 94%;
	border : none;
	margin-top : 0.3em;
}


.link-section .body  {
	padding-left : 0.5em;
	border-bottom : #50617d 2px dotted;
	padding-bottom : 0.5em;
}

.side {
	line-height : 1.2em;
/*	border-left : #50617d 1px solid;
	border-right : #50617d 1px solid;
*/	font-size : 0.85em;
	text-align : left;
}

.entry-header {
	font-size : 0.9em;
	text-align : right;
	margin-right : 2em;
}

.blogbody {
	clear : both;
}

.menu ul {
	margin : 0.5em 1em;
	list-style-type: none;
/*	font-size : 1.2em;*/
	text-align : right;
	background : #eef;
}

.menu ul li {
	display : inline;
	margin-left : 0.2em;
	margin-right : 0.2em;
}

.menu ul li.point {
	color : #00f;
	font-weight : bold;
/*	font-size : 1.2em;*/
}

.menu ul li.arrow {
	font-size : 0.7em;
	margin-right : 1em;
}

