/*
Skin name: Fire Brick
Version: 1.0
Author: Denis de Bernardy
Author uri: http://www.mesoconcepts.com
Description: Fire Brick Red Skin
*/

/*
#
# 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
#
*/

body
{
	background-color: gainsboro;
	color: black;
}

.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;
}

#header
{
	border-bottom: solid 1px silver;
}

#navbar
{
	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: ghostwhite;
}

#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;
}
