@charset "utf-8";
/*
sitetop.css
--------------------*/
/* ====================

Layout
--------------------*/
#container {
background: url(http://www.cherrypieweb.com/weblog/img/covergirl_03.jpg) no-repeat right bottom;
}
#alpha {
background-image: none;
}
#beta {
position: relative;
bottom: auto;
}
#beta-inner {
background-color: transparent;
}
#alpha .widget {
margin: 40px 0 20px 10px;
}
/*

Main text
--------------------*/
p.weblog_top {
margin: 20px 0 20px 10px;
width: 380px;
font-family: cpw-medium;
font-weight: bold;
color: #440088;
}
h3.widget-header {
height: 34px;
text-indent: -1000px;
}
.widget-recent-entries h3 {
background: url(http://www.cherrypieweb.com/weblog/img/RecentEntries.png) no-repeat 0 0;
}

.widget-recent-entries li {
width: 320px;
padding-left: 1.5em;
background: url(http://www.cherrypieweb.com/common/list_marker-008.gif) no-repeat 0 5px;
}

.widget-archive-category h3 {
background: url(http://www.cherrypieweb.com/weblog/img/categories.png) no-repeat 0 0;
}

.widget-archive-category li {
padding-left: 1.5em;
background: url(http://www.cherrypieweb.com/common/list_marker-008.gif) no-repeat 0 5px;
}

a:link, a:visited {
color: #880022;
}


