/*
Theme Name: SpentGrain
Theme URI: http://craigsdickson.com
Description: Custom theme
Author: Craig S. Dickson
Author URI: http://craigsdickson.com/about
*/

a {
    color: #00668C;
    text-decoration: none;
}

/*a:active {
    position:relative;
    top:1px;
}*/

a:hover {
    color: #0081b3;
    position:relative;
    top:-1px;
}

blockquote {
    border: 1px solid #333435;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px 0px 10px;
    width: 75%;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

body {
    font-size: 14px;
    color: #333435;
    background-color: #a3a4a8;
}

em {
    font-style: italic;
}

h1 {
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
}

h3 {
    color: #00668C;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 15px;
}

h4 {
    color: #00668C;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 15px;
}

p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 9px;
    margin-top: 9px;
    text-align: justify;
}

p.blockquote-author {
    background-image: url(images/blockquote-tick.png);
    background-repeat: no-repeat;
    background-position: 75% top;
    margin-top: -11px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    width: 50%;
    text-align: right;
}

strong {
    font-weight: bold;
}

#left-sidebar {
    float: left;
    width: 280px;
    position: relative;
    overflow: hidden;
}

#license {
    float: left;
    position: relative;
}

#license img {
    float: left;
}

#license-txt {
    float: left;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
}

#logo {
    float: left;
    position: relative;
}

#menubar {
    margin-bottom: 10px;
}

#menubar ul {
    float: right;
    list-style: none;
    position: relative;
}

#menubar ul li {
    float: left;
}

/*#menubar a {
    color: #5A595F;
    display: block;
    font-size: 20px;
    font-variant: small-caps;
    height: 65px;
    padding-top: 20px;
    text-decoration: none;
    vertical-align: middle;
    width: 90px;
}*/

#menubar .page_item a {
    /*background-color: #0081b3;*/
    color: #333435;
    display: block;
    font-size: 20px;
    font-variant: small-caps;
    height: 75px;
    margin-left: 1px;
    margin-right: 0px;
    padding: 32px 0px 0px 2px;
    text-decoration: none;
    vertical-align: middle;
    width: 125px;
    background-image: url('images/menubar-item-blue.png');
    background-repeat: no-repeat;
    background-position: top left;
}

#menubar .page_item a:hover {
    /*background-color: #009eda;*/
    background-image: url('images/menubar-item-lightblue.png');
    background-repeat: no-repeat;
    background-position: top left;
    top: 0px;
}

#menubar .current_page_item a {
    background-image: url('images/menubar-item-green.png');
    background-repeat: no-repeat;
    background-position: top left;
}

#menubar .current_page_item a:hover {
    /*background-color: #84BC3C;*/
    background-image: url('images/menubar-item-green.png');
    background-repeat: no-repeat;
    background-position: top left;
    top: 0px;
}

#middle {
    border: 0px;
    width: 930px;
    margin: 0px;
    padding: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#page {
    background-color: #edeff5;
    /*border: 1px dashed white;*/
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding: 10px;
    width: 930px; /* 930px + 20px padding = 950px total width */
    /*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;*/
    background-image: url('images/background-corner-73x73.png');
    background-repeat: no-repeat;
    background-position: top left;
}

#page-footer {
    background-color: #c7c9ce;
    margin-top: 20px;
    width: 930px;
}

#page-footer #links {
    margin-bottom: 10px;
    text-align: center;
}

#page-footer #links ul {
    list-style: none;
    font-size: 16px;
}

#page-footer #links ul li {
    margin: 0px 10px 0px 10px;
}

#page-header {
    margin-bottom: 20px;
    width: 930px;
}

#posts {
    background-color: white;
    border: 1px dotted #a3a4a8;
    float: left;
    margin-right: 5px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    width: 618px;
}

.page-singlecolumn {
    background-color: white;
    border: 1px dotted #a3a4a8;
    float: left;
    /*margin-right: 5px;*/
    padding: 10px;
    position: relative;
    overflow: hidden;
    width: 908px;
}

.page-singlecolumn ul {
    margin-left: 15px;
}

.page-singlecolumn li {
    list-style-type: disc;
    margin: 5px 0px 5px 0px;
}

#right-sidebar {
    /*background-color: #b3ff51;*/
    float: left;
    margin-left: 5px;
    /*padding: 10px;*/
    position: relative;
    overflow: hidden;
    width: 280px;
}

#searchform {
    float: right;
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
}

#w3validators {
    display: none;
    float: right;
}

.floatcontainer:after {
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility: hidden;
}

.floatcontainer{
    display: inline-block;
}

/* Hides from IE Mac \*/
* html .floatcontainer {
    height: 1%;
}

.floatcontainer {
    display: block;
}
/* End Hack */

.post-categories {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin: 15px 0px 15px 0px;
}

.post-content ul {
    margin-left: 15px;
}

.post-content li {
    list-style-type: disc;
    margin: 5px 0px 5px 0px;
}

.post-date {
    display: block;
    text-transform: uppercase;
}

.post-previous-link {
    background: url(images/post-nav-previous.gif) no-repeat left top;
    float: left;
    padding-left: 20px;
}

.post-next-link {
    background: url(images/post-nav-next.gif) no-repeat right top;
    float: right;
    padding-right: 20px;
}

.post-tags {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin: 15px 0px 15px 0px;
}

.social-media-box {
    background-color: #c7c9ce;
    border: 1px dotted #a3a4a8;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.social-media-box-title {
    display: table-cell;
    height: 60px;
    min-height: 60px;
    padding-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}

/* Sociable Plugin */
.sociable {
    margin-top: 30px;
}

.sociable_tagline {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 2px;
}

.sociable ul {
    list-style: none;
}

.sociable ul li {
    display: inline;
    margin: 0px 3px;
}

/* YARPP Plugin */
.yarpp {
    margin-top: 30px;
}

.yarpp_tagline {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 2px;
}

.yarpp ol {
    list-style-position: inside;
    list-style-type: decimal;
    margin-left: 3px;
}

/* Right Sidebar */
.widget_recent_entries ul, .widget_categories ul {
    line-height: 120%;
    list-style-type: disc;
    margin-left: 15px;
}

.widget_recent_entries li, .widget_categories li, .aktt_widget li {
    margin-bottom: 10px;
}

.aktt_widget ul {
    line-height: 120%;
    list-style-type: square;
    margin-left: 15px;
}

.dbx-content {
    border: 1px dotted #a3a4a8;
    padding: 10px;
}

.dbx-handle {
    background-color: #c7c9ce;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 10px 5px 10px;
}

.dbx-box {
    margin-bottom: 20px;
}

#categories ul {
    margin-left: 15px;
}

#categories li {
    list-style-type: disc;
    margin: 2px 0px 2px 0px;
}

#categories li li {
    list-style-type: circle;
}

/* Comments Section */
.commentlist {
    background-color: #edeff5;
    padding: 10px;
}

.comment, .trackback, .pingback {
    background-color: white;
    margin-bottom: 10px;
    padding: 10px;
}

.comment-meta {
    font-size: 12px;
    font-style: italic;
    margin-top: 5px;
}

.comment .even {

}

.odd {

}