/*
AnimeKalesi Anime Database
http://www.animekalesi.com
*/

/* Tooltip */

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:140px;
  color: #FFFFFF;
  background: #575757;
  height: 32px;
  line-height: 32px;
  text-align: center;
  visibility: hidden;
  border-radius: 9px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #575757;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}

/* PageLoading */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #eb9929;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #eb9929, 0 0 5px #eb9929;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #eb9929;
  border-left-color: #eb9929;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}


/* Elements */

::selection {
  background: #747474; /* WebKit/Blink Browsers */
  color:#FFFFFF;
}
::-moz-selection {
  background: #747474; /* Gecko Browsers */
  color:#FFFFFF;
}

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #ffffff;
		padding: 6px;
	}

img.shadow {
	background: url(images/shadow.gif) no-repeat right bottom;
	padding: 0px 10px 10px 0px;
}

#son_eklenen a{
	float:left; 
	text-decoration:none;
	padding-bottom:1px;
	color: #646464
	
}
#son_eklenen a:hover{
	float:left; 
	text-decoration:none;
	padding-bottom:1px;
	color: #7C7C7C
	
}
#anime_list a{
	float:left; 
	width:20.85px; 
	height:19px; 
	background-color: #787878; border-right:solid 2px #FFFFFF;
	font: 0.7em verdana;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:1px;
	
}
#anime_list a:hover{
	background-color: #949494;
}
#animetumu a{
	font-size: 14px;
	background-color: #FFFFFF; 
	border:solid 1px #787878;
	color: #787878;
	text-decoration:none;
	
	position: absolute;
	margin-left: -19px;
	padding: 2px 1px 1px 3px;
	width:38px; 
	height:15px;
	
}
#animetumu a:hover{
	background-color: #787878;
	border:solid 1px #2e2e2e;
	color: #FFFFFF
	
}
#altyazi_list a{
	float:left; 
	width:20.85px; 
	height:19px; 
	background-color: #538D50; border-right:solid 2px #FFFFFF;
	font: 0.7em verdana;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:1px;
	
}
#altyazi_list a:hover{
	background-color: #8EB685;
}
#altyazitumu a{
	font-size: 14px;
	background-color: #FFFFFF; 
	border-right:solid 1px #538D50;border-left:solid 1px #538D50;border-top:solid 1px #538D50;border-bottom:solid 1px #538D50;
	color: #538D50;
	text-decoration:none;
	
}
#altyazitumu a:hover{
	background-color: #538D50;
	border-right:solid 1px #315425;border-left:solid 1px #315425;border-top:solid 1px #315425;border-bottom:solid 1px #315425;
	color: #FFFFFF
	
}
#album_list a{
	float:left; 
	width:20.85px; 
	height:19px; 
	background-color: #4A768A; border-right:solid 2px #FFFFFF;
	font: 0.7em verdana;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:1px;
	
}
#album_list a:hover{
	background-color: #7A91A9;
}
#albumtumu a{
	font-size: 14px;
	background-color: #FFFFFF; 
	border-right:solid 1px #4A768A;border-left:solid 1px #4A768A;border-top:solid 1px #4A768A;border-bottom:solid 1px #4A768A;
	color: #4A768A;
	text-decoration:none;
	
	position: absolute;
	margin-left: -19px;
	padding: 2px 1px 1px 3px;
	width:38px; 
	height:15px;
	
}
#albumtumu a:hover{
	background-color: #4A768A;
	border-right:solid 1px #275678;border-left:solid 1px #275678;border-top:solid 1px #275678;border-bottom:solid 1px #275678;
	color: #FFFFFF
	
}

#anime_indir_buton a{ 
	background-color:#f6f6f6; border-bottom:solid 1px #E1E1E1; border-right:solid 1px #E1E1E1; border-left:solid 1px #E1E1E1; border-top:solid 1px #E1E1E1;
	font: 0.7em verdana;
	font-size: 13px;
	color: #A1A1A1;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	
}
#anime_indir_buton a:hover{
	background-color:#e7f5dc;
}

