table.ccn td {
	border: 1px solid black;
	text-align: center;
}

a[title], abbr, acronym {
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 17px;
	border-bottom: dashed 1px #EDADFX;
}

blockquote, blockquote p {
    color: #666666;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
}
blockquote p:first-child {
    padding-top: 0px;
}

blockquote br {
  clear: both;
}

table.with-borders, table.with-borders td {
  border: 1px black solid;
}

body {
    font-size: 16px;
    line-height: 140%;
}


.span8 h1, .span8 h2 {
    border-bottom: 1px solid black;
}
.span8 h1, .span8 h2, .span8 h3, .span8 h4, .span8 h5, .span8 h6 {
    padding-bottom: 5px;
    font-weight: bold;
    width: 100%;
    display: block;
    margin-bottom: -2px;
    font-size: 18px;
    line-height: 120%;
}

.span8 h1 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 24px;
    font-variant: small-caps;
}

.span8 h2 {
    font-size: 23px;
    line-height: 26px;
    margin-top: 14px;
}

.span8 h1:first-of-type { /* Hack for the title */
    font-size: 42px;
    line-height: 42px;
    border: none;
    border-bottom: 5px double black;
    font-variant: normal;
}

.span8 {
    padding-right: 50px;
    padding-left: 50px;
}

.mini-about-me {
    font-size: 13px;
    line-height: 14px;
}

li {
    line-height: inherit;
}
