div.gallery {
	display:block;
	width:100%;
	height:500px;
	text-align:center;
	position:relative;
	padding:0;
	margin:0;
	background:#090909;
	font-family:arial,helvetica,sans;
	overflow:hidden;
}


div.gallery_message {
	display:block;
	position:absolute;
	color:#999;
	text-align:center;
	background:#444;
	border-bottom:1px solid #555;
	width:100%;
	left:0;
	top:0;
	margin:0;
	padding:1px 0;
	cursor:pointer;
	z-index:100;
}

.gallery_button {
	position:relative;
	padding:1px 10px;
	margin:0 1px;
	border:1px solid #444;
	background:#333;
	color:#AAA;
	cursor:pointer;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

.gallery_button.hover {
	background:#444;
	border-color:#555;
	color:#BBB;
}

.gallery_button.pressed	{
	color:#777;
	background:#222;
	border-color:#333;
}




.gallery_tools {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:2px 0;
	border-top:1px solid #252525;
	background:#151515;
	z-index:100;
}

.gallery_tools .gallery_button {
	float:left;
	margin:0 5px;
}


.gallery_dimmer {
	background:#000;
	opacity:0.9;
	filter:alpha(opacity=90);
	cursor:pointer;
}

.gallery_alertbox {
	position:absolute;
	left:50%;
	top:100px;
	width:460px;
	padding:10px 20px 20px;
	margin-left:-255px;
	border:5px solid #999;
	background:#111;
	color:#666;
	text-align:center;
	z-index:999;
}

#create_gallery, #create_image, .gallery_renamebox {
	position:absolute;
	left:50%;
	top:100px;
	width:460px;
	padding:10px 20px 20px;
	margin-left:-255px;
	border:5px solid #999;
	background:#111;
	color:#666;
	text-align:center;
	z-index:999;
}

div.gallery_title {
	margin:0 0 10px;
	padding:0;
	font-family:"Lucida Handwriting", handwriting, cursive, arial, helvetica, sans;
	text-align:center;
	font-size:200%;
	font-weight:bold;
	color:#777;
}

div.gallery_box	{
}

div.gallery_upload_explainer {
	font-size:88%;
	background:none;
	color:#444;
	border:1px solid #222;
	margin:2px 5px 10px;
	padding:2px 5px;
}

textarea.error, input.error	{
	border:1px solid #900;
	background:#633;
}

div.input {
	text-align:center;
	position:relative;
	display:block;
	overflow:auto;
	margin:0 0 4px;
	padding:0;
	border:none;
}

.text {
	position:relative;
	display:block;
	width:90%;
	padding:2px;
	margin:1px auto;
	border:1px solid #444;
	background:#222;
	color:#AAA;
	font-size:100%;
	text-align:center;
}
textarea.text {
	display:block;
	height:4em;
	text-align:left;
}

div.input.input_file_wrapper {
	overflow:hidden;
	background:none;
	cursor:pointer;
}
div.input.input_file_wrapper .gallery_inputtitle {
	display:block;
}

.renameImage_input_wrap, .renameGallery_input_wrap {
	display:block;
	overflow:auto;
}

input.file {
	opacity:0;
	filter:alpha(opacity=0);
	font-size:200px;
	letter-spacing:100px;
	position:absolute;
	right:0px;
	top:-20px;
	z-index:999;
	cursor:pointer;
}
span.input_file_cover {
	position:relative;
	display:block;
	width:90%;
	margin:0 auto;
	padding:2px;
	z-index:1;
	cursor:pointer;
}



div.input span.gallery_inputtitle {
	font-size:110%;
	color:#666;
}

span.gallery_inputtitle_desc {
	display:none;
}










span.gallery_spacer	{
	padding-left:1em;
	visibility:hidden;
}



/* gallery display area */

div.gallery_display	{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	overflow:hidden;
	cursor:url('/gallery/darkroom/themes/default/images/grab.ico'),-moz-grab;
	z-index:1;
}
div.gallery_display.mousedown {
	cursor:url('/gallery/darkroom/themes/default/images/grabbing.ico'),-moz-grabbing;
}

div.gallery_display_inner {
	width:9999em;
	overflow:hidden;
}

