html, body{
  background: #f5f5f5 url(images/header-bg.png) 0 0 repeat-x;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

a {
  color: #759f45;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ul, ol, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
} */

h1, h2, h3, h4, h5, h6, form, fieldset, p {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

p {
  margin-bottom: 18px;
  line-height: 1.4em;
}

fieldset {
  border: none;
}

/* input, select, textarea, button {
  font: normal 1em Arial, Helvetica, sans-serif;
  border: none;
  padding: 0;
  margin: 0;
} */

textarea {
  overflow: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}

#wrap {
  margin: 0 auto;
  text-align: left;
  width: 960px;
}

.container {
  padding: 25px 0;
}

.container ul, .container ol, .container dl {
  margin-bottom: 18px;
  line-height: 1.4em;
}

.f-btn {
  display: block;
  text-indent: -999em;
  outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border:0;padding:0;margin:0;
}

.bebas-neue {
  font-family: 'BebasNeueRegular', sans-serif;
  font-weight: normal;
}

/*   ============   HEADER   ============   */

#header {
  height: 145px;
  position: relative;
  width: 100%;
}

#header h1 {
  width: 150px;
  height: 112px;
  float: left;
  margin-top: 12px;
}

#header h1 a {
  height: 112px;
  background: url(images/logo.png) 0 0 no-repeat;
}

#tagline {
  font-size: 2.5em;
  margin: 25px 0 0 27px;
  float: left;
  color: #fff;
}

#tagline span {
  color: #231f20;
  margin-right: 5px;
}

#nav {
  float: right;
  margin: 108px 20px 0 0;
}

#nav li {
  list-style: none;
  float: left;
}

#nav li a {
  display: block;
  line-height: 37px;
  padding: 0 15px;
  font-size: 1.83em;
  color: #414243;
}

#nav li a:hover, #nav li a.active {
  text-decoration: none;
  background: #f5f5f5;
  color: #8caf2b;
}

#nav li a.active {
  cursor: default;
}

/*   ============   MAIN CONTENT   ============   */

#maincontent{
  display: inline;
  float: left;
  position: relative;
  width: 653px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 15px 20px;
  min-height: 847px;
}

.content {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.content-head {
  position: relative;
  padding: 0 100px 0 90px;
  margin-bottom: 20px;
}

.content-head h2 {
  font-size: 2.5em;
  min-height: 36px;
}

.content-head h2 a {
  color: #414243;
}

.content-head h2 a:hover {
  text-decoration: none;
  color: #a6ce39;
}

.content-head .author, .content-head .author a {
  color: #7f868c;
  font-size: 1.1em;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

.content-head .posted {
  position: absolute;
  top: 0;
  left: -20px;
  background: #414243;
  font-size: 1.83em;
  color: #a6ce39;
  width: 45px;
  height: 44px;
  padding: 12px 0 0 54px;
  overflow: hidden;
  display: inline-block;
  letter-spacing: -1px;
  line-height: .8em;
}

.content-head .posted .day {
  color: #fff;
  font-size: 2em;
  width: 54px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: normal;
}

.content-head .comments {
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  background: #7f868c;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.0em;
}

.content-head .comments a {
  color: #fff;
}

.content h3 {
  color: #000;
  padding-bottom: 12px;
}

.content img.left {
  margin: 0 15px 10px 0;
}

.content img.right {
  margin: 0 0 10px 15px;
}

.content .img1 {
  float: right;
  padding: 0 0 8px 16px
}

.content .img2 {
  float: right;
  border: solid 2px #cdcdcd;
  padding: 2px;
  margin: 0 0 8px 16px
}

.posts-nav-wrap a {
  display: inline-block;
  line-height: 28px;
  padding: 0 10px;
  color: #fff;
  font-size: 1.83em;
  background: #414243;
}

.posts-nav-wrap a:hover {
  text-decoration: none;
  color: #a6ce39;
}

.posts-nav-wrap a#newest {
  float: left;
  margin-left: -20px;
}

.posts-nav-wrap a#older {
  float: right;
  margin-right: -20px;
}

.post-body {
  font-size: 1.2em;
  line-height: 150%;
}

.hd1 {
  font-size: 130%; color: #414243
}

