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

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

/*
    reset.css - resets default browser styling
*/

: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 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
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: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

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



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

body {
    background: #fff;
}

#container-inner {
	width: 1000px;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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

#footer-inner {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}


#alpha-inner, #beta-inner, #gamma-inner {
	overflow: visible;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}


/* Wide-Medium */

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

.layout-wm #beta {
	width: 310px;
	float: right;
	background-image: url(http://www.stylebakery.com/images11/site_design/beta-bg.gif);
	background-repeat: repeat;
	background-position: left;
	height: auto;
	font-size: 12px;
}


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

#content {
	line-height: 1.5;
	color: #663333;
}
a:link, a:visited {
    text-decoration: underline;
}

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


/* 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%;
}
#comments {
	font-size: 12px;
	background-color: #F4F4F4;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}


.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,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories {
    margin-bottom: .5em;
}
.entry-tags {
	margin-bottom: 40px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.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 h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

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




/* Widgets */

.widget {
	position: relative;
	overflow: hidden;
	width: 100%;
}

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

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

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

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

.widget-tag-cloud .widget-content li {
    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 ul {
    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;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}
.subscribesidebar {
	background-color: #FFFFFF;
	border: 1px none #CC0099;
	background-image: url(http://www.stylebakery.com/images09/sitedesign/subscribe.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

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

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

.ad-right {
	height: 600px;
	width: 160px;
	float: right;
	margin-left: 10px;
}

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


/*

StyleBakery Theme
layouts: layout-wm

*/


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

/* Global */



/* Header */

#header {
    
}

#header-inner {
    position: relative;
}

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

#header-description {
    
}

#header a {
    text-decoration: none;
}

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


/* Content */

.asset-name {
    
}

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

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

.asset-content {
	margin: 5px 0;
	font-size: 14px;
	line-height: 140%;
}

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

.asset-meta {
}

.asset-footer {
    /* border-top: 1px solid #ccc; */
}

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

.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-weight: bold;
}

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

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    
}


/* 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 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #663333;
}

a {
    color: #069;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}


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

#container-inner,
#content {
	border: 1px solid #663333;
	background-image: none;
	background-repeat: repeat-x;
	background-position: right;
	background-color: #FFFFFF;
}

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

#beta-inner {
	padding-right: 1px;
	padding-left: 9px;
	width: 300px;
}

#content {
	margin-top: 0px;
	margin-bottom: 0px;
}

#container-inner {
	margin-right: auto;
	margin-left: auto;
	width: 1002px;
}

#header-inner,
#main-navigation-inner,
#content-inner, {
	position: relative;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


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

#header {
	background-color: #663333;
	background-image: url(http://www.stylebakery.com/images11/site_design/logo-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: auto;
}

#header a {
    color: #fff;
}

#header-content {
	width: 1000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header-name {
	color: #fff;
	font-size: 30px;
	margin-bottom: 5px;
	height: 95px;
}
.search-form {
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
}
#header-description {
    color: #777;
    font-size: 15px;  
}
#network-sites-left {
	color: #FFFFFF;
	font-size: 18px;
	float: left;
	height: 25px;
	width: 310px;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 25px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 0px;
	margin-left: 15px;
}
#network-sites-right {
	color: #FFFFFF;
	font-size: 18px;
	float: right;
	height: auto;
	width: 310px;
	margin-right: 15px;
	padding-right: 0px;
	margin-top: 25px;
	font-weight: normal;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* Navigation ----------------------------------------------------------------- */

#main-navigation {
	background-position: 0 0;
}

#main-navigation-inner {
    position: relative;
}

#main-navigation ul {
	margin: 0;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	height: auto;
	font-weight: bold;
}

#main-navigation ul li {
    float: left;
}

#main-navigation ul li a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}

#main-navigation ul li a:hover {
    text-decoration: none;
}

#main-navigation ul li.on a {
    color: #000;
    background: #fff url(../nav-arrow-on.gif) no-repeat 50% bottom;
}

