body {
    background-color: #0a0e64;
	color: #a5a1fc;
    font-family: arial;
    font-size: 80%;
    list-style-type: armenian
}
h1 {
    font-size: 2.0em;
}
h2 {
    background-color: #10085f;
    font-size: 1.0em;
    border: 1px solid #5b55ae;
    color: #a5a1fc;
    margin-top: .2em;
    padding: 5px;
    width: 100%;
}
h3{
    font-size: 0.8em;
    width: 100%;
    
}
p, td, blockquote {
    font-size: 1.0em;
}
pre, code, kbd, tt {
    font-family: monospace;
}
a {
    color: #08fd0e;
}
a:active {
    color: #80fe83;
}
a:hover {
    color: #80fe83;
}
a:visited {
    color: #018d04;
}


/* Title */
#top_title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border: 1px solid #7c78d8;
}
#journal_title {
    background-color: #10085f;
    color: #a5a1fc;
    text-align: center;
}
#speck {
    background-color: #070329;
    border-right: 1px solid #7c78d8;
    height: 100%;
    width: 21px;
}
.short_entry {
    font-size: .8em;
    text-align: justify;
}
.short_entry_meta {
    color: #ffffff;
}
.full_entry {
    background-color: #4844a0;
    padding: 10px;
    width: 100%;
}
.full_entry_userpic {
    font-size: .8em;
    border: 1px solid #7c78d8;
    padding: 3px;
}
.heading_bar {
    background-color: #10085f;
    border: 1px solid #5b55ae;
    color: #a5a1fc;
    margin-top: .2em;
    padding: 5px;
    width: 100%;
}

.heading_bar a {
    color: #08fd0e;
}
.heading_bar a:active {
    color: #80fe83;
}
.heading_bar a:hover {
    color: #80fe83;
}
.heading_bar a:visited {
    color: #018d04;
}

/* Side bars */
#sidebar {
    background-color: #0a0e64;
    border-right: 1px solid #7c78d8;
    border-top: 1px solid #7c78d8;
    max-width: 185px;
    text-align: center;
    width: 185px;
}

.sidebar_box {
    font-size: 0.8em;
    width: 100%;
}
.sidebar_box_contents {
    background-color: #534eb4;
    border-bottom: 1px solid #7c78d8;
    border-top: 1px solid #7c78d8;
    color: #a5a1fc;
    padding: 5px;
}
.sidebar_box_header {
    background-color: #2c2961;
    border-top: 1px solid #7c78d8;
    color: #372ef8;
    text-align: left;
    padding: 5px;
}
#sidebar_userpic {
    text-align: center;
}
#sidebar_navigation {
    text-align: left;
}
#sidebar_linklist {
    text-align: left;
}
#sidebar_blurb {
    text-align: justify;
}
#sidebar_summary {
    text-align: left;
}
#subtitles {
    border: 1px solid #7c78d8;
    width: 90%;
    text-align: left;
}
#sidebar_title {
    background-color: #10085f;
    border-right: 1px solid #7c78d8;
    color: #a5a1fc;
    text-align: center;
    width: 185px;
}
#main_title {
    background-color: #10085f;
    color: #a5a1fc;
    text-align: center;
}
#main {
    border: 1px solid #7c78d8;
    width: 90%;
}
#content {
    background-color: #534eb4;
    border-top: 1px solid #7c78d8;
    color: #a5a1fc;
    text-align: left;
    width: 90%;
}
#top_of_page, #server_sig{
    background-color: #808080;
    border-top: 1px solid #7c78d8;
    color: #000000;
    padding: 5px;
}
#top_of_page {
    width: 185px;
}
#server_sig {
    text-align: right;
    width: 90%;
}
#multiform_form {
    padding: 3px;
}
.calendar_day {
    border-bottom: 1px solid #7c78d8;
    border-right: 1px solid #7c78d8;
    width: 14%;
}
.calendar_day .day {
    font-size: .9em;
}