h1 {
  margin: 4px 0 0; 
}

h3 {
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
  margin: 0 0 -5px 0;
  padding: 4px 0 0 0; 
}

/*
SUBHEADING
-------------------------------------------------------------------------------*/
#subPageHeading h2 {
  color: #faf7f1;
  font-size: 2.2em;
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  letter-spacing: .08em;
  text-align: left;
}

/*
LEFT COLUMN
-------------------------------------------------------------------------------*/

#leftColumn a {
  color: #4a5e66;
}

#leftColumn a:hover {
  text-decoration: none; 
}

#leftColumn h3.date {
  color: #605ca8;
}

#personnel {
  font-size: 1em; 
}

#personnel .employeeDescription {
  font-size: 1.2em; 
}

.employeeImage {
  width: 45%;
  float: left;
}

.employeeDescription {
  width: 50%;
  float: right;
}

ul.errors {
  margin: 5px 0 5px;
  background: #FFB6C1;
  border: 2px solid red;
}

ul.errors li {
  color: #ff0000;
  padding: 5px 0;
  font-weight: bold;
}

ul.inlineList {
  margin: 5px 3px; 
}

ul.inlineList li {
  display: inline; 
}

ul.inlineList li img {
  border: 3px solid #4a5e66;
}

/*
Image Galleries
-------------------------------------------------------------------------------*/
ul#thumbs {
  list-style: none;
  margin: 10px 0 30px;
  padding: 0;
}

ul#thumbs li {
  float: left;
  padding: 0;
  margin: 10px;
  width: 72px;
  height: 72px;
  position: relative;
}

ul#thumbs li a img {
  border: 5px solid #ece4e4;
}

ul#thumbs li a:hover img {
  border: 5px solid #000;
}

/*
Search Results
-------------------------------------------------------------------------------*/
.searchResults {
  background: #ded5b8;
  border: 2px solid #cec7ab;
  font-size: 1.3em;
  margin: 5px 0;
  padding: 5px; 
}

#leftColumn .searchResults a {
  color: #2b5563;
  padding-left: 2px;
}

#leftColumn .searchResults a:hover {
  color: #626260;
}

.searchResults .urlAndTitle {
  float: left;
  margin-top: 9px;
  width: 49%; 
}

.searchResults .count {
  background: #b6bec0;
  border: 2px solid #cdc6bc;
  color: #e8eeec;
  float: right;
  margin: 2px;
  padding: 3px;
  text-align: right;
  width: auto; 
}

.searchResults .content {
  background: #fdfaf5;
  border: 2px solid #dcd7c3;
  clear: both;
  padding: 10px;
}


/*
RIGHT COLUMN
-------------------------------------------------------------------------------*/
#rightColumn {
  background: #C8B39A;
  border-bottom: 8px solid #754c24;
}

#rightColumn h2 {
  background: #fff;
  border: 2px solid #754c24;
  color: #754c24;
  font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
  margin: 0 0 0 -2px;
  padding: 3px;
}

#rightColumn ul {
 margin: 5px 0 5px; 
}

#rightColumn a, #rightColumn ul li a {
  font-family: verdana;
}

#rightColumn ul.archives li {
  margin: 0;
  padding: 5px;
}

#rightColumn a {
  color: #754c24;
  margin: 0 0 0 -3px;
  padding: 3px 3px 3px 5px; 
}

#rightColumn a[href ^="mailto:"] {
  font-size: .9em;
}

#rightColumn a[href ^="mailto:"]:hover {
  background: #d9e3ef;
  border: 1px solid #fff;
  font-weight: inherit;
  text-decoration: none;
}

#rightColumn a:hover, #rightColumn ul li.currentMonth {
  background: #d9e3ef;
  border: 1px solid #fff;
  font-weight: bold;
  text-decoration: none;
}

ul.sublist {
  padding: 0 0 0 10px;
}

ul.sublist li {
  font-size: 1.0em;
}

#rightColumn p img {
  border: 3px solid #fff; 
}

#tagcloud a:link, #tagcloud a:visited {
  text-decoration:none;
}
#tagcloud a:hover, #tagcloud a:active {
  text-decoration: underline;
  color: #000;
}

.smallest {
  font-size: 3.5em;
  font-weight: 300;
}
.small {
  font-size: font-size: 2.0em;
  font-weight: 400;
}
.medium {
  font-size: 2.5em;
  font-weight: 500;
}
.large {
  font-size: 3.0em;
  font-weight: 600;
}
.largest {
  font-size: 3.5em;
  font-weight: 700;
}



