/*
Skin name: Sky Gold
Version: 1.2
Author: Denis de Bernardy
Author uri: http://www.mesoconcepts.com
Description: The classic Semiologic 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: ghostwhite;
	color: black;
}

#header
{
	background-color: #ffc0cb;
}

#footer,
main,
{
	background-color: white;
	color: black;
}



/*
Change the sidebar colour using  a background-color style and and image
*/

#sidebar
{
	background-color: #d3cec9;
}

#body
{ 
background:url(http://www.granniesunited.com/uploads/Image/sidebar.gif) repeat-y;
}




.main a
{
	color: #fc6d86;
}

.main a:hover
{
	color: #47311f;
}

#navbar,
#wp-calendar thead
{
	background-color: #ffc0cb;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#footer,
#wp-calendar tfoot
{
	background-color: #a2968c;
}


h1 
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #47311f;
}


h1 a
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
}

h1 a:hover
{
	color: #47311f;
}

h2
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #47311f;
}

.header h2
{
	color: #47311f;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: right;
}

.ssm #ext_wrapper,
.sms #ext_wrapper,
.mss #ext_wrapper,
.sm #ext_wrapper,
.ms #ext_wrapper,
.m #ext_wrapper
{
	border: solid 1px black;
	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 black;
	background-color: white;
}

#navbar
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#footer
{
	border-top: solid 1px black;
}

#wp-calendar
{
	border: solid 1px black;
}

#wp-calendar thead th
{
	border-bottom: solid 1px black;
}

#wp-calendar tfoot td
{
	border-top: solid 1px black;
}

.navbar a
{
	color: #fc6d86;
	font-weight: bold;
}

.navbar a:hover
{
	color: #47311f;
}

.sidebar a
{
	color: #fc6d86;
	font-weight: bold;
}

.sidebar a:hover
{
	color: #47311f;
}

.sidebar h2
{
	border-bottom: solid 1px #ffc0cb;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #47311f;
}

.main table thead th
{
	border-bottom: solid 1px #ffc0cb;
}

.entry_actions,
.comment_actions
{
	border-top: solid 1px #ffc0cb;
	padding-top: 1px;
}

blockquote
{
	background-color: antiquewhite;
}

pre
{
	background-color: lavender;
}

#ext_sidebar
{
	border: solid 1px black;
	background-color: white;
}

.narrow_em #ext_sidebar,
.narrow_me #ext_sidebar,
.narrow_esm #ext_sidebar,
.narrow_ems #ext_sidebar,
.narrow_sme #ext_sidebar,
.narrow_mse #ext_sidebar,
.narrow_esms #ext_sidebar,
.narrow_smse #ext_sidebar
{
	width: 168px;
}

.wide_em #ext_sidebar,
.wide_me #ext_sidebar,
.wide_esm #ext_sidebar,
.wide_ems #ext_sidebar,
.wide_sme #ext_sidebar,
.wide_mse #ext_sidebar,
.wide_esms #ext_sidebar,
.wide_smse #ext_sidebar
{
	width: 188px;
}