/*
Theme Name: DSD
Theme URI: http://davidsd.org/
Description: Custom Theme for davidsd.org
Version: 3.5
Author: David Simmons-Duffin
Author URI: http://davidsd.org/
 
Contents:
- setup
- layout
- specialized
- posts+pages
 
*/
 
/* === setup ================================================================ */
 
* {  margin: 0; padding: 0; }
fieldset { border: none; }
 
a       { color: #3467a0; text-decoration: none;      }
a:hover { color: #205088; text-decoration: underline; }
 
h1,h2,h3,h4,h5 { font-weight: normal; }
 
sup { font-size: .8em;  vertical-align: super;    line-height: 0; }
sub { font-size: .8em;  vertical-align: baseline; line-height: 0; }

p { margin-bottom: 11px; }
 
hr { 
    border: none;
    border-top: 1px solid #ddd;
    margin-left: 30px;
    margin-right: 20px;
    background: #fff;
    clear: both;
}
 
.hide  { display: none; }
.clear { clear: both;   }
 
/* === type ================================================================ */

@font-face { 
        font-family: "JaneAusten";
        src: url("janeaust.eot");
        src: local("JaneAusten"),  url("type/janeaust.woff") format("woff"),
             url("type/janeaust.ttf") format("truetype"),
             url("type/janeaust.svg#JaneAusten") format("svg");
}

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 */
/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     FontSite Inc.
 * @licenseurl: http://www.fontspring.com/fflicense/fontsite
 *
 *
 */

@font-face {
    font-family: "FranklinGothicFSCondensed-1";
    src: url("type/FranklinGothic-Cd.eot");
    src: local("Franklin Gothic FS Condensed"), local("FranklinGothicFS-Cd"),
         url("type/FranklinGothic-Cd_font1.woff") format("woff"),
         url("type/FranklinGothic-Cd_font1.ttf") format("truetype"),
         url("type/FranklinGothic-Cd.svg#FranklinGothicFS-Cd") format("svg");
}

@font-face {
    font-family: "FranklinGothicFSCondensed-2";
    src: url(//:) format("no404"),
         url("type/FranklinGothic-Cd_font2.woff") format("woff"),
         url("type/FranklinGothic-Cd_font2.ttf") format("truetype");
}

.amp { 
   font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
   font-size: 110%;
   font-style: italic;
}

/* === layout =============================================================== */
 
html { background: #c4def5 url("img/math.jpg") repeat-y 902px 0px; }

body{
    font: 12px "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
    color: #303030;
    width: 900px;
    text-align: left;
    background-color: #fff;
    border-top: 2px solid #c30;
    border-right: 2px solid #c30;
}

body>header {
    display: block;
    width: 881px;
    background: url("img/feyn-sprites.gif") 165px 22px no-repeat;
    margin-bottom: 32px;
}
 
body>header.about   { background-position: 165px -190px; }
body>header.amused  { background-position: 165px -614px; }
body>header.physics { background-position: 165px -826px; }
body>header.theorem { background-position: 165px -402px; }
 
body>header h1 {
    font-family: "FranklinGothicFSCondensed-1", "FranklinGothicFSCondensed-2", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 4.2em;
    padding: 1.3em 0 8px 10px;
    margin: 0 0 0 20px;
    border-bottom: 1px solid #ddd;
}
body>header h1 a { color: #404040; }
body>header h1 a:hover { color: #000; text-decoration: none; }
 
body>header nav ul { 
    float: left;
    background-color: #000;
    list-style-type: none;
    width: 881px;
}
body>header nav li { float: left; }
body>header nav li a { 
    float: left;
    padding: 8px;
    padding-top: 11px;
    margin: 0 8px;
    font-family: "FranklinGothicFSCondensed-1", "FranklinGothicFSCondensed-2", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}
body>header nav li a:hover { 
    text-decoration: none;
    background-color: #920;
    color:#fff;
}
body>header nav li a[rel=tag]:hover,
body>header nav li a[rel=tag] { 
    background-color: #c30;
    color: #fff;
}

body>header nav #rss { 
    float: right;
    margin-right: 12px;
}
body>header nav #rss a {
    padding: 0;
    margin: 9px 0 0 0;
    width: 18px;
    height: 18px;
    background: url("img/rss.gif") 0px center no-repeat;
    text-indent: -999px;
}
body>header nav #rss a:hover { background-position: -18px center; }
 
#main {
    width: 520px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 1.6em;
    text-align: left;
    float: right;
    margin: 0 129px 25px 0;
}
 
article {
    display: block;
    margin-bottom: 25px;
}
 
article:after { 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
article header dl { 
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    overflow: hidden;
    padding-top: 2px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
    padding-bottom: 0;
    line-height: 21px;
}
article header dt { 
    float: left;
    padding-left: 0;
}
article header dd { float: right; }
article header dd a { 
    background: url(img/speechbubble.gif) 0 0 no-repeat;
    padding-left: 23px;
    padding-bottom: 2px;
}
article header dt+dt a { 
    margin-left: 7px;
    padding-left: 8px;
    border-left: 1px solid #aaa;
}
  
article header h2 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 13px;
}
article header h2 a { color: #444; }
article header h2 a:hover { 
    color: #111;
    text-decoration: none;
}
article header h2 time { 
    font-style: italic;
    font-size: 20px;
    color: #888;
    line-height: 0;
}
article header h2 time:before { 
    content: "\2014\00a0";
}

article h3 {
    font-family: "FranklinGothicFSCondensed-1", "FranklinGothicFSCondensed-2", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 20px;
    margin-top: 13px;
    margin-bottom: 9px;
    line-height: 22px;
    color: #920;
}
 
article h4 { 
    font-size: 18px;
    font-variant: small-caps;
    letter-spacing: 2px;
    line-height: 18px;
    margin-bottom: 15px;
}
 
article h5 { 
    font-size: 12px;
    font-style: italic;
    color: #666;
}
 
article .lead {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 13px;
    color: #920;
}
article .lead a { 
    border-bottom: 1px dotted #610;
    color: #610;
}
article .lead a:hover { 
    text-decoration: none;
    border-bottom: 1px solid #310;
    color: #310;
}
 
article img {
    padding: 1px;
    display: inline;
    background: #cccccc;
    color: #303030;
    border: 2px solid #f0f0f0;
}
article img.noborder { padding: 0; border: none; }
article .aligncenter { display: block; text-align: center; margin: 15px auto; }
article .alignright  { float: right; margin: 3px 0 5px 15px; }
article .alignleft   { float: left;  margin: 3px 15px 5px 0; }

article ol,
article ul { 
    margin-left: 25px;
    margin-bottom: 11px;
}
article blockquote:first-child { margin-top: 10px; }
 
article .wp-caption-text {
    font-family: "Georgia", "Times New Roman", Times, serif;
    line-height: 1.2em;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #666;
    margin-top: 0px;
    padding-left: 10%;
    padding-right: 10%;
}
 
article .footnotes {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
    list-style-type: decimal;
    margin-left: 0;
    color: #666;
    font-size: 11px;
    line-height: 18px;
}

.minipost header dl { margin-bottom: 12px; }
.minipost h2 { margin-bottom: 9px; }

#comments blockquote,
article blockquote { 
    font-style: italic;
    color: #777;
}
#comments blockquote:before,
article blockquote:before,
.rightquote:after { 
    line-height: 0;
    font-size: 4.2em;
    color: #ddd;
}
#comments blockquote:before,
article blockquote:before { 
    content: "\201C";
    float: left;
    margin-left: -30px;
    margin-top: 24px;
}
.rightquote { position: relative; }
.rightquote:after { 
    content: "\201D";
    position: absolute;
    top: 26px;
    right: -24px;
}

.footnotes li { margin-bottom: 9px; }

#comments {
    margin-left: 30px;
    margin-top: 40px;
}
#comments h3 { 
    font-family: "FranklinGothicFSCondensed-1", "FranklinGothicFSCondensed-2", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 20px;
    color: #920;
    margin-bottom: 15px;
}
#comments h3 span {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #333;
}
 
#comments ol {
    list-style-type: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 20px;
}
#comments ol li { float: left; }
#comments ol dd,
#comments ol dt { 
    float: left;
    line-height: 1.6em;
    padding: 10px;
}
#comments ol dt { 
    font-size: 15px;
    width: 176px;
    border-top: 2px solid #666;
    font-weight: normal;
    line-height: 22px;
    padding-left: 24px;
    background: url("img/speechbubble.gif") 0px 13px no-repeat;
}
#comments ol dl.bypostauthor dt { border-top: 2px solid #a20; }
#comments ol dt cite { font-style: normal; }
#comments ol dt span {
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    line-height: 22px;
    margin-top: 1px;
}
#comments ol dt strong { font-weight: normal; }
#comments ol dt span a { color: #666; }
 
