﻿body  
{
    background: #2e3138;
    color: #fff;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 10pt;
}

a  
{
    color: #29aae1; 
}

a:hover  
{
    color: #6cf; 
}

#sidebar-right-1 h2         { font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: normal; }
#sidebar-right-1 ul         { list-style: none; }
#sidebar-right-1 a          { text-decoration: none; }
#sidebar-right-1 .item-date { white-space:nowrap; }

/* column container */
.colmask {
	width:100%;			/* width of whole page */
	margin: 0 auto;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
}
/* 2 Column (right menu) settings */
.rightmenu {
}
.rightmenu .colleft {
	right:33%;			/* right column width */
}
.rightmenu .col1 {
    max-width: 660px;
	width:66%;			/* left column content width (left column width minus left and right padding) */
	left:33%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:33%;			/* right column content width (right column width minus left and right padding) */
	left:34%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* blogger */
.titlewrapper, .titlewrapper a { color: #8c9ba3; text-decoration: none; } /*slate-blue*/

.date-outer
{
    margin-left: 64px;
    margin-bottom: 3em;
}

.date-header 
{
    font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    line-height: 16pt;
    color: #fff;
}

.post-title 
{
    font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: normal;
}

.post-title a 
{
    text-decoration: none;
    /*yellow e4d23e*/
}

.post-body
{
    background: #ffffff;
    color: #333;
    margin: 10px;
    padding: 10px;
}

.post-body pre
{
    background: #fff url(code64x64.png) no-repeat 0 0;
    font-family: Consolas;
    font-size: 10pt;
    min-height: 64;
    margin: 10px;
    margin-left: -64px;
    padding: 10px;
    padding-left: 64px;
    overflow: auto;
}

.post-body blockquote 
{
    background: #fff url(qout-double-open64x64.png) no-repeat 0 0;
    font-family: Georgia;
    font-style: italic;
    min-height: 64;
    margin: 10px;
    margin-left: -64px;
    padding: 10px;
    padding-left: 64px;
}
