/* 
Theme Name: TFB
Theme URI: http://thefirearmblog.com/
Description: The Firearm Blog
Version: 1.0
Author: 
Author URI: 
*/
body {
  margin: 20px 0;
  padding: 0;
  background: rgb(191, 191, 191);
  font: normal small Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.8em;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #325400;
}

h2 {
  font-size: 1.5em;
  line-height: 1.5em;
}

h3 {
  font-size: 1.3em;
  line-height: 1.2em;
}

p, blockquote, ul, ol {
  margin-top: 0;
  line-height: 1.6em;
}

img.left {
  float: left;
  margin: 0 1em 1em 0;
}

img.right {
  float: right;
  margin: 0 0 1em 1em;
}

blockquote {
  border: #A6DAA7 1px solid;
  padding: 5px 1em 0;
  margin: 1em;
  background: #f0f9f0;
}

fieldset {
  border: 0;
}

a:link, a:visited {
  color: #003c34;
  border-bottom: 1px dotted #558F00;
  text-decoration: none;
}

a:hover, a:active {
  color: #900a09;
  border-bottom: 1px solid #326434;
}

a img {
  border: 0;
  padding-bottom: 3px;
}

a:link img, a:visited img {
  border-bottom: none;
}

a:hover img, a:active img {
  border-bottom: none;
}

.clear {
  clear: both;
  height: 1px;
}

/* Menu */

#menu {
  width: 900px;
  height: 40px;
  margin: 0 auto;
  background: rgb(222, 222, 220);
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu a {
  display: block;
  float: left;
  height: 32px;
  padding: 8px 20px 0 20px;
  border-right: 1px solid rgb(191, 191, 191);
  border-bottom: 0px;
  text-decoration: none;
  font-weight: bold;
}

#menu a:hover,
#menu a:active
  /*#menu li.current_page_item a:link,
  #menu li.current_page_item a:visited,
  #menu li.current_page_item a:hover,
  #menu li.current_page_item a:active
  */
{
  background: #DEDEDC;
}

/* Header */

#header {
  width: 900px;
  height: 180px;
  margin: 0 auto;
  background: #000 url(images/703848.jpg) no-repeat right;
}

#header h1 {
  padding: 15px 0 0 20px;
  font-size: 100px;
  letter-spacing: 1px;
}

#header h2 {
  padding: 5px 0 0 20px;
  font-size: 0.9em;
}

#header a {
  text-decoration: none;
}

/*#header *
{
  color: #DAEBDB;
}
*/
#header_text_box h1 {
  padding: 15px 0 0 20px;
  font-size: 3em;
  letter-spacing: 1px;
  font-variant: small-caps;
}

#header_text_box {
  margin: 6px;
  background: url("http://cdn1.thefirearmsblog.com/blog/wp-content/themes/tfb/images/header_text_back.png") no-repeat;
  background-position: center center;
  width: 386px;
}

#header_text_box a {
  text-decoration: none;
  border: 0px;
}

/* Content */

#content {
  width: 900px;
  margin: 0 auto;
  /*	background: #fff url(images/bg.jpg) repeat-y left;	*/
  background: #fff url(images/bg2.jpg) repeat-y left;
}

/* Latest Post */

#latest-post {
  padding: 20px 0;
  background: #fff;
  border-bottom: 3px double #C6DAC7;
}

#latest-post .special {
  font-family: "Garamond", "Lucida Sans", Georgia, Verdana, Arial, Serif;
  font-size: 1.5em;
  color: #326434;
  text-transform: lowercase;
  text-align: center;
  float: right;
  padding: 16px 14px;
  background: url(images/new.gif) no-repeat;
}

#latest-post .info {
  float: left;
  width: 220px;
  padding: 0 20px;
  line-height: 1.2em;
}

#latest-post h2 {
  font-size: 1.8em;
}

#latest-post .story {
  float: right;
  width: 595px;
  padding: 0 20px;
  border-left: 1px solid #C6DAC7;
}

