/*
 *  joel-wp.css
 *  Joel Lopes Da Silva
 *
 *  Created by Joel Lopes Da Silva on 9/2/10.
 *  Copyright 2008-2010 Joel Lopes Da Silva. All rights reserved.
 *
 */

/*---------------------------------------------------------
 * Tweaks for the Wordpress blog
 *---------------------------------------------------------
 */

.navigation {
    margin-bottom: 0;
}

#footer {
    padding-top: 15px;
    padding-bottom: 0;
}

.post img.alignnone {
    float: none;
}

.post img.alignleft {
    float: left;
}

.post ul.no-list-marker li {
    background: none;
}

.post img.no-margin {
    margin: 0;
}

blockquote p {
    min-height: 26px;
}

.contentjumpcontainer {
    font-weight: bold;
}

.contentjumpcontainer :link, .contentjumpcontainer :visited {
    text-decoration: none;
}

.contentjumpcontainer .contentjumpnumber, 
.contentjumpcontainer .contentjumplink {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.contentjumpcontainer .contentjumpnumber {
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.contentjumpcontainer .contentjumplink {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

.contentjumpcontainer span.contentjumpnumber {
    background-color: #999;
    color: #eee;
}



/*---------------------------------------------------------
 * Tweaks for the reCAPTCHA elements
 *---------------------------------------------------------
 */

#commentform #recaptcha_widget_div {
    float: right;
    width: 77%;
    margin-bottom: 5px;
}

#commentform .recaptchatable #recaptcha_response_field {
    position: static !important;
}

#commentform .recaptcha-error {
    float: right;
    width: 77%;
}


/*---------------------------------------------------------
 * Additional styles
 *---------------------------------------------------------
 */

.joelquoteauthor {
    text-align: right;
   font-weight: bold;
}

.joelfilequotetitle {
    font-weight: bold;
}

.joelcode, .joelpath {
    font-family: Monaco, 'Lucida Console', monospace;
}

h2 span.joelcode {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    border: 0;
    color: #ea7521;
    font-size: 21px;
    font-weight: normal;
    line-height: 30px;
}

.joelpostupdate {
    font-weight: bold;
}

.joelpostupdate-date {
    font-style: italic;
}

.joeleverythingcentered {
    margin-left: auto;
    margin-right: auto;
}

table.joeleverythingcentered th, table.joeleverythingcentered td {
    text-align: center;
    vertical-align: middle;
}

.joellinks ul.blogroll li {
    padding-top: 4px;
    padding-bottom: 3px;
}


/*---------------------------------------------------------
 * Copyright
 *---------------------------------------------------------
 */

#copyrightNotice {
    text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 8pt;
}


/*---------------------------------------------------------
 * Tweaks for the Files website
 *---------------------------------------------------------
 */

#mainNav.files {
    padding-bottom: 10px;
}

#mainNav.files ul li.first a {
    color: #d6d6d6;
}

#content.files {
    padding-top: 0;
    margin-top: 0;
}

#content.files pre {
    font-size: 9pt;
}

#content.files pre :link, #content.files pre :visited {
    text-decoration: none;
}

#content.files pre :link:hover, #content.files pre :visited:hover {
    text-decoration: underline;
}