#comments ol dd { border-top: 2px solid #ccc; }
#comments ol dd.message { width: 520px; }
#comments ol dd { width: 80px; }
#comments ol dd .avatar {
    float: right;
    margin-right: 12px;
    padding: 0;
    background: none;
    border: 1px solid #ccc;
}
 
form#commentform p textarea#comment { width: 450px; }
form#commentform p { margin-bottom: 5px; }
form#searchform input#s { width: 170px; }
form#searchform input {
    border-style: none none dotted;
    border-color: #ccc;
    padding-bottom: 3px;
    font-size: 12px;
    color: #888;
}

#sidebar { 
    float: left;
    width: 170px;
    padding-right: 29px;
    margin: 3px 10px 40px 30px;
    border-right: 1px dotted #ccc;
}
#sidebar a:hover { color: #104078; }
#sidebar h1 { 
    border-bottom: 1px dotted #ccc;
    padding: 3px 3px 4px 11px;
    margin: 0 0 12px -10px;
    width: 196px;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#sidebar ul { list-style-type: none; }
#sidebar ul ul,
#sidebar ul p { 
    padding-top: 3px;
    font-size: 12px;
    margin-bottom: 12px;
}
#sidebar ul ul { padding-top: 3px; }
#sidebar ul p { line-height: 22px; }
#sidebar li h2 { 
    color: #333;
    font-family: "JaneAusten", "FranklinGothicFSCondensed-1", "FranklinGothicFSCondensed-2", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 7px;
}
#sidebar li a { text-decoration: none; }
#sidebar li li a { 
    display: block;
    padding-bottom: 4px;
    padding-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px;
    border-bottom: 1px dotted #ccc;
}
 
