/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
	text-align: center;
}

#container-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #alpha-inner, #gamma-inner {
	overflow: hidden;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
}

#footer-inner {
	overflow: hidden;
	padding-top: 40px;
	background-color: #CCFFFF;
}

#footer-bottom {
	overflow: hidden;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663333;
	text-align: center;
	line-height: 16px;
	padding-bottom: 20px;
	font-weight: bold;
}

#footer-bottom a:link {
	color: #663333;
	text-decoration: none;
}
#footer-bottom a:visited {
	color: #663333;
	text-decoration: none;
}
#footer-bottom a:hover {
	color: #663333;
	text-decoration: none;
}

#beta-inner {
    overflow: hidden;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
	width: 760px;
	background-color: #FFFFFF;
	left: 0px;
}

.layout-wt #beta {
	width: 180px;
	text-align: center;
	height: 100%;
	left: 0px;
	float: right;
	background-image: url(images08/sitedesign/beta_background.png);
	background-repeat: no-repeat;
	background-position: left;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 170px;
    width: 770px;
}

.layout-tw #beta {
	left: -770px;
	width: 170px;
	text-align: center;
	background-image: url(http://www.stylebakery.com/images08/sitedesign/beta_background.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}

.rightnav {
	color: #FFFFFF;
}
.rightnav a:link {
	color: #FFFFFF;
}
.rightnav a:visited {
	color: #FFFFFF;
}

/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
	overflow: hidden;
	width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags-header,
.entry-categories-header {
	margin-bottom: 0;
	margin-right: .25em;
	display: inline;
	font-weight: bold;
	color: #663333;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags-list .entry-tag,
.entry-categories-list .entry-category {
	display: inline;
	color: 006699;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
	clear: none;
	margin-left: 60px;
	line-height: 1.5;
	margin-bottom: 1em;
	padding-left: 30px;
	padding-bottom: 30px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
	position: relative;
	overflow: hidden;
	width: 155px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.widget-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
	margin-top: 5px;
	margin-bottom: 8px;
}

.widget-tag-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.input-default {
    background-color: #9AAEC2;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}


/*


layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* Global */

body {
	color: #663333;
	font-family: Arial, Helvetica, sans-serif;
}


/* Header */

#header {
}

#header-inner {
    position: relative;
}

#header-name {
    margin: 0 0 5px;
    line-height: 1;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}


/* Content */

.asset-name {
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
    text-decoration: underline;
}

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    font-weight: normal;

    display: block;
    border-top: 1px dashed #e3d9ee;
    padding-bottom: .3em;
}

.asset-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
	margin: 5px 0 30px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #663333;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
}

.comments-open-content {
	font-size: 13px;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

#footer-content,
#footer-content a {
	color: #cc0099;
	text-decoration: none;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */

body {
	background-color: #663333;
	background-image: url(http://www.stylebakery.com/images08/sitedesign/pagebackground.png);
	background-repeat: no-repeat;
	background-position: center 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

a {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CC0099;
}

.product {
	background-color: #FFFFFF;
	background-image: none;
}



/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
	background-color: ffe5e5;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}


/* Header ----------------------------------------------------------------- */

#container-inner {
}

#content {
	margin-top: 0px;
	background-color: ffe5e5;
}

#beta-inner,
#gamma-inner {
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 20px;
	padding-left: 5;
}

#header {
	padding-top: 0px;
	position: static;
}

#header-inner {
}

#header-content {
    margin: 10px 20px 0;
}

#header-name {
    font-weight: bold;
    font-size: 32px;
}

#header-name,
#header-name a {
    font-weight: bold;
    font-size: 32px;
    text-decoration: none;
    color: #663333;
}

#header-name a:hover {
    text-decoration: underline;
}

#header-description,
#header-description a { 
    color: #999;
}


/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title {
	color: #CC0099;
}

.asset-footer,
.asset-footer a,
.comment-footer,
.comment-footer a,
.trackback-footer {
	color: #006699;
}

.asset-footer {
	border-top-color: #e3d9ee;
	margin-bottom: 40px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0099;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
	color: #CC0099;
	line-height: normal;
}


.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

.layout-wtt #content-inner { background: transparent url(sweet_sites2/content-wtt.gif) repeat-y scroll right top; }
.layout-twt #content-inner { background: transparent url(sweet_sites2/content-twt.gif) repeat-y scroll left top; }
.layout-wt #content-inner {
	background-image: url(http://www.stylebakery.com/images08/sitedesign/contentbackground.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.layout-tw #content-inner {
	background-image: url(http://www.stylebakery.com/images08/sitedesign/contentbackground.png);
	background-repeat: repeat-y;
	background-position: left top;
}


.layout-wt #beta-decor b {
    z-index: 3;
    display: block;
    background: url(sweet_sites2/corner-left.gif) transparent no-repeat;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.layout-twt #beta-decor b,
.layout-tw #beta-decor b {
    z-index: 3;
    display: block;
    background: url(sweet_sites2/corner-right.gif) no-repeat;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
}

