* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "Molengo", Tahoma, Geneva, sans-serif;
	font-size: 9pt;
	color: #444;
	background: #fff;
}

body {
    width: 960px;
    margin: auto;
}

.blog a {
	color: #469;
	text-decoration: none;
        border-bottom: 1px dotted #ddd;
        padding: 1px;
        margin: 2px;
}

.pagination {
	text-align: center;
	font-size: 12pt;
	margin-bottom: 30px;
}

.pagination a {
	margin: 14px;
	color: #666;
}

.comments {
        margin-top: 20px;
        margin-bottom: 50px;
        font-size: 9pt;
        text-align: right;
}

.comments:before {
        content: '\00bb';
        margin-right: 4px;
}

.comments a {
	color: #888;
}

.post {
	font-size: 11pt;
	color: #444;
        margin-top: 10px;
}

.blog {
	margin-top: 30px;
	margin-bottom: 60px;
}

.blog img {
        max-width: 400px;
        max-height: 300px;
}

.blog .title {
	font-size: 24pt;
	color: #666;
        position: relative;
        left: -14px;
        padding-bottom: 4px;
        border-bottom: 1px solid #f0f0f0;
}

#header, #footer {
        text-align: center;
        font-size: 32pt;
}

#header img {
	margin-top: 60px;
}

.code {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ads {
    padding: 30px;
    text-align: center;
}

#searchstuff {
        text-align: center;
        margin-bottom: 30px;
}

#searchstuff img {
	margin: 6px;
	position: relative;
	top: 14px;
        border: none;
}

input {
	text-align: left;
	color: #345;
	background: #fff;
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input[type="submit"] {
	margin: 2px;
	padding: 2px;
	font-style: normal;
	background: #aaa;
        color: #222;
	border: 1px solid #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.post img {
	margin: 6px;
        margin-top: 12px;
        padding: 3px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#dsq-global-toolbar, .dsq-options, .dsq-item-trackback {
        display: none !important;
}