#sidebar li#postnav { 
    margin-bottom: 12px;
    margin-top: 3px;
    padding-bottom: 3px;
    overflow: hidden;
}
#sidebar li#postnav span { 
    float: left;
    margin-right: 6px;
}
#sidebar li#postnav span a { 
    width: 40px;
    height: 15px;
    text-indent: -9999px;
    display: block;
    background: url(img/arrows.gif) 0 0 no-repeat;
}
#sidebar li#postnav #prev a {       background-position: 0     -15px; }
#sidebar li#postnav #prev a:hover { background-position: 0     0; }
#sidebar li#postnav #next a {       background-position: -42px -15px; }
#sidebar li#postnav #next a:hover { background-position: -42px 0; }
 
#sidebar li p span i { display: inline; font-style: normal; }
#sidebar li p i { display: none; } /* spam obfuscation */

footer {
    display: block;
    clear: both;
    margin-top: 60px;
    line-height: 1.5em;
    color: #777;
    font-size: 0.9em;
    overflow: hidden;
    background: #000;
    width: 900px;
    padding: 0px;
    border-top: 2px solid #c30;
}
footer a       { color: #579; }
footer a:hover { color: #8ac; text-decoration: none; }
footer ul { 
    list-style-type: none;
    float: left;
}

footer h2 {
    font: normal 16px "FranklinGothicFSCondensed-1", "FranklinGothicFSCondensed-2", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
footer p { 
    margin-bottom: 10px;
}
 
footer ul li.archives,
footer ul li.categories,
footer ul li.copyright {
    float: left;
    height: 160px;
    padding: 30px 0px 0 30px;
    border-left: 1px dotted #333;
}
footer ul li.copyright { 
    width: 410px;
    border: none;
}
 
footer ul li.archives { width: 130px; }
footer ul li.categories { width: 240px; }
footer ul li.categories ul li { 
    float: left;
    width: 115px;
}

footer ul li.archives dd { 
    margin: 0 2px;
    padding-left: 35px;
}
footer ul li.archives dt {
    width: 35px;
    float: left;
}

footer a[href="http://wordpress.org"] { 
    font-variant: small-caps;
    font-size: 1.1em;
}
 
footer #photostream { 
    padding: 30px 0 30px 30px;
    border-top: 1px dotted #333;
    width: 870px;
    float: left;
}
footer #photostream ul li { 
    float: left;
    margin-right: 12px;
}
footer #photostream ul li img { width: 150px; height: 128px; }
footer #photostream ul li a img { border: 4px solid #333; }
footer #photostream ul li a:hover img { border: 4px solid #666; }
 
/* === specialized ========================================================== */


.button { 
    display: inline-block;
    zoom: 1; / * zoom and *display = ie7 hack for display:inline-block * /
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
    padding: .45em 1.8em .45em;
    text-shadow: 0 1px 2px rgba(255,255,255,.5);
    -webkit-border-radius: 1.5em; 
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #444;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top,  #fff,  #ededed);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.button:hover { 
    text-decoration: none;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.button:active { 
    color: #999;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
    background: -moz-linear-gradient(top,  #ededed,  #fff);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.youtube,
.vimeo { 
    margin: 13px auto;
    margin-bottom: 0px;
    display: block;
    text-align: center;
}
 
#content .audioplayer_container { margin-bottom: 14px; }
 
.syntaxhighlighter .lines { font-size: 12px!important; }
html body #main .syntaxhighlighter * { 
    font-family: "Menlo", "Courier New", Courier, monospaced!important;
}
html body #main .syntaxhighlighter .line.alt2 { 
    background-color: white!important;
}
html body #main .syntaxhighlighter { 
    border: none!important;
    border-left: 2px solid #ddd!important;
}
html body #main .syntaxhighlighter .plain,
html body #main .syntaxhighlighter .plain a { 
    color: #555!important;
}
html body #main .syntaxhighlighter {
}
 
