/* Global styles */
/* START:notice */
#notice {
    border: 2px solid red;
    padding: 1em;
    margin-bottom: 2em;
    background-color: #f0f0f0;
    font: bold smaller sans-serif;
}
/* END:notice */
/* Styles for main page */
#banner {
    background: #336666;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 5000%;
    border-bottom: 2px solid;
    color: white;
    text-align: center;
    clear: both;
}

#banner img {
    float: left;
}

#banner h1 {
    font: 200% serif;
    color: white;
    line-height: 20%;
}

#columns {
    background: CornflowerBlue;
    padding-bottom: 1em;
	padding-top: .5em;
}

#main {
    padding-left: 1em;
    padding-right: 1em;
    /*  width: 70%; */
    margin-right: .5em;
    background: white;
    margin-left: 6em;
    border: 1px solid black;/*

    position: relative;
*/
}

#side {
    float: left;
    font-size: small;
    padding-left: .5em;
    width: 6em;
    background-color: #6495ED;
    color: white;
	
}

#side a {
    color: white;
    font-size: small;
}

#side h3 {
    font-size: 1.1em;
}

#archives {
    border: 1px solid #DCDCFD;
    padding-bottom: .5em;
    margin-right: .5em;
}

#archives a {
    padding-left: .2em;
}

#archives .year {
    padding-left: .1em;
    padding-top: 1.5ex;
}

#comments {
}

#calendar {
	font-size: .5em;
}

h1 {
    font: 150% sans-serif;
    color: #226;
}

h2 {
    border-bottom: 1px solid #DCDCFD;
    color: #333399;
    font-size: 1.6em;
    font-weight: normal;
}

h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.1em;
}



.commentinfo {
    border-top: 1px solid #DCDCFD;
    color: #999999;
    font-size: 0.8em;
    margin-top: 0pt;
    margin-left: .25em;
    margin-right: .25em;
}

.commentinfo h3 {
	font-size: .9em;
	margin-bottom: .5em;
	margin-top: .5em;
}

.commentinfo h3 a{
    font-weight: normal;
    text-decoration: none;
    color: #191970;
    font-size: 1.2em;
}


.comment {
    font-size: 0.9em;
    margin-top: 0pt;
    margin-left: .5em;
    margin-right: .5em;
}

.comment p {
    margin-top: 0pt;
}



.post {
    clear: right;
}

.posttitle a {
    text-decoration: none;
    color: #191970;
}

.postinfo {
    border: 1px solid black;
    float: right;
    padding-left: .5em;
    padding-right: 4em;
    margin-right: 1em;
    padding-bottom: .3em;
	padding-top: .3em;
	margin-right: 2em;
	margin-left: 2em;
	margin-bottom: 2em;
    font: 70% sans-serif;
    background: CornflowerBlue;
    color: white;
}

.postinfo a {
    color: white;
}

.post hr {
    display: block;
    clear: left;
    margin: -0.66em 0;
    visibility: hidden;
}

.newcomment textarea {
    width: 80%;
	font-weight: normal;
    text-decoration: none;
	font-family: serif;
}

p.postinfo {
    font: 50% sans-serif;
}

.cleaner {
    clear: both;
    height: 1px;
    font-size: 1px;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
}

#footer {
    clear: both;
}
