/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

.headeralt { 
  color: #0b1e36; 
  font-family: "Frutiger", "Helvetica Neue", Helvetica, Arial, sans-serif; 
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  border-bottom: none;
}

.porthead { 
  color: #81806f; 
  font-family: Georgia, Times, serif;
  font-style: italic;
}

.tagline { 
  color: #0b1e36; 
  font-family: Georgia, Times, serif; 
  font-weight: normal;
}

.subheaderalt {
  color: #81806f; 
  font-family: "Frutiger", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-bottom: 3px double #ddd;
  text-transform: uppercase;
  padding-top: 1em;
}

.bodyalt { 
  color: #34332d; 
  font-family: Georgia, Times, serif; 
  font-weight: normal;
}

.portbody { 
  color: #34332d; 
  font-family: Georgia, Times, serif; 
  font-weight: normal;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: normal;
}

.resume {
  color: #34332d; 
  font-family: Georgia, Times, serif; 
  text-transform: none;
  font-size: 35%;
  font-weight: normal;
}

.link, a {
  color: #000;
  text-decoration: none;
  background: #bad5d7;
  border-bottom: 1px dotted #719bac;}

a.link:hover, a:hover {	background: #dddbd3;
	text-decoration: none;}

hr {  color: #ddd;
}

.headerbg {
  background: #dddbd3;
}

.porttitle {	font-weight:bold;}

.titleital {	font-style: italic;}

.portimage {	border: 1px solid #bad5d7;	padding: 2px;	background-color: #ffffff;}

.footeralt {
  color: #81806f; 
  font-family: Georgia, Times, serif; 
  font-style: italic;
  font-weight: normal;
  border-bottom: 3px double #ddd;
  border-top: 3px double #ddd;
  padding: 8px;
}

.headertwo {
  font-style: bold;
}

.portcontainer {
  border: 1px solid #bad5d7;
  height: 252px;
  width: 188px;
  margin-bottom: 10px;
}