.centermath { 
    text-align: center;
    margin-bottom: 10px;
}
 
.wp-pagenavi { margin-bottom: 20px; }
.wp-pagenavi span,
.wp-pagenavi a { 
    border-bottom: 1px solid #aaa;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current { 
    background-color: #eee;
    border-bottom-color: #bbb;
}
.wp-pagenavi span.pages,
.wp-pagenavi span.extend { 
    font-style: italic;
    font-size: 12px;
    text-transform: lowercase;
    color: #888;
    border: none;
}
.wp-pagenavi span.pages {  margin-right: 5px; }
.wp-pagenavi span.current {  color: #444; }
blockquote+.wp-pagenavi { margin-top: 20px; }
 
#wpstats{ display: none; }
 
article .latex { 
    border: none;
    padding: 0;
    vertical-align: middle;
}
 
#main .visualizeus-thumbs { 
    overflow: hidden;
    list-style-type: none;
    width: 654px;
    margin-bottom: 10px;
}
#main .visualizeus-thumbs li { 
    float: left;
    margin-right: 4px;
}
#main .visualizeus-thumbs li img { 
    width: 207px;
    height: 177px;
}
 
.linkgallery { 
    width: 495px;
    margin: 0 auto;
}
.linkgallery .wp-caption { 
    float: left;
    overflow: hidden;
    margin-right: 4px;
    width: 156px;
    height: 220px;
}
.linkgallery .wp-caption a img { border-width: 2px; }
.linkgallery .wp-caption:hover a { text-decoration: underline; }
.linkgallery .wp-caption:hover img {
    background: #aaa;
    border: 2px solid #d6d6d6;
}
 
