body {
	background: #CCCCCC url(images/wall.jpg);
	padding: 0;
	margin: 20px 20px 20px 100px;
	font-family: "times new roman", serif;
	color: #7E512F;
	font-size: 110%;
	line-height: 1.2;
	}

h1 {
	margin: 0 16px 0 0;
	padding: 0;
	}
	
h1 a {
  display: block;
	text-indent: -9999em;
	background: transparent url(images/logo-2010.png) scroll no-repeat top left;
	width: 269px;
	height: 269px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	}
	
h2 a:link,
h2 a:visited {
	background: transparent none;
	color: #7E512F;
	text-decoration: none;
	}
	
h2 a:hover,
h2 a:active {
	background: transparent none;
	color: #C28C63;
	text-decoration: underline;
	}
	
h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	}
	
p {
	margin: 0;
	padding: 0;
	}
	
a {
	color: #7E512F;
	text-decoration: underline;
	background: transparent none;
	}
a:visited {
	color: #C28C63;
	}
a:hover,
a:active{
	color: #00A263;
	}
	
/* img {
	margin: 10px 0 0 150px;
	} */

textarea {
  width: 90%;
  }

#header {
  width: 269px;
  float: left;
  }

#base {
  width: 775px;
  }

#page {
  margin: 0 0 0 16px;
	width: 490px;
  float: left;
  }

#navigation {
	width: 490px;
	height: 140px;
	margin: 0;
	padding: 0;
	float: left;
	}

#navigation li {
	display: block;
	list-style: none;
	float: left;
	}

#navigation li a {
	background: transparent url(images/navigation-20percent.png) scroll no-repeat left top;
	display: block;
	text-indent: -9999em;
	height: 124px;
	float: left;
	}
#navigation li a:hover {
	background: transparent url(images/navigation-20percent.png) scroll no-repeat left -124px;
	}

#navigation li.page-item-0 a {
	width: 96px;
	}
#navigation li.page-item-9 a {
  background-position: -96px top;
	width: 64px;
	}
#navigation li.page-item-9 a:hover {
  background-position: -96px -124px;
	}
#navigation li.page-item-7 a {
  background-position: -160px top;
	width: 92px;
	}
#navigation li.page-item-7 a:hover {
  background-position: -160px -124px;
	}
#navigation li.page-item-3 a {
  background-position: -252px top;
	width: 57px;
	}
#navigation li.page-item-3 a:hover {
  background-position: -252px -124px;
	}
#navigation li.page-item-11 a {
  background-position: -309px top;
	width: 77px;
	}
#navigation li.page-item-11 a:hover {
  background-position: -309px -124px;
	}
#navigation li.page-item-8 a {
  background-position: -386px top;
	width: 104px;
	}
#navigation li.page-item-8 a:hover {
  background-position: -386px -124px;
	}

h2.pagetitle,
#welcome {
	margin: 0 0 16px 0;
	float: left;
	}
#welcome p:first-letter {
  padding-top: 0.05em;
	font-size: 4.9em;
	line-height: 1;
	float: left;
	}

#content {
  clear: both;
  }

.box,
#comments,
.commentlist li,
#footer,
.pagetitle {
	clear: left;
	background: transparent url(images/box-20percent.png) scroll repeat-y top left;
	width: 486px;
	margin: 0 0 5px 0;
	padding: 2px;
	}

#comments {
  margin: 0;
}

.commentlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.commentlist .avatar {
  position: absolute;
  left: 4px;
}

.commentlist .commentmetadata {
  display: block;
  text-align: right;
}

.commentlist li {
  width: 725px;
  padding-left: 50px;
  position: relative; 
}

.commentlist p {
  clear: left;
}

.commentlist span {
  display: block;
  float: left;
}

#footer li {
	display: block;
	list-style: none;
	float: left;
	}

#footer li#subscribe {
	float: none;
	text-align: right;
	}


.center {
  text-align: center;
  }

.date {
	float: right;
	font-weight: bold;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
