.node {
    position: relative;
}
.node header {
    float: left;
    margin-right: 12px;
    text-align: center;
    width: 80px;
}
.node .nodeContent {
    margin-left: 92px;
}
.node .nodeLinks {
    border-bottom: 1px dotted #D2D2D2;
    clear: both;
    margin-top: 20px;
    padding-bottom: 5px;
    text-align: right;
    width: 100%;
}
.node .user-picture {
    border: 1px solid #D2D2D2;
    border-radius: 5px 5px 5px 5px;
    margin: 0 auto 10px;
    padding: 2px;
    text-align: center;
    width: 50px;
}
.node .user-picture img {
    margin: 0;
}
.node .submitted {
    margin-top: 5px;
}
.node .meta-title {
    font-size: 12px;
}
.node .created_day {
    border-top: 1px dotted #D2D2D2;
    color: #999999;
    font-style: italic;
    margin-top: 8px;
    padding-top: 5px;
}
.node .nodeContent p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
    text-indent: 28px;
}
.node .nodeContent ol li {
    font-size: 14px;
    line-height: 1.8;
    list-style-type: decimal;
    margin-bottom: 10px;
    margin-left: 28px;
}
.node .nodeContent pre {
    background: none repeat scroll 0 0 #212121;
    border-left: 5px solid #1684C8;
    color: #FFFFFF;
    font-family: Monaco,"Bitstream Vera Sans Mono","Lucida Consol","Courier New",Courier,monospace;
    font-size: 12px;
    height: auto !important;
    margin: 0 0 15px 28px;
    max-height: 300px;
    overflow: auto;
    padding: 10px;
    width: 92%;
}
.node .nodeContent h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.node .nodeContent .field-name-field-taxonomy {
    left: 0;
    position: absolute;
    top: 130px;
}
.aboutBlock h3, .pageTitle {
    border-bottom: 3px double #DDDDDD;
    color: #D54E21;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.pageTitle {
    text-transform: uppercase;
}
.page-node .pageTitle {
    text-transform: capitalize;
}
.aboutBlock h3 {
    font-size: 16px;
    margin-top: 10px;
}
.node-teaser {
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.node-teaser .nodeLinks {
    margin-top: 0;
}