/*  
Theme Name: Nerd
Theme URI: http://newburyportion.com/theme/
Description: 
Version: 3.0
Author: Jeff Watkins
Author URI: http://newburyportion.com

Foo
*/

a
{
    text-decoration: none;
    color: #6f7dc1;
}

b, strong
{
    font-weight: bold;
}

i, em
{
    font-style: italic;
}

.post
{
    margin-bottom: 4em;
}

.post blockquote
{
    margin-left: 2em;
    font-style: italic;
}

.post .postInfo
{
    font-size: 1.2em;    
    line-height: 1.6666em;
}

.post .post-teaser
{
    border-top: 1px solid #1e1b1b;
    font-size: 1em;
    line-height: 2em;
    margin-bottom: 4em;
}

.post h2.title
{
    font-size: 3em;
    line-height: 1.3333em;
    margin-top: 0em;
    margin-bottom: 0em;
}

.post h2.title a
{
    color: inherit;
    *color: black;
    text-decoration: none;
}

.post h2 small
{
    font-size: 0.75em;
    line-height: 2.66em;
}

.post h3
{
    font-size: 2em;
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.post p
{
    font-size: 1.6em;
    line-height: 1.25em;
    margin-bottom: 1.25em;
}

.comment p
{
    font-size: 1.4em;
    line-height: 1.4285em;
    margin-bottom: 1.4285em;
}

.post ol,
.comment ol,
.post ul,
.comment ul
{
    font-size: 1.4em;
    line-height: 1.4285em;
    margin-bottom: 1.4285em;
    margin-left: 3em;
}

.post ol,
.comment ol
{
    list-style: decimal;
}

.post ul,
.comment ul
{
    list-style: disc;
}

/*  Correct for nested font-size increases.
 */
.post ol p,
.comment ol p,
.post ul p,
.comment ul p
{
    font-size: 1em;
    margin-bottom: 0em;
}

.post ol ol, .post ol ul, .post ul ol, .post ul ul
.comment ol ol, .comment ol ul, .comment ul ol, .comment ul ul
{
    font-size: 1em;
}

.post pre,
.comment pre
{
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.buttons
{
    text-align: right;
}

/*  Presumably, these three styles are used somewhere...
 */
.figure
{
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

img.photo
{
    border: 1px solid #444;
    padding: 3px;
}

.figure p
{
    width: 50%;
    margin: auto;
    font-size: 1.1em;
}

/*  @TODO: need these styles
 */
.navigation
{
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 0 9px 0;
    width: 100%;
    display: table;
}

.navigation .previousPost,
.navigation .nextPost
{
    width: 49%;
    display: table-cell;
    vertical-align: middle;
    min-height: 20px;
}

.navigation .previousPost a
{
    display: block;
    padding-left: 24px;
    background-image: url(../images/nav-previous-normal.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

.navigation .previousPost a:hover
{
    background-image: url(../images/nav-previous.gif);
}

.navigation .nextPost a
{
    display: block;
    text-align: right;
    padding-right: 24px;
    background-image: url(../images/nav-next-normal.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.navigation .nextPost a:hover
{
    background-image: url(../images/nav-next.gif);
}

.navigation:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.postFooter
{
}

.relatedPosts
{
}

.relatedPosts:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.relatedPosts ul
{
}

.relatedPosts li
{
    width: 49%;
    float: left;
}
    
/*  Comment Form
    @TODO: clean these up...
 */
 
#commentForm
{
    padding-top: 2em;
    margin-bottom: 2em;
}

#commentForm .buttons
{
    margin-bottom: 1em;
}

#commentForm p
{
    font-size: 1.1em;
}

#commentText
{
    width: 100%;
}

.comments h3
{
    margin-bottom: 1em;
}

.comment
{
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
    margin-left: -10px;
    border-left: 5px solid #2a2727;
    padding-left: 5px;
}

.alternate
{
    border-left: 5px solid #413f3f;
}

.author
{
    border-left: 5px solid #252533;
}

.commentHeader cite
{
    font-size: 1.2em;
    line-height: 1.67;
    font-style: normal;
    display: block;
}

.commentHeader abbr
{
    display: block;
}

.commentAuthorInfo
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.commentFieldLabel
{
    width: 8em;
    text-align: right;
}

.commentField
{
    width: 100%;
    font-size: 1.4em;
}

.buttons
{
    text-align: right;
}

.buttons #submit
{
    width: 7em;
}
