/*
	Siriux Gallery 2 Theme
	Copyright 2005-2007 Nico Kaiser.
*/


/* -- Main layout definitions ------------- */

body.gallery {
	margin: 0em;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	background-color: #ffffff;
	color: #ccc;
	text-align: center;
}

a {
	color: #333;
}

a:hover {
	color: #05a;
}

hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}


.header {
}

.content {
	clear: both;
	margin: 0 auto;
	text-align: left;
	width: 840!important;
}



/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 0px;
	text-align: center;


}

.gallery-thumb img {
	background-color: #ffffff;
	border: 0px solid #ffffff;
	padding: 0px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #333;
}



/* -- Gallery Album listing --------------- */

.gallery-albums {
	clear: both;

}

.gallery-albums .gallery-thumb {
	margin-right: 0px !important;
    }

.gallery-album {
	width: 22%; /* Change to 96% if you want 1 Album per line */
	height: 100px;
	padding: 0.4em 0.4em 0.4em 1.3em ;
	text-align: center;
	float: left;
	background-color: #ffffff;
	border-bottom: 0px solid #ebebeb;
}

.gallery-album p {
	font-size: 0.9em;
}

.gallery-album .meta {
	margin-top: 0px;
	color: #333;
	font-size: 0.9em;
}


/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0;
	clear: both;
}



/* -- System- / Item-Links ---------------- */

.gbSystemLinks, .block-core-ItemLinks {
	clear: both;
	border-top: 3px solid #9c9;
	border-bottom: 1px solid #9c9;
	background-color: #efe;
	margin: 1.5em 0;
	padding: 0.5em;
}

.block-core-SystemLink { font-weight: bold; }

.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {
	display: block;
	padding: 0.3em;
}

