/*
Skin name: Sky Gold
Version: 1.4
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.
#
# 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:b3defc;
	color: white;
	margin:0;
	padding:0;
}

a
{
	color:white;
	text-decoration:none;
	
}

h1 a,
h2 a
{
	
	color: white;
}

a:hover
{
		color:#white;
	text-decoration: underline;
}


#navbar,
#wp-calendar thead
{
	background-color: gold;
}

#footer,
#wp-calendar tfoot
{
	background-color: transparent;
	border-top: 1px double white;
	padding-bottom:30px;


}

h1,
h1 a
{
	
	color:white;

}

#header{z-index:1;
position:relative;
margin-bottom:30px;
}
.header h2
{
	color: darkblue;
}

.ssm #ext_wrapper,
.sms #ext_wrapper,
.mss #ext_wrapper,
.sm #ext_wrapper,
.ms #ext_wrapper,
.m #ext_wrapper
{


	background-image:url(/header.jpg);
	margin-left:auto;
	margin-right:auto;

	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
{

	background-color: transparent;
	color: white;
	
}




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

#footer
{	background-color:#transparent;
		margin-top: 25px;
		margin:botttom: 15px;
	
}

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



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

.entry_actions,
.comment_actions
{
	border-top: solid 1px lightsteelblue;
	padding-top: 1px;
	display: none;
}

blockquote
{
	background-color: antiquewhite;
}

pre
{
	background-color: lavender;
}

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