/*
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 loosing
# your changes when you upgrade your site.
#
# You'll find detailed sample files in the skins directory
#
*/

body
{
	background-image:
	color: black;
}

#header,
#footer,
#main
{
	background-color: #FFFFFF;
	
}
/********change sidebar headline color and background color **********/
#sidebar
{
	background-color: #FFFCE6;
	color: black;
}
/********change menu and footer bg color **********/
#navbar,
#wp-calendar thead
{
	background-color: #003399;
	color: white;
}

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

h1,
h1 a
/******** header color for Wordpress content **********/
{
	color: darkblue;
}

.header h2
{
	color: darkblue;
}
/******** Blog border color **********/
.ssm #ext_wrapper,
.sms #ext_wrapper,
.mss #ext_wrapper,
.sm #ext_wrapper,
.ms #ext_wrapper,
.m #ext_wrapper
{
	
	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 dimgray;
	background-color: white;
}
/********change navbar border color **********/
#navbar
{
	border-top: solid 1px #00246F;
	border-bottom: solid 1px #00246F;
}
/********change footer border color **********/
#footer
{
	border-top: solid 1px #00246F;
	border-bottom: solid 1px #001A4F;
}
.footer a
{
	color: white;
}

.footer a:hover
{
	color: #FFF0B7;
}

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

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

#wp-calendar tfoot td
{
	border-top: solid 1px dimgray;
	
}
/********change navebar text color **********/
.navbar a
{
	color: white;
}

.navbar a:hover
{
	color: #FFF0B7;
}


/********change sidebar underline color **********/
.sidebar h2
{
	border-bottom: solid 1px firebrick;
	padding-bottom: 1px;
}

.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;
}

#ext_sidebar
{
	border: solid 1px dimgray;
	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;
}