/* ---- Place custom styles below ---- */

a { color: #06F;}

#page {border-top: 4px solid #fff;}

.single .content {
  border-bottom: 4px solid #222;
}

#page-inner { background: #fff; margin-top: 10px; }

header .pad-fix {}

.single .entry-title { color:#000; font-size: 1.6em; margin: 10px 0 10px 30px;
  font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
}

.sidebar .widget-title span {background-color: #FFF;}

.sidebar .widget-title {border: none;/*border-bottom: 1px solid #EEE;*/}

.miniheading {
  background: #444;
  color: #fff;
  font-family: Arial,sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}

#footer a#to-top { background: #777 url(img/footer-to-top.png) repeat-x top;}


.entry-related article {padding: 10px; border: none;}

.entry-browse li.previous a {
  background-image: url(/wp-content/themes/main/img/entry-browse-prev.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  border-right: none;
}

.entry-browse li.next a {
  background-image: url(/wp-content/themes/main/img/entry-browse-next.png);
  background-repeat: no-repeat;
  background-position: right 50%;
}

.entry-browse li a {
  min-height: 84px;
  display: block;
  padding: 16px 40px 24px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.entry-browse li a:hover {font-weight: bold; text-decoration: underline;}



.widget_search {  }
.widget_search div { background: #fff; border: 1px solid #ddd; border-top-color: #d5d5d5; }

.commentlist li { list-style: none; font-size: 14px; padding-left: 40px; }
.commentlist li .comment-body .fn a { color: #0000FF; }
.commentlist li .comment-body  { background: #F8F8F8; border: 1px solid #444; }
.commentlist li ul li { border-left: none; }
.commentlist li .comment-body p {  color: #222;  }

input[type="submit"], button[type="submit"] {
  background: #194719;
}
/** sidebar random posts **/
#RandomPostsByWondermill_Widget a:hover{font-weight: bold;}

.authorbox {
  background-color: #F8F8F8;
  padding: 15px;
  margin: 10px 5px 5px 0px;
  overflow: hidden;
  border: 4px solid #E5E5E5;
}

/** Subscribe to Comments **/
#commentform p.subscribe-to-comments {margin:10px 0; }
#commentform .subscribe-to-comments label { padding: 7px 0; font-weight: bold; font-size: 1.2em; color: #CC3300; display: inline; }

/** background of flash before loaded**/
.text ins { background: #FFF; }