

BODY {
  
}

A IMG {
  border-width: 0px;
}

#content {
  color: #F8F5F3;  
}

#content P {
  font-family: Verdana, Tahoma, Frutiger, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 1.5em;
}

h1, h2, h3, h4 {
  font-family: Georgia, Palatino, "Times New Roman", Times, serif;
  font-weight: normal;
  margin-top: 0px;
}

h4 {
  margin-bottom: 2px; 
}

hr {
  height: 0px;
  border: 0px;
  border-top: 1px solid #C1D2B8;
  
}


/* Links */

A {
  color: #0033DD;
}

A:hover {
  color: #0066FF;
}




#navlinks ul {
  margin: 0px;
  padding: 5px 0px 5px 15px;
}

#navlinks ul li {
  list-style-type: none;
  font-family: "Trebuchet MS", Frutiger, Helvetica, Arial, sans-serif;
  font-size: 16pt;
  color: #48623E;
}

#nav A {
  text-decoration: none;
  color: #48623E;
}

#nav A:hover {
  text-decoration: underline;
  color: #779F66;
}





.boxheader {
  font-family: Georgia, Palatino, "Times New Roman", Times, serif;
  font-size: 18pt;
  color: #F8F5F3;
  
  background-image: url(../images/box-top.gif);
  height: 35px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.boxcontent {
  font-family: Verdana, Tahoma, Frutiger, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 1.5em;
  color: black;
  
  background-image: url(../images/box-bg.gif);
  padding: 2px 12px;
}

.boxfooter {
  background-image: url(../images/box-end.gif);
  height: 12px;
  padding: 0px;
  background-repeat: no-repeat;
}

.box table td, .box table td font { font-size: 9pt !important; }
.box table td { padding: 2px; }
.box table td em {
  font-size: 8pt;
  font-weight: bold;
}

/********************/
/* Wordpress Styles */
/********************/

.post {
  margin-bottom: 1em;
}

/* Post title */
.post h2 {
  margin: 0px;
  font-size: 18pt;
}

.post h2 a {
  color: #333;
  text-decoration: none;
}

.post h2 a:hover {
  text-decoration: underline;
  color: #F29200;

}

.post hr {
  border-bottom: 4px solid #C1D2B8;
  border-top: 1px solid #779F66;
  margin: 0px;
}

.post .date {
  color: #999;
  font-size: 8pt !important;
  line-height: 1.75em !important;
}

.post .postmetadata {
  border: 1px solid #e4e4e4;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background-color: #F2EFEC;
  font-size: 8pt !important;
  line-height: 1.2em !important;
  padding: 6px;
  color: #999;
  margin-bottom: 1em;
}

.post .postmetadata a { color: #666;}
.post .postmetadata a:hover { color: #F29200; }

.navigation {
  height: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  color: #aaa;
  font-size: 8pt;
}

.navigation a {
  color: #999;
  text-decoration: none;
  
  font-weight: bold;
}

.navigation a:hover {
  color: #C77E49;
  text-decoration: underline;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}
