﻿/*
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 */



#wrapper
{
	border: solid 1px #C71585;
	background-color: white
}	

#main
{
	border-top: solid 0px #C71585;
	border-right: solid 1px #C71585;
	border-left: solid 1px #C71585;
	border-bottom: solid 0px #C71585;
	background-color:white
	
}

body /*This is the Background canvas color or image-i.e.backround-image: url?;*/
{
	background: #FFFFFF url(aabg-text.jpg) repeat scroll 0%; 
	font-family: "verdana",arial,sans-serif;
	color: #003366;

}
a
{
	color: blue;
	text-decoration: underline;
}

h1 a,
h2 a
{
	text-decoration: none;
	color: black;
}


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

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

#sitename
{
	text-align: center;
}

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

a,
h1 .admin_link a
{

	text-decoration: none;
	font-family: verdana,arial,sans-serif; font-size:11px; font-weight: bolder; line-height:12px;
	color: #008080;
}

a:hover,
h1 .admin_link a:hover
{
	color: #C71585;
}


h1,
h1 a,
h2,
h2 a
{
	color: #C71585;
	font-family: "Trebuchet MS";font-size:18px;font-weight:bold;
	line-height:20px;
}

.header h2
{
	color: black;
}

#navbar,
#ext_sidebar,
#footer

{
	border-top: solid 0px #C71585;
	border-right: solid 0px #C71585;
	border-left: solid 0px #C71585;
	border-bottom: solid 0px #C71585;
	margin-bottom: 0px;
	padding: 0px 20px; 

}


#header
{
	border-top: solid 0px #C71585;
	border-right: solid 0px #C71585;
	border-left: solid 0px #C71585;
	border-bottom: solid 0px #C71585;
	
}

#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
{

	border-left: solid 1px dimgray;
	padding-bottom: 1px;
}
.sidebar
-->
{
	background-color:white;
}
<--
.sidebar h2 /*This changes the sidebar Widget titles*/
{
	border: solid 1px dimgray;
	padding-bottom: 1px;
}
/*
.sidebar a,
h1 .admin link a /*This creates navbar buttons for the sidebar links*/
/*
{
background:#ffffff url(bgrose.jpg);
border-left: 6px solid #00ff00;
border-right: 1px solid #6699CC;
border-top: 1px solid #6699CC;
border-bottom:1px solid #6699CC;
display:block;
height:1%;
margin:12px 6px 12px 6px;
padding:10px;
text-decoration:none;
width:90%;
}
*/
-->
sidebar2
{

	border-left: solid 1px dimgray;
	padding-bottom: 1px;
}
.sidebar2
-->
{
	background-color:white;
}
<--
.sidebar2 h2 /*This changes the sidebar Widget titles*/
{
	border: 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;
}
.sidebar .widget_categories ul,
.sidebar .widget_archives ul,
.sidebar .widget_text ul

#main div.pad,
#sidebar div.pad,
#sidebar2 div.pad,
#ext_sidebar div.pad
{
  padding: 0px 5px;
}

