/************************************************
 *	OVERWRITING STYLES			*
 ************************************************/

#content h3 {
    font-size: 14px;
    border: 0;
}

/************************************************
 *	WP-SYNTAX				*
 ************************************************/

.wp_syntax {
    color: #100;
    background-color: #f9f9f9;
    border: 1px solid silver;
    margin: 0em 0 1.2em 0;
    overflow: auto;
}

/* IE FIX */
.wp_syntax {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
    width: 100%;
}

.wp_syntax table {
    border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
    vertical-align: top;
    padding: 8px;
}

.wp_syntax .line_numbers {
    text-align: right;
    background-color: #def;
    color: gray;
    overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
    margin: 0;
    width: auto;
    float: none;
    clear: none;
    overflow: visible;
}

/************************************************
 *	RESOURCE LIST				*
 ************************************************/

div.resource-list {
    padding-bottom: 2em;
}

div.resource-list dt {
    margin: 2ex 0 1ex 0;
    clear: left;
    font-weight: bold;
}

div.resource-list dt img {
    float: left;
    margin: 0 1.5em 2.3ex 0;
    position: relative;
    border: 0px;
}

div.resource-list dd {
    margin: -0.5ex 0 2ex 1.5em; 
}

/************************************************
 *	Twitter Status				*
 ************************************************/

#sidebar ul li a.twitter-link {
    /* wiping all of the link attributes away so it will look like a normal h2 */
    background: none;
    padding: none;
    border: none;
}

#sidebar ul li h2 a.twitter-link, #sidebar ul li h2 a.twitter-link:visited {
    color: #be0c0c;
}

#sidebar ul li h2 a.twitter-link:hover {
    text-decoration: underline;
}

#sidebar ul.twitter li.twitter-item {
    font-size: 10px;
}

#sidebar ul.twitter li a, #sidebar ul.twitter li a:visited {
    display: inline;
    background: none;
    padding: 0px
}

span.twitter-timestamp {
    display: block;
    text-align: right;
    padding-bottom: 4px;
}

/************************************************
 *	POST SPECIFIC STUFF			*
 ************************************************/
table.pushups {
    border: none;
    margin-top: -8px;
    margin-bottom: 14px;
}

table.pushups td {
    padding-right: 8px;
}

/************************************************
 *	MISCELLANEOUS				*
 ************************************************/

#about_content {
    padding-top: 14px;
}

#about_content p {
    line-height: 1.8em;
}

img.display-inline-right, img.inline-right {
    float: right;
    margin: 3px 0px 3px 10px;
}

img.inline-left {
    float: left;
    margin: 3px 10px 3px 0px;
}

img.thumbnail {
    padding: 3px;
    border: 1px solid #CCCCCC;
}

input#subbox {
    width: 155px;
}

#subscribe-button {
    background: #444444;
    color: #FFFFFF;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
    padding: 2px 3px 2px 3px;
    border: 1px solid #444444;
}

