/*
Skin name: Light Gold
Version: 1.0
Author: Denis de Bernardy
Author uri: http://www.mesoconcepts.com
Description: Light Gold 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
#
*/

#navbar,
#wp-calendar thead
{
	background-color: gold;
}

#wp-calendar
{
	background-color: white;
}

#footer,
#wp-calendar tfoot
{
	background-color: ghostwhite;
}

h1,
h1 a
{
	color: firebrick;
}

.header h2
{
	color: darkblue;
}

#navbar,
#footer,
#wp-calendar
{
	border: solid 1px dimgray;
}

#wp-calendar thead th
{
	border-bottom: solid 1px dimgray;
}

#wp-calendar tfoot td
{
	border-top: solid 1px dimgray;
}

.navbar a
{
	color: darkblue;
}

.navbar a:hover
{
	color: firebrick;
}

.sidebar h2
{
	border-bottom: solid 1px firebrick;
	padding-bottom: 1px;
}

h2 a:hover
{
	color: firebrick;
}

.main table thead th
{
	border-bottom: solid 1px lightsteelblue;
}

.entry_actions,
.comment_actions
{
	border-top: solid 1px lightsteelblue;
	padding-top: 1px;
}

blockquote
{
	background-color: antiquewhite;
}

pre
{
	background-color: lavender;
}