@charset 'UTF-8';
/*
 * jQuery File Upload Plugin CSS Example 5.1
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://creativecommons.org/licenses/MIT/
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

.fileupload-buttonbar .ui-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transform: translate(250px, -50px) scale(1);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}

.fileinput-button {
  overflow: hidden;
}

/* Fix for IE 6: */
*html .fileinput-button {
  padding: 2px 0;
}

/* Fix for IE 7: */
*+html .fileinput-button {
  padding: 2px 0;
}

.fileupload-buttonbar {
  padding: 0.2em 0.4em;
}

.fileupload-buttonbar .ui-button {
  vertical-align: middle;
}

.fileupload-content {
  padding: 0.2em 0.4em;
  border-top-width: 0;
}

.fileupload-content .ui-progressbar {
  width: 200px;
  height: 20px;
}

.fileupload-content .ui-progressbar-value {
  background: url(../pbar-ani.gif);
}

.fileupload-content .fileupload-progressbar {
  width: 400px;
  margin: 10px 0;
}

.files {
  margin: 10px 0;
  border-collapse: collapse;
}

.files td {
  padding: 5px;
  border-spacing: 5px;
}

.files img {
  border: none;
}

.files .name {
  padding: 0 10px;
}

.files .size {
  padding: 0 10px 0 0;
  text-align: right;
  white-space: nowrap;
}

.ui-state-disabled .ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ui-state-disabled input {
  cursor: default;
}

* {
margin: 0;
}


body { 
  background: #111;

  color: #fff;


  
}


a {
  color: #fff;
}

a:active {
  outline: none;
}

img {
  border: 0;
}

h1{
    margin: 25px 0px 25px 0px;
    font-style: italic;
}

h2{
    margin-bottom:35px;
}

h3{
    padding: 0px;
    margin: 2px;
    font-style: italic;
    line-height: 30px;
}



#options {
  margin: 30px 0;
}

#info {
  padding: 0 5px;
}

#navigation{
    margin-bottom: 20px;
    border-bottom: 1px solid #555;
    color: #555;
}

#navigation a {
    text-decoration: none;
    padding: 3px;    
}

.llabel {
    display: inline-block;
    width: 80px;
    text-align: right;
    vertical-align:top;
}

button {
    white-space: nowrap;
}

.gal{
    display: block;
    line-height: 1px;
    width:  260px;
	height: 293px;
    border: 1px solid #555;
    padding: 5px;
    float: left;
    margin-right:20px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.galname {
    font-size: 20px;
}

input, textarea, select {
	background-color: #2D2D2D;
	border: 1px solid #555;
	color: white;
    font-family: Arial;
    font-size:10pt;
}

.pictag {
    float:left; 
    width: 960px;
    border: 1px solid #555;
    margin-right:20px;
    margin-bottom:20px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

fieldset {
    border: 1px solid #555;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}

legend {
    color: #555;
    font-weight: bold;
    font-style: italic;
}

.caption{
	display: block; 
	height: 25px;
	color:#555;
}

#tagcloud a 
{
    color: #333333;
    text-decoration: none;
    white-space: nowrap; 
    display: inline-block; 
    margin: 0px; 
    padding: 0px;
    vertical-align:center;
}

#tagcloud a:hover
{
    color: #AAA;
}

.modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #131313;
	opacity: .95;
	filter: alpha(opacity=95);
	z-index: 101;
}
.modal-window {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 102;
	background: #111;
	border: solid 8px #111;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.close-window {
	position: absolute;
	width: 47px;
	height: 47px;
	right: -15px;
	top: -15px;
	background: transparent url(../images/close-button.png) no-repeat scroll right top;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
}

.ui-dialog-title
{
	max-width: 100%;
	font-size: 11px;

}

.ui-dialog
{
	
	font-size: 11px;

}

.ui-widget-header {
    background: url("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png") repeat-x scroll 50% 50% rgb(68, 68, 68);
}