* {
  padding:0;
  margin:0;
  list-style-type:none;
}

html {
  height: 100%;
  width: 100%;
  font-family: Helvetica, Georgia;
  font-size: 13px;
}

body {
  height: 100%;
  width: 100%;
  background: url("/images/bg.png") top left repeat-x;
}

#wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  /*  margin-left: auto;
  margin-right: auto; */
  min-height: 100%;
  min-width: 1124px;
  background: #FFF url("/images/triv-white.png") 0% -5px no-repeat;
}

a {
  color: #44A;
}

#header {
  position: relative;
  height: 80px;
  width: 100%;
  background-color: #444;
  color: #FFF;
  border-bottom: 5px solid #000;
  vertical-align: middle;
  background: #444 url("/images/triv.png") 0% 10% no-repeat;
}

#inside {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

#header h1 {
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-variant: small-caps;
}

#header ul {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 20px;
  margin-top: -10px;
  display: inline;
}

#header ul li {
  display: inline-block;
  padding-right: 5px;
  height: 24px;
  border-right: 1px solid #FFF;
}

#header ul li:last-child { border-right: 0px; }

#header ul li a {
  text-decoration: none;
  /*  color: rgb(221, 84, 36); */
  color: rgb(230, 130, 60);
  text-transform: uppercase;
  font-size: 20px;
}

#header ul li a:hover {
  text-decoration: underline;
}

#interm {
  position: relative;
  width: 100%;
  height: 35px;
  border-bottom: 1px solid #ccc;
}

#interm #interm_inside {
  position: relative;
/*  width: 90%; */
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

#interm input {
  position: absolute;
  top: 27%;
  width: 180px;
  right: 20px;
  height: 17px; 
  border: 1px solid #ccc;
  padding-left:3px;
  /*  font-style: italic;
  color: #CCC; */
}

#interm #level {
  position: absolute;
  height: 20px;
  top: 27%;
  left: 100px;
  color: rgb(181, 110, 50);
}


#main {
  position: relative;
  padding-top: 20px;
  /*  background-color: #FFF; */
/*  width: 90%; */
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  /* padding-bottom: 100px; */
  padding-bottom: 65px;
}

#main #sidebar {
  position: relative;
  width: 200px;
  z-index: 100;
  right: 0;
  float: right;
  margin-bottom: 100px;
}

#main #sidebar .block {
  width: 100%;
  margin-bottom: 15px;
}

#main #sidebar .block h3 {
  width: 100%;
  font-size: 15px;
}

#main #sidebar p {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#main #sidebar ul {
  /*  border-left: 3px solid #2A5; */
  border-left: 3px solid rgb(231, 160, 100);
  margin-top: 5px;
}

#main #sidebar ul li {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}

#main #sidebar ul li a {
  color: #888;
  padding-left: 0px;
  text-decoration: none;
}

#main #sidebar ul li a:hover {
  text-decoration: underline;
}

#main #content {
  position: relative;
  left: 0;
  margin-right: 250px;
  right: 250px;
}

.entry { 
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  box-shadow: 2px 2px 2px 2px #ccc;
  padding: 15px;
  background-color: #FEFEFE;
}

.entry h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  /*  background-color: #FFF; */
  background-color: #444;
  color: #FFF;
  border-top: 5px solid #000;
  text-align: center;
}

#footer p {
  padding-top: 15px;
  font-variant: small-caps;
}

.entry_head {
  width: 100%;
  /*border-top: 1px solid #CCC;*/
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px; 

}

.entry_head .date {
  height: 30px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  float: right;
  margin-top: 7px;
}

.entry_head .date .date_day {
  background-color: #44A;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}

.entry_head .date .date_month {
  background-color: #77C;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}

.entry_head .date .date_year {
  background-color: #AAF;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
}

#content p {
  margin-bottom: 15px;
  font-size: 14px;
  padding: 5px;
}

#main #content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 80%;
}

#main #content h2 {

  font-size: 26px;

  color: #AA4400;
  /* AABB00 is a nice green! */

}

#main #content h2 a {
  color: #AA4400;
  text-decoration: none;
}

#main #content h2 a:hover {
  text-decoration: underline;
}

#main #content h3 {
  padding-bottom: 10px;
  font-size: 18px;
}

.author { 
  margin-left: 15px;
  margin-top: -5px;
  font-style: italic;
}


pre.tt {
  display: block;
  margin-left: 40px;
  margin-right: 40px;
  background-color: #333;
  color: #CCC;
  padding: 5px;
  font-size: 11px;
}

.comment_box form {
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  background-color: #DDD;
  border: 1px solid #CCC;
}

.comment_box textarea#comment {
  display: none;
}


.comment_box input[type="text"], .comment_box textarea {
  border: 1px solid #AAA;
  display: block;
  width: 300px;
  font-size: 14px;
  font-family: Arial;
  padding: 2px 4px 2px 4px;
}

.comment_box textarea {
  height: 120px;
  width: 97%;
  margin-right: auto;
}

.comment_box label {
  font-size: 12px;
}

.comment_box input[type="submit"] {
  padding: 2px 4px 2px 4px;
  margin: 10px 5px 10px 5px;
  border: 1px solid #AA9966;
}

.comment_box input[type="submit"]:hover {
  background-color: #AABBCC;
}

.post_comments {
  width: 100%;
  padding-top: 10px;
}

.comment_hier {
  font-size: 14px;
  border-bottom: 1px solid #CCC; 
  margin-bottom: 10px;
  padding-left: 4px;
}

.comment_text {
  padding-left: 15px;
  margin-bottom: 20px;
}

.comment_blotter {
  padding-left: 5px;
  margin-top: 10px;
  font-style: italic;
  font-size: 25px;
  text-align: right;
}

.comment_blotter a {
  text-decoration: none;
}

.comment_blotter a:hover {
  text-decoration: underline;
}

.admin-comment {
  color: #AA1122;
}

code {
  font-size: 11px !important;
}

.pagenav-box {
  position: relative;
  height: 50px;
  font-size: 25px;
  text-align: center;
}

.pagenav-links {
  font-size: 25px;
}

h1>a {
  text-decoration: none;
}
h1>a:hover {
  text-decoration: underline;
}

.whereami {
  height: 50px;
}
