/****************
 * HTML Elements
 ****************/
body {
  font-size: 12px;
  font-family: Helvetica,Verdana,Arial,Sans-Serif;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: #618DCC;
}

textarea, input {
  font-size: 12px;
  font-family: Helvetica,Verdana,Arial,Sans-Serif;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
}
textarea:focus, input:focus {
  background-color: #d6dfff;
}

a {
  color: #444444;
  text-decoration: none;
  border-bottom: 1px dotted #333333;
}

a:hover {
  color: #555555;
  text-decoration: none;
  /* background-color: #d6dfff; */
  border-bottom: 1px solid #aaaaaa;
}


h2 {
  margin-bottom: 0px;
  font-size: 18px;
  font-family: Helvetica,Verdana,Arial,Sans-Serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  border-bottom-width: 0px;
}


p {
  line-height: 20px;
  margin-bottom: 17px;
  margin-top: 0px;
  padding-top: 0px;
}

sub, sup {
  line-height: 0;
}

img {
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin: 5px 5px 5px 5px;
  border-bottom: 0px none #ffffff;
}

blockquote {
  font-family: Helvetica, sans-serif;
  line-height: 1.8em;
  color: #dcdcdc;
  font-size: 12px;
  margin: .5em 1em 2em 1em;
  padding: 0 .75em 0 0.5em;
  border-left: 1px solid #ffffff;
}

li {
  margin-bottom: 1.5em;
}

q:before { content: open-quote; }
q:after  { content: close-quote; }


/********************
 * Template Elements
 ********************/
h1.template {
  margin-top: 0px;
  font-size: 24px;
  font-family: Helvetica,Verdana,Arial,Sans-Serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  border-bottom-width: 0px;
}
h2.template {
  font-size: 18px;
  font-family: Helvetica,Verdana,Arial,Sans-Serif;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  border-bottom-width: 0px;
}
.title {
  font-size: 34px;
  font-family: Helvetica,Verdana,Arial,Sans-Serif;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-bottom-width: 0px;
}

.title:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ffffff;
}

.topic {
  font-size: 12px;
  font-family: Helvetica,Verdana,Arial,Sans-Serif;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-bottom-width: 0px;
}

.topic:hover {
  color: #9e9e9e;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ffffff;
}

a.template {
  font-size: 12px;
  font-family: Helvetica,Verdana,Arial,Sans-Serif;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  border-bottom-width: 0px;
}

a.template img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

a.template:hover {
  color: #9e9e9e;
  text-decoration: none;
  border-bottom-width: 0px;
}

.post_title {
  font-size: 24px;
  font-family: Verdana, Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  text-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}

.meta {
  font-size: 11px;
}



div.filter {
  width: 100%;
  border: 1px solid #555555;
  color: #333333;
  padding: 7px 2px 7px 2px;
  margin-bottom: 15px;
  background-image: url("images/diagnal.gif");
  background-position: 0px 0px;
}
span.filter {
  padding: 4px 0px 2px 20px;
  margin: 2px 0px 0px 0px;
  background-image: url("images/warning.gif");
  background-repeat: no-repeat;
  background-position: 0px 2px;
}


    
.parent {
  position: relative;
  width: 760px;
  margin: 0 auto;
}
.main_menu {
  position: absolute;
  top 0px;
  right: 0px;
  width: 160px;
  line-height: 1.8em;
  color: #dcdcdc;
  font-size: 14px;
  margin: -1em 3em 2em 20px;
  padding: 0 0 0 20px;
  /* border-left: 1px dashed #ffffff; */
}

.main_menu p {
  line-height: 20px;
  margin-bottom: 17px;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 12px;
  font-family: Helvetica,Verdana,Arial,Sans-Serif;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: #618DCC;
}

.content {
  position: absolute;
  left: 0px;
  width: 500px;
}

ul.template {
  padding-left: 0px;
  list-style-position: outside;
  list-style-image: url("images/blank.gif");
}
ul.template ul {
  line-height: 1.8em;
  color: #dcdcdc;
  font-size: 14px;
  padding-left: 10px;
}

ul.template ul li {
  margin-bottom: 0em;
}
