#header {
    border-bottom: 1px solid #A1A6B1;
    letter-spacing: .05em;
    padding: 0 0 0 0;
    background: #151B8D;
}
#header h1, .description{
    margin: 0;
    padding: 10px 20px;
}
#header h1{
    font: italic normal 230% 'Times New Roman', Times, serif;
}
#header h1 a, .description{
    color: white;
}
#header a, #header {
    text-decoration: none;
    color: #003;
}
#header a:hover{
    background: transparent;
}
#header .description{
    border: 1px dotted gray;
    border-width: 1px 0 0 0;
    background: white;
    color: black;
    font-size: small;
    line-height: small;
    font-weight: bold;
    padding-top: 5px; padding-bottom: 5px;
}
#sidebar{
    margin-top: 25px;
    padding: 130px 0;
    background: transparent url(/gmr/blog/images/logo/77_edge1tr.jpg) no-repeat 50% 0;

}
#sidebar h1, #sidebar h2, #sidebar a, .postmetadata{
    font-style: italic;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
    color: black;
}
#sidebar li h2{
    margin-top: 20px;
}
.content{
    margin-top: 0;
}
#main{
    border-left: 1px dotted gray;
}
.post{
    border: 0;
    padding-bottom: 20px;
}
.post h1{
    font-size: 1.4em;
    line-height: 1.0em;
    width: 100%;
    border-bottom: 1px dotted gray;
}
.post h1 a{
    text-decoration: none;
}
.post h1 a:hover{
    color: gray;
}
.postmetadata{
    font-size: x-small;
    color: gray;
}
/** Test addition of CSS from admin page */
/* utility classes */
img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.clear {
	clear: both;
}

.hidden,
.closed .inside,
.hide-if-no-js {
	display: none;
}
#oilwidget img{
    width: 90%;
    margin-top: 5px;
}

