/*
Custom by Todd Fiegel
Based on old firebrick & used in new boxed, red
2.21.10
*/

/*
#
# DO NOT EDIT THIS FILE
# ---------------------
# The Semiologic theme features a custom.css feature. This allows to edit the skin
# without editing its css files. That way, you won't need to worry about losing
# your changes when you upgrade your site.
#
# You'll find detailed sample files in the custom-samples folder.
#
# The easiest way to procede is:
#
# 1. Make a copy of this file, rename as custom.css
# 2. Edit this new custom.css to override the skin defaults
#
*/


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

a
{
	color: #458B5A;
	text-decoration: underline;
}

h1 a,
h2 a
{
	text-decoration: none;
	color: 006633;
}

a:hover
{
	color: firebrick;
	
}


.ssm #ext_wrapper,
.sms #ext_wrapper,
.mss #ext_wrapper,
.sm #ext_wrapper,
.ms #ext_wrapper,
.m #ext_wrapper
{
	border: solid 1px silver;
	background-color: white;
}

.essm #wrapper,
.esms #wrapper,
.emss #wrapper,
.ssme #wrapper,
.smse #wrapper,
.msse #wrapper,
.esm #wrapper,
.ems #wrapper,
.sme #wrapper,
.mse #wrapper,
.em #wrapper,
.me #wrapper
{
	border: solid 1px silver;
	background-color: white;
}

#navbar
{
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	background-color: firebrick;
	color: white;
}

.navbar a
{
	color: white;
}

.navbar a:hover
{
	color: gainsboro;
}


#footer
{
	border-top: solid 1px silver;
	background-color: firebrick;
}

#wp-calendar
{
	border: solid 1px silver;
	background-color: white;
}

#wp-calendar thead th
{
	border-bottom: solid 1px silver;
	background-color: firebrick;
	color: white;
}

#wp-calendar tfoot td
{
	border-top: solid 1px silver;
	background-color: ghostwhite;
}

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

.sidebar h2
{
	border: solid 1px silver;
	background-color: firebrick;
	color: white;
	padding: 1px 6px;
}

.sidebar h2 a
{
	color: white;
}

.sidebar h2 a:hover
{
	color: gainsboro;
}

.entry_bg,
.post_list,
.main_widget_bg,
.widget_bg,
.header_widget_bg,
.footer_widget_bg {
	border: solid 1px;
	border-color: black;
}
#footer a {
	color: #fff;
}

#footer a:hover {
	color: #630a0a; /* L90* */
}

/* == Stop Editing Here! == */
/* Anything beneath the above line will be deleted if you publish CSS under Appearance / Custom CSS. If you want to manually insert additional CSS, place it further up. */

#main h1 {
	font-weight: bold;
	color: #b22815;
}

#main h2, #main .widget_calendar caption {
	color: #b22815;
}

.sidebar a {
	font-weight: bold;
}

.sidebar h2, .sidebar .widget_calendar caption {
	font-family: Tahoma, "Nimbus Sans L", "DejaVu Sans", Sans-Serif;
}

.sidebar h3 {
	font-weight: bold;
}

#sitename {
	font-weight: bold;
}

#sitename a {
	font-weight: bold;
}

#tagline {
	font-weight: bold;
}

#navbar a {
	font-weight: bold;
}

#footer a {
	font-weight: bold;
}

html {
color:#000;
background:#A6CAA9;
}