/* CSS Document */

td,th {
	background-image:none;
}

.gallery_wrapper{
	text-align:left;
  margin-left:20px;
  margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	line-height:1.7em;
}

.l_i_title {
  color:white;
  display:block;
  width:100%;
  word-wrap:normal;
  white-space:pre-wrap;
  line-height:1.3em;
  padding-top:4px;
  padding-bottom:4px;
  height:auto;
  position:absolute;
  bottom:20px;
  background-color:#000000A0;
  padding-left:20px;
  padding-right:20px;
  font-family:DejaVu Sans;
}
@media screen and (min-width: 800px) {
  .l_i_title {
    font-size:15px;
  }
}
@media screen and (max-width: 799px) {
  .l_i_title {
    font-size:10px;
  }
}

.gallery_page {
  padding-top: 10px;
  color: white;
}
@media screen and (min-width: 800px) {
  .gallery_page {
    width: 875px;
    padding-left:20px;
    padding-right:20px;
  }
}
@media screen and (max-width: 799px) {
  .gallery_page {
    width: 100%;
  }
}
.gallery_page p {
  font-family:DejaVu Sans;
  font-size:15px;
  margin-left:10px;
  margin-bottom:8px;
}
.gallery_page ul {
  font-family:DejaVu Sans;
  font-size:15px;
}
.gallery_page li {
  margin-bottom:5px;
}

.the_return {
  display:block;
  font-family:AvianoSerifRegular;
  color:white;
  font-size:20px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  text-align:center;
}
.the_return a:link, .the_return a:visited {
	color:white;
	text-decoration:none;
}

.gallery_footer{
	width:100%;
	max-width:756px;
	display:block;
	margin:auto;
	color:#FFFFFF;
  margin-bottom:20px;
	font-size:12px;
	text-align:center;
	text-shadow: -1px -1px #555555;
}

.gallery_footer a:link, .gallery_footer a:visited{
	color:#FFF;
	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:#07aaff;
	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:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin-top:-10px;
	margin-bottom:20px;
	padding:0px;
	letter-spacing:1px;
	line-height:1.4em;f
}
.breadcrumb a:link, .breadcrumb a:visited {
	color:white;
}
.breadcrumb a:hover {
	text-decoration:underline;
}

.concise_description {
  color:white;
  font-family:DejaVu Sans;
  text-align:center;
  font-size:20px;
}

/* 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 #12a1e2; 
	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;
}

.gallery_stuff {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 800px) {
  .gallery_stuff {
    width: 850px;
  }
}
@media screen and (max-width: 799px) {
  .gallery_stuff {
    width: 100%;
  }
}

/* The wonderful things we've seen. */
.list_o_galleries {
  padding-top: 10px;
  color: white;
  background-image:url("/galleries/layout/Vanadinite.jpg");
  background-size:100%;
}
@media screen and (min-width: 800px) {
  .list_o_galleries {
    width: 850px;  /* So that the stupid centering will work. */
  }
}
.list_o_galleries a {
  display:block;   /* Or else that hover thing doesn't work. */
}
.list_o_galleries a:hover {
  background-color:#606060;
}
.picture_pane {
  margin:10px;
  border: solid white 2px;
  border-radius:20px;
}
.gallery_entry {
  display: flex;
  flex-wrap: wrap;
  margin-left:20px;
  margin-right:20px;
  margin-bottom:20px;
  padding:10px;
  background-color:#00000070;
}
@media screen and (min-width: 800px) {
  .gallery_entry {
    flex-direction:row;
  }
}
@media screen and (max-width: 799px) {
  .gallery_entry {
    flex-direction:column;
  }
}

.gallery_pic_box {
  padding-left:10px;
  padding-right:10px;
}
.gallery_pic {
  max-height:100%;
  max-width:100%;
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
}
.gallerent_info {
  font-size:17px;
}
@media screen and (min-width: 800px) {
  .gallery_pic_box {
    width: 20%;
  }
  .gallerent_info {
    width:80%;
    margin-top:30px;
  }
}
@media screen and (max-width: 799px) {
  .gallery_pic_box {
    width: 100%;
  }
  .gallery_pic {
    width: 60%;
  }
  .gallerent_info {
    width:100%;
    margin-top:20px;
    text-align:center;
  }
}

