html, * {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: small;
}

body {
	margin: 0px;
	padding: 0px;
	/*background: url(../images/img01.jpg) repeat left top;*/
	font-size: 13px;
	color: #212121;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #393939;
}

a:hover {
	text-decoration: none;
	color: #393939;
}

a img {
	border: none;
}

small {
	color: grey;
	font-size: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.both {
	clear: both;
}

.visinaputreda {
	color: #881011;
}

.greyback {
	background-color: #ccc;
}

.spacer {
	height: 2px;
	margin: 0 15px;
	border-top: 1px dotted #404040;
	clear: both;
}

.errors * {
	color: red;
	font-weight: bold;
}

/* Header */

#header {
	width: 900px;
	height: 180px;
	margin: 10px auto 0px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#headerlogo {
	background: url(../images/logo_big_2.jpg) no-repeat left center;
	height: 138px;
}

#logo {
	float: left;
	padding-left: 350px;
	/*background: url(../images/logo_small.jpg) no-repeat left center;*/
	height: 138px;
}

#langs {
	float: right;
	padding-top: 120px;
	color: #881011;
}

# langs a, #langs span {
	background-color: #ccc;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #393939;
}

#logo p {
	padding-left: 3px;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

#logo a {
	color: #881011;
}

#langs a, #langs a:visited {
	color: #232F01;
}

#langs a:hover {
	text-decoration: underline;
}

/* Menu */

#menu {
	float: right;
	margin: 10px 0 0;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 50px 0px;
}

ul.pmgallery, ul.plgallery li {
	list-style: none;
}

ul.pmgallery li {
	float: left;
}

/* Content */

#content {
	float: left;
	width: 570px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #BFC9AE dashed 1px;
	color: #232F01;
}

.post .title a {
	color: #232F01;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
	color: #5E5E5E;
}

.highlight {
	border: 1px dotted #ccc;
	background-color: #fff5ce;
	padding: 4px;
}

ul li.separator {
	padding-bottom: 20px;
	border-bottom: 1px dotted #404040;
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar li li {
	padding: 5px 0;
	border-bottom: #BFC9AE dashed 1px;
}

#sidebar h2 {
	padding: 4px 20px;
	background: #881011;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #232F01;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Sitemap */

#sitemap a, #sitemap a:visited {
	text-decoration: underline;
}

/* Footer */

#footer {
	border-top: 1px dotted #393939;
}

#footer, #copy {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 10px auto;
	color: #393939;
}

#copy {
	height: 14px;
	margin: 0px auto;
	background-color: transparent;
	margin: 0px auto 10px auto;
}

#footer p, #copy p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#copy p {
	padding: 0;
	font-size: 9px;
	color: #393939;
}

#footer a {
	color: #393939;
}

