/* CSS Document */

body {
  margin:0; 
  padding:0; 
  text-align:justify; 
  font:400 0.7em verdana, arial, sans-serif;
  background-color: #FEFFE0;
  line-height: 170%;

  color: #000;
}

a {
  color: #6B692E;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color:#003300;
  text-decoration: underline;
}

hr {
width: 90%;
padding: 2em 0 2em 0;
color:#939FAB;
}

p {
  text-align: justify;
  padding-left: 1em;
  padding-right: 1em;
}

.pic {
  padding: 6px;
}

.bold {
  text-align:center;
  text-decoration:underline;
  text-transform:uppercase;

  font:800 1.5em 'trebuchet ms', verdana, arial, sans-serif;
  color: #6D6E04;
}

.contentTab {
  border-bottom: 0.1em solid #FFF0B3;
  border-top: 0.1em solid #FFF0B3;
  border-left: 0.1em solid #FFF0B3;
  border-right: 0.1em solid #FFF0B3;
}

.feed_text {
  font-family:"Trebuchet MS", Verdana, Arial; 
  font-size:11px; 
  color:#003333; 
  font-weight:bold
}

.line {
  border-bottom: 0.1em solid #999;
}

.menuTab {
  background-color: #CBBE00;
  border-bottom: 0.1em solid #FFF0B3;
  border-top: 0.1em solid #FFF0B3;
  border-left: 0.1em solid #FFF0B3;
  border-right: 0.1em solid #FFF0B3;

  text-indent: 0.5em;
}

.menuList_leftBorder {
  border-left: 0.1em solid #CFCB8C;
}

.menuList_bottomBorder {
  border-bottom: 0.1em solid #CFCB8C;
}

.more {
  padding-right: 1.5em;
}

.news_row1 {
  text-align: center;
  background-color: #FFFFCC;
  
  color: #373A33;
  font-weight: 700;
  
  text-decoration:none;
  
  border-bottom: 0.1em solid #9E994D;
  border-top: 0.1em solid #9E994D;
  border-left: 0.1em solid #9E994D;
  border-right: 0.1em solid #9E994D;
}

.news_row2 {
  text-align: center;
  
  border-bottom: 0.1em solid #9E994D;
  border-top: 0.1em solid #9E994D;
  border-left: 0.1em solid #9E994D;
  border-right: 0.1em solid #9E994D;
}

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #E6B900;
}

.post .date {
  position: absolute;
  top: 0;
  left: 12px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #074E8C;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #663A00;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}

.post p {
  margin: 0 0 0 5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #E6B900;
}

.sideTab {
  color: #E6E4B3;
  background-color: #6B692E;
  font-weight:bold;
  text-indent: 0.5em;
}

.sideTab_content {
  background-color: #E6E4B3;
  padding-left: 0.8em;
  padding-right: 0.8em;

  font-weight:bold;
  color: #6B692E;
}


/*  training table */
.tableHeader {
  background-color: #E6E4B3;
  padding-left: 0.8em;
  padding-right: 0.8em;
  text-align: center;
  
  font-weight: bold;
  text-transform: uppercase;
  color: #6B692E;
}

.monthofDate {
  background-color:#FFFFCC;
  text-transform: uppercase;
  font: 700 1.1em arial, sans-serif;
  color: #074E8C;
}

.dayofDate {
  font: 700 1.6em arial, sans-serif;
  color: #663A00;
}

/*  end: training table */

.tableBorder {
  border-color:#003333;
  border-left: 0.1em groove;
  border-right: 0.1em groove;
  border-bottom: 0.1em groove;
}

.text_indent {
  padding: 0 2em;
}

.red {
  color: #F00000;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}
