/**** Content ****/

#content {
	display: block;
	float: left;
	width: 430px;
	text-align: left;
	margin: 0px;
	padding: 0;
	background-color: #f9efc9;
}

#content ul li {list-style: url(../images/bullet.jpg);}

#content img {
  border: 1px solid #D0C5BF;
  padding: 4px;
  background-color: #E7E1DE;
  Margin: 15px 0;
}

#content img.alignleft {
  display: block;
  float: left;
  clear: none;
  margin: 5px 10px 0 0;
}

#content img.alignright {
  float: right;
  margin: 5px 0 0 10px;
}

#content img.noborder {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px;
}


/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}

#content #introduction {
  background-color: #55453E;
  height: 176px;
  color: white;
  margin-bottom: 25px;
  padding: 0 20px;
}

#content #introduction h1 {
  margin: 0;
  padding-top: 15px;
  margin-bottom: 25px;
  font-size: 250%;
  border-bottom: 4px solid #877065;
  color: #877064;
}
/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}
/* main content */
#content #main {
  display: block;
  margin: 15px 20px;
}

/* Calendar */

#content .calendar {
  Float: left;
  clear: left;
  background: url(../news/images/calendar.jpg) no-repeat left top;
  width: 50px;
  height: 55px;
  margin-top: 5px;
}

#content .calendar .month {
	display: block;
	clear: both;
	text-align: center;
	font-size: 11px;
	color: white;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 2px;
}

#content .calendar .date {
	display: block;
	clear: left;
	text-align: center;
	font-size: 14px;
	color: #393939;
	font-weight: bold;
	line-height: 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/* main content */

#content .post {
  display: block;
  float: left;
  width: 428px;
  margin: 5px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  text-align: justify;
}

#content .post .author {
  font-size: 75%;
  display: block;
  height: 15px;
  line-height: 15px;
  clear: both;
  margin-bottom: 15px;
  background: url(../images/author.jpg) no-repeat left top;
  padding-left: 25px;
}
/* the links at the bottom of each posts */

#content .post .links {
	display: block;
	width: 95%;
	height: 25px;
	background-color: #e5dcb9;
	border-top: #5a5644 1px dotted;
	border-bottom: #5a5644 1px dotted;
	color: #444444;
	padding: 3px 10px;
	line-height: 15px;
	font-size: 85%;
}

#content .post .links a {
  text-decoration: none;
  color: #666666;
}

#content .post .links a:hover {
  color: #666666;
  border-bottom: dotted 1px #666666;
}

#content .post .links .comment {
  display: block;
  float: left;
  background: url(../images/comment.jpg) no-repeat left center;
  padding-left: 20px;
  margin-right: 45px;
}

#content .post .links .feed {
  display: block;
  float: left;
  background: url(../images/feed.jpg) no-repeat left center;
  padding-left: 20px;
  margin-right: 45px;
}

#content .post .links .cat {
  display: block;
  float: left;
  background: url(../images/categories.jpg) no-repeat left center;
  padding-left: 20px;
