/*
Skin name: Strawberry Cream
Version: 1.2
Author: Antonella Pavese
Author uri: http://www.antonellapavese.com
Description: Strawberry Cream 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 */

body
{
	background-color: white;
	color: black;
}

a
{
	color: blue;
	text-decoration: underline;
}

h1 a,
h2 a
{
	text-decoration: none;
	color: black;
}



#navbar,
#ext_sidebar,
#footer,
#wp-calendar thead
{
	background-color: #eeeeee;
}

#wp-calendar
{
	background-color: white;
}

#sitename
{
	text-align: center;
}

.header h1
{
	font-variant: small-caps;
}

a,
h1 .admin_link a
{
	text-decoration: none;
	color: #008080;
}

a:hover,
h1 .admin_link a:hover
{
	color: #C71585;
}

h1,
h1 a,
h2,
h2 a
{
	color: #C71585;
}

.header h2
{
	color: black;
}

#navbar,
#ext_sidebar,
#footer
{
	border: solid 1px dimgray;
}

#wp-calendar
{
	border: solid 1px dimgray;
}

#wp-calendar thead th
{
	border-bottom: solid 1px dimgray;
}

#wp-calendar tfoot td
{
	border-top: solid 1px dimgray;
}

.main h2
{
	border-bottom: solid 1px dimgray;
	padding-bottom: 1px;
}

.sidebar h2
{
	border-bottom: solid 1px dimgray;
	padding-bottom: 1px;
}

.main table thead th
{
	border-bottom: solid 1px gainsboro;
}

.entry_actions,
.comment_actions
{
	border-top: solid 1px gainsboro;
	padding-top: 1px;
	font-variant: small-caps;
}

.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_essm #ext_sidebar,
.narrow_esms #ext_sidebar,
.narrow_emss #ext_sidebar,
.narrow_ssme #ext_sidebar,
.narrow_smse #ext_sidebar,
.narrow_msse #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_essm #ext_sidebar,
.wide_esms #ext_sidebar,
.wide_emss #ext_sidebar,
.wide_ssme #ext_sidebar,
.wide_smse #ext_sidebar,
.wide_msse #ext_sidebar
{
	width: 188px;
}
