﻿@import url("layout.css");
body {
	background-position: center top;
	font-family: "Trebuchet MS", sans-serif;
	background-image: url('../images/pozadi.gif');
	background-repeat: repeat-x;
	background-color: #8F4641;
	color: #A68776;
}
#container {
	border-right: 0;
	border-bottom: 0;
	border-left: 0;}
#masthead {
	text-align: center;
}
#navigation {
	border-color: #808080;
	border-width: 0px;
	border-style: solid;
	border-top: 0px;
	border-bottom: 0px;
}
html>body #navigation {
	overflow: hidden;
}
/* Content */
#text {
	border-style: 1;
	background-color: #50221D;
	font-family: "Trebuchet MS";
}
/* Masthead */
#navigation a {
	font-weight: lighter;
	text-decoration: none;
	color: #E3D8CF;
	display: block;
	padding: 5px;
	font-style: normal;
	font-size: medium;
}
#masthead h1 {
	margin-bottom: 0;
}
#masthead h3 {
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #B78021;
}

/* Site typography */
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
	color: #c77;
}
ul {
	font-size: small;
	color: #A68776;
}
ol {
	font-size: small;
	color: #CC9900;
}
p {
	font-size: small;
}
blockquote {
	font-size: small;
	color: #CC9900;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
