* {
  margin: 0;
  padding: 0;
}

html {
	height: 100%;
	width: 100%;
	background: url(images/anime/bg.png) no-repeat center center fixed #CCCCFF; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.ikk-center {
	text-align: center;
	margin: 0px auto;
	width: 75%;
	clear: both;
}

.ikk-separator {
	clear: both;
	width: 75%;
	margin: 0 auto;
	margin-top: 75px;
	border-top: 5px double #CCCCFF;
}

.ikk-separator-title {
	margin: 0 auto;
	margin-top: -17px;
	padding: 5px;
	background-color: #CCCCFF;
	color: #003399;
	font-family: 'Quando', serif;
}

.ikk-rating {
	margin: 15px auto;
	text-align: center;
}

.ikk-rating-1 {
	margin: 0 auto;
	width: 36px;
	height: 40px;
}
.ikk-rating-2 {
	margin: 0 auto;
	width: 72px;
	height: 40px;
}
.ikk-rating-3 {
	margin: 0 auto;
	width: 108px;
	height: 40px;
}
.ikk-rating-4 {
	margin: 0 auto;
	width: 144px;
	height: 40px;
}
.ikk-rating-5 {
	margin: 0 auto;
	width: 180px;
	height: 40px;
}

.plot-rating {
	background: url("images/ico_plot.png") repeat-x;
}

.lol-rating {
	background: url("images/ico_lol.png") repeat-x;
}

.love-rating {
	background: url("images/ico_love.png") repeat-x;
}

.ikk-rating-box {
	text-align: center;
	margin: 20px auto;
	width: 75%;
	clear: both;
}

.ikk-rating-lbl {
	margin: 2px auto;
	font-family: 'Quando', serif;
	font-weight: bold;
	color: #003399;
}

.ikk-summary {
	float: left;
	margin: 10px;
}

.ikk-summary-lbl {
	margin: 10px;
	padding: 10px;
	background-color: #CCCCFF;
	color: #003399;
	font-family: 'Quando', serif;
	font-weight: bold;
	font-size: 120%;
}

.ikk-summary-txt {
	padding: 15px;
}

.ikk-tnx {
	float: right;
	text-align: center;
	font-size: 75%;
}

.ikk-icon {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.ikk-icon-character {
	width: 70px;
	height: 70px;
}

#ikk-menu {
	text-align: center;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}

#ikk-menu > ul {
	width: 90%;
	list-style-type: none;
	padding: 10px 0px;
	background-color: #CCCCFF;
	margin: 0 auto;
}

#ikk-menu > ul > li {
	font-family: 'Quando', serif;
	font-weight: bold;
	display: inline;
	margin: 2px;
}

#ikk-menu > ul > li > a {
	text-decoration: none;
	color: #003399;
}

#ikk-logo {
	width: 90%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.80);
}

#ikk-logo > img {
	width: 90%;
}

#ikk-content {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
}

.ikk-foto {
	margin: 0 auto;
	margin-bottom: 25px;
	width: 300px;
}

.ikk-ep-recap {
	width: 90%;
	margin: 15px auto;
	padding: 10px 0px;
	background-color: #CCCCFF;
}

.ikk-ep-num {
	padding: 3px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCFF;
	font-family: 'Quando', serif;
	font-weight: bold;
	font-size: 70%;
	color: #6666FF;
	float: left;
	margin-left: 15px;
	margin-top: -20px;
}

.ikk-ep-title {
    font-family: 'Quando', serif;
    text-align: left;
    font-weight: bold;
    font-size: 120%;
    color: #003399;
}

.ikk-news {
	background: rgba(255, 255, 255, 0.80);
	display: inline-block;
	margin: 20px auto;
	margin-top: 50px;
	width: 90%;
	text-align: left;
	clear: both;
}

.ikk-news-date {
	padding: 3px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCFF;
	font-family: 'Quando', serif;
	font-weight: bold;
	font-size: 70%;
	color: #6666FF;
	float: left;
	margin-left: 15px;
	margin-top: -12px;
}

