/* @override http://flux/themes/ebi/css/main.css */

#custom-doc {
    width: 80em;
}

body {
    font-size: 0.95em;
    font-family:monospace;
}

strong {
	font-weight:bold;
}

a {
    text-decoration: none;
    color: grey;
}

a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { font-weight:bold; }
h1 { font-size:2em; }
h2 { font-size:1.4em; }
h3 { font-size:1.2em; }
h3 { font-size:1.1em; }
em { font-style:italic; }
input, textarea { border: 1px solid; padding:2pt; }
input.formbutton { width:76pt; }
p { margin: 0.5em 0 1em 0; }
td { padding: 2pt; }

pre {
    display:block;
    margin: 1em 0 1em 1em;
    padding:0.5em;
    background-color: #eee;
    border: 1px dashed grey;
    overflow:auto;
}

#hd {
    padding:12px 186px;
    border-bottom:1px dashed;
}

#ft {
    padding: 0.8em 0;
    border-top:1px dashed;
    text-align:right;
}

#bd h1, #bd h2, #bd h3, #subnav {
    margin: 0.8em 0 0 0;
}

.right {
    float:right;
}

/* START BLOG */
#content {
    border-left: 1px dashed;
    border-right: 1px dashed;
    overflow:hidden;
    padding:0 0.8em;
}

#content h1, #content h2 {
    border-bottom:1px dashed;
}

.entry {
    margin-bottom:3em;
}

.post_meta_data { 
    font-size: 0.8em;
    margin-bottom:0.8em;
}

.post_tags, .post_related_entries, .post_links {
    margin-top:0.82em;
    font-size:0.82em;
    text-align:right;
}

.post_content {
    margin-top:0.5em;
}

/* START DELICIOUS */
.delicious li {
    margin-bottom:0.5em;
    line-height:1em;
    max-height:2em;
    overflow:hidden;
}

.delicious span {
    display:block;
    float:left;
}


.delicious a {
    display:block;
    margin-left:1em;
}
/* END DELICIOUS */


/* END BLOG*/

#livesearch, #nabazMessage {
    width:100%;
}

#nabazWidgedSpamtrap, .formurl {
    display:none;
}
