* {
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Lucida, sans-serif !important;
color: #333;
}

time, footer.entry-footer {
    display: block;
    margin-bottom: 1.25em;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    padding: .5em 0;
}

footer.entry-footer {
    margin-bottom: 5em;
}

a {
    text-decoration: none;
    color: #750000;
}

a:hover {
    color: #ddd;
}

.entry {
    margin-bottom: 4em;
}

.entry p {
    line-height: 1.7em;
}

h1 {
    text-align: center;
}


div.post-comment {
    padding: 2em;
    border: 1px dashed #ddd;
}

div.post-comment label {
    font-weight: normal;
    display: block;
    float: left;
    width: 100px;
    margin-top: .25em;
}

div.post-comment textarea {
    height: 100px;
}

div.post-comment input[type="text"] {
    width: 200px;
    padding: .25em;
}


div.post-comment label:after {
    content: ':';
}

ul.comments {
    list-style-type: none;
}

ul.comments li .content {
    margin-left: 2em;
}

ul.comments li {
    margin-bottom: 4em;
}

ul.comments li h4 {
    /*
    background-color: #efefef;
    padding: .5em 1em;
    */
    border-bottom: 1px solid #ddd;
    padding: .5em;
}

ul.entry-list {
    list-style-type: none;
    margin: 0;
}

ul.entry-list li {
    display: block;
    width: 100%;
    padding: .75em 0;
    margin-bottom: 2em;
}

header, #content {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

div.entry-body p {
    font-size: 1.1em;
}

ul.liveblog {
    list-style-type: none;
    margin: 0;
}

footer {
    display: block;
    margin-top: 5em;
    text-align: center;
    font-size: .9em;
}
footer a.license {
    text-align: center;
}

/*
footer a.license  { 
    display: block;
    margin-top: 5em;
    text-align: center;
    font-size: .9em;
}
    */
article h1 {
    text-align: center;
    margin-bottom: .75em;
    white-space: nowrap;
}

article h1 a {
    font-family: "Gill Sans", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Lucida, sans-serif !important;
    text-transform: uppercase;
    font-size: .55em;
    letter-spacing: .05em;
}
article h1.talktitle {
    font-size: 1.62em;
    text-transform: uppercase;
}

article.resume h1 {
    font-size: 2.25em;
    margin-bottom: 1.25em;
    text-align: left;
}

article.resume h2 {
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: .25em;
}

article.resume h3 {
    font-size: 1.45em;
    font-weight: normal;
}

article ul {
    margin-left: 5em;
}

article ul.alone-list {
    margin-left: 1.5em;
}

.contact {
    text-align: center;
    font-size: 1em;
}

