@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/
 */

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  background: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  line-height:1.5em;
  font-size: 0.85em;
}

#header
{
  padding: 30px 60px 20px 40px;
  background: #111;
  color: #fff;
}

#nav a{
  color: #fff;
  font-size:1.2em;
}

img {
  border: 0;
}


#nav {
  clear:both;
  margin: 60px 0 0 0 ;
}

#info {
  padding: 0 5px;
}

.fileupload-optionsbar
{
	padding-top:10px;
	padding-left:10px;
	height: 30px;
	vertical-align:middle;	
}

h1
{
	display:inline-block;
	font-size:2.5em;
	vertical-align:middle;
	margin-left:0.5em;
	line-height:normal;
}

h2
{
	line-height:normal;	
	margin-bottom: 0px;
}

#content
{
	margin: 20px 40px;	
	color:#444;
}

#content a
{
	color:#0063DC;
}

#comment
{
	float:right;
	margin-top: 30px;
	width: 450px;
	background:#111;
	color:#fff;
	padding: 10px 0px 10px 20px;
	border-radius: 15px;
	box-shadow: 0px 0px 60px #222;
}

#header div
{
	display:inline-block;
}

.imageForAlbum
{
		text-align:center;
        height:80px;
        width: 80px;
        margin:0px 0px 0px 0px;
        float:left;
        color:#999;
        font-size:11px;
        overflow:hidden;
		background-color:#fcfcfc;
}

.imgAlbum
{
	width:80px;
	height:80px;	
	border-style: none;
}

.imageForAlbumBorder
{
		border-left:1px #ddd solid;
		border-top:1px #ddd solid;
}

.imageForAlbumBorderR
{
		border-left:1px #ddd solid;
		border-top:1px #ddd solid;
		border-right:1px #ddd solid;
}

.imageForAlbumBorderRB
{
		border:1px #ddd solid;
}

.imageForAlbumBorderB
{
		border-left:1px #ddd solid;
		border-top:1px #ddd solid;
		border-bottom:1px #ddd solid;
}


a.noborders:hover 
{
	background-color:transparent;
}

#gallery
{
        width:423px;
		height:400px;
        overflow:auto;
}

#galleryHolder
{
		width: 425px;
		margin:0px;
		background-color:#eee;
		padding:5px 0px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		border:#aaa 1px solid;
}

.imageForAlbum:hover
{
	background-color:#eee;
}

.tooltip{
   position: absolute;
   padding: 5px 7px;
   z-index: 2;
   
   color: #303030;
   background-color: #d5d5d5;
   border: 1px solid #ccc;
   border-radius: 4px 4px 4px 4px;
   
   font-family: sans-serif;
   font-size: 10px;
   line-height: 14px;
   text-align: left;
}


.persistent
{
   position: absolute;
   padding: 20px;
   z-index: 3;
   
   color: #303030;
   background-color: #FFd;
   border: 1px solid #ccc;
   border-radius: 4px 4px 4px 4px;
   
   font-family: sans-serif;
   font-size: 10px;
}
/*
.zoomIcon
{
	position:absolute; 
	right:3px; 
	top:3px; 
	background-color:#666; 
	width:13px; 
	height:13px; 
	border: 1px solid #777;
   	border-radius: 2px 2px 2px 2px;
}*/

.zoomIcon
{
	position:relative; 
	left:14px; 
	top:-77px; 
	background-color:#111; 
	width:24px; 
	height:23px; 
	padding-top:1px;
	border: 1px solid #333;
   	border-radius: 2px 2px 2px 2px;
}

.zoomIcon a:hover 
{
	background-color:transparent;
}

.divZoom
{
	display:none;
	z-index:-1;
	position:absolute; 
	width:100%;
}

#dropHint
{display:none;}

small
{margin-left: 1px;}

small a 
{
	list-style:none; line-height:2em; 

}

#tools
{
	list-style:none; 
	line-height:2em; 
	padding-left:30px;
}

ul#tools li img
{
	margin-right:15px;	
}

#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -30px;
}
#footer, #push {
height: 30px;
}

#footer a
{
	color: #ddd;	
	text-decoration:none;
}

* {
margin: 0;
}

#footer
{
	color:#aaa;
	text-align:center;
	font-size:14px;
	background-color:#000;
}

#footer div
{
	padding-top:4px;	
}