.flickr-gallery { 
    width: 480px;
    margin: 15px auto;
    overflow: hidden;
}
.flickr-thumb { 
    float: left;
    padding: 0;
    margin: 0;
    border: none;
}
.flickr-thumb a { 
    display: block;
    width: 75px;
    height: 75px;
    border: 1px solid #ccc;
    margin: 1px;
}
.flickr-thumb a:hover { 
    border: 1px solid #c30;
}
 
/* === sociable ========================================================== */
 
.sociable { 
    margin: 11px 0;
    line-height: 22px;
}
 
.sociable ul {
    margin: 0;
    height: 16px;
    display: inline-block;
}
.sociable ul li {
    list-style-type: none;
    float: left;	
    margin-top: 2px;
    margin-left: 3px;
    padding: 1px;
}
 
.sociable ul li a {
    display: block;
    opacity: .4;
    moz-opacity: .4;
    filter: alpha(opacity=40);
}
.sociable ul li a:hover {
    opacity: 1;
    moz-opacity: 1;
    filter: alpha(opacity=100);
}
.sociable img { 
    border: none!important;
    padding: 0!important;
}
 
.sociable .sociable_tagline { 
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #666;
    display: inline;
}
 
 
/* === posts+pages ========================================================== */

/* --- Honda Needs a Tune Up ---------------------- */

#post-12 #william-tell-melody { 
    background: url(/wp-content/uploads/2008/12/tell.png) -10px 0 no-repeat;
    overflow: hidden !important;
    margin-left: -251px !important;
    margin-bottom: -5px !important;
    width: 160px;
    text-align: left;
    padding: 270px 705px 0 35px !important;
}

#main #post-12 #attachment_2034,
#main #post-12 #attachment_2035 { 
    margin: 30px auto;
}

#main #post-12 #attachment_2039 { 
    margin-left: -4px!important;
}

#post-12 p object.oembed-youtube { 
    height: 310px !important;
    margin: 15px auto;
}

 
/* --- 404 and Photostream ---------- */
body#filenotfound #main { 
    background: url(img/404.gif) 0 50px no-repeat;
    height: 910px;
}
 
body#page-photostream div.pagetitle,
body#filenotfound div.pagetitle { display: none; }
 
/* --- Dangers ---------------------- */
#post-240 .dangers {
    margin: 10px auto;
    position: relative;
    width: 482px;
    height: 465px;
    border: 1px solid black;
    padding: 0;
}
#post-240 .dangers img#top {
    position: absolute;
    top: 0;
    left: 0;
}
#post-240 .dangers img#types {
    position: absolute;
    left: 0;
    top:225px;
}
#post-240 .dangers ul#types { 
    position: absolute;
    left: 0;
    top: 225px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
    font: 12px "Comic Sans MS", sans-serif;
    text-transform: uppercase;
    background-color: white;
    width: 118px;
}
#post-240 .dangers ul#types li { 
    height: 16px;
    margin-bottom: 10px;
}
#post-240 .dangers ul#graph {
    position: absolute;
    background-color: white;
    margin: 0;
    padding: 0;
    width: 364px;
    height: 240px;
    top: 225px;
    left: 118px;
    list-style-type: none;
    padding-left: 0;
}
#post-240 .dangers ul#graph li {
    height: 16px;
    margin-bottom: 10px;
    font: 13px "Comic Sans MS", sans-serif;
    text-transform: uppercase;
}
#post-240 .dangers ul#graph li span.bar{
    display: block;
    float: left;
    background-color: #a43c40;
    border: 1px solid black;
    height: 13px;
    width: 150px;
    margin-top: 2px;
    margin-right: 5px;
}
#post-240 .timestamp { 
    font-size: .9em;
    color: #888;
}
 
/* --- Theorem and Philosophy ------- */
#post-5 h3 { margin-top: 40px; }
#post-5 #loader { display: block; margin-bottom: 20px; }
#post-5 .loading {
    height: 150px;
    width: 490px;
    background: url("/misc/theorem/loading.gif") no-repeat center center;
}
#post-5 #loader img { 
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
#post-525 #loader { margin-bottom: 15px; }
#post-525 #loader .word { 
    display: block;
    font-size: 20px;
    color: #a20;
}
#post-525 #loader .origin { 
    font-family: "Lucida Grande";
    font-style: italic;
    color: #666;
    font-size: .8em;
    display: block;
    margin-bottom: 5px;
}
#post-525 .button { margin-bottom: 20px; }
 
