/*
Theme Name: The Braindonor Network Wordpress Theme
Theme URI: http://www.braindonor.net/
Description: Custom Wordpress Theme for The Braindonor Network
Version: 1.0
Author: John Hoff
Author URI: http://www.braindonor.net/
*/

body {
    margin: 0px;
    background-color: #000000;
    font: 14px Verdana, Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.4;
    color: #cccccc;
}

div.header {
    background-image: url(images/header.png);
    height: 130px;
    width: 800px;
    background-repeat: no-repeat;
}

div.header div {
    padding-top: 5px;
    font-size: 16px;
}

.print-logo {
    display: none;
}

.body-jar {
    background-image: url(images/glass.jpg);
    background-repeat: repeat-y;
    width: 800px;
}

.body-brain {
    background-image: url(images/brain.jpg);
    background-repeat: no-repeat;
    width: 800px;
    min-height: 450px;
    text-align: left;
}

.left-column {
    margin-left: 5px;
    margin-right: 5px;
    width: 140px;
    float: left;
}

.right-column {
    margin-left: 5px;
    margin-right: 5px;
    width: 240px;
    float: right;
}

.main-column {
    margin-left: 5px;
    margin-right: 5px;
}

.main-pad-left {
    margin-left: 155px;
}

.main-pad-right {
    margin-right: 255px;
}

.cell-tl {
    background-image: url(images/cell-top-left.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.cell-t {
    background-image: url(images/cell-top.png);
    background-repeat: repeat-x;
    background-position: top;
    height: 10px;
    line-height: 1px;
    position: relative;
    top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.cell-tr {
    background-image: url(images/cell-top-right.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.cell-bl {
    background-image: url(images/cell-bottom-left.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.cell-b {
    background-image: url(images/cell-bottom.png);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 10px;
    line-height: 1px;
    position: relative;
    top: -10px;
    margin-right: 10px;
    margin-left: 10px;
}

.cell-br {
    background-image: url(images/cell-bottom-right.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cell-l {
    background-image: url(images/cell-left.png);
    background-repeat: repeat-y;
}

.cell-r {
    background-image: url(images/cell-right.png);
    background-position: right;
    background-repeat: repeat-y;
    padding-right: 10px;
    padding-left: 10px;
}

.cell {
    background-image: url(images/cell.png);
}

.nav-category {
    color: #7e9ab4;
    font-size: 16px;
    font-weight: bold;
    text-transform: lowercase; 
}

.nav-title {
    color: #e80000;
    font-weight: bold;
    font-size: 16px;
}

.nav-title a {
    color: #e80000;
    text-decoration: none;
}

.nav-title a:hover,.nav-title a:active {
    text-decoration: underline;
}

.nav-link {
    color: #cccccc;
    font-size: 14px;
    text-transform: lowercase;
}

.nav-link a {
    color: #cccccc;
    text-decoration: none;
}

.nav-link a:hover, a.navlink a:active {
    text-decoration: underline;
}

.kicker {
    color: #7e9ab4;
    font-size: 16px;
    font-weight: bold;
    text-transform: lowercase; 
}

.kicker a {
    color: #7e9ab4;
    text-decoration: none;
}

.kicker a:hover, .kicker a:active {
    text-decoration: underline;
}

.title {
    color: #e80000;
    font-size: 21px;
    font-weight: bold;
}

.title a {
    color: #e80000;
    text-decoration: none;
}

.title a:hover, .title a:active {
    text-decoration: underline;
}

.byline {
    font-size: 13px;
}

.read-more {
    color: #7e9ab4;
    text-align: right;
    text-transform: lowercase;
}

.content {
    padding-right: 10px;
    padding-left: 10px;
}

.content a {
    color: #7e9ab4;
    text-decoration: none;
}

.content a:hover, .content a:active {
    text-decoration: underline;
}

.read-more a {
    color: #7e9ab4;
    text-decoration: none;
}

.read-more a:hover,.read-more a:active {
    text-decoration: underline;
}

.footer {
    background-image: url(images/footer.png);
    height: 100px;
    width: 800px;
    background-repeat: no-repeat;
}
.copyright {
    font-size: 13px;
    padding-top: 25px;
}

.copyright a {
    color: #7e9ab4;
    text-decoration: none;
}

.copyright a:hover, .copyright a:active {
    text-decoration: underline;
}

.search-input {
    background: none;
    border: 1px solid #575b60;
    color: #cccccc;
    font: 13px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

textarea {
    font-size: 8pt;
}

.pagination {
    height: 20px;
}

.page-left {
    float: left;
}

.page-right {
    float: right;
}

.tags a, .attachments a, .pages a {
    color: #7e9ab4;
    text-decoration: none;
}

.tags a:hover, .tags a:active, .attachments a:hover, .attachments a:active, .pages a:hover, .pages a:active {
    text-decoration: underline;
}

.comment-cell {
    border-top: 1px solid #575b60;
    border-bottom: 1px solid #575b60;
    padding-right: 10px;
    padding-left: 10px;
}

.alt-comment-table {
    border: 1px solid #575b60;
}

.media-image-left {
    margin-right: 8px;
    margin-bottom: 8px;
}

code {
    white-space: pre;
    border: 1px solid #575b60;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    display: block;
    overflow: auto;
}