#anime_tanit a{
	float:left; 
	width:664px; 
	height:18px; 
	background-color:#f6f6f6; border-bottom:solid 1px #E1E1E1;
	font: 0.7em verdana;
	font-size: 13px;
	color: #A1A1A1;
	text-decoration:none;
	padding-top:1px;
	
}
#anime_tanit a:hover{
	background-color:#e7f5dc;
}

body {
	margin: 5px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A1A1A1;
	background-image:url('images/background15c.webp');
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
}

h1 {
}

h2, h3, h4, h5, h6 {
	color: #535353;
}

p, ol, ul {
	text-align: justify;
}

strong {
	font-weight: bold;
	color: #808080;
}

a {
	color: #454545;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #7C7C7C;
}

.stats {
	padding-bottom: 0;
	margin: 120px 0 0 0;
}

.box {
	padding-bottom: 0;
	margin: 0 0 0 0;
}

.box2 {
	padding-bottom: 0;
	margin:0 0 0 0;
}

.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 5px;
	background: url(images/img08.gif) no-repeat left bottom;
}

.image {
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
}

.indent {
	margin-left: 125px;
}

/* Header */

#header {
	width: 928px;
	height: 25px;
	margin: 0 auto;
	background: #ffffff url(images/logo_top.svg?v=1.0) repeat-x;
	background-size: 928px 37px;
	border-bottom: 3px solid #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 740px;
	height: 25px;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;

}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 19px;
	padding: 5px 14px 0 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #B0B0B0;
}

#menu a:hover {

	background-color: #B0B0B0;
	color: #ffffff;
}

/* Search */

#search { 
	float: right;
	height: 10px;
	margin: 0 0 0 0;
	padding: 5px 7px 0 0;
	
	z-index:1
}

#search fieldset {

	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

#input1 {
	width: 150px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
}

#input2 {
	height: 20px;
	background: #ffffff;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #833131;
}

/* Content */

#content {
	width: 928px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 227px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	border-right: 1px dotted #CCCCCC;
}

#colOne h3 {
	padding: 0 20px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: none;
}

#colOne li {
	padding: 5px 0;
	border-top: 1px solid #EFEFEF;
}

#colOne li.first {
	border: none;
}

#colTwo {
	float: left;
	width: 664px;
	padding: 125px 20px 0 15px;
	background-color:#FFFFFF;
}

#colTwo h2 {
	margin-top: 0;
	font-size: 26px;
}

#colTwo h3 {
	margin-bottom: 0;
	font-size: 18px;
}

#colTwo h4 {
	margin-top: 0;
	font-size: 11px;
	font-weight: normal;
}

#colTwo .box {
	margin: 0 -30px 30px -20px;
	padding: 0 30px 0 20px;
}

#colTwo .bottom {
	margin: 0 0 20px -20px;
	padding: 0 0 20px 20px;
}

/* Logo */

#logo {
	height: 125px;
	width: 950px;
	position:absolute;
	margin-top:-3px

}

#logo h1, #logo h2, #logo a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 0;
	font-size: 34px;
}

#logo h2 {
	margin-top: -5px;
	font-size: 12px;
}

/* Footer */

#footer {
	clear: both;
	width: 928px;
	margin: 0 auto;
	padding-top: 25px;
	background: url(images/img11.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
}

nav1
{
BACKGROUND-COLOR: #BB0000;
color:#ffffff;
}
.nav2
{
BACKGROUND-COLOR: #990000;
color:#ffffff;
} 

/*	SLIDER   */
			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 606px; height: 97px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 606px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -23px 0 0 -23px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 3px; height: 17px; 
											  margin-top: -27px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 30px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
/*	SLIDER SON   */

/*	Placeholder Style   */
::-webkit-input-placeholder { /* Chrome */
  color: #CBCBCB;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #CBCBCB;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #CBCBCB;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #CBCBCB;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}