/* Cleaned CSS: */

.ContextualPopup, .icon-browser {
    background: #f6f2e6;
    color: ;
    }

.ContextualPopup a, .icon-browser a { color: ; }
.ContextualPopup a:visited { color: ; }
.ContextualPopup a:hover { color: ; }
.ContextualPopup a:active { color: ; }

img { border: none; }

hr {
    border: solid 1px #6b6243;
;
    border-top: 0.25em solid;
    margin: 0.5em 10%;
    background-color: transparent;
}

.entry-content hr,
.comment-content hr {
    border: 0.5em solid;
    height: 0.1em;
    border-radius: 0.5em;
    border-left: none;
    border-right: none;
}

body {
    font-family: Verdana, sans-serif; font-size: 0.8em;
    padding: 0;
    background: #f0ece1;
    color: #656155;
background-color: #f0ece1;
border: solid 1px #6b6243;

}

html body {
    margin-left: 0em;
    margin-right: 0em;
}

a { color: #a5a6a1;
 }
a:visited { color: #868982;
 }
a:hover { color: #c2c3bb;
 }
a:active { color: #c2c3bb;
 }

.one-column #content { float: none; }
.two-columns-left #content,
.three-columns-sides #content {
    border-left: 15em solid transparent;
}
.two-columns-right #content,
.three-columns-sides #content {
    border-right: 15em solid transparent;
}
.three-columns-left #content {
    border-left: 30em solid transparent;
}
.three-columns-right #content {
    border-right: 30em solid transparent;
}
.column-right #content {
    min-width: 15em; /* prevents sidebar overlap of entry, when entry becomes narrower than sidebar */
}

#content-footer {
    height: 0;
    font-size: 0; /*to make IE happy*/
    clear: both;
}

#header, #footer {
    margin: 0;
    clear: both;
    padding: .5em;
}

#header {
    background: #c3ae93;
    color: #543924;

}

h1#title {
    font-family: Verdana, sans-serif; 
}

h2#subtitle,
h2#pagetitle {
    font-family: Verdana, sans-serif; 
}

#footer {
    background: #c3ae93;
}

#footer a {  }
#footer a:active {  }
#footer a:hover {  }
#footer a:visited {  }

#primary {
    float: left;
    width: 100%;
    margin-right:-100%;
    margin-left: 0;
}

.one-column #primary { float: none; }

#primary > .inner:first-child {
    padding: 0.5em;
}

.one-column #secondary { width: auto; }

.two-columns-left #secondary,
.three-columns-sides #secondary {
    float: left;
    width: 15em;
    margin-left: -15em;
}
.two-columns-right #secondary {
    float: right;
    width: 15em;
    margin-right: -15em;
}
.three-columns-left #secondary {
    float: left;
    width: 15em;
    margin-left: -30em;
}
.three-columns-right #secondary {
    float: right;
    width: 15em;
    margin-right: -15em;
}

#secondary > .inner:first-child {
    padding: 0.5em;
}

.one-column #tertiary { width: auto; }

.two-columns-left #tertiary,
.two-columns-right #tertiary {
    clear: both;
}
.two-columns-left #tertiary { margin-left: -15em; }
.two-columns-right #tertiary { margin-right: -15em; }
.two-columns-left #tertiary .module,
.two-columns-right #tertiary .module {
    float: left;
    width: 15em;
}
.three-columns-left #tertiary {
    float: left;
    width: 15em;
    margin-left: -15em;
}
.three-columns-right #tertiary {
    float: right;
    width: 15em;
    margin-right: -30em;
    margin-left: 15em; /* so that #tertiary won't overlay #secondary in IE7 */
}
.three-columns-sides #tertiary {
    float: right;
    width: 15em;
    margin-right: -15em;
}

#tertiary > .inner:first-child {
    padding: 0.5em;
}

.module ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.module-userprofile li {
    display: inline;
    padding: 0 .5em;
}
.noentries {
    padding: 0 .5em;
}

.one-column .module { display: table-cell; }

.entry {
    background: #f6f2e6;
    background-color: #f6f2e6;
border: solid 1px #806246;

}

.entry .entry-title {
    font-family: Verdana, sans-serif; 
}

.entry .entry-title, .entry .entry-title a {
    color: #543924;
background-color: #c3ae93;

}

.entry a {  }
.entry a:visited {  }
.entry a:hover {  }
.entry a:active {  }

.entry-interaction-links a { color: #967758;
 }

.comment .comment-title, .comment .comment-title a {
    
}

.comment .comment-title {
    font-family: Verdana, sans-serif; 
}

.module {
    background: #fcead2;
    color: #6b6243;
background-color: #fcead2;
border: solid 1px #656155;

}

.module a { color: #a9a491;
 }
.module a:visited { color: #8c8774;
 }
.module a:hover { color: #bfbaa7;
 }
.module a:active { color: #bfbaa7;
 }

.module h2 {
    color: #705647;
background-color: #ddb7a0;

    font-family: Verdana, sans-serif; 
}

.module-content {
    font-family: Verdana, sans-serif; 
}



/*body { text-decoration: blink; } well that worked out just as planned*/
    
