/* COLORS */

/* bg #111111
   font #eadbc0
   border #666666
   a #eadbc0
   avisited #FFCC99
   ahover #FFCC99
   caption a #996633
   caption ahover #FF9933
   header bg #990000	

/*


/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}
.intro {
	margin: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC99;
}

/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 720px;
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}


/* banner user/photo */

.banner-user {
    float: left;
    overflow: hidden;
    width: 64px;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
}

.banner-user-photo {
    display: block;
    margin: 0 0 2px 0;
    border: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none !important;
}

.banner-user-photo img {
    width: 64px;
    height: auto;
    margin: 0;
    border: 0;
    padding: 0;
}


/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry-content br {clear: left;}

.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
    margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.footer,
.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

.footer {text-align: center;}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

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

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

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

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

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}
.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}
.module-list-item A {
	text-transform: uppercase;
	color: #FFCC66;
}
.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table {
    border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td {
    width: 14%;
    text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td {
    width: 14%;
    height: 75px;
    text-align: left;
    vertical-align: top;
}

.day-photo {
    width: 54px;
    height: 54px;
}

.day-photo a {
    display: block;
}

.day-photo a img {
    width: 50px;
    height: 50px;
}

/* END BASIC */


/*
name: The Late Show
designer: Liz Lubowitz
designer_url: http://killsmedead.com
description: because the movie blog is always a popular choice
layouts: one-column, two column, three column
*/


/* -------------------------- */
/* ---------- misc ---------- */
/* -------------------------- */

a { color: #eadbc0; text-decoration: underline;}
a:visited { color: #FFCC99; }
a:hover { color: #FFCC99; }


h1, h2, h3, h4, h5, h6 {margin: 5px 0px;}

blockquote {
        margin: 10px 30px; 
        padding: 10px 10px 10px 35px; 
        border-top: 1px solid #555555;
        border-bottom: 1px solid #555555;
        background: url(http://www.blastmilk.com/decollete/images/blockquote.gif) 0px 10px no-repeat #111111;
        color: #eadbc0;
        font-size: 12px;
        font-family: georgia, palatino linotype, times new roman, serif;
        }

blockquote p {margin: 0px;}

input, textarea {
        margin: 2px 0px; 
        border: 1px dotted #666666;
        background: #111111;
        color: #eadbc0;
        }

ul {list-style-type: none;}

ul li {
        margin: 0px; padding: 0px 0px 0px 13px;
        background: url(http://www.blastmilk.com/decollete/images/squarelibg.gif) 0px 8px no-repeat transparent;
        }

ul li ul li {
        margin: 0px; padding: 0px 0px 0px 13px;
        background: url(http://www.blastmilk.com/decollete/images/libg.gif) 0px 8px no-repeat transparent;
        }

/* --------------------------------- */
/* ---------- page layout ---------- */
/* --------------------------------- */

html {margin: 0px; padding: 0px;}

body {
        margin: 0px; 
        background: #111111; 
        color: #eadbc0;
        font-size: 11px;
        font-family: verdana, tahoma, arial, sans-serif; 
        line-height: 22px;
        text-align: center; 
        } 

#container {
        width: auto;
        margin: 0px;
        padding: 0px;
        }

#pagebody {
        width: auto;
        margin: 0px;
        padding: 0px;
        border-left: 1px solid #444444;
        border-right: 1px solid #444444;
        }

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

/* ---------------------------- */
/* ---------- header ---------- */
/* ---------------------------- */

#banner {
        background:url(http://www.blastmilk.com/decollete/images/banner.gif) top left repeat-x #cc0000;
        margin: 0px;
        padding: 0px;
        }

#banner-inner {
        height: 153px;
        margin: 0px auto;
        padding: 0px;
        background:url(http://www.blastmilk.com/decollete/images/bannerinner.jpg) top left no-repeat transparent;
        }

#banner h1 {
        margin: 0px;
        padding: 40px 0px 0px 200px;
        font-size: 44px;
        font-family: verdana, tahoma, arial, sans-serif;
        line-height: 48px;
        }

#banner h1 a, #banner h1 a:link {
        text-decoration: none;
        }

#banner h1 a:hover {color: #333333;}

#banner h2 {
        margin: 0px;
        padding: 0px 0px 0px 200px;
        font-size: 10px;
        text-transform: uppercase;
        }

/* ----------------------------- */
/* ---------- content ---------- */
/* ----------------------------- */

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

.content-nav a:link, 
.content-nav a:visited, 
.content-nav a:active {
	text-decoration: underline;
	color: #CC6600;
        }

.content-nav a:hover {
	text-decoration: underline;
	color: #FF6600;
        }

.date-header {
	margin: 0px;
	padding: 5px 20px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10px;
        }

.entry {
        width: auto;
        padding: 0px;
        }

.entry-header {
	padding: 3px 20px;
	border-top: 1px solid #eadbc0;
	border-bottom: 1px solid #eadbc0;
	background: #990000;
	color: #eadbc0;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
        }
.entry-header A {
	 TEXT-DECORATION: none
}

.entry-content {
        clear: both;
        padding: 10px 0px 10px 0px;
        }

.entry-content li {margin: 10px 0px; }

.entry-body,
.entry-more,
.entry-tags,
.entry-footer { 
        width: auto;
        padding: 0px 20px 20px 20px;
	clear: both;
	        }
.entry-tags-header h4 {}

.entry-body a,
.entry-more a {
        padding-bottom: 2px;
        text-decoration: none; 
        border-bottom: 1px solid #cc0000;
        }

.entry-body a:hover,
.entry-more a:hover {
        padding-bottom: 2px;
        background: #eadbc0;
        color: #cc0000;
        text-decoration: none; 
        border-bottom: 1px solid #cc0000;
        }

.entry-body img,
.entry-more img {
	border: 4px ridge #555; 
	margin-bottom: 4px;
	}


.caption {
	background-color:#111;
	text-align: center;
	font-size: 9px;
	color: #FFCC99;
	border: 1px solid #333;
	line-height: 12px;
	padding: 3px 3px 6px 3px;
}

.entry-body .caption {
	FLOAT: right;
	margin: 0px 0px 5px 5px;
	}
.entry-more .caption { 
	FLOAT: left;
	MARGIN: 0px 10px 10px 0px;
	padding: 6px 3px 6px 3px;
    width: 165px;
    height: 185px;
}
#fashion .caption { 
	FLOAT: left;
	MARGIN: 0px 10px 10px 0px;
	padding: 6px 3px 6px 3px;
    width: 150px;
    height: 180px;
}
.caption a {
	text-decoration: underline;
	border:0px;
	color: #996633;
}
.caption a:hover {
	text-decoration: none;
	border:0px;
	color: #FF9933;
	background: none
}
.caption a img {
	text-decoration: none;
}


.book {
	background-color:#111;
	text-align: center;
	font-size: 9px;
	color: #FFCC99;
	border: 1px solid #333;
	line-height: 12px;
	padding: 3px 3px 6px 3px;
	width: 120px;
	FLOAT: left;
	MARGIN: 0px 10px 10px 0px;
	}

.book img,
.book a img {
	text-decoration: none;
	border: 1px solid #666666;
}
.book a {
	text-decoration: underline;
	
	color: #996633;
}
.book a:hover {
	text-decoration: none;
	border:0px;
	color: #FF9933;
	background: none
}
.book img,
.book a img {
	text-decoration: none;
	border: 1px solid #666666;
}

.entry-userpic {
        display: none;
        width: 100px;
        height: 100px;
        float: right;
        margin: 10px 0px 0px 0x;
        }

.entry-userpic img,
.comment-userpic img
{
    display: none;
    margin: 0 auto;
}

p.entry-footer,
p.comment-footer { 
        margin: 10px 0px 0px 0px;
        padding: 10px;
        border-top: 1px dotted #666666;
        border-bottom: 1px dotted #666666;
        background:url(http://www.blastmilk.com/decollete/images/entryfooter.gif) center left no-repeat #111111;
        color: #888888;
        font-size: 10px;
        line-height: 14px;
        text-align: right;
        }

p.entry-footer a,
p.entry-more-link a, 
.comment-footer a {
        padding: 0px !important;
        text-decoration: none !important; 
        border: 0px !important;
        color: #888888 !important; 
        text-decoration: none !important;
        }
p.entry-more-link a {
        color: #eadbc0 !important; 
		display:block;
        }
p.entry-footer a:hover, 
p.entry-more-link a:hover,
.comment-footer a:hover {
        color: #eadbc0 !important;
        background: #111111 !important;
        text-decoration: none; 
        border: 0px !important;
        }
p.entry-more-link a:hover {
        color: #fff !important;
		background: #990000 ;
        text-decoration: none; 
        border: 0px !important;
        }
		

p.entry-more-link {
	border: 1px solid #eadbc0;
	background: #990000;
	padding: 5px 5px 5px 5px;
	text-align: center;
	}

.post-footers {
        display: block; 
        }

.separator {display: none;}

.trackbacks {}

.trackback-content {    
        padding: 0px 0px 0px 0px; 
        border-top: 1px solid #444444;  
        }

#trackbacks-info, .trackbacks-content, .comment, .comments-open {       
        padding: 0px 20px; 
        }

.trackbacks-header, h3.comments-header {        
        padding: 3px 20px;
        border-top: 1px solid #eadbc0;
        border-bottom: 1px solid #eadbc0;
        background: #cc0000;
        color: #eadbc0;
        font-size: 18px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        }

.trackback-footer {
        padding: 0px 0px 10px 0px; 
        }

.comment {margin: 0px; padding: 0px;}

.comments {margin: 0px; padding: 0px;}

.comment-userpic {
        display: none;
        float: left;
        width: 100px;
        height: 100px;
        }

.comment-content {
        width: auto;
        margin: 0px;
        padding: 0px 15px 0px 15px;
        }

.comment-content p:first-child {margin: 15px 0px;}

.comment-content p {margin: 15px 0px 0px 0px;}

.comments-open-header {
        margin: 0px;
        padding: 5px 0px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        }

.entry,
.trackbacks,
.comments,
.archive {position: static; overflow: hidden; clear: both; width: 100%; margin-bottom: 0px;}

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

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {clear: both;}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer, 
.archive-content {clear: both; margin: 0px;}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {width: 240px;}
#comment-bake-cookie {margin-left: 0px; vertical-align: middle;}
#comment-post {font-weight: bold;}

img.image-full {width: 100%;}
.image-thumbnail {float: left; width: 115px; margin: 0px 10px 10px 0px;}
.image-thumbnail img {width: 115px; height: 115px; margin: 0px 0px 2px 0px;}



/* ----------------------------- */
/* ---------- modules ---------- */
/* ----------------------------- */

.module {
        margin: 0px 0px 20px 0px;
        padding: 0px;
        }

.module-header {
        margin: 0px;
        padding: 0px 0px 0px 60px;
        border-bottom: 1px solid #444444;
        font-size: 17px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: normal;
        line-height: 17px;
        }

.module-content {
        margin: 0px;
        padding: 0px 0px 0px 170px;
        }

.module-content a { text-transform: uppercase; text-decoration: none; font-size: 9px;}
.module-content a:hover { text-decoration: underline;}

.module-search {
        width: auto;
        margin: 0px 0px 20px 170px;
        }

.module-search .module-header {
        padding: 10px 0px 0px 0px;
        border: 0px;
        }

.module-search .module-content {
        margin: 0px;
        padding: 0px;   
        background: transparent;
        }

.module-syndicate {
        margin: 0px;
        padding: 10px 0px 0px 0px;
        border-top: 1px solid #444444;
        }

.module-syndicate .module-content {
        margin: 0px;
        padding: 0px 0px 0px 60px;
        }

.module-powered {
        margin: 0px;
        padding: 10px 0px 0px 0px;      
        }

.module-powered .module-content {
        margin: 0px;
        padding: 0px 0px 0px 60px;      
        }

.module-powered a, .module-powered a:link {font-weight: bold; display: inline;}

.module-list,
.archive-list { 
        margin: 0px; padding: 0px 0px 0px 0px;
        }

.module-list-item {
        margin: 0px;
        }
.module-amazon {
	margin: 0px;
	padding: 0px 0px 0px 75px;
	font-size: 9px;
	line-height: 12px;
}		
.module-amazon a {
	text-decoration: none;
	color: #CC3300;
        }

.module-amazon a:hover {
        color: #FF9900;
        text-decoration: underline; 
        }
		
.amazon-item {
	font-size: 9px;
	width: 90%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.amazon-item img {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
	}

.module-categories a {
        padding-bottom: 2px;
        text-decoration: none; 
        border-bottom: 1px solid #cc0000;
        }

.module-categories a:hover {
        padding-bottom: 2px;
        background: #eadbc0;
        color: #cc0000;
        text-decoration: none; 
        border-bottom: 1px solid #cc0000;
        }
.module-archives .module-header a {color: #eadbc0; text-decoration: none;}

.module-syndicate a:first-child {
        padding: 0px 0px 0px 15px;
        background:url(http://www.blastmilk.com/decollete/images/feed.gif) top left no-repeat transparent;
        }


.module-presence img { vertical-align: middle; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }
.module-calendar .module-content table {border-collapse: collapse;}
.module-calendar .module-content th, .module-calendar .module-content td {width: 14%; text-align: center;}



/* ------------------------------ */
/* ---------- calendar ---------- */
/* ------------------------------ */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }
.module-mmt-calendar th { text-align: left; }
.module-mmt-calendar td {width: 14%; height: 75px; text-align: left; vertical-align: top;}

.day-photo {width: 54px; height: 54px;}
.day-photo a {display: block;}
.day-photo a img {width: 50px; height: 50px;}



/* ----------------------------------- */
/* ---------- single column ---------- */
/* ----------------------------------- */

body.layout-one-column {
        background:url(http://www.blastmilk.com/decollete/images/body.gif) bottom left no-repeat #111111; 
        }

.layout-one-column #alpha {
        display: block;
        float: none;
        width: auto;
        margin: 0px;
        padding: 0px 0px 10px 170px;
        background:url(http://www.blastmilk.com/decollete/images/sidebar.jpg) top left no-repeat transparent;
        }

.layout-one-column #alpha-inner {
        width: auto;
        margin: 0px;
        padding: 0px;
        border-left: 1px solid #444444;
        background: url(http://www.blastmilk.com/decollete/images/entry.gif) top left repeat-y transparent;
        }


/* -------------------------------------- */
/* ---------- two columns left ---------- */
/* -------------------------------------- */

.layout-two-column-left #alpha {
        display: block;
        position: absolute;
        float: none;
        left: 0px;
        top: 0px;
        width: 350px;
        }

.layout-two-column-left #beta {
        display: block;
        float: none;
        width: auto;
        margin-left: 350px;
        border-left: 1px solid #444444;
        background: url(http://www.blastmilk.com/decollete/images/entry.gif) top left repeat-y transparent;
        } 

.layout-two-column-left #alpha-inner {
        
        }

.layout-two-column-left #alpha .module-powered {
        padding-bottom: 121px;
        background:url(http://www.blastmilk.com/decollete/images/body.gif) bottom left no-repeat transparent; 
        }

/* --------------------------------------- */
/* ---------- two columns right ---------- */
/* --------------------------------------- */

.layout-two-column-right #alpha {
        display: block;
        float: none;
        width: auto;
        margin-right: 290px;
        background:url(http://www.blastmilk.com/decollete/images/sidebar.jpg) top -1px no-repeat transparent;
        }

.layout-two-column-right #alpha-inner {
        display: block;
        margin: 0px 0px 0px 170px; 
        padding: 0px;
        border-left: 1px solid #444444;
        border-right: 1px solid #444444;
        background: url(http://www.blastmilk.com/decollete/images/entryright.gif) top right repeat-y transparent;
        }

.layout-two-column-right #beta {
	display: block;
	position: absolute;
	float: none;
	right: 0px;
	top: 0px;
	width: 290px;
	background:url(http://www.blastmilk.com/decollete/images/body.gif) bottom left no-repeat transparent;
    padding: 0px 0px 121px 0px;
        } 

.layout-two-column-right #beta .module {
        width: auto;
        }

.layout-two-column-right #beta .module-header {
        padding: 0px 0px 0px 20px;
        }

.layout-two-column-right #beta .module-content {
        margin: 0px;
        padding: 0px 0px 0px 75px;
        }