/* --- page: Amused ----------------- */
body#page-amused div.sociable { display: none; }
 
/* --- Stormtrooper Hoodie ---------- */
#post-721 blockquote.ecko-description { margin-right: 260px; }
 
/* --- iPhone photo ----------------- */
#post-629 blockquote { margin-right: 205px; }
 
/* --- YouTube Orchestra ------------ */
#post-773 div.caption-gallery { 
    overflow: hidden;
    margin: 0 auto;
}
#post-773 div.caption-gallery img { 
   height: 346px!important;
    width: 232px!important;
}
#post-773 div.caption-gallery div.wp-caption { 
    width: 240px!important;
    margin-left: 10px!important;
    margin-right: 0!important;
}
 
/* --- Superest 2 ------------------- */
#post-827 div.img-gallery { 
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
#post-827 div.img-gallery img { margin: 0 8px!important; }
 
/* --- NCAA Baracket, Optical Illusion Girlfriend --- */
#post-1141 object,
#post-842 object { 
    display: block;
    margin: 20px auto;
}
 
/* --- ABCs of Skepticism ----------- */
#post-1249 blockquote dt { 
    padding-right: 9px;
    float: left;
    font-size: 24px;
    font-style: normal;
    font-family: "Edwardian Script ITC", "AdineKirnberg", "Snell Roundhand", Georgia, serif;
}
#post-1249 blockquote dd { margin-bottom: 11px; }
#post-1249 blockquote h4 { font-style: normal; }
 
/* --- WP-Typogrify ----------- */
#post-1354 ol { 
    margin-left: 0;
}
 
/* --- Alphabetical Sentences ---------- */
#post-1786 blockquote h4 { 
    font-variant: normal;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}
 
#post-1786 blockquote h5 { 
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}
 
#post-1786 blockquote dt { 
    font-style: italic;
    float: left;
    width: 145px;
}
 
#post-1786 blockquote dd { 
    width: 374px;
    overflow: hidden;
    font-family: Courier;
}
 
#post-1786 blockquote ul { 
    margin-left: 40px;
}
#post-1786 blockquote li { 
    list-style-type: none;
    font-family: Courier;
    margin-left: 0px;
    margin-bottom: 10px;
    text-indent: -40px;
}
 
#post-1786 blockquote:before { content: ""; }
#post-1786 blockquote { 
    background: url(http://davidsd.org/wp-content/uploads/2009/08/dots.jpg) center bottom no-repeat;
    font-style: normal;
    margin: 30px 0;
    padding: 0 0 35px 0;
    color: #333;
}

#post-1786 .asterisk:before { content: "*"; text-indent: -0.5em; margin-left: -0.5em; }

/* --- Nose-Prints ------------ */
.full {
    width: 900px!important;
    padding: 0!important;
    overflow: hidden!important;
    margin-left: -251px!important;
}

#post-1842 blockquote:before { content: ""; }
#post-1842 #alternative-method {
    font-style: normal;
    background: none;
    font-family: "American Typewriter", Courier;
    margin: 0 0 0 0;
    padding: 0;
    color: #333;
}
#post-1842 #alternative-method h4 { 
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
    margin-top: 1.6em;
}
#post-1842 #alternative-method ol { 
    margin-top: 1.6em;
    margin-bottom: 1.6em;
}
#post-1842 #alternative-method li { 
    margin-bottom: 0.8em;
}

#post-1842 #nose-print-fail {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 510px;
    background: url(/wp-content/uploads/2009/08/nose-print-fail-small.jpg) -24px -10px no-repeat;
    margin-top: 25px;
    margin-bottom: 25px;
}
#post-1842 #nose-print-fail pre { display: none; }

#post-1842 #sidenose { 
    background: url(/wp-content/uploads/2009/08/sidenose.jpg) right top no-repeat;
    height: 175px;
    margin-bottom: -55px;
    margin-top: -20px;
}