div.gallery_display_row {
	position:relative;
	margin:50px 0 0 50px;
	padding:0;
	width:300px;
	height:380px;
	float:left;
	clear:none;
	border:1px solid #161616;
	background:#000;
	color:#666;
	cursor:pointer;
	text-align:center;
}

div.gallery_display_row.hover {
	border:1px solid #1C1C1C;
	background:#0A0A0A;
	color:#777;
}

div.gallery_display.dragging div.gallery_display_row, div.gallery_display.dragging div.gallery_display_row.hover {
	border:1px solid #161616;
	background:#000;
	color:#666;
	cursor:url('/gallery/darkroom/themes/default/images/grabbing.ico'),-moz-grabbing;
}
div.gallery_display.flicking div.gallery_display_row, div.gallery_display.dragging.flicking div.gallery_display_row {
	cursor:url('/gallery/darkroom/themes/default/images/grab.ico'),-moz-grab;
}

div.gallery_display_row .gallery_display_name, div.gallery_display_row.hover .gallery_display_name {
	position:relative;
	display:block;
	padding:3px 0 0;
	color:#999;
	font-weight:bold;
	font-size:170%;
	font-family:"Lucida Handwriting", handwriting, cursive, arial, helvetica, sans;
	text-align:center;
	text-decoration:none;
	z-index:1;
}

div.gallery_display_row.hover .gallery_display_name {
	color:#CCC;
}
div.gallery_display.dragging .gallery_display_name {
	color:#999;
}

.gallery_display_image {
	display:block;
	position:relative;
	width:280px;
	height:280px;
	margin:5px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}
div.gallery_display_row.hover .gallery_display_image {
	border:none;
	opacity:1;
	filter:alpha(opacity=100);
}
div.gallery_display.dragging div.gallery_display_row .gallery_display_image {
	opacity:0.8;
	filter:alpha(opacity=80);
}


.gallery_display_image_noimages	{
	display:inline;
	border:none;
	position:absolute;
	top:0; left:0;
	margin:10px;
	width:80px; height:80px;
}

span.gallery_display_created {
	display:none;
	position:absolute;
	left:-999em;
	top:-999em;
	visibility:hidden;
	height:0;
	width:0;
}

span.gallery_display_description {
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	padding:3px 5px;
	width:290px;
	font-size:90%;
}


div.galleryItemContextMenu {
	background:#1A1A1A;
	margin:0;
	padding:1px;
	border:1px solid #333;
	cursor:default;
	z-index:998;
}

div.galleryItemContextMenu .contextMenuItem, div.galleryItemContextMenu .contextMenuItem.hover {
	display:block;
	margin:0;
	padding:2px 1em 2px 19px;
	background:#1A1A1A;
	border:1px solid #1A1A1A;
	color:#555;
	cursor:pointer;
}

div.galleryItemContextMenu .contextMenuItem.hover {
	background:#111;
	border-color:#222;
	color:#AAA;
}
















.darkroom_gallery_dimmer {
	background:#000;
	cursor:pointer;
	z-index:901;
}

.darkroom_image_wrap {
	padding:0;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	background:none;
	border:none;
	z-index:990;
}
.darkroom_image {
}
.darkroom_image_name {
	display:none;
	
	position:absolute;
	top:-1.3em;
	left:0;
	height:1.3em;
	width:100%;
	background:#000;
	font-weight:bold;
	font-size:2em;
	text-align:center;
	color:#FFF;
}
.darkroom_image_desc {
	display:none;
	
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	background:#000;
	font-weight:normal;
	text-align:center;
	color:#FFF;
}






















/*
div.galleryImageContextMenu {
	background:#FFFFFF;
	border:1px solid #AAAAAA;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	cursor:default;
	z-index:200;
}

div.galleryImageContextMenu .contextMenuItem {
	display:block;
	padding:0.1em;
	padding-left:0.5em;
	padding-right:1.5em;
	background:#FFFFFF;
	border:1px solid #FFFFFF;
	font-size:12px;
	color:#000000;
	cursor:pointer;
	z-index:200;
}

div.galleryImageContextMenu .contextMenuItem.hover {
	display:block;
	padding:0.1em;
	padding-left:0.5em;
	padding-right:1.5em;
	background:#CCEEFF;
	border:1px solid #6699FF;
	font-size:12px;
	color:#000000;
	cursor:pointer;
	z-index:200;
}
*/





























