* { margin:0; padding:0; border: 0px; }
html { font-size: 10pt; height: 100%; }
body { font-family:'Helvetica', Arial, sans-serif; margin:0; padding:0; color: #FFF; background-image: url(/img/bar-bg.png); background-repeat: repeat-x; background-color: #6B7075; height: 100%; }

a:link { color: #7992a2; text-decoration: none;       }
a:visited { color: #7992a2; text-decoration: none;    }
a:hover { color: #7992a2; text-decoration: underline; }
a:active { color: #7992a2; text-decoration: none;     }
a.last-page { color: #7992a2; text-decoration: none;  }

.hidden { display: none; }
.clear  { clear: both; }

#content {
  min-width: 700px;
  min-height: 100%;
  height: 100%;
}

#gallery_pane {
  float: left;
}

#gallery_sidebar {
  float: right;
  display: block;
  width: 110px;
  min-height: 100%;
  height: 100%;
  border-left: 2px groove grey;
  overflow-y: scroll;
  overflow-x: hidden;
}

#gallery_meta {
  float: left;
  width: 500px;
  line-height: 64px;
  overflow: hidden;
}

#gallery_header {
  
}

#puush_logo {
  margin-top: 0px;
  width: 212px;
  height: 64px;
  float: left;
  margin-left: 5px;
  background-image: url(/img/puush-menuhead.png);
}

#puush_logo a {
  display: block;
  width: 212px;
  height: 64px;
  margin-left: -5px;
}

#gallery_image {
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
}

#gallery_image img {
  text-align: left;
}

#loader {
  width: 32px;
  margin: 0 auto;
  padding: 100px;
}

.puush_tile 	{
	position: relative;
	margin-right: 10px;
	float: left;
	width: 82px;
	height: 82px;
	margin: 5px;
	overflow: hidden; 
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

#gallery_thumbs .unselected {
  transition: 0.5s;
  -moz-transition: 0.5s; /* Firefox 4 */
  -webkit-transition: 0.5s; /* Safari and Chrome */
  -o-transition: 0.5s; /* Opera */
	background-color: #FFF;
	border: 1px solid #bac0c6;
}

#gallery_thumbs .selected {
  transition: 0.5s;
  -moz-transition: 0.5s; /* Firefox 4 */
  -webkit-transition: 0.5s; /* Safari and Chrome */
  -o-transition: 0.5s; /* Opera */
	background-color: #ffae00;
	border: 1px solid #ffae00;
}

#gallery_thumbs .unselected .thumb {
	border: 1px solid #bac0c6;
}

#gallery_thumbs .selected .thumb {
	border: 1px solid #ffae00;
}

#gallery_thumbs .thumb		{ float: left; margin-top: 4px; margin-left: 4px; width: 72px; height: 72px; }
#gallery_thumbs .thumb a	{ float: left; width: 72px; height: 72px; }

#user_meta {
  float: left;
  padding-left: 10px;
  line-height: 64px;
}
