/*
Skin name: Strawberry Cream - Custom CSS
Version: 1.0
Author: Antonella Pavese
Author uri: http://www.antonellapavese.com
Description: Strawberry Cream skin
*/


#main
{
	color: #333333;
}

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

/*
#sidebar
{
	border-left: solid 1px #A71C21;
}
*/

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

#sitename
{
	text-align: center;
}

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

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

.header h1,
.header h1 a,
.header h2,
.header h2 a
{
	position: absolute;
	font-size: 0;
        left: -1000px;
}

a,
h1 .admin_link a
{
	text-decoration: underline;
	color: #478151;
}


a:hover,
h1 .admin_link a:hover
{
	text-decoration: none;
	color: #478151;
}

#footer
{
	color: #FFFFFF;
}

#navbar a,
#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}

#navbar a:hover,
#footer a:hover
{
	text-decoration: underline;
}


h1,
h1 a,
h2,
h2 a
{
	color: #478151;
}

h1 a:hover,
h2 a:hover
{
	color: #478151;
	text-decoration: underline;
}

.header h2
{
	color: black;
}

#navbar,
#ext_sidebar,
#footer
{
	border: solid 1px #FFFFFF;
}

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