html, body {
	background: transparent url('images/background.png') repeat;
	text-align: center;
  font-family:Verdana;
  color: #444;
}

#header, #content, #footer {
  margin:0px auto;
  text-align:left;
}

#header {
  width: 750px;
  height: 250px;
  background: transparent url('images/erinyamabe.png') no-repeat bottom center;
}

#content, #footer {
  margin-top:15px;
  width: 735px;
}

#posts {
  width: 500px;
  float: left;
}

.post {
  color: #111;
  background-color: #FFF;
  margin-bottom:  25px;
  padding: 5px 5px;
}

.post p {
  font-size: .9em;
  margin-bottom: .7em;
}

.post_title {
  font-family: "Lucida Grande", Verdana, sans-serif;
  margin-bottom: 7px;
  font-size: 10px;
  color: #555;
}

.post_title a {
  color: #0BA0C1;
  font-size: 20px;
	text-decoration: none;
	font-weight: bolder;
}

.post_title a:hover {
  color: #854F40;
}

.categories, .feedback {
  font-size: .7em;
}

#sidebar {
  padding: 5px 5px;
  width: 220px;
  float: right;
  background-color: #FFF;
}

.sidebar_section {
  background: transparent url("images/ribbon.png") no-repeat center bottom;
  padding-bottom: 1.5em;
  margin-bottom: 1.2em;
  font-size: .8em;
}

.sidebar_section h3 {
  font: 1.5em Georgia, serif;
  margin-bottom: .3em;
}

#wp-calendar {
  margin: 0 auto;
}

#wp-calendar th, #wp-calendar td {
  text-align: center;
  padding:2px 4px;
}

li.linkcat {
  margin-bottom: 15px;
}

.linkcat h2 {
  font: 1.2em Georgia, serif;
}

.linkcat ul li {
  font-size:  .8em;
  padding: 3px 5px;
}

.clear {
  clear: both;
}

#footer {
  background-color: #FFF;
  margin-bottom: 25px;
}

ul#blinkies {
  padding: 10px 0px;
  margin: 0 10px;
}

ul#blinkies li {
  display: inline;
}

textarea {
	width: 480px;
	margin: 5px;
}

#header {
  cursor: pointer;
}
