@charset "UTF-8";

body {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #333;
  background: url(gradient.gif) repeat-x #fc9 fixed;
}

a:link {
  color: #ff0000;
  text-decoration: none;
}
a:visited {
  color: #990000;
  text-decoration: none;
}
a:hover {
  color: #ff6600;
  text-decoration: underline;
}

.content p:first-of-type {
  padding-top: 0;
  margin-top: 0;
}

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
  color: #ff6633;
}

.content h1 {
  padding: 0 0 10px 0;
}

h3 {
  font-size: 1.15em;
}
.p20 {
  width: 20%;
}
.p25 {
  width: 25%;
}
.p33 {
  width: 33%;
}
.p50 {
  width: 50%;
}
.p50np {
  width: calc(50% - 20px);
}
.p66 {
  width: 66%;
}
.p75 {
  width: 75%;
}
.p100 {
  width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-3to4 {
  padding-bottom: 74%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.six img {
  width: 100%;
}
.seventy {
  width: 70%;
}

.sixty {
  width: 60%;
}

.sixty img {
  width: 100%;
}

.content .padded {
  margin: 8px 0 1px 0;
}

.title h2,
.content h2,
.foot h2 {
  background-color: #000;
  color: #fff;
  margin: 5px 0;
}

.sidenav h2 {
  background-color: #fff;
  font-size: 18px;
  width: 100%;
  /*min-width: 120px;*/
  padding: 4px 10px 0 10px;
  font-weight: normal;
}

.foot h2,
.content h2 {
  display: inline;
}

.head {
  height: 100px;
  background: url(head_bg.gif) repeat-x;
}

.little_head a {
  color: white;
}

.little_head h2 a {
  background-color: #fff;
}

.little_head a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
}

.little_head .title {
  float: none;
  margin: 0;
}
.little_head .title h2 {
  display: inline;
}

.title {
  font-size: 20px;
  margin: 0px 0 0 20px;
  color: #fff;
  float: left;
}
.title h2 a {
  background-color: #000;
}

.content {
  padding: 10px 20px;
  background-color: #fff;
}

.content img {
  border: none;
}

.post {
  margin-top: 20px;
}

.content .post video,
.content .post iframe {
  width: 100%;
}

.content .post figure {
  margin: 0;
}

.content .post h2 a,
.title a {
  color: white;
  text-decoration: none;
}

.content .post h2 a:hover,
.title a:hover h2 {
  color: #ff6600;
}

.content .post .date {
  text-align: right;
  color: #999;
  margin: -2px 0 4px 0;
}

.content .left {
  float: left;
  padding: 0 10px 10px 0;
}

.content .right {
  float: right;
  padding: 0 0px 10px 10px;
}

blockquote {
  padding: 10px;
  margin: 10px;
  background-color: #eee;
  border: 1px solid #999;
  border-width: 1px 0px;
}

.topnav_holder {
  text-align: right;
}

.topnav {
  font-size: 14px;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 15px;
}

.topnav ul,
.sidenav ul {
  padding: 0;
  white-space: nowrap;
  list-style-type: none;
}

.topnav ul {
  margin: 0px 2px;
}

.topnav ul li {
  display: inline;
  margin: 0px 4px;
}

.sidenav li {
  margin: 12px 0;
  font-size: 14px;
}

.sidenav a,
.topnav a {
  padding: 2px 10px;
  background-color: #fff;
  text-decoration: none;
}

.topnav a {
  padding: 4px 10px;
}

.sidenav a:hover,
.topnav a:hover {
  color: #fc9;
  background-color: #000;
}

.category_table td {
  vertical-align: top;
}

.category_table td:first-child {
  width: 100px;
  padding: 0 10px 10px 0;
}

.category_table img {
  width: 100%;
}

.foot {
  background: url(foot_bg.gif) repeat-x;
  padding: 20px 0;
}
