body {
	margin: 0;
	padding: 0;
	background: #749865 url(images/img01b.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #838B91;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia,  Times, serif;
	font-weight: normal;
	color: #02834a;
}

h2 {
	padding-left: 20px;
	font-size: 22px;
	text-align: center;

}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
	padding: 0 0 0 40px;
	background: url(images/img11.gif) no-repeat;
	font: italic small Georgia,  Times, serif;
	line-height: 1.6em;
}

a {
	background: url(images/img03.gif) repeat-x left bottom;
	text-decoration: none;
	color: #02834a;
}

a:hover {
	background: none;
	text-decoration: underline;
}



/* Wrapper */

#wrapper {
	background: #FFFFFF url(images/img04.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	padding: 0px 0 0px 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	width: 160px;
	height: 60px;
	padding: 0 0 0 0px;
}

#menu a {
	display: block;
	width: 108px;
	height: 36px;
	padding: 20px 20px 0 20px;
	background: none;
	letter-spacing: -1px;
	font: normal 1.6em Georgia,  Times, serif;
	color: #E1E9E2;
}

#menu a:hover {
	border-bottom: 3px solid #FEE275;
	text-decoration: none;
	color: #FEE275;
}

#menu .active a {
	background: #E1E9E2;
	border-bottom: 4px solid #FEE275;
	text-decoration: none;
	color: #749865;
}

/* Header */

#header {
	width: 800px;
	height: 150px;
	background: url(images/headmagnolia2.jpg) no-repeat;
	margin: 0 auto;
	padding: 0px 0 14px 0;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 560px;
}

#posts .post {
	padding-bottom: 10px;
}

#posts .story {
	padding: 15px 20px 0 20px;
	background: url(images/img10.gif) repeat-x
}

#posts .image {
	padding: 0px 6px 0px 6px;
}

#posts .holiday a {
	text-decoration: none;
	color: #F00;    
  }
  
#posts .holiday a:hover {
  	background: none;
	text-decoration: underline;
  }
#posts .meta {
	padding: 5px 0 0 20px;
	background: url(images/img03.gif) repeat-x;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
	list-style: url(images/flourish.jpg);
}

#posts ul li {
}

#searchResults {
	width: 220px;
	height: auto;
  }

/* Links */

#links {
	float: left;
	width: 220px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 15px 20px 30px 20px;
	background: url(images/img10.gif) repeat-x
}

#links li li {
	padding: 3px 0;
	background: url(images/img03.gif) repeat-x left bottom;
}

#links li a {
	background: none;
}

#links li i {
	font-size: smaller;
}

/* Footer */

#footer {
	padding: 40px 0 20px 0;
	background: url(images/img08.gif) repeat-x;
}

#footer p {
	width: 750px;
	font-family: Georgia,  Times, serif;
	color: #A6C09B;
}

#footer a {
	background: none;
	font-weight: bold;
	color: #A6C09B;
}

#legal {
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
}

#brand {
	margin: -35px auto 0 auto;
	padding: 10px 0 0 35px;
	letter-spacing: -1px;
	font-size: 24px;
}

#lists {
	font-size: 24px;
}

hr {
	border: thin dashed #999999;  
  }
  
  input,
  textarea,
  select {
  	padding: 1px;
  	color: #999;
  	background: #EEE;
  	border: 1px solid #CCC;
	font-size: 11px;
  }

  input:focus,input:hover,textarea:focus,textarea:hover,select:focus,select:hover {
  	color: #000;
  	background: #FEF7DA;
  	border: 1px solid #888;
  }

  input.noBorder,input:focus.noBorder,input:hover.noBorder {
  	padding: 0;
  	border: 0;
  }

  input.button {
	  padding: 2px 5px;
	  cursor: pointer;
	  color: #fff;
	  background: #FC3307;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #FF7800 #691300 #691300 #FF7800;
	  font-size: 11px;
  }

  input.radio {
	  background: none;
	  border: 0px;
  }
  
  .img-top {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666600;

  }
  
  #sale a {
  	text-decoration: none;
	color: #8A0404;
	font-size: 18px;
    
  }
  
  #sale a:hover {
  	background: none;
	text-decoration: underline;
  }
  
  .title {
	text-align: center;
	vertical-align: middle;
  }
