/* Better Defaults: 
  Some global changes to make everything more me. */

body {
  padding-top: 60px;
  padding-bottom: 40px;
}

h1 { font-weight: 300; } /* I like a lighter title style. Bold headers seem overpowering. */
h2 { font-weight: 300; }
h3 { font-weight: 300; }
h4 { font-weight: 300; }

.unstyled li {
  margin-left: 0.5em; /* Unstyled is a little too unstyled for me. Add a two-space indent. */
}

/* vspace:
  Sometimes I need a little vertical room between things. This is a simple fix. */
.vspace {
  height:10px;
}

/* Fancy-Title:
  Sometimes I want a section title that is accompanied by an icon. This makes that work.
  Thanks to the bootstrap site's "marketing" styles. */

.fancy {
  display: block; /* Don't let anything else sneak on to the fancy title's line. */
  margin-bottom: 5px;
}

.fancy img {
  float: left; /* The image and the title should be on the same line. */
  margin: 0 0.5em 0 0; /* Give two spaces of horizontal padding between the image and title. */
  height: 32px; /* Resize the image to icon size. */
  width: auto; /* Keep the proportions the same. */
}

.fancy h3 {
  line-height: 32px; /* Match the resized image's dimensions. */
  vertical-align: middle;
}

/* hCard:
  I have an embedded hCard in the "Contact Me" page. This styles it nicely.
*/

.hcard {
  border-style: solid;
  border-width: 1px;
  border-color: #c0c0c0;
}

.hcard li {
  margin: 0 0 0 5px; /* Unstyled is a little too unstyled for me. Add a two-space indent. */
}

.hcard td {
  padding: 15px;
}

.hcard td {
  vertical-align: top;
}

.hcard .logo {
  height: 80px;
  width: auto;
}

.hcard .photo {
  display: none;
}

.hcard .fn {
  color: #AC3F40;
  font-weight: bold;
  font-size: large;
}

.hcard .organization-unit {
  text-transform: uppercase;
  color: grey;
  margin-top: 1em;
}

.hcard .org .organization-name {
  text-transform: uppercase;
  color: black;
  margin-bottom: 1em;
}

.hcard .adr  {
  margin-top: 1em;
}

.hcard .adr .type {
  display: none;
}

/* bib
  For my searchable CV, I'd like the format of my paper list to emphasize the important fields and de-emphasize the less important ones. */

.bib {
  color: gray;
}

.bib .address {
}

.bib .authors {
}

.bib .authors .me {
  color: black;
}

.bib .title {
  color: black;
  font-style: italic;
}

.bib .booktitle {
}

.bib .howpublished {
}

.bib .journal {
}

.bib .month {
}

.bib .number {
}

.bib .publisher {
}

.bib .volume {
}

.bib .year {
}

.bib .btn-group {
  float: right;
  margin-left: 10px;
}
