/* #00A2A5#99BE00 #0f341d #340000;*/
* {
  border: 0 none;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

p {
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  text-indent: 20px;
}

a {
  color: #254200;
  text-decoration: none;
}
a:hover {
  color: black;
}

:focus {
  outline: 0 none;
}

body {
  background: none repeat scroll 0 0 white;
  color: #000000;
}

img a {
  border: medium none;
}

#header {
  background-color: #254200;
  border-bottom: 1px solid black;
  /* #1E6274 */
  display: block;
  min-width: 984px;
  position: relative;
}
#header .container {
  height: 100px;
  position: relative;
  margin-top: 45px;
}

#topdiv {
  background-color: #427500;
  box-shadow: 0 2px 0 #1f3800, 0 -1px 0 0 #427500;
  display: block;
  min-width: 984px;
  position: relative;
  z-index: 99;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#topdiv > ul {
  left: -5px;
  position: relative;
}
#topdiv ul {
  list-style: none outside none;
  margin: 0 auto;
  width: 994px;
}

.info-div {
  list-style: none outside none;
  margin: 0 auto;
  width: 994px;
}

#topdiv ul li, .info-div li {
  display: inline-block;
  float: left;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  z-index: 500;
}

#topdiv ul li .dropdown, .info-div li .dropdown {
  background-color: white;
  border-bottom: 1px solid rgba(35, 35, 35, 0.2);
  box-shadow: 4px 4px 0 0 rgba(35, 35, 35, 0.1);
  display: none;
  left: 0;
  padding: 6px 15px;
  position: absolute;
  top: 39px;
  width: 150px;
  z-index: 9999;
}

#topdiv ul li .dropdown ul, .info-div li .dropdown ul {
  list-style-type: none;
  width: 100%;
}

#topdiv ul li .dropdown li, .info-div li .dropdown li {
  display: block;
  float: none;
  font-size: inherit;
  line-height: 24px;
  margin: 0;
  padding: 0;
  z-index: auto;
}

#topdiv ul li .dropdown li a, .info-div li .dropdown li a {
  border-bottom: 0 none;
  color: #7E7E7E;
  display: block;
  font-size: inherit;
  line-height: 24px;
  margin: 0;
  padding: 0;
  position: static;
  text-shadow: 0 0 transparent;
}

#topdiv ul li .dropdown li:hover {
  background: none repeat scroll 0 0 transparent;
}
#topdiv ul li .dropdown a:hover {
  background: none repeat scroll 0 0 transparent;
  color: #508f00;
  text-decoration: none;
}
#topdiv ul .meta-links {
  border-top: 1px solid white;
  box-shadow: 0 -1px 0 0 #cccccc;
  margin-top: 4px;
  padding-top: 1px;
}
#topdiv ul a {
  border-bottom: 1px solid transparent;
  color: #7cdb00;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin-top: 9px;
  padding: 6px 10px;
  position: relative;
  text-shadow: 0 0 0 transparent, 0 1px rgba(29, 29, 29, 0.2);
  top: -1px;
}
#topdiv ul li:hover a {
  background: #5fa800;
  color: white;
  text-decoration: none;
}
#topdiv ul li:hover div {
  display: block;
}
#topdiv ul li:hover div a {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 0 none;
}
#topdiv .searchdiv {
  display: block;
  float: right;
  padding: 7px 0;
  position: relative;
}
#topdiv .searchdiv input {
  border-color: white;
  float: left;
  margin-right: 10px;
  width: 150px;
}
#topdiv .searchdiv button[type="submit"] {
  background: #705536;
  border: 0 none;
  float: right;
  height: 25px;
}
#topdiv .searchdiv button[type="submit"]:hover, #topdiv .searchdiv button[type="submit"]:focus {
  background: #634B30;
}
#topdiv .searchdiv button[type="submit"]:active {
  background: #705536;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.container {
  margin: 0 auto;
  width: 984px;
}

html {
  overflow-y: scroll;
}

body {
  background-color: #D2D1D0;
  color: #444444;
  font: 13px Tahoma,Geneva,sans-serif;
  margin: 0 auto;
  text-align: left;
}

#content {
  background: -moz-linear-gradient(#e3e3e2 0%, #d2d1d0 300px) repeat scroll 0 0 #e3e3e2;
  background: #E3E3E2;
  border-top: 1px solid white;
  line-height: 18px;
  margin: 0 auto;
  min-height: 640px;
  padding: 20px 0 30px;
}
#content:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

#banner {
  height: 200px;
}

#post {
  float: left;
  margin-top: 20px;
  width: 620px;
  min-height: 350px;
  padding: 20px;
  position: relative;
}

#rightside {
  float: right;
  margin-top: 20px;
  width: 300px;
  min-height: 350px;
  padding: 0px;
}

div.shadowed {
  border: 1px solid #BBBBBB;
  background-color: #F4F4F4;
}

label {
  display: inline-block;
  width: 160px;
}

#topdiv input[type="text"] {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 white;
  border: 1px solid #BBBBBB;
  border-radius: 5px 5px 5px 5px;
  color: #7E7E7E;
  height: 25px;
  margin: 0;
  outline: 0 none;
  padding: 5px 0 6px 8px;
  margin-bottom: 5px;
}

