/* CSS Document */

html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #000; /* Tam sayfa siyah arka plan */
    text-align: center;
    margin: 0; /* Kenar boşluklarını sıfırladım */
    padding: 0; /* İç boşlukları sıfırladım */
    height: 100%; /* Tam ekran yüksekliği */
    width: 100%; /* Tam ekran genişliği */
    overflow-x: hidden; /* Yatay kaydırmayı engelle */
}

td,th {
	background-image:none;
}

.gallery_wrapper {
    text-align: left;
    margin: 0; /* Kenar boşluklarını sıfırladım, ortalamayı kaldırdım */
    padding: 10px;
    width: 100%; /* Tam genişlik */
    /* max-width: 756px; kaldırıldı, tam ekran için */
    display: block;
    background: #000; /* Siyah arka plan */
    min-height: 100vh; /* Tam ekran yüksekliği */
    -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: 0; /* Köşe yuvarlamasını kaldırdım, isteğe bağlı */
    border-radius: 0; /* Köşe yuvarlamasını kaldırdım, isteğe bağlı */
    line-height: 1.7em;
    box-sizing: border-box; /* Padding ve border'ı genişliğe dahil et */
}

h1{
	margin-top:0px;
	text-shadow: 1px 1px #CCCCCC;
}

a:link, a:visited{
	color:#edbc6c;
}

.gallery_footer{
	width:100%;
	max-width:756px;
	display:block;
	margin:auto;
	color:#FFFFFF;

	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:#edbc6c;
	border:1px solid #edbc6c;
	padding:5px;
	display:inline-block;

	-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:#edbc6c;
	border:1px solid #a7a7a7;
	padding:5px;
	display:inline-block;
 	cursor:default;
}


a.liquid_button_red{
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background-color:#edbc6c;
	border:1px solid #edbc6c;
	padding:5px;
	display:inline-block;

	-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:#edbc6c;
	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*/
 	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:#edbc6c;
	border:1px solid #edbc6c;
	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*/

	cursor:pointer;

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.0);
	-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:#edbc6c;
	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:#edbc6c;
	border:1px solid #edbc6c;
	color:#FFFFFF;
	margin-top:0px;
	margin-bottom:10px;
}


.breadcrumb {
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin-top:-10px;
	margin-bottom:20px;
	padding:0px;
	letter-spacing:1px;
	line-height:1.4em;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color:#999999;
}
.breadcrumb a:hover {
	color:#333333;
}




/* 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 img{
	border:0px;
}

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;
}

/* the small confirmation box that appears on the photo edit box, that says "data saved" */
.photo_edit_confirmation{
	background-color:#edbc6c;
	border:1px solid #fff;
	color:#FFFFFF;
	text-shadow: -1px -1px #edbc6c;
	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:#edbc6c;
	border:1px solid #edbc6c;
	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:#edbc6c;
}

.green_text{
	color:#090;
}