/**
 * Selections
 */

body {
    margin: 0;
    padding: 0;
    text-align: center;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #06f;
}

a:active {
    color: #999;
}

/**
 * Entries
 */

body.following #following_header {
    overflow: hidden;
}

#note .following_filter {
    padding-left: 14px;
    float: left;
}

#container {
    clear: both;
    margin: 0px auto;
    color: #999;
    line-height: 1.6;
    font-family: 'Lucida Grande', Arial, sans-serif;
    font-size: 11px;
    display: inline-block;
}

#container .no_selections {
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1.5;
    text-align: left;
    margin-left: 28px;
    width: 640px;
}

#columnize_helper {
    width: 400px;
    margin: 20px auto;
}

.selection_page {
    clear: both;
}

.column {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
}

.entry {
    overflow: hidden;
    width: 100%;
    min-height: 0px !important;
}

.entry .placeholder {
    display: inline-block;
    position: relative;
    width: 100%;
    top: 0px;
    text-align: left;
}

.entry .placeholder a {
    color: #999;
}

.entry .placeholder_filler {
    position: absolute;
    top: 0;
    bottom: 28px;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
}

a:hover img {
}

.entry img {
    display: inline-block;
    margin: 0;
    top: 0;
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
}

.entry_title {
    font-family: sans-serif;
    font-size: 12px;
    color: #999;
    padding-top: 12px;
    height: 15px;
    line-height: 15px;
    visibility: hidden;
}

.entry_title .title {
	margin-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.entry_title.visible {
    visibility: visible;
}


.entry_title.visible div.deleteSelection {
	display: inline-block;
}

.entry_title div.deleteSelection {
    height: 14px;
    width: 13px;
    position: absolute;
    right: -2px;
    bottom: 4px;
    color: #aaa;
    font-family: "Lucida Grande";
    font-size: 15px;
    display: none;
}

.entry_title div.deleteSelection:hover {
    text-decoration: none;
    color: black;
}

.entry_title div.deleteSelection:active {
    text-decoration: none;
    color: #ccc;
}

div.img_holder:hover div.deleteSelection {
    display: block;
}

.all_tags a {
    color: #999999;
    text-decoration: none;
}

.all_tags a:hover {
    color: #000;
    text-decoration: underline;
}

.all_tags a:active {
    color: #666;
    text-decoration: underline;
}

.moreload {
    clear: both;
    padding: 10px;
    display: none;
    text-align: center;
    padding: 0 0 35px 0;
    width: 100%;
    color: #999;
    line-height: 1.6;
    font-family: 'Lucida Grande', Arial, sans-serif;
    font-size: 11px;
}

.moreload img {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}