/*
This CSS is based on the following theme:
 
Theme Name: NewsPress
Theme URI: http://jaredquinn.info/newspress
Description: News Press Theme for WordPress
Version: 1.0
Author: Jared Quinn
Author URI: http://jaredquinn.info
*/

/**************************/
/* General Element Styles */
/**************************/

body { 
  font-family: Verdana, Arial, sans-serif;
  font-size: medium;
  margin: 0; 
  background: white;
}

code, kbd, samp, pre {
    font-family: 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Andale Mono',
                 monospace;
    color: #222;
}

kbd  { border: 1px solid #eee; }
code { background-color: #eee; }

a         { color: #4682B4; text-decoration:none; }
a:link    { color: #4682B4; }
a:visited { color: #5650C4; }
a:hover   { color: black; text-decoration: none; background-color: #ccc; }

a img { border: none; }

hr {
  width: 10em;
  border: none;
  border-top: 1px solid gray;
  text-align: left;
  margin-left: 0;
}

.clear    { clear: both; }

/***********************/
/* General Page Layout */
/***********************/

#bar { 
  width: 21em;
  position: absolute;
  left: 5px;
}
#txt { 
  margin-left: 24em;
  margin-right: 2.5em;
  max-width: 60em;
  padding-top: 1em;
}

#page { margin: 0 5px; }

/**********/
/* Header */
/**********/

#top {
  border-top: 17px solid #f0f0f0; 
  padding-left: 10px; 
}
#top h1 {
    font-size: 40pt;
    margin: 0;
}
#top a {
  text-decoration: none;
  color: #36a; 
  font-weight: bold; 
}
#top a:hover { background-color: transparent; }
#toptag {
  letter-spacing: .2em; 
  font-weight: bold; 
  margin-top: -5px; 
  margin-left: 50px; 
  margin-bottom: 20px;
}

/************************/
/* Sidebar And Info Box */
/************************/

#bar .search { padding-left: 5px; }
#search br { display: none; }
.textinput, #search input#s { border: 1px solid #ccc; }
.formbutton, #search div input { border: 1px outset #ccc; }

#bar {
  font-size: small;
  line-height: 140%;
  padding: 2px;
}
.nfo, #bar {
  border: 1px dotted #777; 
  background-color: #f0f0f0;
}

#bar h2 {
  font-family: Georgia, serif;
  font-size: 1.1em;
  font-size:large;
  font-weight: normal;
  color: #666;
  
  padding: 0;
  margin: 2px 5px;
}

#bar ul {
  list-style: none;
  margin-left: 5px;
  padding-left: 0;
  margin-bottom: 10px;
}
#bar li.widget {
  margin-bottom: 1em;
}

.page_item { 
  font-size: large; 
  line-height: 120%; 
}

.nfo {
  float: right; 
  margin: 5px 0px 5px 10px;
  padding: 5px;
  font-size: 90%; 
  line-height: 125%; 
}

.share_this {
  margin-top: .7em;
  margin-bottom: .25em;
  text-align: center;
}

/* Twitter Widget */
ul li .entry-meta {
  display: block;
  font-size: 90%;
  margin-bottom: .5em;
}

/*************/
/* Main Page */
/*************/

#txt { 
  color: #555;
  font-size: small;
  line-height: 1.5em; 
}
#txt p { text-align: justify; }

#txt blockquote {
  font-family: Georgia, serif;
  font-size: 125%;
  border-left: .25em solid #ccc;
  padding-left: 1em;
  margin-left: 2em;
}

.feedback { margin-bottom: 20px; }

/* Post titles */
.title {
  font-family: Georgia, serif;
  font-size: x-large;
  color: #666;
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: normal;
}

/* Category/Search titles. */
.maintitle { 
  font-family: Georgia, serif;
  font-size: x-large;
  color: #666;
  margin-top: 0; 
  margin-bottom: 1em;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
}

/**********/
/* Footer */
/**********/

#copyright {
  clear: both;
  color: #aaa;
  text-align: center;
  font-size: small;
}

/************/
/* Comments */
/************/

#page_credit {
    table-layout: auto;
    margin: -1em auto 0 auto;
    text-align: center;
    padding: .25em;
    border: 1px #ccc dotted;
}
#page_credit p {
    margin: 0;
}

.commentlinks {
    margin-bottom: 1em;
}

.commentlist .title { font-size: medium; }
.comment {
  margin: 3px;
  padding: 4px 4px 4px 8px;
  background-color: white;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.odd { background-color: #f8f8f8; }

.comment .comment img { margin: 0px; }

.comment .reply {
  text-align: right;
  margin-right: .5em;
  margin-bottom: .25em;
  margin-top: -.5em;
  font-style: italic;
}

.comment .reply a:visited { color: #4682B4; }

input#subscribe {  width: auto; }

.comment .body .content {
  padding: 0px 3px;
}

.comment .title abbr { border: none; }

.collapsed .body, .collapsed .comment {  display: none; }
#commentform textarea { width: 97%; }

.comment .collapseicon {
    width: 13px;
    height: 13px;
    overflow: hidden;
    background-image: url(/wp-content/plugins/briansthreadedcomments/subthread-open.png);
    background-repeat: no-repeat;
}

.collapsed .collapseicon {
    background-image: url(/wp-content/plugins/briansthreadedcomments/subthread.png);
}