#main-navigation ul li.last {
    border-right: 1px solid #ccc;
}
#navcontainer
{
	margin-left: 0px;
	width: 100%;
	height: 25px;
	background-image: url(http://www.stylebakery.com/images08/sitedesign/nav_horiz_dark.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #663333;
	border-bottom-color: #663333;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#navlist
{
	margin-left: 0;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}

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

#subnavcontainer
{
	margin-left: 0px;
	width: 100%;
	height: 16px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #663333;
	border-bottom-color: #FFFFFF;
	background-color: #663333;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#subnavlist
{
	margin-left: 0;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

#subnavlist li
{
	list-style: none;
	margin: 0;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#subnavlist li a
{
	text-decoration: none;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	padding-left: 1em;
}

#subnavlist li a:link { color: #FFFFFF; }
#subnavlist li a:visited {
	color: #FFFFFF;
}

#subnavlist li a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
#leaderboard
{
	color: #663333;
	text-decoration: none;
	background-image: url(http://stylebakery.com/images11/site_design/leaderboard-bg.gif);
	height: auto;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
}
#leaderboard-content
{
	margin-top: 5px;
	padding-top: 0px;
	height: auto;
	text-align: center;
}

/* Search ---------------------------------------------------------------- */

.widget-search {
	width: 300px;
	position: absolute;
	top: 2px;
	right: 0;
	text-align: right;
}

.widget-search h3 {
    display: none;
}

#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
}

#search-submit {
    border: 1px solid #036;
    border-top: 1px solid #80b3cc;
    border-left: 1px solid #80b3cc;
    background: #069;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}





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


.asset-name,
.asset-name a,
.archive-title {
    
}

.comment-footer,
.comment-footer a,
.trackback-footer {
    
}

.asset-footer {
	font-size: 13px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    
}

.asset-name a {
    
}

.entry-asset .asset-name {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
	color: #777;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
}


.entry-asset .byline {
	text-align: center;
}
.byline {
	color: #777;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(icon-trackback.gif) no-repeat 0 50%;
}

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

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

h1#page-title {
	font-size: 38px;
	line-height: 0.9;
	font-weight: normal;
	letter-spacing: -2px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #CC0099;
}
h2.entry-title {
	font-size: 34px;
	line-height: 1;
	font-weight: normal;
	letter-spacing: -2px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #CC0099;
	padding-top: 60px;
}
h2 a {
	color: #CC0099;
}
h2 a:hover {
	color: #CC0099;
}
.social-bar-full {
	font-size: 12px;
	height: 30px;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.social-bar {
	font-size: 12px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	line-height: 1.5;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.sbleft {
	float: left;
}
.sbright {
	float: right;
}
.mt-main-index h1#page-title {
    font-size: 30px;
    margin-bottom: .5em;
}

.mt-main-index #alpha p {
    font-size: 14px;
}

.entry-asset .asset-footer {
    display: none;
}

.mt-entry-archive .entry-asset .asset-footer {
    display: block;
}


#main-navigation .search-options {
    display: none;
}

h1#page-title.search-results-header {
	font-size: 18px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	color: #CC0099;
	letter-spacing: normal;
	font-style: normal;
	padding-bottom: 15px;
}


dl.widget-list {
    padding: 0 8px;
}

dl.widget-list dt {
    font-size: 18px;
}

dl.widget-list dd {
    margin-bottom: 3px;
}

dl.widget-list dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.disclosure {
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.relatedentries {
	padding-top: 10px;
	clear: both;
	font-size: 12px;
	margin-bottom: 20px;
}
.entrynav {
	float: left;
	height: 100px;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-position: center;
	vertical-align: middle;
	line-height: 1.1;
}
.entrynav_center {
	height: 85px;
	width: 250px;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
}
.entrynav a:link {
	color: #666666;
	text-decoration: none;
}
.entrynav a {
	color: #666666;
	text-decoration: none;
}
.entrynav a:visited {
	color: #666666;
	text-decoration: none;
}
.entrynav a:hover {
	color: #666666;
	text-decoration: none;
}





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

.widget-header,
.widget-content {
	margin-right: 0px;
	margin-left: 0px;
	width: 300px;
}

.widget-header {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	border: none;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 38px;
	background-repeat: no-repeat;
	letter-spacing: -1px;
	text-align: left;
}

.widget-header a {
	color: #fff;
}

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

.layout-wm .widget-header {
	background-image: url(http://www.stylebakery.com/images10/sitedesign/sidebar-header-bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 100%;
	height: 40px;
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-content {
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.widget {
	margin-top: 10px;
	margin-bottom: 10px;
}
.widgetad {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: visible;
}




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

#footer {
	color: #663333;
	background-color: #CCFFFF;
	background-repeat: repeat-x;
	background-position: 0 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #663333;
	width: 1000px;
}

#footer a {
	color: #663333;
}

#footer .widget-header {
    display: none;
}

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

#footer-content ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
    float: left;
}

#footer-content ul li {
    float: left;
    margin: 0;
    padding: 0;
}
#footer .widget-footer-links {
	width: 100%;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0099;	
}


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

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#header-inner,
#content-inner,
#main-navigation,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body {
	height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */
.leaderboard {
	background-image: url(http://www.stylebakery.com/images11/site_design/leaderboard-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100px;
}
.network-sites-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.introduction {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.3em;
}
.recipe-entry-item-header {
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	color: #cc0099;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(http://www.stylebakery.com/images08/sitedesign/pnkgradient.png);
	padding-left: 5px;
	padding-right: 5px;
}
.part-two {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #cc0099;
	background-image: url(http://www.stylebakery.com/style-recipes/recipebk.gif);
	text-align: center;
	padding: 10px;
	border: 1px solid #666666;
	background-position: bottom;
}
.recipe-entry-item {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
}
.highlight  { font-weight: bold; background-color: #ff6 }


/* onsugar ----------------------------------------------------------------- */

.renderedspread img {
    margin: 0px;
}
.renderedspread .text {
    position: absolute;
    overflow: visible; 
}
.renderedspread, .renderedspread a, .renderedspread a:visited {
font-family: arial;
    font-size: 12px;
    background: transparent; 
    line-height: normal;
    letter-spacing: normal;
    font-weight: normal;           
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #663333;
    overflow:hidden;     
}
.renderedspread span {
line-height: normal;
}
.renderedspread .inner_pane {
    position:relative;
    width:100%;
    height:100%;
}
.renderedspread .background_pane {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:0;
}
.renderedspread .content_pane {    
    position:absolute;
    z-index:1;
}
.srcontainer {
	padding: 5px;
	width: 280px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 30px;
	margin-left: 11px;
	border: 1px solid #999999;
	background-color: #ffe5e5;
}
.srdate {
	font-size: 10px;
	color: #666666;
}
.srtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0099;
	font-weight: bold;
	line-height: normal;
}
.srdescription {
	font-size: 12px;
	line-height: 1.1;
        color: #666666;
}
.srimage {
	margin-right: 5px;
	border: 1px solid #999999;
	float: left;
}
.sweetsitecopy {
	float:none;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
} 
.sweetsite {
	float:none;
	padding: 0px;
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 16px;
	color: #cc0099;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 18px;
} 
.sweetsitebox {
	margin: 5px;
	padding: 10px;
	border: 1px solid #999999;
}
.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;
}

