
.node-header {
    display: inline;
    float: left;
    width: 100%;
    margin: 0;
    background-image: url(../../img/vertical-white-light-gray-gradient-small.png);
    border-bottom-left-radius: .4em;
    border-bottom-right-radius: .4em;
    -moz-border-radius-bottomleft: .4em;
    -moz-border-radius-bottomright: .4em;
    text-shadow: #fff 0px 1px 0;
}

.node-header > div.inner {
    display: inline;
    float: left;
    width: 100%;
}

.node-header .avatar {
    display: inline;
    float: left;
    width: 7em;
    height: 7em;
    text-align: right;
    margin: .3em 0 .4em 0;
}

.node-header .avatar .picture {
    text-align: center;
}

.node-header .avatar img {
    height: 48px;
    margin: 1em auto 0px;
}

.node-header .submitted {
    display: inline;
    float: left;
    width: auto;
    color: #999;
    margin: .3em 0 0em 0;
}

.node-header .node-title {
    display: inline;
    float: left;
    width: 90%;
    margin: .3em 0 .4em 0;
    border-bottom: .2em solid #ccc;
    margin-bottom: .2em;
}

.node .node-content {
    margin-top: .5em;
    width: 75%;
    display: inline;
    float: left;
}

.node-links ul {
    list-style: none;
    margin: 1em 1em 0 0;
    border-right: .1em solid #eee;
    display: inline;
    float: right;
}

.node-links ul li a {
    padding: .3em 1em;
    display: inline;
    float: right;
    background: #ccc;
    width: 100%;
}

.node-links ul li {
    width: auto;
    margin: 0;
    padding: 0 1em 0 0;
    float: right;
    background: #ccc;
    text-align: right;
}

.node-links .inner {
    padding-right: 1em;
}

.node-links {
    width: 25%;
}

.section-links {
}

.section-links li a {
}

.section-links li a span {
}

.section-links li a:hover {
}

.section-links li a:hover span {
}

.terms {
    display: inline;
    float: right;
    margin: 0.5em 1em 0px;
    width: 50%;
}

.terms ul {
    display: inline;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.terms li {
    display: inline;
    float: right;
    line-height: 2em;
    margin: 0px;
    padding: 0px 0.3em;
}

.terms li a {
    background: #EEE;
    border-bottom-left-radius: 0.4em 0.4em;
    border-bottom-right-radius: 0.4em 0.4em;
    border-top-left-radius: 0.4em 0.4em;
    border-top-right-radius: 0.4em 0.4em;
    color: #999;
    margin: 0px;
    padding: 0.3em 0.5em;
}

.terms li a span {
    margin: 0;
    padding: 0;
}

.terms li a:hover {
    color: #069;
}

.terms li a:hover span {
}