.layout-wtt #gamma-decor b,
.layout-twt #gamma-decor b {
    z-index: 3;
    display: block;
    background: url(sweet_sites2/corner-left.gif) transparent no-repeat;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 1px;
}

.layout-wm .recent-comments-stream-widget .widget-header {
    background-image: url(sweet_sites2/corner-left.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
} 


.widget a,
.archive-widget .widget-list .item {
	color: #006699;
	text-decoration: none;
} 

.widget a:hover {
	color: #CC0099;
	text-decoration: none;
}

#gamma .widget a {
	color: #006699;
} 

.widget-header {
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Geneva, Arial;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}  
.widget .widget-header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #663333;
}



.widget-seewhatscooking {
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Geneva, Arial;
	width: 160px;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(http://stylebakery.com/images08/sitedesign/images/see-whats-cooking-sidebar_02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
} 

.header-seewhatscooking {
	padding: 0px;
} 



.layout-tw .widget .widget-header {
    border-left-width: 0;
}

.layout-twt #beta .widget-header,
.layout-tw .widget-header {
    border: 0;
}

.embed-asset-widget .widget-header {
    margin-bottom: 10px;
}  
#gamma .widget-header,
#gamma .widget-header a, 
.widget-header,
.widget-header a {
	text-decoration: none;
	color: #663333;
}

.widget-header .edit a {
    border-left-color: #fff
} 
#gamma .widget-header a:hover, 
.widget .widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
    padding: 0 15px;
}

.media-stream-widget img {
    border: 1px solid #999;
} 

.widget-header {
    font-size: 14px;
}

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 12px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


/* Footer ----------------------------------------------------------------- */

#footer {
	background-color: #CCFFFF;
	width: 940px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #663333;
}

#footer-content {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}



#content-inner,
.asset-body {
	height: 1%;
	background-color: #FFFFFF;
}

#header-inner {
	height: 1%;
	background-image: url(http://www.stylebakery.com/images08/sitedesign/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}

/* Custom Styles ---------------------------------------------------------- */

.connections-view #header-content {
    background-color: #eae1f4;
}
.group-banner {
    top: 33px;
}

/* Header Nav */

#navcontainer
{
	margin-left: 0;
	width: 940px;
	height: 31px;
	background-image: url(http://www.stylebakery.com/images08/sitedesign/nav_horiz_dark.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #663333;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #663333;
}

#navlist
{
	margin-left: 0;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 16px;
	font-weight: bolder;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 0.25em 0.5em 0.25em 0.75em;
text-decoration: none;
}

#navlist li a:link { color: #663333; }
#navlist li a:visited {
	color: #663333;
}

