/* Basic html styles */

body {
	font-family: helvetica, verdana, arial, sans-serif;	
	margin: 0;
	line-height: 1.6em;		
	padding: 0 0 15px 0;
}

a {color: #8A9B0F;	text-decoration: none;}
a img {border: none;}
h1 {font-size: 22px; margin-top:0;}

/* Gallery name block */

#gallery-name {
	background-color: #b30000;
	color: #fff;
	font-weight: bold;
	margin: 10px auto 5px auto;
	padding: 5px;
	text-align: center;
	width: 654px;

	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#gallery-name a {color: #fff; text-shadow: #000000 1px 1px 1px;}

/* Main content */

#main {
	background-color: #fff;
	margin: 0 auto;	
	width: 608px;

	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
table {
	margin-left:-40px;
}
/* Index photoset boxes */

.photoset {
	width:130px;
	color: #555;
	font-size: 12px;
	margin: 15px ;
}
.photoset a {
	font-size: 16px;
	color: #b30000;	
}
.photoset p {
	text-align:center;
	margin:0;
}
.photoset a:hover {border-bottom: 1px solid;}

.photoset img {
	border:1px solid #b30000;
	display:block;
	text-align:center;
	margin-left:20px;
	height: 75px;
	padding: 5px 5px 5px 5px;
	width: 75px;
}


/* photoset thumbnails */

#thumbnails img {
	background-image: url(../img/thumb-bg.jpg);
	background-repeat: no-repeat;
	height: 75px;
	margin: 0 1px 1px 0;
	width: 75px;
}

/* photo display and previous-next navigation */

#photo {text-align: center;}
#photo p#navigation {
	background-color: #b30000;
	margin: 15px auto 0 auto;
	width: 400px;

	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;		
}
#photo p#navigation a {color: #fff; margin: 0 20px 0 20px;}

/* misc */
.clear {clear: both;}
.error {color: #f00;}
.loader {
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}