/* @override http://localhost/gallery/themes/siriux/local/theme.css */

.gallery-albums,.gallery-items{
	margin-top:20px;
}
body.gallery{text-align:left;}

.gallery-thumb .block-core-ItemLinks{
	font-size:.8em;
	margin-top:-3em;
	-moz-opacity:.8;
	opacity: .8;
}
.buttonViewSlideshow{
	float:right;
	margin-top:-1.5em;
	font-weight:bold;
}

#gallery{}

#sidebar{
	position:absolute;
	margin:0;
	padding:5px;
	left:30px;
	width:150px;
	clear:none;
	min-height:300px;
	top:245px;
}

#sidebar a.gbAdminLink{
	margin: 6px 0;
	display:block;
}
#sidebar div.block-core-GuestPreview{
	margin-top:40px;
	font-size:.9em;
}
#sidebar li{
	margin-bottom:10px;
	font-size:.8em;
}
li#photo_title{
	display:block;
	margin-bottom:20px;
	font-weight:bold;
}
#sidebar li strong{font-weight:bold;}
.block-core-EmergencyEditItemLink{
	margin-top:50px;
	font-weight:bold;
	font-size:2em;
}
.gallery-items .gallery-thumb {
	float:left;
	padding: 5px;
	height: 130px;
	vertical-align:middle;
}

.gallery-album{
	float:left;
	padding: 5px;
	width:30%;
	height: 200px;
}
.gallery-album .gallery-thumb{
	text-align:center;
	}
.gallery-thumb a img{	
 border:1px solid #FFF;
}
.gallery-thumb a:hover img{	
 border:1px solid #999;
}
div.show_border img{border: 1px solid #ddd;}
/* @group page nav */

div.block-core-Navigator  {	
 width:130px;
 height:20px;
 margin: 20px 0;
}
div.block-core-Navigator span.current{	
 display:none;
}
div.block-core-Navigator div {	
 display:inline;
}
a.previous,a.next{
	display:block;
	position:relative;
}
a.previous {	
 float:left;
 background:transparent url(/wp-content/themes/djg/images/left.gif) center right no-repeat;
 width:20px;
 height:20px;
}
a.next {	
 float:right;
 background:transparent url(/wp-content/themes/djg/images/right.gif) center left no-repeat;
 width:20px;
 height:20px;
}

a.previous span,a.next span{
	position:absolute;
	left:-9999px;	
}

/* @end */
#copyright{border-top:1px solid #999;}
#copyright,.clear{
	clear:both;
	margin-top:10px;
}

#toolbarwrap{
	margin:2em 0 3em;
	line-height:2em;
	}