#intro {
  font-size: 0.85em;
}

#content .meta {
  clear: both;
  padding: 10px 0;
}

span.fblike iframe {
  padding-bottom: 3px;
}

div.homepage_social {
  margin-bottom: 0px;
}

#content .meta p {
  margin: 0;
  padding: 5px 0;
  color: #898;
  line-height: 1.8em;
  font-size: 0.85em;
}

#content .meta p span {
  display: block;
  padding-left: 16px;
  padding-bottom: 5px;
  padding-top: 0px;
}

#content .meta p span.user {
  background: url(images/user.png) no-repeat top left;
}

#content .meta p span.date {
  background: url(images/date.gif) no-repeat top left;
}

#content .meta p span.category {
  background: url(images/topics.gif) no-repeat top left;
}

#content .meta p span.comments {
  background: url(images/icon-comments.gif) no-repeat top left;
}

#content .meta p span.trackback {
  background: url(images/trackback.gif) no-repeat top left;
}

#content .meta p span.feed {
  background: url(images/feed.gif) no-repeat top left;
}

#content .story ul {
  list-style-image: url(images/bullet_custom.gif);
}

/* Posts */

#posts {
  float: right;
  width: 595px;
  padding: 20px;
}

#posts .post {
  padding-bottom: 30px;
}

#posts .story {
  padding: 15px 20px 0 20px;
}

#posts ul li {
}

/* sidebar */

#sidebar {
  float: left;
  width: 220px;
  padding: 20px
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar ul ul, #sidebar form {
  padding: 15px 20px 30px 20px;
}

#sidebar ul ul ul {
  padding: 0 0 0 15px;
}

#sidebar li li {
  padding: 3px 0;
}

#sidebar li a {
}

#sidebar li i {
  font-size: smaller;
}

#sidebar h2 {
  font-size: 1.3em;
  line-height: 1.3em;
}

/* Footer */

#footer {
  width: 900px;
  margin: 0 auto;
  color: #5F5F5F;
}

#footer p {
  margin: 10px 0;
}

#footer p strong {
  text-transform: uppercase;
}

#footer p span {
  float: right;
  color: #5F5F5F;
  text-transform: lowercase;
  font-size: 85%;
}

#footer a {
  color: #5F5F5F;
  border: 0;
}

/* Comments */
input.textbox {
  border: #ccc 1px solid;
  background: #fff url(images/input.gif) repeat-x top;
  font: 1em Verdana, Arial, Serif;
  padding: 2px;
  width: 150px;
}

textarea {
  width: 90%;
  padding: 5px;
  height: 20em;
  border: 1px solid #ccc;
  background: #fff url(images/input.gif) repeat-x top;
  font: 1em Verdana, Arial, Serif;
}

input.textbox:focus, textarea:focus {
  background: #fff url(images/input.gif) repeat-x top;
  border: #999 1px solid;
}

#commentform {
  margin: 0;
  padding: 10px;
  background: #fff;
}

#content .commentlist {
  margin: 0;
  padding: 0;
  border-top: #eed 1px solid;
}

.commentlist li {
  list-style: none;
  margin: 0;
  padding: 1em;
  border-bottom: #eed 1px solid;
  font-size: 0.9em;
}

.steve_comment {
  background-color: rgb(209, 223, 209);
}

.steve_comment ul {
  background: #fff;
  margin: 0 -13px -13px;
  padding-left: 50px;
}

.commentlist li .cmtinfo {
  padding: 0;
  margin-bottom: 1em;
}

.commentlist li .cmtinfo em {
  margin: 0;
  padding: 0 1em;
  font-weight: normal;
  font-style: normal;
  color: #999;
  font-size: 95%;

}

.commentlist li cite {
  font-style: normal;
  font-weight: bold;
  font-size: 1.1em;
}

.commentlist li.alt {
  border-bottom: #dee 1px solid;
}

