body
{
	background-color: #c5bfa8;
	color: black;
}

#header,
#footer,
#main,
#sidebar
{
	background-color: white;
	color: black;
}

p,ul,li {

color: #333333;
}

#navbar,
#wp-calendar thead
{
	background-color: #7d210d;
}

#footer,
#wp-calendar tfoot
{
	background-color: #7d210d;
}
h1,
h1 a
{
	font-weight: bold;
	font-size: small;
	color: #962f14;
}

#sidebar
{
	background-color: #fdf6e8;
}

.main h2
{
	font-size: 11pt;
	color: #4e190b;
}
#navbar a
{
	color: #eed7ad;
	text-decoration: none;
}
#navbar a:hover
{
	color: #ce8e3d;
	text-decoration: underline;
}
#sidebar a
{
	font-size: 9pt;
	color: #3f392b;
	text-decoration: none;
}

#sidebar a:hover
{
	color: firebrick;
	text-decoration: underline;
}
#sidebar h2
{
	font-size: small;
	text-align: left;
	color: black;
}
#sidebar2 h2
{
	font-size: small;
	text-align: left;
	color: black;
}
#footer a
{
	color: #eed7ad;
	text-decoration: none;
}
#footer a:hover
{
	color: #ce8e3d;
	text-decoration: underline;
}
.copyright_notice
{
	font-size: 8pt;
	color: #eed7ad;
}
.entry_header h1
{
	font-size: small;
	color: black;
}
.inline_menu
{
	color: #eed7ad;	
}
.custom #header h2
{
padding-top:50px;
padding-right:20px;
font-size:14px;
}

a.
{
	color: blue;
	text-decoration: underline;
}
a.gray
{
	color: #333333;
	text-decoration: underline;
}
a.gray:hover
{
	color: #333333;
	text-decoration: underline;
}

.red
{
	color: red;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
}

.sidebar li li
{
  list-style-type: none;
}

/*#sidebar
{
	background-color: #fdf6e8;
	color: black;
}*/

/* remove search from navbar */
#search_form
{
display: none;
}
