body {
    margin: 0;
    padding: 15px;
	font: 16px 'Gudea', 'Helvetica', 'Ubuntu', 'Segoe UI', 'Arial', sans-serif;
	line-height: 24px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

a {
    color: black;
	font-weight: bold;
}

a:visited {
    color: #666;
}

.header {
    margin-bottom: 20px;
    background: #eee;
    border-bottom: solid 3px gray;
    height: 55px;
    padding-right: 10px;
    white-space: nowrap;
    line-height: 1.2;
}

    .header a {
        color: black;
    }

    .header h1 {
        font-size: 25px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        padding-top: 3px;
    }
    
        .header h1 a {
            text-decoration: none;
        }

    .header p {
        margin: 0;
        padding: 0;
    }

    .header img {
        max-height: 100%;
        float: left;
        margin-right: 10px;
        margin-left: 0px;
    }
    
.toolbar {
    padding-top: 3px;
    float: right;
    height: 55px;
    text-align: right;
}

.listTeaser {
	display: none;
}

.query {
    width: 88px;
}

h2, h3 {
	text-align: left;
}

h2 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 5px;
}

h3 {
    font-size: 18px;
}

.footer, .pager {
    text-align: center;
}

.listTeaser, .postFooter {
    text-align: right;
}

.listTeaser {
	font-style: italic;
	font-size: 90%;
	margin-top: 5px
}

.listTeaser a {
	font-weight: normal
}

.AdminComment {
    font-weight: bold;
}

pre {
	border: solid 1px gray;
	background: #eee;
	line-height: 1;
	padding: 10px;
	overflow: auto;
}

.csharpcode {
	background: #eee;
	border: solid 1px gray;
	padding-top: 10px;
	padding-bottom: 10px;
}

.csharpcode pre {
	border: none;
	background: #eee;
	line-height: 1;
	padding: 0;
	overflow: hidden;
	margin: 0;
}

ol {
	margin: 0;
	padding: 0;
}

ol li {
	list-style: none;
	padding-bottom: 20px;
}

ol li p {
	background: #eee;
	padding: 5px;
	text-align: left
}

ol li p a {
	font-weight: normal;
}

@media only screen and (max-width: 550px)
{
	body {
		text-align: left;
	}
	.toolbar { 
		display: none;
	}
	.header p {
		font-size: 75%
	}
	ol li p {
		font-size: 80%
	}
}