/*

Author:  DarkHunter94
Last updated: 2015-12-03

*/

/* Font imports */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500);
@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:800);

/*Cover import*/
@import url(https://dl.dropboxusercontent.com/s/q60j5wi1rb28grq/mal_animeCover_list.css);

/*Select Menu*/
@import url(https://dl.dropboxusercontent.com/s/olhvvlhyk0igmv2/mal_darkhunter94_selectMenu.css);

/*Control strip*/
@import url(https://dl.dropboxusercontent.com/s/59n3drrkj79zgxw/mal_darkhunter94_Menu.css);

/*Winter snow animation
@import url(https://dl.dropboxusercontent.com/s/cjyyc71a50a0uh3/mal_snow.css);*/

body {
	background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
	overflow-y: scroll;
}

 /* Covers */

.animetitle[href^="/anime/"]:after{
	content:"";
	opacity: 0;
	margin-top: -26px !important;
	transition: margin 0.2s linear, opacity 0.2s linear;
}

#list_surround tab\le:nth-of-type(n+4) tbody:hover .animetitle:after {
	background-repeat: no-repeat !important;
	background-size: 220px 304px !important;
	border: 3px ridge #333333;
	border-radius: 6px 6px 6px px;
	display: block !important;
	height: 304px !important;
	left: 15px !important;
	margin-top:-26px !important;
	position: fixed !important;
	top: 100px !important;
	width: 220px !important;
	z-index: 2;
	opacity: 1;
}

#grand_totals, .category_totals {
	background-color: rgba(22,22,22,0.75) !important;
	padding: 2px 5px 2px;
	border-radius: 0px 0px 10px 10px;
	color: #181818 !important;
	transition: color 0.2s linear, background-color 0.15s linear;
	text-align: center;
}

#grand_totals {
	border-radius: 10px;
	padding: 10px;
	color: lightgrey !important;
}

.category_totals:hover{
	color: #909699 !important;
}



.header_title {
    font-family: "Alegreya Sans SC", "Arial";
    font-size: 28px;
    font-weight: 500;
	text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
}

.header_title a {
	color: cyan !important;
}


a{
	color: lightgrey;
	text-decoration: none !important;
}


#list_surround {
	background: none repeat scroll 0 0 rgba(15,15,15,0.25);
	box-shadow: inset 0 0 15px #000000;
	border-radius: 11px;
	position: block;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 30px !important;
	margin-top: 25px;
	margin-bottom:25px;
	width: 1000px;
	margin-left: auto ;
	margin-right: auto ;
	color: #A5AAAC;
	font-family:  "Roboto", "Arial";
	font-size: 12.5px;
	font-weight:normal !important;
}
a:hover {
	color: white;
	font-weight: 500;
}
a.thickbox {
	color: Yellow;
}
#copyright {
	background-color: rgba(22,22,22,1) !important;
	color: lightgrey;
	padding: 10px;
	border-radius: 10px;
}

#copyright a {
	background: none repeat scroll 0 0 purple;
	color: blue;
}

td.table_header{
	padding: 7px 8px 7px;
	background-color: rgba(22,22,22,0.75) !important;
	border-bottom: 1px solid !important;
}

td.table_header:nth-of-type(1) {
	border-radius: 10px 0px 0px 0px;
} 

td.table_header:nth-of-type(6) {
	width: 150px !important;
}

td.table_header:nth-last-of-type(1){
	border-radius: 0px 10px 0px 0px;
}

.td1 {
	background-color: rgba(33,33,33,0.80);
}

.td2 {
	background-color: rgba(38,38,38,0.80);
}

.td1, .td2 {
	padding: 3px 8px 3px;
}

tr:hover [class^="td"] {
    background-color: #575757;
    transition: background-color 0.1s linear;
}

td[align="left"] {
    text-align: center;
    font-size: 12px;
	width: 150px;
}


td a small{
	display:inline-block;
	background-color: rgba(55,55,55,0.85) !important;
	font-size: 9px !important;
	border: 1px solid;
    border-radius: 3px;
	border-color: rgba(22,22,22,1);
	padding-left: 3px;
	padding-right: 3px;
	margin: 1px 0 0 0;
	opacity: 0;
	transition: color 0.1s linear, background-color 0.1s linear, opacity 0.1s linear;
    text-transform: uppercase;
}

td small a{
	display:inline-block;
	background-color: rgba(55,55,55,0.85) !important;
	font-size: 9px !important;
	border: 1px solid;
    border-radius: 3px;
	border-color: rgba(22,22,22,1);
	padding-left: 3px;
	padding-right: 3px;
	margin: 1px 0 0 5px;
	opacity: 0;
	transition: color 0.1s linear, background-color 0.1s linear, opacity 0.1s linear;
    text-transform: uppercase;
}

a small:hover,
small a:hover{
    background-color: rgba(88,88,88,0.95) !important;
}

tr:hover td a small,
tr:hover td small a{
    opacity: 1 !important;
}

td:nth-of-type(2) div small {
    font-size: 0;
    white-space: normal;
}

.animetitle + small { 
	/*background-color: rgba(38,38,38,0.9);
	border: 1px solid;
    border-radius: 3px;
	padding: 1px;*/
    text-transform: uppercase;
}

}

.hide {
    z-index: 3;
    position: fixed;
    height: 315px;
    width: 220px;
    top: 45px;
    right: 0;
    margin-right: -220px;
    border-radius: 2px 0 0 2px;
    background-color: rgba(255,255,255,0.95);
    opacity: 0;
    pointer-events: none;
    transition: margin 0.2s linear, opacity 0.2s linear;
}

#list_surround small a {
	background: none repeat scroll 0 0 black;
}

input{
	transition: background-color 0.15s linear;
}

#mal_cs_powered a,
#searchListButton,
#mal_cs_pic a img {
	display: none !important;
}