body {
  background: url('/images/backgrounds/svet-krystof-bg-three.jpg') top center no-repeat;
  margin-bottom: 30px;
}

/**** FORUM ****/
.forum-nav a {
  display: block;
  position: absolute;
  height: 18px;
  overflow: hidden;
  text-indent: 300px;
  white-space: nowrap;
  position: absolute;
}

.forum-nav-dates {
  width: 88px;
  left: 721px;
  top: 360px;
}

.forum-nav-themes {
  width: 72px;
  left: 824px;
  top: 360px;
}

/***  FORUM - TOPICS ***/

.dating-forum-topics {
  font-family: "Times New Roman", Times, serif;
}

.dating-forum-topics .add-topic {
  float: left;
  width: 146px;
  margin: 60px 16px 0px 64px;
}

.dating-forum-topics .add-button {
  display: block;
  color: #fff;
  border-radius: 2px;
  padding: 9px 8px 6px 2px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  margin-bottom: 4px;
  margin-top: -1px;
    background: transparent url('/images/subtitles/svet-krystof/pridaj-temicku.png') no-repeat;

}

.dating-forum-topics .form {
  display: none;
}

.dating-forum-topics input, .dating-forum-topics textarea {
  background-color: rgba(61,68,125,0.5);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 2px;
  padding: 6px 4px;
  margin-bottom: 4px;
  font-family: "Times New Roman", Times, serif;
  width: 124px;
}

.dating-forum-topics button {
  display: block;
  background-color: 1px solid transparent;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 6px 0px;
  text-align: center;
  width: 144px;
  font-family: "Times New Roman", Times, serif;
  margin: -12px 0px 0px 32px;
}

.dating-forum-topics .topics {
  width: 624px;
  float: left;
  padding-top: 35px;
  text-transform: uppercase;
}

.dating-forum-topics .scroll-pad {
  padding-right: 10px;
}

.dating-forum-topics table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 4px;
}

.dating-forum-topics tr {
  background: transparent url('/images/subtitles/svet-krystof/forum-tr.png') top left no-repeat;
  float:left;
  height: 35px;
  width: 643px;
}

.dating-forum-topics th {
  padding: 0px 10px;
  color: #F0F0F0;
  color: rgba(255, 255, 255, 0.55);
  *color: #F0F0F0;
  text-align: left;
  font-weight: normal;
}

.dating-forum-topics td {
  padding: 7px 10px;
  color: #fff;
}

.dating-forum-topics .first {
}

.dating-forum-topics .last {
}

.dating-forum-topics .center {
  text-align: center;
}

.dating-forum-topics .topics a {
  text-decoration: none;
}

.dating-forum-topics .topics a:hover {
  color: #DEDEDE;
}

.dating-forum-topics .comments {
  width: 624px;
  float: left;
  padding-top: 35px;
}

.dating-forum-topics .comments-header {
  text-transform: uppercase;
  margin-bottom: 3px;
}

.dating-forum-topics .comment {
  padding: 8px 5px 6px 11px;
  background-color: rgba(61,68,125,0.5);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 2px;
  margin-bottom: 11px;
}

.dating-forum-topics .user {
  float: left;
  width: 60px;
  text-align: center;
  padding-bottom: 20px;
}

.dating-forum-topics .image {
  height: 86px;
}

.dating-forum-topics .img {
  width: 60px;
}

.dating-forum-topics .username {
  padding-top: 6px;
  font-size: 8px;
  text-transform: uppercase;
}

.dating-forum-topics .content {
  margin-left: 75px;
  padding-bottom: 22px;
}

.dating-forum-topics .text {
  white-space: pre-line;
}

.dating-forum-topics .date {
  float: left;
  font-size: 10px;
  width: 60px;
  text-align: center;
}

.dating-forum-topics .reply-button {
  float: right;
  width: 94px;
  height: 13px;
  background: url(/images/covers/forum/reply.png) 0px 0px no-repeat;
  overflow: hidden;
  text-indent: 180px;
}

.dating-forum-topics .quote {
  margin-bottom: 8px;
  background-color: transparent; 
  border: 1px solid rgba(255,255,255,0.3);
  padding: 6px;
}

.dating-forum-topics .quote-header {
	text-transform: uppercase;
	font-size: 8px;
	color: #01080d;
	height: 16px;
	width: 500px;
  	margin-bottom: 3px;	
}

.dating-forum-topics .quote-header .bg-header { 
	background-color: #9b7f3a;
	float:left;
	padding: 3px 14px 2px 14px;
}

.title_headline {
	width: 320px;
	overflow: hidden;
	height: 17px;
	white-space: nowrap;
	margin-top: 3px;
}

#add_title .error-msg {
  background-color: rgba(61,68,125,0.5);
  color: #fff;
  padding: 3px 4px 3px 4px;
  position: absolute;
  font-size: 10px;
  white-space: nowrap;
  top: 0px;
  text-transform: uppercase;
  margin-top: 171px;
  margin-left: 4px;
  font-size: 6.4pt;
}

#add_title input {
 margin-top: 1px;
}	

#add_comment textarea {
	margin-top: 1px;
}

#add_comment .error-msg {
  background-color: rgba(61,68,125,0.5);
  color: #fff;
  padding: 3px 4px 3px 4px;
  position: absolute;
  font-size: 10px;
  white-space: nowrap;
  top: 0px;
  text-transform: uppercase;
  margin-top: 454px;
  margin-left: 4px;
  font-size: 6.4pt;
}

.add-topic .error-msg {
  background-color: rgba(61,68,125,0.5);
  color: #fff;
  padding: 3px 4px 3px 4px;
  position: absolute;
  font-size: 10px;
  white-space: nowrap;
  top: 0px;
  text-transform: uppercase;
  margin-top: 334px;
  margin-left: 4px;
  font-size: 6.4pt;
}

#add_sub_topic .error-msg {
  background-color: rgba(61,68,125,0.5);
  color: #fff;
  padding: 3px 4px 3px 4px;
  position: absolute;
  font-size: 10px;
  white-space: nowrap;
  top: 0px;
  text-transform: uppercase;
  margin-top: 421px;
  margin-left: 4px;
  font-size: 6.4pt;
}
