/* CSS Document */

body {
	background-color:#161e27;
	color: #eee;
}

td,th {
	background-image:none;
}
.gallery_wrapper {
  margin-top: 55px;
}

.gallery_wrapper h1 {
	text-align: center;
	font-size: 60px;
	color: #c9aa70;
}

.gallery-h1 {
	box-shadow: 0 6px 36px rgba(0,0,0,.56);
	border-bottom: 4px solid #745528;
	border-top: 4px solid #745528;
	background-color: #1a2522;
}
.gallery-h1 h1{
	font-size: 60px;
	line-height: 48px;
	color: #c9aa70;
	text-align: center;
}

.gallery-wrapper-bg {
	background-color: #161e27;
}

a:link, a:visited{
	color:#fff;
}

.gallery_footer{
	padding-top: 20px;
	color: #FFFFFF;
	font-size: 20px;
}

.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{
	top: 65px !important;
	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 {
	margin-bottom: 0;
	font-size: 20px;
	border-radius: 0;
	background: #161e27;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height:1.4em;
}
.breadcrumb a{
	padding-right: 5px;
	padding-left: 5px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color:#fff;
}
.breadcrumb a:hover {
	color:#c9aa70;
}




/* category thumbnails >>> */

.category_thumbnail_span{
	display: block;
	text-align: center;
	padding: 10px;
	border: 2px solid #7c5d2e;
	margin-top: 15px;
	background: #301118;
}

.category_thumbnail_span img{
	border:0px;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0,0,0,.56);
}

a.category_thumbnail_image{
	min-width: 100px;
	min-height: 100px;
	display:block;
	background-repeat:no-repeat; 
	background-position:center center;
}

a.category_thumbnail_title{
	text-decoration: none;
	display: block;
	padding-top: 20px;
	font-size: 22px;
}

/* 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-img-thumb {
	padding: 5px;
	border: 2px solid #7c5d2e;
	margin-top: 25px;
	margin-right: 10px;
	cursor: pointer;
}
.gallery-img-large {
	cursor: pointer;
	margin: auto;
	position: relative;
	bottom: -20px;
	max-width: 1908px;
	max-height: 520px;
}