body {
	background-image: url('/media/background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: black;
	background-attachment: fixed;
	color: white;
	font-family: Regular, Arial, sans-serif;
	margin: 0;
	padding: 240px 35px 15px 35px;
	font-size: 9pt;
}

a {
	color: white;
	text-decoration: underline;
}
a:visited {
	text-decoration: line-through !important;
}

a:hover {
	color: white;
	background-color: #f35b0e;
}

#titlemenu {
	background-color: #f35b0e;
	text-transform: uppercase;
	font-size: 12pt;
	padding: 3px 10px 3px 10px;
	margin-bottom: 7px;
}

#titlemenu a {
	text-decoration: none;
}

#titlemenu a:hover {
	color: black;
}

.headline {
	font-family: Myriad Pro, Arial, sans-serif;
	font-weight: bold;
}

.centered {
	text-align: center;
}

h1 {
	font-size: 3em;
	padding: 0 0 0.2em 0;
	margin: 0;
}

h1, h2, h2 a {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #f35b0e;
	/*line-height: 44px;*/
	letter-spacing: -0.02em;
	font-weight: bold;
}
.subhead {
	font-family: Gill Sans, Verdana;
	font-size: 11px; /*TODO*/
	line-height: 14px; /*TODO*/
	text-transform: uppercase;
	letter-spacing: 2px; /*TODO*/
	font-weight: bold;
	margin-top: -1em;
}

h2, h2 a {
	font-family: Myriad Pro, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}

.hr {
	border-top: 2px solid white;
}

ul.lalign {
	padding-left: 1em;
}

.blacktint {
	background-image: url('/media/50black.png');
	background-repeat: repeat;
	padding: 10px;
	margin-bottom: 7px;
}

.blacktint > :first-child {
	margin-top: 0;
}
.blacktint > h2:first-child {
	margin-bottom: 0;
}

.rspace {
	margin-right: 7px;
}

#main {
	margin-right: 27%;
}

#sidebar {
	clear: both;
	width: 27%;
	float: right;
}

#footer {
	clear: both;
	text-align: center;
	color: black;
	margin-top: 10px;
}

.nostyle {
	display: none;
}

#quip {
	text-transform: uppercase;
	text-align: right;
	width: 40%;
	position: absolute;
	top: 115px;
	right: 35px;
}

#quip q {
	font-family: Myriad Pro, Arial, sans-serif;
	font-weight: bold;
	font-size: 24pt;
	display: block;
}

ul.inout_in { list-style-type: disc; }
ul.inout_out { list-style-type: circle; }

ul.nobull { list-style-type: none; padding-left: 0; }

.artlist.float .container { float: left; width: 50%; }
.artlist .clanek { margin-top: 0.3em; }
.artlist .clanek .main { display: block; font-size: large; }
.artlist .clanek .details { display: block; font-size: x-small; }

#artlist h2 { margin-bottom: 0.2em; }
#artlist h2 + p { margin-top: 0; }
#artlist .art { clear: left; }
#artlist h2 img { float: left; margin-bottom: 0.5em; margin-right: 0.5em; }

#startalk > h2 { margin-bottom: 0.2em; }
#startalk > .item { width: 33%; float: left; }
#startalk > .item > .container { padding-right: 0.5em; }
#startalk > .item > .container > h3 { margin-top: 0; margin-bottom: 0.2em; }

.clear { clear: both; }
.clear_left { clear: left; }

.anketa li.chosen { list-style-type: circle; }
.anketa .vote_line { height: 1px; max-height: 1px; margin-bottom: 2px; background-color: white;}

.coverbox {
	background-repeat: no-repeat;
	background-position: center center;
}

#search { float: right; }
#search input { text-align: right; background-color: #f35b0e; padding-right: 0.3em; color: white; padding-left: 0.3em; }
#search input[type=text] { border-left: none; border-top: none; border-bottom: 2px solid #eeeeee; border-right: none; }
#search input[type=submit] { border: 1px solid #eeeeee; margin-left: 0.2em; }
#search input.init { color: #eeeeee; }