#navlist li a:hover
{
	color: #663333;
	background-position: center top;
	background-image: url(http://www.stylebakery.com/images08/sitedesign/nav_horiz_light.png);
	background-repeat: no-repeat;
	text-decoration: none;
}


/*    Footer Blocks     */
.footer-blocks {
	width:100%;
	float:left;
	margin-bottom: 20px;
	padding-top:20px;
	border-top:1px dotted #bbb;
} 
.footer-blocks a { color:#444; }
.footer-blocks .feature-block {
	width: 160px;
	float:left;
	margin-left:22px;
	font-size:11px;
}
.footer-blocks .feature-block h2 { border-top:0!important; }


.widget-footercontent {
	font-size: 11px;
	background-color: #fff;
	border: 1px solid #999999;
	color: #CC0099;
	list-style-position: outside;
	list-style-type: circle;
	width: 400px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-let: 15px;
	line-height: 15px;
	padding: 10px;
	margin-left: 25px;
}


.sweetsitecopy {
	float:none;
	margin: 5px;
	padding: 5px;
} 

.sweetsite {
	float:none;
	padding: 0px;
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 14px;
	color: #cc0099;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 18px;
} 
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0099;	
}

.sweetsiteheader {
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #663333;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.search {
	background-color: #FFFFFF;
	width: 160px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: thin solid #CCCCCC;
	padding-left: 3px;
}

.productdescription { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 15px; list-style-type: disc; list-style-image: none; margin-right: 12px; margin-left: 12px }
.productname { color: #c71585; font-size: 14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 16px }
.photo { background-image: url("../images/recipes/spring07_images/jewelry/background.gif"); background-repeat: no-repeat; background-position: center; padding: 15px 12.5px 18px; border-width: 1px; border-color: #555; outline-width: 1px; outline-color: #444 }
.photothumb     { background-image: url("../images/recipes/spring07_images/cheapchic/background.gif"); background-repeat: no-repeat; background-position: center top; text-align: center; padding-top: 6px; width: 145px; height: 145px; overflow: hidden; vertical-align: middle }
.highlight  { font-weight: bold; background-color: #ff6 }
.copy    {
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 15px
}
.copytitle        { color: #c71585; font-size: 13px; font-family: "Trebuchet MS"; font-weight: bold; line-height: 15px }
.copycouponcode  { color: #c71585; font-size: 10px; font-family: "Trebuchet MS"; font-style: italic; line-height: 12px }
.table   {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 15px;
	list-style-type: none;
	list-style-image: none;
	background-color: #fff;
	border: solid 1px #fcc;
	margin: 5px;
	padding: 5px;
}
.adborder       { text-align: center; border: solid 2px #633 }


.thumbnail-block {
	width:100%;
	float:left;
	margin-bottom: 20px;
	padding-top:20px;
} 

.thumbnail-block .thumbnails-grid {
	width: 196px;
	float:left;
	margin-left:0px;
	font-size:12px;
	padding: 15px;
	height: 350px;
	line-height: 16px;
}
.thumbnail-block .thumbnails-grid {
	border-top:0!important;
	background-color: #FFFFFF;
	background-image: url(http://www.stylebakery.com/images08/sitedesign/thumbnail_background.gif);
}

.homecolumn1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
}
.homecolumn2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
}

#thinleftcolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	text-align: right;
}
#widecentercolumn {
	float: right; /* since this element is floated, a width must be given */
	width: 490px;
}


/* Daily Scoop Content */

.dsentry-asset {
	background-image: url(http://www.stylebakery.com/daily_scoop/images/images/scoopbackground_02.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-bottom: 70px;
}

.dsasset-name {
	font-size: 22px;
	font-weight: bold;
	font-family: "Trebuchet MS", Geneva, Arial;
	color: #FFFFFF;
	background-color: #CC0099;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: url(http://www.stylebakery.com/daily_scoop/images/images/scoopbackground_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.dsasset-name a {
    text-decoration: none;
}

.dsasset-name a:hover {
    text-decoration: underline;
}

.dsasset-content {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 15px;
	padding-left: 10px;
	background-image: url(http://www.stylebakery.com/daily_scoop/images/images/scoopbackground_02.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

.dsasset-more-link {
    font-weight: bold;
}

.dsasset-meta {
    margin-top: .25em;
    padding-top: 2px;
    font-weight: normal;

    display: block;
    border-top: 1px dashed #e3d9ee;
    padding-bottom: .3em;
}

.dsasset-footer {
	clear: both;
	margin-top: 1.5em;
	padding-top: 0.5em;
	background-color: #E8E8E8;
	background-image: url(http://www.stylebakery.com/daily_scoop/images/images/scoopbackground_03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	padding-left: 10px;
}

.dsasset-footer a,
.dscomment-footer a {
    font-weight: normal;
}

.dsthumbnail-block .dsthumbnails-grid {
	width: 166px;
	float:left;
	margin-left:0px;
	font-size:12px;
	height: 200px;
	line-height: 16px;
	padding-top: 15px;
	padding-right: 37px;
	padding-bottom: 15px;
	padding-left: 37px;
	text-align: center;
}
.dsthumbnail-block .dsthumbnails-grid {
	background-color: #FFFFFF;
	border: thin solid #FFCCCC;
}

.goodies {
	background-color: #FFF;
	background-image: none;
}

.relatedcopy {
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
}

.entry-image
  { color: #633; font-size: 13px; font-family: Arial; line-height: 18px; background-position: left 0; text-align: left; padding: 12px 12px 25px; width: 250px; height: 250px; float: left; clear: both; border-color: #300 }
.entry-quote
    {
	color: #cc0099;
	font-size: 13px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-style: italic;
	line-height: 16px;
	text-align: center;
	padding: 0 25px 0 5px;
	clear: both;
	vertical-align: middle;
	font-weight: bold;
}
.entry-quotelft
     { color: #c06; font-size: 13px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-style: italic; line-height: 16px; text-align: center; padding: 0 20px 0 15px; clear: both; vertical-align: middle }

.favorites-asset-name {
	background-image: none;
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 18px;
	line-height: normal;
	color: #FFFFFF;
	background-color: #663333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-align: center;
}

#topad {
	width: 100%;
	height: 100px;
	text-align: center;
	overflow: hidden;
	position: relative;
}



.subtitle  { font-size: 15px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal; line-height: 18px; text-align: center }
.copy     { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 15px; list-style-type: disc; list-style-image: none }
.adborder       { text-align: center; border: solid 2px #633 }
.borderline { border: solid 1px #633 }
.padding  { padding: 26px 1px; border: 2px #fff }
.borderright { border-right: 3px solid #633 }
.borderleft  { padding-left: 20px; border-left: 1px solid #fcc }
.highlight  { font-weight: bold; background-color: #ff6 }

