/*
Skin name: Strawberry Cream, Classic
Version: 1.1
Author: Antonella Pavese
Author uri: http://www.antonellapavese.com
Description: Strawberry Cream skin, classic version
*/

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

a:hover
{
	color: firebrick;
}



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

#wp-calendar
{
	background-color: white;
}

#sitename
{
	text-align: center;
}

.header h1
{
	font-variant: small-caps;
}

.navbar a
{
	color: #008080;
}

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

h1,
h1 a,
h2,
h2 a
{
	color: black;
}

.header h1,
.header h1 a
{
	color: #008080;
	text-decoration: none;
}

.header h1 a:hover
{
	color: #C71585;
}

.header h2
{
	color: black;
}

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

.entry_header h2
{
	border-bottom: solid 1px #C71585;
}

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