

/***** Common Content Formatting *****/

a { color: #105CB6; cursor: pointer; outline: none !important; }
a:visited { color: #105CB6; }
a:hover, a:focus { color: #003; }
a:active { color: #000; }

.simple:link, .simple:visited {
    text-decoration: none;
    color: #666;
    background: none;
}

.new {
    font-weight: bold;
    color: #c00;
    font-size: 11px;
    text-decoration: none;
}

h3 a:visited {
    color: #86b0e1;
}

.more:link, .more:visited {
    color: #666;
    padding-left: 0.5em;
}

img {
    border: none;
}

p {
    line-height: 1.4;
}

ul.compact {
    margin: 0;
    padding-left: 20px;
}

form {
    clear: left;
    margin: 0;
}

h2 {
    margin: 0 0 0.2em 0;
    font-size: 185%;
    letter-spacing: -1px;
    font-weight: normal;
    clear: left;
    color: #4E463F;
}

.user-photo, .user-image {
    border: 1px solid #ccc;
    vertical-align: middle;
}

h2 .user-photo {
    float: left;
    margin-right: 5px;
}

h2 span, h3 span {
    color: #999;
    white-space: nowrap;
}

h3 {
    margin: 0 0 0.5em 0;
    font: normal 135%/1 arial,sans-serif;
    letter-spacing: -0.03em;
    clear: left;
    color: #4E463F;
}

h3 a {
    text-decoration: none;
    background: url(/img/link-line.gif) repeat-x 0 95%;
} /*IE6, IE7*/

h3 a.simple {
    background-image: url(/img/tab-line.gif);
}

h4 {
    clear: left;
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0.2em;
    color: #999;
}

.first {
    margin-top: 0 !important;
}

