body {
	background-color: #FFFFFF;
}

td {
	font: normal 12px Tahoma, Arial;
	color: #2e2623;
}

h1, h2, h3, h4, h5 {

    color: #000000;
    margin: 0px;
}

h1 {
    font-size: 18px;
		color: #2e2623
}

h2 {
    font-size: 16px;
		color: #2e2623
}

h3 {
    font-size: 14px;
		font-weight: normal;
		color: #2e2623
}


a {
  font: normal 12px Tahoma, Arial;
  color: #b08c04;
  text-decoration: underline;
}

a:hover {

  color: #2e2623;
  text-decoration: none;
}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}



.signup-headings{
  color: #ffffff;
	font-weight: bold;
	font-size: 15px;
  text-decoration: none;
}

.signup-titles{
  color: #000000;
	font-weight: normal;
	font-size: 14px;
  text-decoration: none;
}

.normal-text {
	font: normal 12px Tahoma, Arial;
	color: #565656;
}

.sidebar_links {
	font: normal 12px Tahoma, Arial;
	color: #565656;
}

.pages{
	font: normal 12px Tahoma, Arial;
	color: #565656;
}

h2.entry-title a, h2.entry-title, 
body.search h3.entry-title a, 
body.archive h3.entry-title a {
  color: #b1a78f;   /* color of post titles */
  font-size: 18px;	/* font size of post titles */
  margin-bottom: 3px;	/* spacing below post titles */
  text-decoration: none;	/* underline off, change to "underline" */
	font: normal 18px Tahoma, Arial;
}

/* LINE 105 */


/* edit these to change background color and/or 
padding of "sidebar" area at bottom of page */
div#sidebar_footer {
background-color: #e1dad0;   /* bg color of footer-sidebar area */
padding: 10px 10px 20px 10px;	   /* top, right, bottom, left padding */
}

/* LINE 115 */

/* the color of commenters on main page, and bg of comment area */
body.home .comment-author {
color: #2e2623;  /* color of name of person commenting on mainpage */
}
body.home #comments {
background-color: #ffffff;  /* bg color of mainpage commment area */
}

#comments h3 {
	color: #2e2623;  /*color of lower headlines in single post pages*/
}

/*  ----------------------  */
/*  ----------------------  */
/*  ------END EDITING-----  */
/*  --------HERE----------  */
/*  ----------------------  */
/*  ----------------------  */

















/* LINE 310 */

/* post and meta styles */
#container {
	clear: both;
}
body.single #container {
	margin-bottom: 40px;
}
#content {
	margin: 40px 40px 0 40px;
}
h2.entry-title {
	margin: 0 0 3px 0;
}
body.search h3.entry-title, body.archive h3.entry-title {
	margin: 15px 0 3px 0;
}
.jh-single h2.entry-title {
	margin-bottom: 20px;
}
div.entry-date {
	color: #2e2623;
	font-size:10px; /*font-size of post date entry*/
	margin: 0 0 20px 0; /*margin below post date*/
}
#content p {
	margin: 0 0 18px 0;
}
div.entry-meta {
	margin: 0 0 25px 0;
	font-size: 10px;
	text-transform: lowercase;
	clear: both;
}
.meta-inner {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
	border-bottom:1px dotted #2e2623; /*dotted border below posts*/
}
body.home .meta-inner {
	line-height: 2.5em;
}
div.entry-content img {
	margin: 10px 0 15px 0;
}
div.entry-content ul {
	list-style: disc;
	margin-bottom: 18px;
}
div.entry-content ol {
	list-style: decimal;
	margin-bottom: 18px;
}
div.entry-content li {
	margin-left: 40px;
	line-height: 1.6em;
}
strong {
	font-weight:700;
}
em {
	font-style: italic;
}
body.archive #content h2.page-title,
body.search #content h2.page-title {
	font-size: 140%;
}
.forstupid {  /*he he he he*/
	font-style: italic;
	color: #999;
	font-size: 90%;
}
body.archive div.entry-meta,
body.search div.entry-meta {
	padding-bottom: 30px;
	border-bottom: 1px dotted #2e2623;
}

/* LINE 389 */

/* style the ajaxed inline comments */
body.home #comments {
	max-height: 180px;  /*height beyond which inline comment box scrolls*/
	overflow: auto;
	margin: 20px 0 10px 0;
	padding: 0 8px;
}
* html body.home #comments {
	height: 180px;  /* because IE6 doesn't support max-height */
}
body.home li.comment {
	clear: both;
}
body.home #comments p {
	text-transform: none;
	line-height: 1.6em;
}
body.home .meta-inner div#comments {
	line-height: 1.6em;
}
body.home #comments li {
	padding-bottom: 5px;
	border-bottom: 1px dotted #2e2623;
	padding-top: 5px;
}
body.home .comment-author {
	font-weight: 700;
	line-height: 1.6em;
	float: left;
	display: inline;
}

body.home .commentform h2 {
	font-size: 18px;
	text-transform: none;
	margin-top: 15px;
}
body.home span.required {
	color: #FF0000;  /*makes the little asterisks RED*/
}

/* LINE 432 */



/* style non-ajaxed-wp commments on pages other than main page */
#comments-list {
	clear: both;
}
#comments h3 {
	margin: 0 0 15px 0;
	font-size: 19px;
	padding-top: 30px;
}

div#comments li.comment p {
	margin: 0;
	
}
div.comment-meta {
	font-size: 90%;
	color: #2e2623;
	padding-bottom: 30px;
	border-bottom: 1px dotted #2e2623;
}
body.single div.comment-meta {
	margin-bottom: 30px;
}






/* LINE 465 */



div#nav-below {
	margin: 10px 0 25px 0;
	padding: 8px 0;
}
body.single div#nav-below {
	padding: 8px 0 12px 0;
	border-bottom: 1px dotted #2e2623;
	border-top: 1px dotted #2e2623;
}



div.inner_sidebar {
	width: 150px;
	margin: 0 auto;
}

/* LINE 507 */

.error404 {
	margin-bottom: 40px;
}
body.search div.entry-content img,
body.category div.entry-content img,
body.archive div.entry-content img,
body.home div.entry-content img,
body.single div.entry-content img {
	padding: 15px 0;
	text-align: center;
}
body.search div.entry-content img.wp-smiley,
body.category div.entry-content img.wp-smiley,
body.archive div.entry-content img.wp-smiley,
body.home div.entry-content img.wp-smiley,
body.single div.entry-content img.wp-smiley {
	padding: 0;
	display: inline;
	margin: 0;
	border: none;
}
div.entry-content embed {
	margin: 20px 0;
}

* html #wrapper {overflow:hidden;} /*help IE6 not jack things up*/

/* whoops, fix the image alignment classes */
img.aligncenter {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
img.alignright {
	margin: 0 0 10px 20px !important;
	display: inline !important;
	float: right !important;
}
img.alignleft {
	margin: 0 20px 10px 0 !important;
	display: inline !important;
	float:left !important;
}
