/*
Theme Name: B. A. Shelton
Theme URI: http://www.bashelton.com/
Description: The default theme for bashelton.com.
Version 0.1
Author: Benjamin A. Shelton
Author URI: http://www.bashelton.com/
Tags: zancarius bashelton bshelton

B. A. Shelton theme by Benjamin A. Shelton.
*/

/* IDs */
#banner {
  background-image: url(banner_bg.png);
  background-repeat: repeat-x;
  width: 100%;
}
#banner_login {
    color: #506674;
    display: inline;
    float: right;
    position: absolute;
    top: 5px;
    right: 10px;
}
#banner_login ul {
    list-style-type: none;
    margin: 0;
}
#banner_login li {
    display: inline;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
}
#banner_login li.last {
    border-left: 1px solid #506674;
}
#banner_login a {
    color: #cccce4;
    font-size: 8pt;
}
#banner_login a:hover {
    background-color: transparent;
    border: none;
    color: #ff6e00;
    text-decoration: underline;
}

#body_block {
  background-color: #eee;
  background-image: url(stencil_base.jpg);
  background-repeat: repeat-y;
  border: 1px solid #aaa;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  /*-moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;*/
}
#body_block_bg {
  background-image: url(column_bg2.png);
  background-position: top right;
  background-repeat: repeat-y;
}

#body_section {
    float: left;
    width: 100%;
}
#body_content {
  margin-right: 200px; 
}


#block_section {
    float: left;
    width: 200px;
    margin-left: -230px;
    margin-right: 30px;
}

#comments {
    margin-left: 60px;
    margin-right: 30px;
}

#content_section {
  border-top: 1px solid #888;
}

#footer {
    clear: both;
    color: #aaa;
    font-size: 8pt;
    padding: 20px; 
    text-align: center;
}
#footer a {
    color: #f24000;
    font-weight: bold;
    text-decoration: none;
}
#footer a:hover {
    background-color: #fdff9d;
    border-bottom: 1px dotted #00910f;
    color: #00910f;
    text-decoration: underline; 
}

#leave_comment {
    margin-left: 70px;
    overflow: auto;
    width: 80%;
}

#older_entries {
    background-color: #f5f5f5;
    border-top: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#older_entries a {
    color: #f24000;
    font-weight: bold;
    text-decoration: none;
}

#older_entries a:hover {
    background-color: #fdff9d;
    color: #00910f;
    text-decoration: underline; 
}

/* Quicknav. This is the top bar NOT the side. SEE BLOCKS FOR THE SIDE COLUMN. */
#quicknav_container {
  background-color: #c1cad5;
  background-image: url(quicknav_bg-black.png);
  background-repeat: repeat-x;
  border-bottom: 1px solid #ccc;
  color: #555;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 30px;
  vertical-align: middle;
  /*-moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;*/
}
#quicknav {
  margin: 0;
  min-width: 500px;
  padding: 0;
}
#quicknav li {
  display: inline;
  margin: 0;
  padding: 0;
}
#quicknav a {
  background-color: transparent;
  border-left: 1px solid #444;
  border-right: 1px solid #222;
  border-bottom: none;
  color: #fff;
  float: left;
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
}
#quicknav a:link, #quicknav a:visited {
  border-left: 1px solid #444;
  border-right: 1px solid #222;
  color: #fff;
  text-decoration: none;
}
#quicknav a:hover, #quicknav a:active {
  background-image: url(quicknav_bg-trans.png);
  border-left: 1px solid #222;
  border-right: 1px solid #444;
  color: #000;
}

/* Tag styles for immediate layout. */
blockquote.no_obnoxious_formatting {
    border-left: 6px solid #ddd;
    color: #777;
    margin: 0;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 5px;
    padding-bottom: 5px;
}
blockquote {
    background-image: url(double_quote.png);
    background-repeat: no-repeat;
    border-left: 6px solid #ddd;
    color: #668;
    margin: 0;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 5px;
    padding-bottom: 5px;
}

body {
  background-color: #000;
  background-image: url(background.png);
  background-repeat: repeat-x;
  color: #000000;
  font-family: corbel, geneva, "Trebuchet MS", helvetica, sans-serif;
  font-size: 10pt;
  margin: 0;
  color: #000000;
}

code {
    background-color: #f2f2e7;
    font-family: monospace;
    font-size: 10pt;
}

hr {
    border-top: 1px solid #aaa;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    width: 80%;
}

pre {
    border: 1px solid #ddd;
    font-family: monospace;
    font-size: 10pt;
    overflow: auto;
    padding: 5px;
    width: 100%;
}
/* - Tags. */

/* Classes related to immediate layout. */

