.custom,
.custom input,
.custom select,
.custom button
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

/*
The font size
*/

.custom h1
{
	font-size: large;
}

.custom h2,
.custom #wp-calendar caption
{
	font-size: medium;
}

body.custom,
.custom,
.custom h3,
.custom p,
.custom li,
.custom dt,
.custom dd,
.custom table,
.custom th,
.custom td,
.custom input,
.custom select,
.custom button,
.custom pre,
.custom code,
.custom .entry_header h2,
.custom .spread_the_word h2,
.custom .comment_header h2
{
	font-size: 11pt;
	line-height:140%;
}



/*
The color and background colors
*/


#wrapper,
#header,
#footer,
#body,
#main
{
color:#000000;
background-color: white;
}

.custom #wrapper
{
color:#000000;
background-color: white;
}

.custom #main
{
color:#202020;
background-color: white;
}


.custom html
{ 
background-color: #110800;
}

.custom body
{
background-color: #110800;
}

.custom #ext_main
{ 
background: #110800 url(leftsidebar.gif) repeat-y top left;
}

.custom copyright_notice
{
	text-align: center;
	}


#credits
{
	left:0;
        border: none;
	margin-left:0px;
	width: 628px;
	padding: 5px 0;
	background-color:white;
	}

#footer
{
	left:20px;
	width: 100%;
	margin: 1px 0;
	padding: 0;}
}


#sidebar
{
	color: #000000;
	background-color: #cda975;
}

.custom #ext_sidebar
{
	color: #000000;
	background-color: #cda975;
}

.custom #ext_wrapper
{
	background-image: url(extwrapper.gif) repeat y top 772;
	}

/*
The navbar and calendar header colors
*/

.inline_menu span
{
	margin: 0px 6px;
}

#navbar,
#wp-calendar thead th
{
	background-color: #110800;
	color: #ffffff;
}


/*
The link styles
*/

a,
h1 a
{
	color: #000000;
}

a:hover,
h1 a:hover
{
	color: saddlebrown;
}


/*
The navbar link styles
*/

.navbar a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.navbar a:hover
{
	color: gold;
	text-decoration: underline;
}


/*
Center the navbar
*/

#header_nav
{
	text-align: left;
	float: none;		/* NB: many areas are floating divs */
}

#search_form			/* this hides the search form in all cases */
{
	display: none;
}


/*
Header styles and colors
*/

#header div.pad
{
	margin: 0px;
	padding: .5em 8px;
	background-color: #110800;
}

#sitename
{
	text-align: center;
}

.header h1
{
	margin: 0px;
	padding: 2em 0px 1em 0px;
	text-transform: uppercase;
}

.header h2
{
	margin: 0px;
	padding: .5em;
	font-size: 11pt;
	text-transform: uppercase;
}

.header h1 a
{
	color: #474E44;
}

.header h1 a:hover
{
	color: firebrick;
}

.header h2
{
	color: #A37B45;
}


/*
Body styles and colors
*/

.main h1
{
	text-transform: uppercase;
}

.main h1,
.main h1 a
{
	color: #5B0C07;
}

.main h1 a:hover
{
	color: firebrick;
}

.main h2
{
	text-transform: uppercase;
	color: #5B0C07;
	border-bottom: none;
}


/*
Sidebar styles and colors
*/

.sidebar h2
{
	border-bottom: none;
	color: #6c7a8e;
}

.sidebar ul ul
{
	margin-left: .5em;
}
	
/*#credits
{
	border-top: solid 1px dimgray;
	width: 628px;
	margin: 10px auto;
	padding: 5px 0;
}*/

.entry_actions
{
        margin:0 0 0 0;
}