input[type="text"] {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 white;
  border: 1px solid #BBBBBB;
  border-radius: 5px 5px 5px 5px;
  color: #7E7E7E;
  height: 30px;
  margin: 0;
  outline: 0 none;
  padding: 5px 0 6px 8px;
  margin-bottom: 5px;
  width: 200px;
}

textarea {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 white;
  border: 1px solid #BBBBBB;
  border-radius: 5px 5px 5px 5px;
  color: #7E7E7E;
  height: 50px;
  margin: 0;
  outline: 0 none;
  padding: 5px 0 6px 8px;
  margin-bottom: 5px;
  width: 200px;
}

select {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 white;
  border: 1px solid #BBBBBB;
  border-radius: 5px 5px 5px 5px;
  color: #7E7E7E;
  height: 30px;
  margin: 0;
  outline: 0 none;
  padding: 5px 0 6px 8px;
  margin-bottom: 5px;
}

input:-moz-placeholder {
  color: #BBBBBB;
}
input[type='submit'], input[type='button'] {
  background-color: #267991;
  border: 1px solid gray;
}

#copyright {
  background-color: #254200;
  height: 35px;
  margin-top: 2px;
  min-width: 984px;
  padding-top: 20px;
}
#copyright .container {
  margin: 0 auto;
  width: 984px;
}
#copyright a {
  color: black;
  text-decoration: none;
}
#copyright a:hover {
  text-decoration: underline;
}

.dsq-subscribe-email {
  display: none;
}

.ribbon {
  width: 66px;
  position: absolute;
  text-align: center;
  font-size: 15px !important;
  background: #427500;
  background: -webkit-gradient(linear, left top, left bottom, from(#7cdb00), to(#427500));
  background: -webkit-linear-gradient(top, #7cdb00, #427500);
  background: -moz-linear-gradient(top, #7cdb00, #427500);
  background: -ms-linear-gradient(top, #7cdb00, #427500);
  background: -o-linear-gradient(top, #51caeb, #427500);
  background-image: -ms-linear-gradient(top, #7cdb00 0%, #427500 100%);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 1px;
  font-family: 'Helvetica Neue',Helvetica, sans-serif;
  margin-left: -35px;
  margin-top: 0px;
}
.ribbon h1 {
  color: #254200;
  font-size: 15px !important;
  margin: 0;
  padding: 5px;
  text-shadow: 0 1px 0 #7cdb00;
}
.ribbon .ribbon-content:before {
  border-color: #254200 transparent transparent transparent;
  position: absolute;
  display: block;
  border-style: solid;
  bottom: -1em;
  content: '';
  left: 0;
  border-width: 1em 0 0 1em;
}

.ribbon-stitches-top {
  margin-top: 2px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}

.ribbon-stitches-bottom {
  margin-bottom: 2px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}

.title {
  margin-left: 45px;
  font-size: 20px;
  padding: 7px 0;
  color: #254200;
}
.title a {
  color: #254200;
}
.title a:hover {
  color: black;
}

.entry {
  margin-top: 15px;
  margin-bottom: 20px;
}

ul {
  list-style: none;
}

#gal {
  background-color: #E3E3E2;
  float: left;
  height: 60px;
  margin: 2px;
  width: 60px;
}
#gal i {
  display: table-cell;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}

#social {
  float: right;
  height: 100px;
  margin: 52px 5px 0pt 0pt;
}
#social img {
  height: 40px;
  opacity: 0.5;
  width: 40px;
}
#social img:hover {
  height: 40px;
  opacity: 1;
  width: 40px;
}

#right_container {
  margin: 12px auto;
  width: 280px;
}
#right_container ul {
  list-style: none;
  list-style-position: outside;
}
#right_container ul.menu-bar li {
  float: left;
  margin-right: 0px;
  margin-bottom: 0px;
  font-weight: 700;
  display: block;
  padding: 5px 10px 5px 10px;
  background: #efefef;
  margin-bottom: -1px;
  border: 1px solid #d0ccc9;
  border-width: 1px 1px 1px 1px;
  position: relative;
  color: #427500;
  cursor: pointer;
}
#right_container ul.menu-bar li.active {
  background: #fff;
  top: 1px;
  border-bottom: 0;
  color: #254200;
}

/******* /MENU *******/
/******* CONTENT *******/
.content {
  margin: 0pt auto;
  background: #efefef;
  background: #fff;
  border: 1px solid #d0ccc9;
  text-align: left;
  padding: 15px;
  padding-bottom: 20px;
  font-size: 11px;
}
.content[tab="current"], .content[tab="popular"] {
  display: none;
}
.content[tab="tarchive"] {
  display: block;
}

.clear {
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.content ul li {
  list-style: square inside none;
  font-size: 12px;
}

.about p {
  text-align: justify;
  text-indent: 20px;
  font-size: 15px;
  line-height: 22px;
}

#archive ul {
  list-style: none;
  margin-left: 15px;
}
#archive li {
  margin: 0;
}

.active {
  color: #3FB3D3;
}
