html {
    background: #fff;
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0em;
}

#head {
    font-weight: bold;
    padding: 10px;
    color: #000;
    width: 95%;
}

a, a:hover, a:visited, a:active {
    text-decoration: none;
    color: #000;
}

#sitename, #thing {
    color: #000;
}

#head:hover {
    background: #ddd;
}

#thing {
    font-size: 1.4em;
    float: left;
    margin: -1px 8px 0 0;
}

#extra {
    font-size: 1.2em;
    margin: 0 0 0 35px;
    color: #333;
}

body {
	margin-left: 1.6em;
	margin-top: 1.8em;	
	margin-bottom: 1em;	
	margin-right: 1em;	
	line-height: 1.4em;
	font-size: .9em;
}

#content {
    width: 99%;
}

.segment {
    margin: 10px;
}

#menu {
    float: left;
    width: 110px;
}

#menu ul {
    margin: 0;
    padding: 0 0 0 24px;
    list-style-type: none;
    color: #666;
    font-weight: bold;
}

#menu a {
    color: #666;
}

.selected a, .selected {
    color: #000 !important;
}

li.sep {
    font-size: 0.75em;
    padding: 8px 0 0 10px;
    height: 30px;
}

li.sep:hover {
    background: #fff !important;
}

#menu ul li:hover {
    background: #ddd;
}

#middle {
    float: left;
    width: 130px;
    color: #fff;
}

#middle h3 {
    color: #666;
    font-size: 0.85em;
    margin: 3px 0 0 0;
    border-bottom: 1px solid #ece4ea;
    width: 85%;
}

#middle ul {
    list-style-type: none;
    margin: 0;
    padding: 4px;
    color: #666;
    font-size: 0.9em;
}

#master {
    margin: 20px 50px 0 290px;
    padding-top: 4px;
}

#master .entry {
    margin-bottom: 10px;
}

.entry h2 {
    font-size: 1.1em;
    text-indent: 0;
    margin-top: 8px;
    margin-bottom: 4px;
}

.entry h2:hover {
    background: #ddd;
}

#master .entry .content {
    /*padding: 5px; */
}

#master .entry .content p {

}

#master .entry .info {
    font-size: 0.75em;
}

.blog-more {
    font-size: 0.85em;
}

a.nob {
    border: 0 !important;
}

#post-nav {
    font-size: 0.8em;
    padding-top: 5px;
    padding-bottom: 15px;
}

p a, .content * a, .author-info a, #post-nav a {
    border-bottom: 1px solid #999;
}

.entry .trail {
    font-size: 0.8em;
    color: #666;
    margin-bottom: 12px;
}

#disclaimer {
    position: fixed;
    left: 65px;
    bottom: 10px;
    font-size: 0.75em;
    color: #666;
    text-align: center;
    line-height: 1em;
    padding: 4px;
}

#disclaimer:hover {
    background: #ddd;
}

.huge {
    font-size: 3.5em;
}

/* header stuff */
img.himg {
    float: right;
}

.list {
    display: block;
    padding-left: 10px;
    margin-bottom: 3px;
}

.list a:hover {
    background: #ddd;
}

.list:before {
    content: "⚬";
}

.list .note:before {
    content: "⤷";
    font-size: 0.85em;
}

.list p.note {
    margin: 3px 0 10px 2px;
    font-style: italic;
    font-size: 0.85em;
    width: 400px;
}

/* honeypot */
#hp {
    text-indent: -10000em;
    display:/**/none/**/;
    width: 0;
    float: left;
}

/* <p> forms */
form.pform label {
    display: block;
    text-transform: lowercase;
}

.pform label[for='id_notify_me'] {
    display: inline !important;
}

/* flickr */
.photos {
    width: 100%;
}

.flickr-image {
    float: left;
    width: 33%;
}

p.flickr-extra {
    color: #666;
    font-size: 0.8em;
    text-align: center;
}

.flickr-image img {
    text-align: center;
    padding: 2px;
    border: 1px solid #ddd;    
}

/* seperator */
.dsep {
    border-bottom: 1px solid #ece4ea;
    color: #fff;
    margin-bottom: 35px;
}

.dsepbig {
    padding: 12px;
    height: 15px;
    color: #ddd;
    border: 0 !important;
}

/* huge quotes */
.blogquote {
}

blockquote {
    margin: 10px 0 0 0px;
    margin-left: 4px solid #ddd;
}

.hq {
    width: 350px;
}

.blogquote p.quote-author {
    margin: 4px 0 15px 20px;
    font-size: 0.85em;
    font-style: italic;
}

.search {
    float: right;
    margin-right: 8px;
}

.blog-link {

}

.blog-link p {
    margin-bottom: 5px;
}

.blog-link a.via {
    font-size: 0.85em;
    margin-top: 6px;
    margin-left: 20px;
    color: #666;
}

.blog-link a:hover {
    background: #ddd;
}

/* search */
.search-result {
    width: 47%;
    float: left;
    padding: 8px;
    margin: 4px;
}

.search-result:hover {
    background: #ddd;
}

.smallimg {
    width: 100px;
    padding: 2px;
    border: 1px solid #ece4ea;
    float: left;
}

p.image-desc {
    padding: 0 0 0 10px;
    float: left;
}

/* anti-spam email display */
#em:after {
    content: "@noehr.org";
}

/* comments */
div.author-info {
    border-left: 4px solid #ece4ea;
    font-size: 0.9em;
    margin-left: 8px;
    padding-left: 13px;
}

#id_content {
    width: 400px;
    height: 150px;
}

#site-title {
    padding:0 0 0 4px;
    font-size:larger;
    font-weight:bold;
}