body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
    line-height: 1.4;
}
a {
    font-size: 16px;
    color: #454556;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.ricg img {
    display: block;
    margin: 0 auto 1em;
    max-width: 8em;
}
.flt {
   background: #fff;
   position: relative;
}
.flt img {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
  opacity: 0.2;
}
.flt a {
  color: #aab;
}
@media (min-width: 60em){
    body {
        top-margin: 0 auto;
    }
}

h1 .picture,
p code {
    background: papayawhip;
    border-radius: .3em;
    padding: 0 .2em;
    border: 1px solid rgba(0,0,0,.1);
}
.filament-logo {
    display: inline;
    background: #247201;
    padding: .1em .3em;
    margin: 0 .1em 0;
    max-width: 7em;
    border-radius: 3px;
    position: relative;
    top: .3em;
}
.nav {
    text-align: center;
    display: block;
    padding: 0 5%;
    border-top: 1px solid papayawhip;
    border-bottom: 1px solid papayawhip;
    margin: 0 auto 2em;
    background: #fafafa;
    font-size: 1em;
    color: #444;
    width: 90%;

}
@media (min-width: 44em){
    .nav {
        display: table;
        border: 1px solid papayawhip;
        width: 80%;
        padding: 0;
    }
}
img {
    max-width: 100%
}
h2 {
    margin: 2em 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    border-bottom: 1px solid papayawhip;
    text-align: center;
    padding: .3em 0 .4em;
}
.note {
    font-style: italic;
    font-size: .9em;
}
h3 {
    font-size: 1.1em;
    font-weight: bold;
}
.row li {
  width: 33.3%;
  float: left;
  list-style: none;
}
img {
  border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.lowbar {
   float:left;width:100%;margin-top:0.8em;background:url(http://www.weaponsandgearrange.com/images/botbkg1.jpg) repeat-y top center;}
div.excerpt p {
    word-wrap: break-word;
}
.btn-more{
   padding: 0px 10px;
   line-height: 1.2;
   border-radius: 5px;
   color: #FFF;
   background-color: #3F4C6B;
   border-color: #323C55;
   border-bottom:1px solid #323c55;
   background-image:-webkit-linear-gradient(top, #5b6e9b 0%, #3f4c6b 100%);
   background-image:-moz-linear-gradient(top, #5b6e9b 0%, #3f4c6b 100%);
   background-image:-ms-linear-gradient(top, #5b6e9b 0%, #3f4c6b 100%);
   background-image:linear,to bottom,#5b6e9b 0%,#3f4c6b 100%;
   background-repeat:repeat-x;
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5B6E9B', endColorstr='#FF3F4C6B', GradientType=0)
}
.btn-more:hover{
   background:#3f4c6b
}
.btn-more:hover,.btn-more:focus,.btn-more:active,.btn-more.active{
   color:#fff;
   background-color:#303a51;
   border-color:#1b212e
}
.ftlink {
    font-size: 16px;
    color: #ddeedd;
    text-decoration: none;
}
.ftlink:hover {
    text-decoration: underline;
}
.ftimg {
	margin: 3px; 
	background:#eed;
	border-radius:5px;
	border: 0;
}