/*
  General styles
*/
body {
  color: #222;
  font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}

a:link {color: #2280ad;}
a:hover {color: #2280ad;}
a:active {color: #2280ad;}
a:visited {color: #2280ad;}
#content a:visited, #feature a:visited {color: #2280ad;}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, serif;
  font-variant: small-caps;
  color: #2280ad;
}

p, blockquote, hr, ul, ol, dl, pre, address, table, form,
img.center, div.center {
  margin-bottom: 1.4em;
}

ul {
  list-style-type: square;
}
ul ul {
  list-style-type: disc;
}


/*
  #header
*/
#headerbar h2 a {font: small-caps bold 28px Georgia, serif;  text-decoration: none;}
#headerbar h3 {font: small-caps bold 16px Georgia, serif;text-decoration: none;}

/*
  feature
*/
.feature {
  border: 2px solid #2280ad;
  float: right;
  font-size: 90%;
  line-height: 1.3em;
  margin: 0 8px;
  padding: 8px;
  width: 143px;
}
.feature h2 {
  text-align: center;
}


/*
  #content
*/
p.pagejump {
  margin-bottom: 2em;
  text-align: center;
}
ul.pagejump {
  list-style-type: square;
  margin-left: 5em;
  margin-bottom: 2em;
}

h2.name em, h2.name i {
  font-size: medium;
}

.backtotop {
  clear: both;
  text-align: center;
}

.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}

img.center, div.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.left, div.left {
  float: left;
  margin: .1em 6px 0 0;
}
img.right, div.right {
  float: right;
  margin: -.1em 0 0 6px;
}


/*
  #footer
*/
#nameandaddress {
  font: 10px/1.2 Verdana, sans-serif;
  text-align: right;
}
#nameandaddress p {
  font-size: 11px;
}
#hcfooter {
  font-size: 9px;
  text-align: right;
}

/*
  Custom declarations
*/
table.hours {
  margin-left: 5em;
}
table.hours td, table.hours th {
  padding: 6px;
  text-align: center;
}

div.cv_list {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: black;
  width: 560px;
}

.cv_list {

}

.cv_list > ul {
   display: block;
   border-top-width: 1px;
   border-top-style: dotted;
   border-top-color: black;
}

.cv_list > ul > li {
   list-style: none;
   display: inline-block;
   padding-top: 20px;
   
}

.cv_list > ul > li > div.logo {
   display:inline-block;
   width: 300px;
   padding-left: 20px;
   padding-right: 0px;
   text-align: center;
   vertical-align: middle;
}

.cv_list > ul > li > div.logo > img {
   display: inline;
   padding 0px;
   margin 0px;
}

.cv_list > ul > li > div.blurb {
   display:inline-block;
   width: 150px;
   margin-top: 20px;
   padding-left: 30px;
   padding-right: 30px;
   padding-top: 10px;
   vertical-align: top;
   text-align: left;
   float: right;
  top: -80px;
  position: relative;
}


#books > div {
  vertical-align: top;
  display: inline-block;
  width: 150px;
  margin-left: 45px;
}
