/*
Colours:
    Main text colour: 111111
    Main bg (and calendar text): E9E9E9
    Anchor: 111122
    Anchor hover: 666666
    Title, borders, date: C3C3C3
    Subtitle, blockquote: 555555
    Error: 664444
*/

/* Elements */
body, p, td {
	font-family: "times new roman", times, serif;
	font-size: 13px;
	color: #111111;
	background: #E9E9E9;
	}

p {
    background: none;
    }

a {
	font-weight: bold;
	color: #111122;
	text-decoration: none;
	}

a:hover {
	color: #666666;
	}

a.title {
	color: #C3C3C3;
	letter-spacing: 5px;
	}

blockquote {
    font-style: oblique;
    color: #555555;
    }

ul, li, pre {
    color: #111111;
    }

/* Main Blocks */
.container {
	margin: 15px;
	min-width: 610px;
	border-left: 1px dashed;
	border-right: 1px dashed;
	border-top: 1px solid;
	color: #C3C3C3;
	padding-left: 5px;
	padding-right: 5px;
	background: url('/b_styles/images/liaj-piano.jpg') top left no-repeat;
	}

.title {
	font-size: 36px;
	font-weight: bold;
	color: #C3C3C3;
	font-variant: small-caps;
	margin-bottom: 0em;
	padding: 4px 10px;
	text-align: right;
	position: relative;
	top: -15px;
	}
	
.subtitle{
	font-size: 18px;
	font-weight: bold;
	color: #555555;
	}

h1, h2, h3, h4, h5, h6	{
	color: #555555;
	}

.description {
	margin-left: 2%;
	text-align: justify;
	font-size: 14px;
	background: none;
	padding-top: 197px;
	color: #C3C3C3;
	letter-spacing: 2px;
	}

.sidebar {
    float: right;
    width: 20%;
    margin: 1.75em 0 .5em 2%;
    background: url('/b_styles/images/demez-score5.jpg') top center no-repeat;
    padding: 10px 10px 10px 3%;
    border-left: 1px solid;
    }

.sectionheader {
    font-weight: bold;
    font-size: 120%;
    }

div.content {
    min-height: 800px;
    }

.story{
    margin-left: 1.5em;
    margin-right: 1.75em;
    }

.storytitle {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	}

.storylink {
	}

.storybody {
	text-align: justify;
	}

.byline {
	text-align: right;
	font-size: 10px;
	}

.date {
	font-size: 14px;
	font-weight: bold;
	color: #555544;
	}

.footer {
	text-align: center;
	border-top: 2px solid;
	margin-top: 25px;
	}

.error {
	color: #664444;
	font-weight: bold;
	font-size: 10px;
	text-align: justify;
	}

.header {
	border-bottom: solid 2px;
	color: #C3C3C3;
	margin:0 -6px 1.6em;
	height: 279px;
	}

li.qv {
    list-style-type: none;
    margin-left: -1.5em;
    }

/* Category Tree */
ul.categorytree {
    }

li.categorytree_item {
    list-style-type: none;
    margin-left: -1.5em;
    }

p.allentries {
    margin-bottom: -1em;
    }

/* Archives */
ul.archives {
    }

li.archyear {
    list-style-type: none;
    margin-left: -2em;
    }

a.archyear {
    }

ul.archyear {
    }

li.archmo {
    list-style-type: none;
    margin-left: -2.7em;
    }

/* Readme */
div.readmeone {
	border-bottom: solid 2px;
	margin:0 -6px 1em;
	padding-bottom: 5px;
	min-height: 60px;
    }

p.readmeone {
	padding-left: 25%;
	font-size: 120%;
	max-width: 430px;
	text-align: justify;
    }

/* More Entries */
.moreentries {
    display: inline;
    padding-left: 4em;
    }

.prevlink {
    padding-right: .5em;
    }

.nextlink {
    padding-left: .5em;
    }

.crumbs {
    display: inline;
    }

/* Mood */
p.mood {
    text-align: right;
    font-size: 120%;
    font-weight: bold;
	color: #555544;
    }

img.mood {
    }

