#auWiki {
    margin-top : 0;
    position : static; /* to avoid being a container for absolutely-positioned children */
}
#article h1 {
    color : #5a360a;
    font-size : 2em;
    font-weight : bold;
    margin : 1em 0 .3em;
    border : none;
}
#article .subhead h2,
#article .subhead h5 {
    font-family : Georgia,serif;
    font-style : italic;
    font-weight : normal;
}
#article .subhead h2 {
    color : #5a360a;
    font-size : 1.3em;
    padding : 0 0 .3em;
    border-bottom : 1px solid #ddd;
    margin : 0 0 .1em;
}
#article h2 {
    color : #5a360a;
    font-weight : bold;
    border-bottom : 1px solid #ddd;
    border : none;
    margin : 1.2em 0 .3em;
}
#article .subhead h5 {
    font-size : 1em;
    padding : 0;
    margin : .4em 0 1.2em;
}
#article {
    font-size : 1.2em;
}
#article a {
    color : #00c;
}
p.key {
    color : #000;
    font-family : sans-serif; /* XXX */
    font-style : normal; /* XXX */
    font-size : 1.2em;
    padding-left : 0; /* XXX */
    border-left : none; /* XXX */
    margin-top : 0;
}
.social-links {
    margin : 3em -18px 0 0;
    position : absolute;
    top : 10px;
    right : 28px;
}
.social-links a img {
    margin : 0;
}
.author {
    padding-left : 20px;
    background : #fff;
    margin : 1.5em -28px 0 0;
    width : 180px;
    float : right;
    clear : right;
}
.author .inner {
    padding : 10px;
    background : #eee;
    border : 1px solid #ccc;
    border-right : none;
    -webkit-border-top-left-radius : 9px;
    -webkit-border-bottom-left-radius : 9px;
    -moz-border-radius : 9px 0 0 9px;
}
.author .avatar {
    margin : 0;
}
.author .avatar img {
    margin : 0;
}
.author h3 {
    font-size : 1.8em;
    line-height : 1em;
}
#article .author h4 a {
    color : #00c;
    font-size : 1em;
    font-weight : normal;
    border-style : solid;
    border-color : #ffc;
    border : none;
}
#article .author h4 a:hover {
    color : #00c;
    border-color : #00c;
}
