* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "Droid Sans", tahoma, verdana, helvetica, arial, sans;
	font-size: 9pt;
	background: #fff;
	color: #444;
	line-height: 12pt;
}

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

a {
	font-weight: bold;
	color: #458;
	text-decoration: none;
}

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

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

.comments {
	text-align: right;
	margin: 12px;
}

.comments a {
	color: #aaa;
}

.post {
	font-family: "Molengo", tahoma, verdana, helvetica, arial, sans;
	font-size: 11pt;
	margin: 12px;
	color: #555;
        border-left: 1px solid #eee;
        padding: 12px;
}

.blog {
	clear: both;
	padding: 8px;
	margin-top: 20px;
	margin-bottom: 60px;
}

.blog img {
    max-width: 600px;
    max-height: 500px;
}

.blog .title {
	font-size: 24pt;
	line-height: 32pt;
	color: #666;
	border-bottom: 1px solid #eee;
}

.blog .info a {
	font-weight: normal;
	color: #666 !important;
}

.blog .info {
	font-size: 14pt;
	line-height: 24pt;
	color: #888;
	float: right;
}

.blog .comments {
    border-top: 1px solid #eee;
    line-height: 32pt;
}

.blog .tags {
	font-weight: bold;
}

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

.code {
	max-height: 300px;
	overflow: auto;

	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;

	-moz-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.3);
}

#maintext {
	color: #ddd;
	font-size: 42pt;
	line-height: 48pt;
	text-transform: lowercase;
}

#maintext a {
	color: #ddd !important;
	font-weight: normal !important;
}

#searchstuff img {
	margin: 6px;
	position: relative;
	top: 9px;

        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
}

input {
	text-align: left;
	color: #aaa;
	background: rgba(255, 255, 255, 0.1) -webkit-gradient(linear, left 0, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
	font-family: "Molengo", tahoma, verdana, helvetica, arial, sans;
	font-style: italic;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #bbbbbb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

input[type="submit"] {
	margin: 2px;
	padding: 2px;
	font-style: normal;
	background: transparent -webkit-gradient(linear, left 0, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
	border: 1px solid #bbbbbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

form {
	display: inline;
}

img {
	margin: 6px;
        margin-top: 12px;
	border: 1px solid #333;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
