/*
Skin name: Love Buick DaList http://www.PeterBuick.com 
Version: 1.1
Author: Peter Buick (based on Denis de Bernardy)
Author uri: http://www.PeterBuick.com
Description: Love Buick DaList green skin
/* yel #FFFFCC, ligrn #82B856, drkgrn #4E6E34 purp #7D47A9 */
*/

/*
#
# 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: #FFFFCC;		/* gainsboro */
	color: black;
}

a
{
	color: #666666;
	text-decoration: underline;
}

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

a:hover
{
	color: #7D47A9;				/* BF8500 */
}



.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 #000000;		/* silver #7D47A9 */
	border-bottom: solid 1px #000000;	/* silver #7D47A9 */
	background-color: #4E6E34; 		/* BF8500 */
	color: white;
}

.navbar a
{
	color: white;
}

.navbar a:hover
{
	color: gainsboro;
}

#footer
{
	border-top: solid 1px silver;
	background-color: #FFFFCC;		/* ghostwhite */
}

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

#wp-calendar thead th
{
	border-bottom: solid 1px silver;
	background-color: #82B856; 		/* #BF8500 */
	color: white;				/* yel #FFFFCC, ligrn #82B856, drkgrn #4E6E34 purp #7D47A9 */
}

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

h1,
h1 a,
h1 a:hover
{
	color: #7D47A9;  			/* # was firebrick BF8500 */
}

.sidebar h2
{
	border: solid 1px silver;
	background-color: #82B856; 		/* BF8500 */
	color: white;
	padding: 1px 6px;
}

.sidebar h2 a
{
	color: white;
}

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