* {
	margin: 0;
	padding: 0;
	/* border: 1px solid Fuchsia; */
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	color: Black;
	font-size: 13px;
	background-color: #6B3312;	
	background-image: url(images/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: fixed;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
body.film {
	background-image: url(images/bg-6.jpg);
}
body.foto {
	background-image: url(images/bg-5.jpg);
}
body.zvuk {
	background-image: url(images/bg-4.jpg);
}
body.text {
	background-image: url(images/bg-3.jpg);
}
body.o-mne {
	background-image: url(images/bg-2.jpg);
}
#header {
	text-align: center;
}
#site-title a {
	font-size: 68px;
	text-decoration: none;
	font-family: 'Eater', cursive;
	color: Black;
}
#nav {
	margin: 0 auto;
	text-align: center;
	font-family: 'Eater', cursive;
}
#nav ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
	margin: 0 18px 0 18px;
}
li:nth-child(2n)
{
	position: relative;
	top: 12px;
} 
#nav ul li a {
	font-size: 32px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li.current a {
	text-decoration: underline;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#main {
	width: 680px;
	margin: 0 auto;
}
#content {
	padding: 20px 26px 10px 28px;
	margin: 20px auto;
	background-color: White;
	background-color: rgba(999, 999, 999, 0.5); /* Shadow Out */
	box-shadow: 0 0 35px black;
	-webkit-box-shadow: 0 0 35px black;
	-moz-box-shadow: 0 0 35px black;
}
#footer {
	margin: 10px auto;
	font-size: 18px;
	text-align: center;
	font-family: 'Eater', cursive;
}
.box2 {
	width: 45%;
}
.left {
	float: left;
	margin-right: 16px;
}
.right {
	float: right;
}
.both {
	clear: both;
}
.bold {
	font-weight: bold;
}

img {
	border: 0;
}
#socialize img {
	margin-right: 4px;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
.animate {
	cursor: pointer;
}
.hidebox {
	display: none;
}

h1,h2,h3 {
	line-height: 30px;
	font-family: 'Eater', cursive;
}
h1 {
	font-size: 2em;
	margin-top: 0;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	margin-top: 18px;
	margin-bottom: 6px;
}
h3 {
	font-size: 1.1em;
	margin-top: 16px;
	margin-bottom: 6px;
}
p {
	margin-bottom: 8px;
}
a, a:visited {
	color: Black;
}
a:hover {
	color: Black;
}
li {
	list-style: square;
	margin: 0px 0px 4px 16px;
	padding: 0;
}
@media print{
#ln {
	display: none;
}
#main {
	width: auto;
}
}
