/**
 * Hide a bunch of crap that has no meaning on paper
 */
#menubar, #sidebar, #searchform, 
#tagline, #photos, .meta.sdoor, 
#counters, .tagbox, .postmetadata, 
.bloggrevyenBadge, .navigation,
#respond, #commentform 
{
    display:none !IMPORTANT;
}

/**
 * //the// nice thing that came out of redmond... the
 * Trebuchet MS font is nice for headlines
 */
h1,h2,h3,h4,h5,h6{
    font-family: "Trebuchet MS", sans-serif;
}

/**
 * Links in headers should not be colorized or underlined
 */
h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration:none;
    color:#000;
}

/**
 * The way wordpress does floating images... (right)
 */
.alignright {
    float:right;
}

/**
 * The way wordpress does floating images... (left)
 */
.alignleft {
    float:left;
}

/**
 * The way wordpress does centered images...
 */
.aligncenter {
    display:block;
    margin:auto;
}

/**
 * Seriously, who thought it was a god idea to have 2px colored borders
 * on all linked images? - lets remove it
 */
img {
    border:0;
}

/**
 * Put all comments on a seperate page
 */
#comments {
    page-break-before:always;
}
#ie-warning {
display:none;
}
.post-edit-link {
display:none;
}
