/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-image:url('layout/gallery-background.jpg');
	background-size: cover;
	text-align:center;
}

td,th {
	background-image:none;
}

.gallery_wrapper{
	text-align:left;
	margin:auto;
	color: white;
	width: calc(83% - 40px);
	display:block;
	background:#494949;
	/*border:1px solid #0b7fde;*/
	padding:30px;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:1.7em;
}

h1{
	margin:0px;
	padding-bottom:20px;
	/* text-shadow: 1px 1px #CCCCCC; */
	color: white;
	line-height: 1.25em;
}

a:link, a:visited{
	color: #ff6200;
	text-decoration: none;
}
a:hover {
	color: #ff6200;
	text-decoration: underline;
}

.gallery_footer {
  display: inline-block;
  width: fit-content;
  padding: 20px;
  margin: auto;
  margin-top:10px;
  color: #FFFFFF;
  line-height: 1.25em;
  font-size: 1em;
  background-color: rgba(73, 73, 73, .65);
  /* text-shadow: -1px -1px #555555; */
}

.gallery_footer a:link, .gallery_footer a:visited{
	color: #ff6200;
	text-decoration:none;
}

/* normal liquid button */
a.liquid_button{
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background-color:#07aaff;
	border:1px solid #0b7fde;
	padding:5px;
	display:inline-block;
	background: url(layout/liquid_button.gif) no-repeat;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

a.liquid_button:hover{
	background-position:0px -50px;
}

/* disabled liquid button */
a.liquid_button_disabled{
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background-color:#07aaff;
	/* border:1px solid #a7a7a7; */
	padding:5px;
	display:inline-block;
	background: url(layout/liquid_button.gif) no-repeat 0px -100px;
	cursor:default;
}

a.liquid_button_red{
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background-color:#EA0000;
	border:1px solid #A00;
	padding:5px;
	display:inline-block;
	background: url(layout/liquid_button_red.gif) no-repeat;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

a.liquid_button_red:hover{
	background-position:0px -50px;
}

input{
	border-style:inset;
	/* border:1px solid #CCC; */
	padding:5px;
}

input.button_110{
	border:none;
	color:#FFF;
	background-color:#07aaff;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:3px;
	width:110px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	/* note that it is "background" NOT "background-image", that would not work in IE and PNG would not be 100% transp*/
	background: url(layout/button_110.gif) no-repeat;
	cursor:pointer;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

input.button_110:hover{
	background-position:0px -30px;
}

input.button_190{
	border:none;
	color:#FFF;
	background-color:#c2c2c2;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:3px;
	width:190px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	/* note that it is "background" NOT "background-image", that would not work in IE and PNG would not be 100% transp*/
	background: url(layout/button_190.gif) no-repeat;
	cursor:pointer;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

input.button_190:hover{
	background-position:0px -30px;
}

input.cancel_button_30{
	border:none;
	background-color:#DF0005;
	width:30px;
	height:30px;
	/* note that it is "background" NOT "background-image", that would not work in IE and PNG would not be 100% transp*/
	background: url(layout/cancel_button_30.gif) no-repeat;
	cursor:pointer;
	z-index:10000;
}
input.cancel_button_30:hover{
	background-position:0px -30px;
}

.message_success {
	padding:4px;
	padding-left:10px;
	background-color:#009900;
	border:1px solid #006600;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
}

.message_error {
	padding:4px;
	padding-left:10px;
	background-color:#CE0000;
	border:1px solid #990000;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
}

.breadcrumb {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 0px;
  letter-spacing: 1px;
  line-height: 1.4em;
}

.breadcrumb a {  /* Target all links within the breadcrumb */
  background-color: #ff6200;
  color: white;
  padding: 5px 10px; /* Adjust padding as needed */
  border: none;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  margin-right: 5px; /* Add spacing between buttons */
}

.breadcrumb a:hover {  /* Optional hover effect */
  background-color: #c84b00; /* Change hover color as desired */
  color: #FFF;
  text-decoration: underline;
}

/* category thumbnails >>> */
.category_thumbnail_span{
	display:inline-block; 
	text-align:center; 
	padding:5px; 
	/* border:1px solid #CCC; */
	margin-top:5px;
	margin-right:5px;
	overflow:hidden;
}
.category_thumbnail_span:hover {
  transform: scale(1.2) translateY(5px); /* Increase size, move text down 5px */
  transition: transform 0.2s ease-in-out; /* Smooth transition effect */
}

a:hover.category_thumbnail_span img{
	border:1px solid #FFF;
}
.category_thumbnail_span:hover .category_thumbnail_title {
  color: #ff6200;
  text-decoration: underline;
}

a.category_thumbnail_image{
	display:inline-block; 
	background-repeat:no-repeat; 
	background-position:center center;
}

a.category_thumbnail_title{
	text-decoration:none;
	display:inline-block;
	padding-top:4px;
	text-transform:capitalize;
	color: white;
}
a:hover.category_thumbnail_title{
	color:yellow;
	text-decoration: underline;
}

/* the small confirmation box that appears on the photo edit box, that says "data saved" */
.photo_edit_confirmation{
	background-color:#89d0f1; 
	border:1px solid #85bfef; 
	color:#FFFFFF; 
	text-shadow: -1px -1px #8b9fa8; 
	letter-spacing:1px; 
	text-transform:uppercase;
	padding:6px;
	padding-left:10px;
	padding-right:10px;
	cursor:default;
	border-radius:4px;
	float:left;
}

.photo_edit_error{
	background-color:#EA0000;
	border:1px solid #A00;
	color:#FFFFFF; 
	letter-spacing:1px; 
	text-transform:uppercase;
	padding:6px;
	padding-left:10px;
	padding-right:10px;
	cursor:default;
	border-radius:4px;
	float:left;
}

.red_text{
	color:#EC0006;
}

.green_text{
	color:#090;
}

.photos:hover {
  transform: scale(1.2); /* Increase image size by 20% on hover */
  transition: transform 0.2s ease-in-out; /* Smooth transition effect */
}

.photos {  /* Maintain existing styles for the photo */
  padding:5px;
  border:0px solid #CCC;
  margin-top:5px;
  margin-right:5px;
  cursor: pointer; /* Optional: Set cursor to pointer on hover */
}