.titleicon {
    position: relative;
    top: -20px;
}

body {
    padding-top: 70px;
}


#random li { transform: rotate(2.75deg); }
#random li:nth-child(2n) { transform: none; }
#random li:nth-child(3n) { transform: rotate(-2.5deg); }

.postit {
    background:#fefabc; 
    padding:15px; 
    font-size:15px; 
    color: #000; 
    margin-bottom: 15px;
    border: 1px solid #AAA;
    box-shadow: 0px 4px 6px #333;
    -moz-box-shadow: 0px 4px 6px #333;
    -webkit-box-shadow: 0px 4px 6px #333;
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}

#sidebar .list-group, #sidebar .list-group-item {
    background-color: transparent;
}

.list-group-item {
    border: none;
}

.tag-1 {
    font-size: 13pt;
}

.tag-2 {
    font-size: 10pt;
}

.tag-2 {
    font-size: 8pt;
}

.tag-4 {
    font-size: 6pt;
}

#sidebar {
    padding-top: 0px;
}

#sidebar a {
    color: inherit;
}

i {
    margin-right: 10px;
}

a, a:hover {
    color: inherit;
}

.entry-content a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.entry-content a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

#categories ul, #tags ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}