.clear {
  display: block;
  clear: both;
}
a,
a:link,
a:hover {
  color: rgb(100,100,100);
  text-decoration: none;
  color: rgb(150,150,150);
}
a:hover {
  color: rgb(255,255,255);
}
body {
  overflow-y: hidden;
  overflow-x: visible;
  background: rgb(0,0,0);
  color: rgb(255,255,255);
  text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 160%;
	margin: 0;
	padding: 4em 0 0 0;
}
body#admin {
  overflow-y: visible;
}
#top-bar {
  width: 100%;
  position: fixed;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em 0;
  padding: 0;
}
h1 a:hover {
  color: rgb(150,150,150);
}
h1 {
  color: rgb(150,150,150);
  font-size: 5em;
  line-height: .3em;
  font-weight: normal;
  margin: 0 30px;
}
h1 small {
  font-size: 66%;
  color: rgb(255,255,255);
  margin-left: 130px;
  display: block;
}
#menu {
  font-size: 1em;
  margin: 10px 0 0 30px;
}
#menu .hover {
  background: white;
}

p {
  margin: 0;
}
img {
  border: none;
}
form p {
  margin: 0;
}
label {
  float: left;
  width: 8em;
}
#photos,
#nophotos {
  background: rgb(50,50,50);
  float: left;
  border-top: 15px solid rgb(50,50,50);
  border-bottom: 15px solid rgb(50,50,50);
  padding: 0px 20px 0px 30px;
  margin-top: 60px;
  /*white-space: nowrap;*/
  line-height: 0px;
  font-size: 1px;
}
#nophotos {
  width: 300em;
  line-height: 1em;
  font-size: 1em;;
}
#photos div.content,
#nophotos div.content,
#nophotos form#comessage {
  float: left;
  height: 410px;
  border-right: 10px solid rgb(50,50,50);
}
#photos div.textcontent {
  line-height: 1.5em;
  font-size: 11px;
  padding: 0 10px;
  width: 300px;
  background: rgb(50,50,50);
}
#photos div.textcontent h2 {
  font-size: 1.2em;
  margin-top: 1em;
}
#photos div.textcontent p {
  margin-bottom: 1em;
}
#nophotos div.content,
#nophotos form#comessage {
  padding: 1em;
  width: 40em;
}
#nophotos form#comessage img {
  float: left;
  margin: 0 1px 0 0;
}
#nophotos .message {
  border-bottom: 1px dotted rgb(50,50,50);
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  line-height: 1.2em;
}
#photos img {
  border: none;
  padding: 0;
}
#partners h2 {
  font-size: 1em;
  font-weight: normal;
}
#partners {
  margin: 10px 0 0 0;
  padding: 0px 30px;
}
#partners a {
  margin: 0 20px 0 0;
}
#partners img {
  border: 1px dotted rgb(50,50,50);
}
#partners img:hover {
  border: 1px dotted rgb(100,100,100);
}
#bottom-bar {
  margin-top: 505px;
  clear: both;
  position: fixed;
}
#bottom-bar p {
  margin: 0 30px;
}

#photos .paging {
  border: none;
}
.popis {
  white-space: nowrap;
  display: inline;
  position: absolute;
  padding: 5px;
  margin: 370px 0 0 20px;
  background: transparent url('../images/bg-note.png') repeat;
  line-height: 12px;
  visibility: hidden;
  font-size: 10px;
  color: rgb(200,200,200);
}
.popis h2 {
  font-size: 11px;
  color: rgb(255,255,255);
  margin: 0;
  padding: 0;
  font-weight: normal;
}


#admin #top-bar ul {
  list-style: none;
  margin: 20px 0 20px 30px;
  padding: 0;
}
#admin #top-bar ul .hiddencat a {
  text-decoration: line-through;
  color: rgb(60,60,60)
}
#admin #top-bar {
  position: static;
}
#admin #photos,
#admin #nophotos {
  margin-top: 5px;
}
#admin #photos div.content img {
  height: inherit;
}
#admin #photos div.content {
  float: left;
  height: 150px;
  border: 1px dotted rgb(100,100,100);
  margin: 2px;
}
#admin #photos div.textcontent {
  line-height: 1.5em;
  font-size: 11px;
  padding: 0;
  width: 100px;
  background: rgb(50,0,0);
}
#admin #photos div.content input {
  position: absolute;
  z-index: 100;
}
#admin #photos div.content span {
  display: block;
  margin: 20px 3px 5px 3px;
}
#admin #photos div.content_off {
  opacity: 0.5;
}
#admin .actions, #admin #change_text_box,
#admin .actions, #admin #change_filename_box {
  clear: both;
  font-size: 10px;
  padding: 1em 0;
}
#admin #change_text_box,
#admin #change_filename_box {
  font-size: 10px;
  margin: 40px 0 0 300px;
  padding: 1em;
  position: absolute;
  z-index: 200;
  background: rgb(0,0,0);
  border: 1px solid rgb(100,100,100);
  display: none;
}
#admin #change_text_box input,
#admin #change_filename_box input {
  margin: 1px 0;
}
#admin select,
#admin input {
  font-family: monospace;
  font-size: 12px;
}

/* file upload */
#fileQueue {
	width: 400px;
	height: 300px;
	overflow: auto;
	border: 1px solid #E5E5E5;
	margin-bottom: 10px;
}
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid rgb(70,70,70);
	background-color: rgb(50,50,50);
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid rgb(70,70,70) !important;
	background-color: rgb(120,0,0) !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

#likebtns {
  float:right;
  margin: -50px 0 0 0;
  width: 220px;
  height: 50px;
  overflow:hidden;
  border: none;
}
#fblike {
  float: right;
  margin: 0;
  width: 150px;
  height: 50px;
  overflow:hidden;
  border: none;
}

