html{
	font-size: 100%;
}

body {
	font-size: 0.9em;
	font-family: serif;
	background-color: #d5e9ff;
}

img {
	vertical-align: middle;
}

a img {
	border: none;
}

/*a[href^="http:"] {
	background: url('./img/link_external.png') 100% 50% no-repeat;
	padding-right: 10px;
}

a[href^="http://berlinerstrasse.net"] {
	background: none;
	padding-right: 0;
}*/

a.img {
	padding-right: 0;
}

a:link, a:visited {
	color: #446fff;
}

a:hover, a:active {
	color: #19254d;
}

#header {
	text-align: center;
}

#top-navigation {
	font-size: 0.8em;
	width: 800px;
	height: 40px;
	margin: auto;
	text-align: left;
	/*background: url('/brati-blog/version3/img/header_bottom.png');*/
	margin-bottom: 2em;
}

#top-navigation a:link, #top-navigation a:visited {
	color: #000;
}

#top-navigation a:hover, #top-navigation a:active {
	color: #a73636;
}

#top-navigation ul {
	list-style-type: none;
	padding: 0.5em;
	margin: 0;
}

#top-navigation ul li {
	display: inline-block;
}

#sidebar, #sidebar2 {
	float: right;
	width: 170px;
	font-size: 0.8em;
	font-weight: bold;
}

#sidebar h4, #sidebar2 h4 {
	margin: 2em 0.5em 0.5em 0.5em;
}

#sidebar {
	background-color: #ddd;
}

#sidebar2 {
	background-color: #bbb;
}

#categories ul, #similar ul, #popular ul, #latest ul, #commented ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#categories a, #similar a, #popular a, #latest a, #commented a {
	padding: 0.3em 1em;
}

#categories a:link, #categories a:visited, #similar a:link, #similar a:visited,
	#popular a:link, #popular a:visited, #latest a:link, #latest a:visited,
	#commented a:link, #commented a:visited {
	
	display:block;
}

#categories a:hover, #categories a:active, #similar a:hover, #similar a:active {
	display:block;
	background-color: #ddd;
}

#popular a:hover, #popular a:active, #commented a:hover, #commented a:active, #latest a:hover, #latest a:active {
	
	display:block;
	background-color: #bbb;
}

#search form {
	margin: 0 1em;
}

#search input {
	border: 1px solid black;
}

#search input[type=text] {
	width: 100%;
}


#content {
	margin-right: 350px;
	background-color: #f5f5f5;
	padding: 10px 20px;
}




.article:not(:first-child) {
	margin-top: 4em;
}

.article .info {
	float: right;
	font-size: 0.6em;
}

.article .info p {
	margin: 0;
	text-align: right;
}

.article .write dt {
	float: left;
}

.article .write dd {
	margin-left: 7em;
	margin-top: 1px;
}

.article .write dd input {
	width: 20em;
	border: 1px solid gray;
	font-size: 1em;
	font-family: serif;
}

.article .write dd input[type=submit] {
	width: 10em;
}

.article .write textarea {
	width: 25em;
	height: 20em;
	border: 1px solid gray;
	font-size: 1em;
	font-family: serif;
}

.time-navigation {
	text-align: center;
}

.article-single .info {
	font-size: 0.8em;
	text-align: right;
}

.article-single .social-bookmarks {
	float: left;
}

.comments {
	font-size: 0.8em;
}

.comments .comment .info {
	background-color: #d4d4d4;
	padding: 0.2em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

.comments .comment .info .author {
	font-weight: bold;
}

.comments .write dt {
	float: left;
}

.comments .write dd {
	margin-left: 11em;
	margin-top: 1px;
}

.comments .write dd input {
	width: 20em;
	border: 1px solid gray;
	font-size: 1em;
	font-family: serif;
}

.comments .write dd input[type=submit] {
	width: 10em;
}

.comments .write textarea {
	width: 25em;
	height: 20em;
	border: 1px solid gray;
	font-size: 1em;
	font-family: serif;
}

ul.errors {
	padding: 0.5em 2em;
	background-color: #c77;
}


table {
	background-color: #e0e0e0;
}

table th {
	background-color: #e0e0ff;
}

table.contact, table.credits {
	background-color: transparent;
}