/* Blocks. This is the stuff with the orange <a> tags. */
.block {
    background-repeat: repeat-x;
    border: 1px dashed #99a9b7;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 10px 20px 10px 20px;
    
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
.block a {
    font-weight: bold; 
}
.block a {
     color: #f24000;
    font-weight: bold;
    text-decoration: none;
}
.block a:hover {
    background-color: #fdff9d;
    border-bottom: 1px dotted #00910f;
    color: #00910f;
    text-decoration: underline; 
}
.block_content {
    border-top: 1px solid #333;
}
.block_title {
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
    font-weight: bold;
}
.block ul {
    list-style-type: none;
    margin: 0;
    padding-left: 10px; 
}
.block li {
    margin: 0; 
}
/* - Blocks. */

/* Comments. */
.comment_body {}
li .odd_comment {
    background-color: #ddd;
}

/* Pagination. Appears at the bottom of every page. */
.pageview {
    border-bottom: 1px solid #ccc;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
}
.pageview a {
    background-color: #eaeaea;
    border: 1px solid #d0d0d0;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;   
}
.pageview a:hover {
    background-color: #ccc;
    border-top: 3px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.pageview a:link {
    color: #c02000;
    text-decoration: none;
}
.pageview_title {
    background-color: #ccc;
    border-top: 3px solid #888;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
/* - Pagination */


/* Posts. */
.meta_footer {
    font-size: 10pt;
    text-align: center;
}
/* Post. This is the container class. */
.post {
    border-bottom: 1px solid #ddd;
    font-size: 11pt;
    margin-top: 60px;
    margin-bottom: 80px; 
    margin-left: 66px;
    margin-right: 60px;
}
/* Post body. This is the actual content. */
.post_body {
    color: #333;
    font-family: "times new roman", georgia, serif;
    font-size: 12pt;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.post_body a {
    color: #d30004;
}
.post_body a:hover {
    background-color: #fdff9d;
    border-bottom: 1px solid #940002;
    color: #d30004;
    text-decoration: underline;
}
.post_body a:link {
    color: #d30004;
    font-weight: bold;
    text-decoration: underline;
}
.post_body a:visited {
    color: #940002;
    font-weight: normal;
    text-decoration: none;
}
.post_body h3 {
    background-color: #ccc;
    border: 1px solid #888;
    color: #333;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 2px;
    padding-top: 2px;
    width: auto;
}
.post_body h4 {
    font-size: 16pt;
    font-weight: bold;
}
.post_body h5 {
    font-size: 12pt;
    font-weight: bold;
    margin: 0;
}
.post_body h5, a {
    text-decoration: none;
}
/* - Post body. */
.post_comments_link {
    border-top: 1px solid #ccc;
}
.post_content {
    border-right: 1px solid #ddd;
}
.post_footer {
    font-size: 10pt; 
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
}
.post_footer a {
    color: #d30004;
    font-weight: bold; 
}
.post_footer a:link {
    text-decoration: underline; 
}
.post_footer a:visited {
    color: #940002;
    font-weight: normal;
    text-decoration: none;
}
.post_footer a:hover {
    background-color: #fdff9d;
    border-bottom: 1px solid #d30004;
    text-decoration: underline;
}
.post_header {
    background-color: #444;
    background-image: url(h2_bg.png);
    border: 1px solid #888;
    color: #000;
    padding-bottom: 4px;
    padding-left: 20px; 
    padding-top: 2px;
    
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
.post_header h2, .post h2 {
    font-size: 18pt;
    font-weight: bold;
    margin: 0;
}
.post_header a {
    color: #444;
    width: 100%;
}
.post_header a:hover {
    background-color: transparent;
    color: #00910f;
}
.post_metadata {
    font-size: 10pt;
    padding-bottom: 2px;
}
.post_options a:hover {
    border-bottom: none;
    text-decoration: none;
}
.post_posted_date {
    color: #216a4c;
    font-family: calibri, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-variant: small-caps;
    font-weight: bold;
}
.post_read_more  {
    border-bottom: 1px solid #ccc;
    font-family: corbel, geneva, "Trebuchet MS", helvetica, sans-serif;
    font-size: 10pt;
    margin-top: 40px;
    text-align: right;
}
.post_read_more a {
    background-color: #ccc;
    border-top: 3px solid #888;
    /*border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
    padding-left: 15px;
    padding-right: 15px;
    
}
.post_read_more a:hover {
    border-top: 5px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding-right: 14px; /* Correct for the addition of a 1px border. */
    text-decoration: underline;
}
.more-link a {
    background-color: #ccc;
    padding-left: 20px;
    padding-right: 20px;
}
.post_read_more a:hover,
.more-link a:hover {
    background-color: #fdff9d;
    color: #d30004;
    text-decoration: underline;
}
.post_read_more a:link,
.more-link a:link {
    text-decoration: underline;
}
.post_read_more a:visited,
.more-link a:visited {
    color: #940002;
    font-weight: normal;
    text-decoration: none;
}

/* Related posts. */
.related_posts {
    border: 1px solid #ccc;
    color: #444;
    font-family: corbel, geneva, "Trebuchet MS", helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    margin-right: 60px;
    margin-top: 10px;
    padding: 10px;
    text-align: left;
}
.related_posts h5 {
    font-size: 12pt;
    font-weight: bold;
    margin: 0; 
}
/* - Related posts. */

/* Search. */
.search_section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.search_box {
    border: 1px solid #888;
    font-size: 12px;
    font-weight: bold;
    width: 300px;
}
.search_box:active {
    border: 1px solid #000;
    color: #000;
}
.search_box:hover {
    border: 1px solid #880000; 
}
/* - Search. */

/* For content pages. */
.static_content {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 30px;
}
/* - Content pages. */

/* Legacy stuff. */
#cat { /* Categories drop down. */
    font-size: 7pt;
    margin-bottom: 2px;
    margin-top: 2px;
}
#comment textarea  {
    background-color: #f0f0f0;
    border: 1px solid #555;
    color: #555;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    margin-bottom: 10px;
}
#comment textarea:hover
{
    border: 1px solid #f00;
}
#comment textarea:focus
{
    background-color: #fff;
    border: 1px dashed #ff7700;
    color: #000;
}
#comments, #comment, #leave_comment {
    font-family: arial, helvetica, sans-serif;
}
#comments a, #comment a, #leave_comment a {
    color: #d30004;
}
#comments a:hover, #comment a:hover, #leave_comment a:hover {
    background-color: #fdff9d;
    text-decoration: underline;
}
#comments blockquote {
    background-image: none;
    border-left: 5px solid #aaa;
    padding-left: 10px;
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 5px;
}
#searchform {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 2px;
}