.layout-two-column-right #beta .module-search {
        margin: 0px;
        padding: 10px 0px 20px 0px;
        }

.layout-two-column-right #beta .module-search .module-header {
        border-bottom: 1px solid #444444;
        }

.layout-two-column-right #beta .module-syndicate {
        margin: 0px;
        padding: 10px 0px 0px 0px;
        border-top: 1px solid #444444;
        }

.layout-two-column-right #beta .module-syndicate a:first-child {
        padding: 0px 0px 0px 15px;
        background:url(http://www.blastmilk.com/decollete/images/feed.gif) top left no-repeat transparent;
        }

.layout-two-column-right #beta .module-syndicate .module-content,
.layout-two-column-right #beta .module-powered .module-content {
        margin: 0px;
        padding: 10px 20px;     
        }

.layout-two-column-right #beta .module-powered {
        margin: 0px;
        padding: 0px 0px 121px 0px;
        background:url(http://www.blastmilk.com/decollete/images/body.gif) bottom right no-repeat transparent; 
        }

/* ----------------------------------- */
/* ---------- three columns ---------- */
/* ----------------------------------- */

.layout-three-column #alpha {
        display: block;
        position: absolute;
        float: none;
        left: 0px;
        top: 0px;
        width: 350px;
        }

.layout-three-column #beta {
        display: block;
        float: none;
        width: auto;
        margin-left: 350px;
        margin-right: 180px;
        border-left: 1px solid #444444;
        border-right: 1px solid #444444;
        background: url(http://www.blastmilk.com/decollete/images/entry.gif) top left repeat-y transparent;
        } 

