body,html {
	margin:0;
	padding:0;
	color:#000;
	background:#E5F3C9; /*#D4EAA8;*/
	font:11px verdana,sans-serif;
}
input, select, textarea {
	font:11px verdana,sans-serif;
	padding:1px;
}
img {
	border:0;
}
h1 {
	margin:0;
}
h2 {
	margin:0 0 1em;
}
a {
	text-decoration:none;
}

.wrap {
	width:950px;
	margin:0 auto;
	background:#fff;
	background-image:url(/simg/sidebarbg.png);
	background-repeat:repeat-y;
	background-position:right;
}

.main {
	float:left;
	width:700px;
	padding:10px;
	background:#fff;
}
.sidebar {
	float:right;
	width:210px;
	padding:0 0 20px 0;
/*	background:#B6C0ba; */
}
.sidebar .header {
	background:#708090;
	color:#fff;
	padding:5px 10px;
	border-bottom:3px solid #444;
}
.sidebar h3 {
	margin:10px 0px 5px 0px;
}
.sidelinks {
	padding:10px 0px 0px 10px;
}
.sidelinks a {
	display:block;
	padding:2px;
	margin-left:10px;
	font:bold small-caps 13px tahoma,sans-serif;
	color:#444;
}
.sidelinks a:hover {
	background:#708090;
	color:#fff;
}

.footer {
	clear:both;
}

.post {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}
.post .title {
	font:bold 18px arial,sans-serif;
	margin-bottom:5px;
}
.post .date {
	text-align:right;
	margin:8px 8px 8px 0px;
	color:#888;
}
.post .teaser {
}
.post .body {
	margin-top:15px;
}
.pagetitle {
	margin-bottom:10px;
	border-bottom:1px dashed #aaa;
	text-align:right;
}
.post a {
	font:bold small-caps 11px verdana,sans-serif;
	color:#444;
	text-decoration:none;
}
.post a:hover {
	text-decoration:underline;
}
.post a.read {
	margin-left:20px;
	color:#708090;
}

.comment {
	text-align:justify;
	padding:5px;
	margin-bottom:10px;
	color:#555;
	clear:left;
}

.comment-form {
	float:right;
	width:280px;
	margin:0 0 20px 30px;
	padding:0 5px 5px 5px;
	border-left:1px dotted #aaa;
	border-bottom:1px dotted #aaa;
}

