* {
	margin : 0;
	padding : 0;
}

.blue{color:#000080; }

body {
        font-size: 86%;
	margin: 0;
	padding: 0;
	background: beige;
	color: #333;

	line-height : 140%;
	letter-spacing : 0.05em;

	text-align: center;
}

img {
	border: none;
}


a {
	color: #33c;
}


a:visited {
	color: #808;
}

strong {
	font-size : 1.5em;
	color : #330066;
	margin-right : 3px;
	font-weight : bold;
}

#container {
	text-align : left;
	border: 1px solid #ccc;
	background : #fff;
	margin-left : auto;
	margin-right : auto;
	width : 80%;
	position: relative;
	margin-top : 10px;
	margin-bottom : 20px;
}

#header {
	margin: 0;
	padding: 15px 0px 5px 0px;
	color: #fff;
	background-color: #87CEFA;
}

#site {
	font-size : 2em;
	margin-bottom : 5px;
	margin-left : 1em;
	letter-spacing : 0.3em;
}

#subsite {
	font-size : 1.4em;
	margin-top : 8px;
	margin-left : 3em;
	letter-spacing : 0.2em;
}

.description {
	padding-left : 4em;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#content {
}

#footer {
	clear : both;
}

/*  Main Contents  */

#blog {
	margin-left : 200px;
	text-align : center;
	border-bottom : 1px dotted #608040;
}

#links {
	width : 190px;
	float:left;
	text-align : center;
	margin : 5px;
}

.pages {
	margin-top : 5px;
	margin-left : 230px;
	margin-bottom : 10px;
	padding-top : 5px;
}

.pages h2 {
	display : none;
}

.pages li {
	display : inline;
	margin-left : 8px;
	font-size : 125%;
}

.pages li.arrow {
	font-size : 100%;
}

.pages li.point {
	font-weight : bold;
	font-size : 180%;
}

.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: #366;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 1px 0px;
	text-align: center;
	background : #eee;
}

.entry {
	text-align : left;
	width : 97%;
	margin : 5px auto;
}

.title , .comments-head {
	font-size: 1.2em;
	font-weight: none;
	padding : 1px 0.7em;
	border: 1px solid #69c;
	color : #406080;

	padding-left : 1.5em;
	padding-top : 2px;
	padding-bottom : 2px;
}

.title a {
	color: #000080;
	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;
	width : 90%;
}

.comments-body {
        margin-left : 100px;
	padding-left:0px;
}

.comments-text {
	margin-left : 1em;
	word-wrap: break-word;
	font-size : 108%;
	line-height : 1.2em;
}

.comments-id {
	font-weight : bold;
	font-size : 150%;
	color : #cf6344;
}

.comments-author , .comments-date {
	font-size : 108%;
}


ul {
	color: #84939F;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

ul li {
	padding-top: 0.3em;
}

.sidetitle {
	background: #F0F8FF;
	border : #eee 1px solid;
	font-size : 0.9em;
	text-align : center;
	padding-top : 0.1em;
	padding-bottom : 0.1em;
	font-weight : bold;
}

.side {
	font-size : 86%;
	border-bottom : #eee 1px solid;
	border-left : #eee 1px solid;
	border-right : #eee 1px solid;
	background : #fff;
	margin-bottom : 1em;
	padding-left : 0.5em;
	padding-bottom : 0.3em;
	text-align : left;
}

.entry-header {
	font-size : 0.9em;
}

.image {
	text-align : center;
}

.image .thumb {
        float : left;
        margin-left : 1.5em;
        text-align: center;
}

.image .info {
        float : left;
	font-size : 92%;
        margin-left : 10em; 
	margin-top : 1em;
        margin-bottom : 4em;
        text-align : right;
}

.image .info dt {
	display : none;
}

.blogbody {
	clear : both;
}

.comments-name , .comments-date {
	font-weight : bold;
}

.header , .footer {
	text-align : left;
	padding : 1em;
}

.header {
	border-bottom : #888 1px dotted;
}

.footer {
	border-top : #888 1px dotted;
}

.blockquote {
	color : #468;
}

.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;
}


.blogbody table {
    border: #666 solid 1px;
    border-spacing: 0;
    border-collapse: collapse;
	margin : 1em 0;
}

.blogbody th, .blogbody td {
    color: #444;
    font-weight: normal;
    padding: 3px;
    margin: 0;
}

.blogbody th {
    background-color: #E0F0C0;
    border: solid 1px;
    border-color: #999;
	text-align : left;
}

.blogbody td {
    border: #999 solid 1px;
}

