/* replaces inlineheader from blog */
.title+table {
    background-color:#343434;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#343434));
    background:-moz-linear-gradient(#666666, #343434);
    background:-o-linear-gradient(#666666, #343434);
    background:linear-gradient(#666666, #343434);

#    line-height:1.1em;
#    margin: 0px -20px 10px -20px;
    padding:50px 0px 0px 0px;
    position:relative;
    text-align:left;
    color: white;
#    width: 879px;
    width: 100%;
    height: 130px;
    border-radius: 10px;

    font-family: 'Hammersmith One', sans-serif;
}

/* draw the triangle */
.title+table:after {
    content:"";
    border-color: transparent #414141 transparent transparent;
    border-style: solid;
    border-width: 20px;
    height:0;
    width:0;
    position:absolute;
    bottom: 25px;
    left:-40px;
}

.title+table>* {
    border: none;
}


/* replaces inlinepage in blog */

#content p:last-child, #content div:last-child, #content ul:last-child {
    border-radius: 0 0 0 20px;
}

/* replaces inlinecontent in blog */

.outline-2>ul, .outline-2>p {
    border-color: transparent transparent transparent orange;
}

.outline-2:before {
    content: "";
    border-color:  orange orange transparent transparent;
}
