/* MAIN TEMPLATE CSS */

body {
	background: url(/themes/biscuit/images/brown-paper2a.jpg) top left repeat;
	font: small/16px Helvetica, Verdana, sans-serif;
  width: 800px;
	margin: auto;
  margin-top: .5em;
	padding: 0;
	border: 3px solid #5f270d;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
	}

h1 {
	font-size: 210%;
	}

h2 {
	font-size: 170%;
	}

h3 {
	font-size: 140%;
  line-height: 1.2em;
	}

h4 {
	font-size: 120%;
	}

h5 {
	font-size: 100%;
	}

h6 {
	font-size: 70%;
	}

img {
	border: 0;
	}

img.r {
	float: right;
	padding: 1em;
	}

img.l {
	float: left;
	padding: 1em;
	}

ul, ol, dl, p {
  margin: 0;
  padding: 0;
  }

p {
	padding-bottom: 5px;
  }

form {
  margin: 0;
  padding: 0;
  }

/* HEADER */

#hdr {
	background: url(/themes/biscuit/images/hdr.jpg) top left no-repeat;
	width: 790px;
	height: 114px;
	margin: auto;
  border: 5px solid #dfd192;
  border-bottom: 0;
	}

#hdr h1{
  text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
	}

#hdr a{
	text-decoration : none;
	display: block;
	width: 200px;
	height: 100px;
	margin: 0;
	padding: 0;
	border: 0;
	}

/* CENTER CHUNK */

#center {
	background: #5f270d;
	width: 790px;
	margin: auto;
  border: 5px solid #dfd192;
  border-bottom: 0;
  border-top: 0;
	}


/* FOOTER */

#ftr {
	background: url(/themes/biscuit/images/ftr.jpg) top left no-repeat;
	width: 790px;
	height: 98px;
	margin: auto;
  border: 5px solid #dfd192;
  border-top: 0;
	}

#ftr p {
  text-align: right;
  padding-right: 180px;
  padding-top: 5px;
  font-size: 80%;
  color: #333;
  }

/* MAIN CONTENT AREA */

#main {
  background: #dfd192 url(/themes/biscuit/images/banner.jpg) top left no-repeat;
  margin-left: 10px;
  margin-bottom: -1px;
  padding-top: 70px;
  }

#main a {
  color: #b27500;
  }

#main a:hover {
  color: #000;
  }

#main img.banner {
  margin: -70px -5px -15px 0;
  }

#main ul, #main ol, #main dl {
  margin-left: 1em;
  }

ul#menu {
	padding:5px;margin:0;
	white-space: nowrap;
	text-align:right;
	margin-bottom:4px;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu a { padding: 2px 6px; }

#menu a:link, #menu a:visited {
	color: #64281f;
	background-color: #d6d6b2;
	text-decoration: none;
}

#menu a:hover {
	color: #64281f;
	background-color: #e0e0c5;
	text-decoration: none;
}

/* RIGHT COLUMN */

#rc {
	background: url(/themes/biscuit/images/menu-bkg.jpg) top left no-repeat;
	width: 165px;
  }

#mmenu {
  height:380px;
  }


/* NAV */

#mmenu {
  padding-top: 75px;
  padding-left: 15px;
  width: 130px;
  }

#mmenu ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  }

#mmenu a {
  display: block;
  color: #333;
  padding: 3px;
  width: 130px;
  background-color: #dfd192;
  text-decoration: none;
  }

#mmenu a:hover {
  background-color: #5f270d;
  color: #fff;
  }


/* BLOG */
.post {
	margin: .5em;
	padding: .5em;
	margin-bottom: 2em;
	}
.ts {
	text-align:right;
  font-style: italic;
  color: #666;
	clear:both;
	border-bottom: 1px solid #666;
	}
.post h4 a:link, .post h4 a:visited, .post h4 a:active {
	text-decoration: none;
	font-size: 130%;
	}
.post h4 a:hover {
	color: #000;
	text-decoration: underline;
	}