/* Form elements. */
input.active {
    border: 1px solid #e8de3b;
    color: #000;
}
input.normal {
    border: 1px solid #ccc;
    color: #777;
}
textarea.active {
    border: 1px solid #e8de3b;
    color: #000;
}
textarea.normal {
    border: 1px solid #ccc;
    color: #777;
}
.more-link {
    text-align: right;
    width: 100%;
}

/* Border overrides. */
.noborder a { border: 0px; text-decoration: none; }
.noborder a:hover { border: 0px; text-decoration: none;  }
.noborder img { border: 0px; text-decoration: none;  }

/* Avatars and comments. */
.avatar {
    border: 1px solid #ddd;
    padding: 2px;
}
a.snap_noshots {
    border: none;
}

.comments ul {
    list-style: none;
    padding: 0;
}

.comments li {
    border: 1px solid #ddd;
    list-style: none;
    margin-left: -30px;
    margin-bottom: 15px;
    padding: 5px;
}

.comment_header {
    border-bottom: 1px solid #ddd;
    padding: 2px;
}

.comment_meta_header {
    font-size: 8pt;
}

.odd_comment {
    background-color: #eee;
}

.posterror {
    background-color: #d5d5d5;
    background-image: url(images/error_64x64.png);
    background-repeat: no-repeat;
    background-position: 16px 50%;
    background-attachment: scroll;
    border: 1px solid #aeaeae;
    font-family: corbel, geneva, "Trebuchet MS", helvetica, sans-serif;
    font-size: 10pt;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 60px;
    padding-left: 90px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.postimportant {
    background-color: #d5d5d5;
    background-image: url(images/warning_64x64.png);
    background-repeat: no-repeat;
    background-position: 16px 50%;
    background-attachment: scroll;
    font-family: corbel, geneva, "Trebuchet MS", helvetica, sans-serif;
    font-size: 10pt;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 60px;    
    border: 1px solid #aeaeae;
    padding-left: 90px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.postinfo {
    background-color: #d5d5d5;
    background-image: url(images/info_64x64.png);
    background-repeat: no-repeat;
    background-position: 16px 50%;
    background-attachment: scroll;
    border: 1px solid #aeaeae;
    font-family: corbel, geneva, "Trebuchet MS", helvetica, sans-serif;
    font-size: 10pt;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 60px;
    padding-left: 90px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.button_normal {
    color: #777;
    font-size: 8pt;
    font-weight: bold;
}

.button {
    border: 1px solid #aaa;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-top: 2px;
}

.button:hover {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    color: #600;
}

.smallbutton {
    border: 1px solid #aaa;
    font-size: 8pt;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-top: 2px;
}

.smalltext {
    font-size: 8pt;
}

.static_content {
    color: #000;
}

/* Tutorial stuff. */
.tutorialimage {
    background-color: #dfdfdf;
    border: 1px solid #aeaeae;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}
.tutorialimage a {
    background-color: transparent;
    border: none;
    text-decoration: none;
}
.tutorialimage a:link, img {
    background-color: transparent;
    border: none;
    text-decoration: none;
}
.tutorialimage a:hover, img {
    background-color: transparent;
    border: none;
    text-decoration: none;
}

.widget_tag_cloud a { border-bottom: 1px solid #800; }
.widget_tag_cloud a:hover { border-bottom: none; }