#header, #content, #sidebar, #latest-post, #footer, .widget {
  overflow: hidden;
}

#big_feed_pic {
  width: 128px;
  height: 128px;
  background-image: url(images/feed-icon.png);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;

}

#facebook_follow_pic {
  width: 144px;
  height: 44px;
  background-image: url(images/facebook.gif);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;

}

#twitter_follow_pic {
  width: 154px;
  height: 72px;
  background-image: url(images/twitter-trans.png);
  margin-top: 20px;
  margin-bottom: 20px;
}

#big_feed_link {
  border: 0px;
}

.tfb_thumbnail, .tfb_thumbnail:link, .tfb_thumbnail:visited {
  border: none;
}

/* wikipedia styles*/
.infobox {
  background-color: #F9F9F9;
  border: 1px solid #AAAAAA;
  color: black;
}

.infobox {
  background-color: #F9F9F9;
  border: 1px solid #AAAAAA;
  clear: both;
  color: black;
  padding: 0.2em;
  margin-left: auto;
  margin-right: auto;
}

/* end  wikipedia styles*/

#email_sub {
  margin-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#twitter_follow {
  margin-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sticky .related_post {
  display: none;
}

.sticky .meta {
  display: none;
}

.sticky .homepage_social {
  display: none;
}

.sticky {
  border: 1px solid #A6DAA7;
  margin-bottom: 30px;
  background-color: rgb(240, 249, 240);
}

#posts .sticky {
  padding-bottom: 0px;
}

.sticky .title {
  padding-left: 10px;
}

.sticky .story h3 {
  display: none;
}

#posts .tag-no-title .title {
  display: none;
}

a.addtoany_share_save {
  border-bottom: 0px;
}

#comment_policy {
  font-size: 75%;
}

#comment_policy_header {
  font-weight: bold;
}

/* spec table */
/*
div.tfb_spec_table{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

div.tfb_spec_table table{
	border-collapse: collapse;
}

div.tfb_spec_table table thead th{
	text-align: left;
}

div.tfb_spec_table table thead tr{
	background-color: rgb(209, 223, 209);
}

div.tfb_spec_table tr td:first-child{
	font-weight: bold; 
	padding-right: 25px;
}
*/

/* Image Light Box */
#thumbBox {
  /*Outermost DIV for thumbnail viewer*/
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  padding: 10px;
  padding-bottom: 0;
  background: #313131;
  visibility: hidden;
  z-index: 10;
  cursor: pointer;
}

#thumbBox .footerbar {
  /*Footer DIV of thumbbox that contains "close" link */
  font: bold 16px Tahoma;
  letter-spacing: 5px;
  line-height: 1.1em;
  color: white;
  padding: 5px 0;
  text-align: right;
}

#thumbBox #thumbImage {
  /*DIV within thumbbox that holds the enlarged image */
  background-color: white;
}

#thumbLoading {
  /*DIV for showing "loading" status while thumbbox is being generated*/
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background-color: #EFEFEF;
  padding: 5px;
  z-index: 5;
}

/* End Image Light Box */

.navigation {
  margin-top: 1em;
  text-align: center;
}

.navigation span.current {
  font-weight: bold;
}

#commentPreview a.comment-reply-link {
  display: none;
}

#commentPreview p.head_cp {
  color: red;
  font-style: italic;
}

#commentPreview .commentlist li {
  border: 0px;
}

#commentPreview .commentlist {
  border: 0px;
}

#vp_c_list_high_rated {
  display: none;
}

#vp_c_button_recent, #vp_c_button_high_rated {
  cursor: pointer;
  border-bottom: 1px dotted #558F00;
  color: #003C34;
}

.vp_c_b_active {
  font-weight: bold;
}

.vp_c_b_active {
  font-weight: bold;
}

.CommentRating{
  color: grey;
  font-style:italic;
}
.CommentRating span{
  font-style: normal;
}

p.wp-caption-text{
  text-align:center;
  font-style:italic;
}

