/* top, right, bottom, left */

body {
    font: 16px georgia, serif;
    background-color: #ccf;
    color: black;
}

#header {
    /*border: dotted 1px blue;*/
    font: bold 19px georgia, serif;
    text-align: center;
    color: #666699;
    width: 80%;
    margin-bottom: 30px;
}

#container {
    margin: 0px 0px 0px 0px;
}

#sidebar {
    /*border: dotted 1px blue;*/
    line-height: 110%;
    float: left;
    width: 20%;
    margin-left: 10px;
    margin-right: 20px;
}

#sidebar .quote {
    font: 14px georgia, serif;
}

/* top, right, bottom, left */
#sidebar ul {
    /*border: dashed orange 1px;*/
    margin: 10px 0px 0px 0px;   /* cancel the top margin */
    padding: 0;                 /* cancel the indent */
}

#sidebar li {
    /*border: dashed brown 1px;*/
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 4px;         /* adjust the bottom margin */
}

#sidebar ul ul {
    /*border: dashed gray 1px;*/
    margin: 0px 0px 0px 0px;    /* cancel the top margin */
    padding-left: 10px;         /* add indent */
}

#sidebar h4 {
    margin: 0px 0px 0px 0px;    /* cancel the top margin */
}
#sidebar h3 {
    margin-bottom: 10px;
}

#maincenter {
    /*border: dotted 1px red;*/
    float: left;
    width: 68%;
    padding-left: 0px;
    padding-bottom: 10px;
}

#content {
}

blockquote {
    color: #696969; 
    font-size: 95%;
}

cite {	
    text-decoration: none;
}

a { 
    text-decoration: none;
    color: crimson;
}

.footer {
    font-size: 13px;
    clear: both;
    text-align: center;
    padding: 12px;
}

/*-------------The Post-------------*/

/* top, right, bottom, left */
pre {
    font: 16px georgia, serif;
}
.entry {
    letter-spacing: normal;
    line-height: 110%;
}
.post {
    padding: 12px;
    margin-bottom:20px; 
    border: dotted black 1px;
    background-color: Linen;
}
.post img { 
	margin-right: 10px;
	margin-bottom: 10px;
}
.post a img { 
    border: 1px dotted blue;
}
.post-single {
    font-size: 16px; 
    padding: 12px; 
    padding-top: 15px;
    text-align: left;
    border: dotted black 1px;
    background-color: Linen;
    line-height: 140%;
}
.post-single p {
    margin: 0px;
    text-indent: 2em;
}
.post-single h1 {
    margin-top: 0px;
    font-size: 18px; 
    text-align: center;
}
.post-single h2 {
    margin: 0px 0px 0px 0px;
    font-size: 15px; 
    text-align: center;
}
.post-single h3 {
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    font-size: 14px; 
    text-align: center;
}
.posttitle {
    font-style: italic;
    font-size: 20px;
    color: #000;
    margin: 0 0 0 0;
    white-space: nowrap;
}
.posttitle2 {
    font-style: italic;
    font-size: 20px;
    color: #666699;
    margin: -24px 0 0 -1px;
    white-space: nowrap;
}
/* top, right, bottom, left */
.postsubtitle {
    margin: -10px 40% 0px 0px;
    text-align: right;
    white-space: nowrap;
} 
.postabout {
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    color: #000099;
    white-space: nowrap;
}
.postabout a {
    color: #000099;
}
.postsummary {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: verdana;
    font-weight: bold;
}
.post-categories {
    margin-top: -10px;
    font-weight: bold;
    font-size: 14px;
}
.postmetadata {
    font-size: 14px;
    font-weight: bold;
    clear: left;
}
.postmetadata img { 
    margin: 0;
}
.postmetadata a img { 
    border: none;
}
/*--------------Comments--------------*/
/* top, right, bottom, left */
.comments {
    width: 100%;
    margin-top: 30px;
    font-size: 15px;
    /*border: dotted black 1px;*/
}
.comments h1 {
    font-size: 16px;
    text-align: center;
    margin: 30px;
    margin-top: 15px;
}
.comment {
    border: solid grey 1px;
    padding: 10px;
    margin-top: 10px;
    background-color: lightgrey;
}
.comment-admin {
    border: solid grey 1px;
    padding: 10px;
    margin-top: 10px;
    background-color: silver;
}
.commenttitle {
    font-size: 16px;
    font-weight: bold;
}
.commentmetadata {
    font-size: 14px;
}
input, select {
    border: 1px solid black;
    background: #999999;
}
textarea {
    border: 1px solid black;
    background: #999999;
}
/*--------------Search Form-------------*/
#searchform {
    margin-top: 14px;
    margin-left: 0px;
}
#searchform input {
    margin-bottom: 2px;
}
/*-------------Other------------------*/
.hide {
    display: none;
}
hr { 
    display: block; 
    color: white; 
    height: 4px;
}
.select { 
    border-right: 1px dotted #8E9375; 
    padding-right: 10px; 
}
.left {
	float: left;
	margin-left: 10px;
}
.right {
	float: right;
	margin-right: 20px;
	text-align: right;
}
.center {
	text-align: center;
}

