/* CSS Document */


/* ----- Stuff that exists in default stylesheet that has been modified ----- */

a img, :link img, :visited img { border: none; }

/* Asset Meta ------------------------------- */
.asset-meta-edit a {
    background-image: url(icon-edit.gif);
}

.asset-meta-list {
    font-size: 12px;
}

.asset-meta-comments a, asset-meta-no-comments a {
        background-image: none !important;
        padding-left: 2px !important;

}
.asset-nav, .nav {
    clear: both; 
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
}

.asset-nav .item {
    position: relative;
    left: -7px;
    display: block;
    float: left;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #999;
    padding: 0 6px;
    white-space: nowrap;
}

/* Member Pics -----------------------------*/
#comments .user-pic img {
    width: 100%;
    height: 100%;
}


/* Widget Defaults -------------------------------*/
.widget {
    margin-bottom: 10px;
}

.widget-list .item,
.categories-widget .widget-list .item,
.archive-widget .widget-list .widget-content .item {
    width: 99% !important;
    border-left: 0 !important;
    white-space: normal !important;
}

.widget-content .asset-name-hover {padding:2px;}

/* archive widget - Page Summary in LJ ----------------*/
.archive-widget .widget-list .item {
    margin-bottom: .2em;
}

/* prev/next */
.prevnext {
        padding-top: 5px;
        padding-bottom: 5px;
}

.prev {
        padding-top: 5px;
        padding-bottom: 5px;
}

.next {
        padding-top: 5px;
        padding-bottom: 5px;
}

/* tags ---------------------------------------*/
.asset-tags-header {
     height: 100% !important;
     font-size: 12px !important;
}

.widget-list .tagcloud {
        list-style: none !important;
        display: inline !important;
        white-space: nowrap !important;
        border-left: 0 !important;
        width: 100% !important;
}

.asset-tags-list a {
        white-space: normal !important;
}

/* Comments ---------------------------------------*/
.commenter-name {
    font-size: 12px;
}


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

#header-photo-inner, #header-photo { 
    width: 0px !important; 
    border: none !important;
}


/* ----- Stuff that is not in the default stylesheet that has been created for LJ ----- */


/* userpic in individual entry -----------------------------*/
.user-icon {
    float: left;
    margin-right: 5px;
    padding: 1px;
    font-size: 10px;
}


/* My-Currents (mood, music, location) -----------------------------*/
.lj-currents ul li {
        list-style: none;
    margin-left: -19px;
}
.ljuser {
        display: inline !important;
}
.entryMetadata-label {
        font-weight:bold;
}
.entryMetadata-content {
    margin-left: 2px;
}


/* Links List in sidebar ---------------------------*/
.links-widget .widget-list  .item{
    margin-bottom: .2em;
    border: none !important;
}


/* Comments ---------------------------------------*/
.comments-nav { 
        text-align:center; 
        margin:20px; 
}
.comment-links {  /* --- reply, freeze, screen, etc ---  */
        font-weight:normal; 
        text-align:right; 
        font-size: .95em; 
}  
.comment-subject {
        font-weight:bold; 
}

/* Fix height in IE */
.comment {
    height: 1%;
}

/* Quick Reply  ---------------------------------------*/
.quickreply {
        margin-top: 1em;
        width:90%;
        padding-top: 5px;
        padding-bottom: 10px;
}


#commenttext, #subject {
     width: 90%;

}


/* Calendar/Archive ---------------------------------------------------------------------- */

        
        ul.year {
                text-align: center;
                }
        
        ul.year li {
                display: inline;                
                }
        
        table.yeartable {
                margin-left: auto;
                margin-right: auto;
                }
        
        table.yeartable td.yeardate, table.yeartable td.yearday {
                border-width: 1px;
                border-style: solid;
                border-color: #000;
                }
        
        table.yeartable td.yearday {
                text-align: center;
                }
        
        td.yearmonth {
                border-style: none;
                font-weight:bold;
                }
        
        dd.viewsubjects {
    margin: 0 0 .75em .75em;
}



/* Sponsored Plus ---------------------------------------*/

#ad-5linkunit {
    clear: both;
}

#ad-leaderboard {
        margin-bottom: 10px;
}


/* Fix subject backgrounds in some themes so they don't go outside the boundaries of the theme */
.asset-header {
    width: auto;
}


/* Holly hack -----------------------------------------*/
#content-inner, .asset-body {
    height: 1%;
}
