/*skin.css - this file controls all the skinable elements on the page*/

body {
  font-size: 75%;
}

.content {
  background: repeat-y;
}

.content ul.subnavigation li a {
  font-weight: bold;
}

.content h1,
.subcontent h1 {
  /*color: #4b4b4b;*/
  font-size: 1.4em;
  padding-bottom: 10px;
}

.content h2,
.subcontent h2 {
  /*color: #4b4b4b;*/
  font-size: 1.1em;
  padding-bottom: 5px;
}

.content p,
.subcontent p {
  /*color: #4b4b4b;*/
  font-size: 1.0em;
  line-height: 1.5em;
}

.content .colLeft a {
  /*color: #4b4b4b;*/
  text-decoration: none;
}

.content span.highlighted {
  font-weight: bold;
  color: #fff;
}

.content blockquote {
  border-left: 3px solid #4b4b4b;
  padding-left: 5px;
}

.content img {
  display: block;
}

.content .colRight a:hover {
  color: #929292;
}

.content .colRight a {
  /*color: #4b4b4b;*/
  /*text-decoration: none;*/
}

.content .colRight a:hover {
  color: #929292;
}

.footer {
  background: no-repeat;
}

.footer ul.footerNav li a {
  font-size: 0.9em;
  text-decoration: none;
  font-weight: bold;
}
.footer ul.footerNav li a:hover {
  text-decoration: underline;  
}

a.quickLink {  
  text-decoration: none;
}

.blog-photo { float: left; margin: 0 20px 10px 0; }
.blog-author { font-weight: bold; color: #999; }
.blog-date { font-weight: bold; }