/**	
  Page structure:
  		#page           contains everything and centers it on the screen	
*/
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
img {	display: block;}
#page {
  /* layout */
  position: absolute;	
  left: 15%;	
  top: 0px;	
  width: 461px;	
  text-align: left;
}
a {
  text-decoration: none;
}
#content {
	padding: 0px;
}
#content .item {
	padding: 0px 0px 0px 0px;
	margin-bottom: 6px;
}
#content .item p {
	margin: 6px 13px 0px 13px;
	line-height: 1.3em;
}
#content .item .date {
  float: right;
  font-size: 0.8em;
  margin-bottom: 5px;
}
.header {
  margin-top: 13px;
  text-align: center;
}
.image-and-mycomment {
	position: relative;
}
.mycomment {
	position: absolute;	
	top: 0px;	
	width: 210px;
	padding-left: 18px;
	line-height: 1.3em;
}
.mycomment a {
  text-transform: capitalize;
}
.mycomment a:hover {
  xtext-decoration: underline;
  xfont-size: 1.1em;
  font-weight: bold;
}
.mycomment a.active {
  xfont-size: 1.4em;
  font-weight: bold;
}
.mycomment .previous {
	width: 85%;
  overflow: scroll;
}
.image-left {
	float: left;
	margin-right: 12px;
}
.image-left {
	float: right;
		margin-left: 12px;}
h1 {
	margin: 6px 13px 6px 13px;
}
h1 a {
  text-decoration: none;
}
h2 {
	margin: 22px 13px 14px 13px;
	padding: 7px 0px;
	border-top: 1px solid #9ABF8F;;
	border-bottom: 1px solid #9ABF8F;;
	font-size: 1.0em;
	font-weight: bold;
}
h3 {
	margin: 13px 13px 13px 13px;
	padding: 0px;
	font-size: 1em;
}
h3.theme {
  margin: 6px 13px 9px 13px;
  font-size: 1em;
  text-transform: capitalize;
}
h4 {
	position: relative;
	margin: 13px 13px 13px 13px;
	font-size: 100%;
	font-weight: normal;
}
h4 .date {
	/* Let the date be aligned right within the title. */	
	position: absolute;	
	right: 0px;	
	margin-left: 6px;	
	font-size: 0.8em;	
	font-style: normal;	
	font-weight: normal;
}
#comments h4 {
	margin: 6px 13px 0px 13px;
	font-size: 1em;
	font-weight: bold;
}
#comments h4 a {	text-decoration: underline;}
#content #comments p {
	margin: 3px 13px 13px 13px;
}
form {
	margin: 13px 13px 13px 13px;
	padding: 0px;
}
.input {
	width: 65%;
}
.multipagenav {	text-align: center;	width: 100%;}
.multipagenav a {}
.multipagenav a.disabled {	cursor: default;}
.multipagenav a.previous {	padding-left: 12px;	margin-right: 12px;}
.multipagenav a.next {	padding-right: 12px;	margin-left: 12px;}
.multipagenav a.active {	cursor: default;}