.hd2 {
  font-size: 130%; color: #e60000
}

.big1 {
  font: bold 130% Arial, Helvetica, sans-serif;
  color: #000000
}

input[type=submit] {
  margin-top: 8px;
  padding: 6px 12px 3px;
  border: 0;
  font-size: 140%;
  text-align: center;
  color: #b9e446;
  cursor: pointer;
  background: #414243;
}

input[type=submit]:hover {
  color: #fff;
}

.table1 {
  margin: 0px; border: 0px; border-spacing: 0px
}
.table1 td {
  padding: 3px; border-bottom: 1px solid #7f868c
}

/*   ============   RIGHT COLUMN   ============   */

#rightcolumn{
  float: right;
  position: relative;
  width: 229px;
  border: 1px solid #cdcdcd;
  background: #e6e6e6;
  padding: 0px 17px;
}

#search {
  margin: 0 -8px 12px;
  display: block;
  border: 1px solid #9d9d9d;
  background: #fff;
  height: 22px;
}

#search input {
  float: left;
  vertical-align: top;
  font-size: 1.67em;
}

#search input[type=text] {
  width: 190px;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
  padding: 0 10px;
  color: #959595;
}

#search input[type=submit] {
  float: right;
  width: 33px;
  text-align: center;
  overflow: visible;
  color: #a6ce39;
  cursor: pointer;
  height: 22px;
  background: #414243;
}

#search input[type=submit]:hover {
  color: #fff;
}

#rightcolumn .box {
  min-height: 165px;
  background: url(images/rc-shade.png) 100% 0 no-repeat;
  padding-bottom: 12px;
}

#rightcolumn .ttl {
  padding-bottom: 24px;
  background: url(images/rc-ttl-shadow.png) 0 100% no-repeat;
  margin: 0 -18px;
}

*+html #rightcolumn .ttl {
  width: 264px;
}

#rightcolumn .ttl h3 {
  padding: 8px 12px 6px;
  background: #a6ce39;
  color: #414243;
  font-size: 2em;
  line-height: 1em;
}

#rightcolumn .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#rightcolumn .box li {
  margin-bottom: 4px;
}

*+html #rightcolumn .box ul {
  display: block;
  zoom: 1;
}

#rightcolumn .box li a {
  padding-left: 19px;
  background: url(images/rc-links-bullet.png) 0 3px no-repeat;
  display: block;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  color: #414243;
}

#rightcolumn .box .tags-wrap {
  line-height: normal;
  padding-bottom: 15px;
}

#rightcolumn .box .tags-wrap a {
  font-size: 1.17em;
  color: #414243;
}

#rightcolumn .box .tags-wrap a.s1 {
  font-size: 1.29em;
}

#rightcolumn .box .tags-wrap a.s2 {
  font-size: 1.71em;
}

#rightcolumn .box .tags-wrap a.s3 {
  font-size: 2.14em;
}

#rightcolumn .box .tags-wrap a.s4 {
  font-size: 2.57em;
}

#rightcolumn .box #follow {
  text-align: center;
}

*+html #rightcolumn .box #follow {
  padding-left: 10px;
}

#rightcolumn .box #follow li {
  display: inline;
  margin: 0 10px;
}

*+html #rightcolumn .box #follow li {
  width: 32px;
  height: 32px;
  float: left;
}

#rightcolumn .box #follow li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -999em;
  outline: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 0;
}

*+html #rightcolumn .box #follow li a{
  display: block;
}

#rightcolumn .box #follow li a#fb {
  background-image: url(images/fb-icon.png);
}

#rightcolumn .box #follow li a#tw {
  background-image: url(images/tw-icon.png);
}

#rightcolumn .box #follow li a#in {
  background-image: url(images/linked-icon.png);
}

#rightcolumn .box #follow li a#rss {
  background-image: url(images/rss-icon.png);
}



/*   ============   FOOTER   ============   */

#footer{
  clear: both;
  height: 85px;
  background: url(images/footer-bg.png) 0 0 repeat-x;
}

#foo {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  color: #000000;
  text-align: right;
  font-size: 1.5em;
}



/*   ---------   Float containers fix   ---------   */

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

.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}