@font-face {
	 font-family: 'sf_shai_fontai_regular';
	 src: url('https://cache.e-cards.com/fonts/font_squirrel/sf-shai-fontai/SF_Shai_Fontai-webfont.woff') format('woff');
	 font-weight: normal;
	 font-style: normal;
    }
    
 body {
	background-color: rgba(255, 255, 255);
	background-image: url(https://cache.e-cards.com/images/backgrounds/chinese-ny-bg.gif);
	background-size: auto;
	background-repeat: repeat;
	color: #8b0101;
}

#page {
	background: none;
	background-color: rgba(253, 218, 220, 0.837);
	border-color: #960000;
}


h1, h2 {
	font-family: 'sf_shai_fontai_regular', sans-serif;
	font-weight: 800;
	color: #8b0101;
	text-shadow: 1px 0px 2px #7d0000;

}

#left_nav {
	font-size: 1em;
	font-weight: 800;
}

#left_nav li::before {
	content: "🐉";
}

ul a::before, ol a::before, li a::before {
	background: linear-gradient(to right, 
	rgba(169, 0, 0, 0.6),
	rgba(255, 197, 197, 0.15)
	);
}

#left_nav a {
	color: #8b0101;
}

#left_nav a:hover {
	color: #ffefef;
}


a {
	color: #c70000;	
}

a:visited {
	color: #8b0101;
}

a:hover {
	color: #4f0101;	
}

.thumb_img_largest, .thumb_cell .thumb_img_larger {
	border-color: #8b0101;
}


.content_box {
	border-color: rgba(199, 0, 0, 1);
}

.content_box_title {
	font-family: 'sf_shai_fontai_regular', sans-serif;
	font-size: 1.4em;
	text-shadow: 1px 0px 2px var(--text-shadow-color);
	border-color: rgba(199, 0, 0, 1);
	background-color: rgba(19, 0, 255, 0.067);
}

.img_add_border {
	border-color: rgba(145, 0, 0, 1)
}