.layout-three-column #gamma {
        display: block;
        position: absolute;
        float: none;
        right: 0px;
        top: 0px;
        width: 180px;
        padding: 10px 0px 0px 0px;
        }

.layout-three-column #alpha-inner {
        background:url(http://www.blastmilk.com/decollete/images/sidebar.jpg) top left no-repeat transparent;
        }

.layout-three-column #alpha .module-powered {
        padding-bottom: 121px;
        background:url(http://www.blastmilk.com/decollete/images/body.gif) bottom left no-repeat transparent; 
        }

.layout-three-column #gamma .module {
        display: block;
        width: auto;
        background: transparent;
        }

.layout-three-column #gamma .module-header {
        width: auto;
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 0px 10px;      
        }

.layout-three-column #gamma .module-content,
.layout-three-column #gamma .module-search,
.layout-three-column #gamma .module-search .module-header,
.layout-three-column #gamma .module-search .module-content,
.layout-three-column #gamma .module-powered {
        width: auto;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        border: 0px;
        background: transparent;        
        }

.layout-three-column #gamma .module-syndicate {
        width: auto;
        margin: 0px;
        padding: 10px 0px 0px 0px;
        border-top: 1px solid #444444;
        background: transparent;        
        }

.layout-three-column #gamma .module-powered .module-content {
        padding: 0px;
        }

.layout-three-column #gamma .module-powered {padding-top: 10px;}

.layout-three-column #gamma .module-search {
        padding: 0px 0px 20px 0px;
        }

.layout-three-column #beta .separator {display: none;}








