/* @group Fonts */

@import url("http://fonts.googleapis.com/css?family=Permanent+Marker:regular");
@import url("http://fonts.googleapis.com/css?family=Ubuntu:300,300italic,regular,italic,500,500italic,bold,bolditalic");

/* @end */

body {
	color: #424242;
	font-family: "Ubuntu", "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

time {
	text-transform: lowercase;
}

.search {
	margin-top: 32px;
	max-width: 220px;
}

/* @group blogname */

#blogname {
	margin-bottom: 30px;
}

#blogname h1 {
	font: 72px "Permanent Marker", serif;
}

#blogname h1:after { 
	content: ".";
	color: #e00000;
}

#blogname h2 {
	padding-left: 5px;
	margin-top: -2px;
}

#blogname a {
	text-decoration: none;
	color: #424242;
}

/* @end */

/* @group article and main */

#bannerad {
	text-align: center;
	margin-bottom: 15px;
}

#bannerad img {
	border: 1px solid #424242;
}

article {
	clear: both;
}

article h1 {
	margin-bottom: 18px;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
}

article h1 a, article h1 a:hover, article h1 a:visited {
	text-decoration: none !important;
	color: #424242;
}

article p + p {
	margin-top: 0.8em;
}

article .metainfo {
	text-align: right;
	font-size: 14px;
	color: gray;
	width: 140px;
	float: left;
}

article .metainfo a {
	color: gray;
}

article .metainfo .timestamp {
	padding-bottom: 2px;
	border-color: #e00000;
	color: #424242;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	font-size: 16px;
	font-weight: bold;
}

article .metainfo .permalink a {
	color: #e00000;
	font-weight: bold;
	text-decoration: none;
}

article .metainfo p + p {
	margin-top: 0.1em;
}

article .content, .postnoline, .posttopline, #comments {
	width: 540px;
	display: block;
	float: right;
}

#archivetitle {
	width: 540px;
	display: block;
	float: right;
}

article .content blockquote:before { 
	content: "«";
	
	/*color: #e00000;
	font-size: 36px;*/
	font-weight: bold;
	margin-left: -0.75em;
}

article .content blockquote:after { 
	content: "»";
	/*color: #e00000;
	font-size: 36px;*/
	font-weight: bold;
}

article .content blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

#main hr {
	clear: both;
	width: 540px;
	display: block;
	float: right;
}

.contentmain + .contentmore {
	margin-top: 0.8em;
}

#comments {
	margin-top: 16px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

form p label {
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group footer */

footer {
	background-color: #f6f6f6;
	color: gray;
	font-size: 12px;
	width: 100%;
	padding: 5px;
	margin-top: 18px;
	border-style: solid;
	border-width-top: 3px;
	border-top-color: #e00000;
	border-top-width: 3px;
	margin-bottom: 18px;
}

#depoquote {
	font-style: italic;
}

/* @end */

/* @group aside */

.blogads nav, .blogads aside {
	font-size: 14px;
	margin-bottom: 18px;
}

.blogads nav h1, .blogads aside h1 {
	padding-bottom: 2px;
	border-color: #e00000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

.blogads nav ul, .blogads aside ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

.blogads nav ul li a, .blogads aside ul li a {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
	color: gray;
}

#links ul {
	text-transform: uppercase;
	font-weight: bold;
}

#links ul li a {
	color: #e00000;
	text-decoration: none;
}

#archives ul li a {
	text-transform: lowercase;
	color: gray;
}

#advertisement img {
	border: solid 1px #e00000;
}

#advertisementwarning {
	text-align: right;
	font-size: 10px;
	color: #e00000;
}

/* @end */

/*end*/
