/*

A Six Apart theme adapted for Movable Type default templates 
name: LTG-Blog Modules Includes into Main Site 
MT blog.css / customized by amazon pixels
*/


/* Content */
/* Widgets */

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

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

.widget-header {margin-top: 0.25em;}
.widget-footer {}

.widget-list {
display: list-item;
list-style: disc;
padding: 0;
padding-left: 5px;
margin: 0;
margin-left: 5px;
color: #663300;
    }
    
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list-item {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-right: 0;

    line-height: 1.2;
    background: none;
}

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

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