.ikk-news-title {
    font-family: 'Quando', serif;
    text-align: left;
    font-weight: bold;
    font-size: 120%;
    color: #003399;
	padding: 12px;
	background-color: #CCCCFF;
}

.ikk-news-p {
	padding: 15px;
}

.ikk-p {
	background: rgba(255, 255, 255, 0.75);
	display: inline-block;
	margin: 20px auto;
	margin-top: 50px;
	width: 90%;
	text-align: left;
	clear: both;
}

.ikk-p-title {
	width: 50%;
	margin: 0 auto;
	margin-top: -12px;
	padding: 5px;
	background-color: #CCCCFF;
	color: #003399;
	font-family: 'Quando', serif;
	font-weight: bold;
	text-align: center;
}

.ikk-p-section {
	margin: 20px auto;
	width: 90%;
	text-align: left;
	clear: both;
}

.ikk-animation {
}

#ikk-footer {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}

#ikk-footer > ul {
	width: 90%;
	list-style-type: none;
	padding: 10px 0px;
	background-color: #CCCCFF;
	margin: 0 auto;
}

#ikk-footer > ul > li {
	font-family: 'Quando', serif;
	font-weight: bold;
	display: inline;
	margin: 2px;
	padding: 10px;
}

#ikk-footer > ul > li > a {
	text-decoration: none;
	color: #003399;
}

.ikk-dx {
	float: right;
	margin-left: 15px;
}

.ikk-sx {
	float: left;
	margin-right: 15px;
}




/************** DESKTOP *******************/


@media screen and (min-width: 651px) {

	#ikk-content {
		width: 70%;
	}

	#ikk-footer {
		width: 70%;
	}

	.ikk-animation {
		width: 300px;
	}

	.ikk-rating {
		margin: 0;
		float: left;
		width: 30%;
	}

	.ikk-rating-box {
		width: 66%;
	}

	.ikk-separator-title {
		width: 30%;
	}

	.ikk-p-title {
		width: 33%;
	}

}






/************** MOBILE *******************/


@media screen and (max-width: 650px) {

	#ikk-menu {
		width: 90%;
	}

	.ikk-animation {
		width: 100%;
		margin: 10px auto;
	}

	.ikk-rating-box {
		width: 90%;
	}

	.ikk-rating {
		width: 80%;
	}
	
	.ikk-separator-title {
		width: 50%;
	}

}





/************** GIF PLAYER *******************/

.ikk-animation .canvas img {
	width: 100%;
}

.gif-player .canvas {
	background: #111;
	box-shadow: 0px 1px 3px #888;
	border: 10px solid white;
}

.gif-player .canvas img {
	display: block;
}

.gif-player span {
	display: none;
}

.gif-ctrl {
	margin: 0 auto;
	width: 34px;
	height: 33px;
	background-image: url('images/buttons.png');
	cursor: pointer;
}

/*
 *	"Empty" state, show "load" button
 */

.gif-player-e .gif-ctrl       { background-position:   0px 0px }

.gif-player-e .gif-ctrl:hover { background-position: -34px 0px }

/*
 *	"Loading" state, show "cancel" button
 */

.gif-player-l .gif-ctrl {
	background-image: url('images/cancel.gif') !important;
	background-position: 0px 0px;
}

.gif-player-l .gif-ctrl:hover {
	background-image: url('images/buttons.png') !important;
	background-position: -34px -34px;
}

/*
 *	"Stopped" state, show "play" button
 */

.gif-player-s .gif-ctrl       { background-position:   0px 0px }

.gif-player-s .gif-ctrl:hover { background-position: -34px 0px }

/*
 *	"Playing" state, show "stop" button
 */

.gif-player-p .gif-ctrl       { background-position:   0px -68px }

.gif-player-p .gif-ctrl:hover { background-position: -34px -68px }
