/*********************************************************************************************************
 *  Style sheet for profiles.html
 *  Author: Aaron Richards
 *********************************************************************************************************/

#profileWrapper {
  clear: both;
  overflow: hidden;
  zoom: 1;
  padding: 10px;
}

.profileContent {
  padding: 0 20px 20px 20px;
  margin:10px 20px;
  border-radius:10px
}

.profileContent p {
  font-family:Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.profileContent img {
  float: left;
  margin-top: 3em;
  margin-right: 20px;
  border: 1px solid #000000;
  border-radius: 5px;
  width:auto;
  height:auto;
}

.profileContent blockquote {
  margin-left: 5%;
  margin-right: 5%;
  border-top: 1px dashed #6699ff;
  /*border-left: 2px solid #6699ff;*/
 /* padding-left: 10px; */
}

.profileContent blockquote.last
{
  border-bottom: 1px dashed #6699ff;
}
 
.profileContent blockquote p {
  font-size: 1.1em;
  padding: 10px 5px 5px 5px;
  /*background: #f0f0f0;*/
}

.profileContent blockquote p.cite {
  text-align: left;
  font-style: italic;
  padding-top: 0;
  background: #ffffff;
}

.profileContent p.bio:after {
  display: block;
  clear: left;
  content: "";
  visibility: hidden;
}

.profileContent p.bio {
  padding-top: 3em;
}

.profileContent div.clear {
  clear:left;
  visibility: hidden;
}

/*********************************************************************************************************
 * Side Navigation Bar	
 *********************************************************************************************************/

#sideNavBar {
  display: inline; /* fixes IE double margin */
  background-color: #ffffff;
  width: 20%;
  float: left;
  margin-left: 1em;
  margin-top: 1em;
}

#sideNavBar ul {
  list-style-type: none;
}

#sideNavBar a:link, #sideNavBar a:visited {
  font: bold 1.4em/1.6 Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  padding-left: 21px;
  padding-top: 5px;
  background: url(images/pencil.jpg) no-repeat top left;
}

#sideNavBar a:hover {
  padding-left: 22px;
  background: url(images/link-arrow-blue.gif) no-repeat center left;
  color: #6699ff;
}
