/***********************************
	General stylesheet for www.rumebox.net
	Author: Rume
	Last Updated on 9th July 2009
    Copyright (C) 2008 www.rumebox.net. All rights reserved.
/************************************/

* { padding: 0;	margin: 0; }
form { margin: 0 }
img { border: 0 }
body { background: #000 url(../images/bg-main.jpg) no-repeat center top; }
body { color: #ddd; font-size: 101%; font-family: Arial }
a:link,a:active,a:visited { color: #9cf; text-decoration: none; }
a:hover { color: #d0e4ff; }
table { border: 0; border-collapse: collapse; border-spacing: none; }

#bgcontainer { /*background: url(../images/bg-container.jpg) no-repeat center top;*/ width: 980px; margin: 10px auto 0 auto }
#container  { width: 940px; margin: 0 auto; }

/* for the fixed top bar and footer, and the shadow below the flash content */
/* font-size 0 rectify the <10px height problem in IE */
/*#header    { height: 10px; width: 940px; font-size: 0; }*/
#midshadow { background: url(../images/bg-midshadow.gif); height: 5px; width: 940px; font-size: 0; }
#footer { background: url(../images/bg-footer.jpg) no-repeat left #333; height: 85px; width: 940px; margin: 0 auto; }
#footer .left { float: left; }
#footer .right { float: right; text-align: right; padding: 65px 5px 0 0; font-size: 0.75em; }
#footer-content {  width: 940px; height: 70px; padding: 10px 0; color: #666; font-size: 0.75em; line-height: 20px; margin: 0 auto; text-align: center; }
#footer-content a:link, #footer-content a:active, #footer-content a:visited { color: #999; }
#footer-content a:hover { color: #9cf; }

/* contain the individual layouts float for each page */
#layout { width: 100%; font-size: 0.7em; background-color: #333; }
#layout-wrapper { padding: 4px 8px 0 8px; }

/* content border */
.border  { border: 1px solid #000; padding: 1px; background-color: #666; margin-bottom: 5px; position: relative; }
.border2 { padding: 3px 6px; background: #000 url(../images/bg-content.gif) repeat-x top; }
		
/* bullet list */
ul { margin: 0; padding: 0; list-style: none; }
li { margin: 0; background: url(../images/bullet.gif) no-repeat scroll; padding: 0 15px 0 8px; }
.bullet { background: url(../images/bullet.gif) no-repeat; padding-left: 8px; }

/* for the bottom margin, before the end of the page, footer */
/*.spacer { height: 5px; width: 1px; font-size: 0; clear: both; }*/

/* Misc */
#basic-accordian { position: relative; z-index: 2; }
.accordion_headings{ color: #39f; cursor: pointer; }
.header { color: #39f;  line-height: 20px; }
.req, .errorMsg { color: #ff6666; }
.successMsg { color: Green; }
.photo { border: 1px solid #999; padding: 1px; margin-top: 6px; }
.topic, .big { font-size: 12px; }
.photoName { color: #999; font-size: 11px; }
.photoName-caption { color: #fff; font-size: 12px; }
.albumName { color: #ffffcc; font-size: 12px; }
.small { font-size: 10px; }
.clear { clear: both; height:1px; font-size: 1px; line-height: 0px; overflow: hidden; }
.tip { background-color: #000; color:#fff; font-size: 11px; padding: 1px; }
.tip .tip-title { color: #ccc; background-color: #666; font-size: 10px; padding: 2px 5px 2px 2px; }
.tip .tip-text { color: #fff; padding: 3px; }
.top { background: url(../images/arrow-up.gif) no-repeat; padding-left: 15px; cursor: pointer; display: block; color: #ccc; font-size: 11px;}
.divLoading { background: url(../images/loading.gif) no-repeat; height: 16px; width:16px; }
.link { cursor: pointer; display: block; color: #9cf; }

input, textarea { font: 12px Arial; border: 1px solid #666; background: #000 url(../images/bg-content.gif) repeat-x top; padding: 1px; color: #FFF; text-indent: 2px;}
input[type=image] { background: none; border: none; }
select, .dropdown { font: 11px Arial; border: 1px solid #666; background: #000; padding: 1px; color: #CCC; text-indent: 2px;}
.dropdown option { margin: 5px; }

#divFlashVid { width: 160px; height: 130px; margin: 0 auto; }
#divFlash { width: 940px; height: 180px; background-color: #000; color: #999; text-align: center; z-Index: -1; }
#divFlashContent, #divFlashVidContent { outline: none; }

.buttonRow { height: 30px; }
.buttonRow .left { float: left; }
.buttonRow .right { text-align: right; float: right; }
.buttonRow .clear { clear: both; }
a.button-post { background: url(../images/bg-button-post.gif) no-repeat; height: 20px; width: 60px; display: block; cursor: pointer; }
a.button-post:hover { background: url(../images/bg-button-post.gif) no-repeat 0 -20px; height: 20px; width: 60px; display: block; cursor: pointer; }

/************************************/
/* HOME LAYOUT - 3 columns layout */
/************************************/
#layout-left   { float: left; width: 190px; margin: 0; }
#layout-center { margin-left: 198px; width: 518px;  line-height: 20px; }
#layout-right  { float: right; width: 200px; }

/* rectify the 3px bug in IE */
* html #layout-center {	margin-left: 195px; }

#layout-left #profile					 { width: 170px; margin: 0;  line-height: 20px; }
#layout-left #profile .row .label { float: left; width: 70px; color: #999; }	
#layout-left #profile .row .stat  { float: left; width: 100px; }
#layout-center .blog 					   { padding-bottom: 10px; }
#layout-center .blog div.row			   { width: 500px; margin: 0; color: #999; height: 20px; }
#layout-center .blog div.row .date	   { float: left; width: 280px; text-align: left;  }	
#layout-center .blog div.row .comment { float: right; width: 100px; text-align: right; }

/* Message Box */
#layout-left .comment { padding-bottom: 5px; }
#layout-left .name { color: #ffffcc;  }
#layout-left .date { color: #999; }
#layout-left #comments-form { width: 174px; margin: 5px 0 5px 0; }
#layout-left #comments-form ul { clear: both; }
#layout-left #comments-form .row {  }
#layout-left #comments-form .row .label { float: left; width: 60px; }
#layout-left #comments-form .row .formw { float: left; width: 114px; } 

#layout-center .accordion_headings { color: #FFF;  }
#layout-center .accordion_headings:hover { color: #FFCC99;  }
#layout-center .header_highlight { color: #FF9966; }
#layout-center .name { color: #ffffcc; }
#layout-center .recent-comment-postby { color: #999; }

#divRandom { width: 100%; }
#divRandom #divRandomContent { margin: 0 auto; }
#divRandom .divRandomPhoto { width: 180px; height: 50px; border: 1px solid #666; margin-bottom: 10px; }
#divRandom .divRandomPhoto {  padding: 1px }

/************************************/
/* BLOG LAYOUT - 2 columns layout */
/************************************/
#blog-layout-left   { float: left; width: 666px; margin: 0; line-height: 20px; }
#blog-layout-right  { float:right; width: 250px; margin: 0; line-height: 20px; }
#blog-layout-left .blogImage { padding: 2px; border: 2px solid #666; margin: 6px 0 6px 5px; }
#blog-layout-left .topic   { color: #ffffcc; font-size: 12px; }
#blog-layout-left .date   { color: #999; }
#blog-layout-left .content, #content { font-size: 12px; }
#blog-layout-left .comment { color: #9cf; font-size: 12px; }
#blog-layout-left .comment2 { color: #69c; font-size: 12px; }
#blog-layout-left div.row		   	   { width: 650px; overflow: hidden; margin: 0; color: #999; }
#blog-layout-left div.row span.left  { float: left; width: 460px; }	
#blog-layout-left div.row span.right { float: right; width: 80px; text-align: right; }
#blog-layout-left div span ul li	   { padding: 0 0 0 8px; }
#blog-layout-left .name	   { font-size: 12px; color: #ffffcc; }
#blog-layout-left #comments-form	   	   { padding-top: 6px;}
#blog-layout-left #comments-form .row { padding-bottom: 10px;}
#blog-layout-left .row .label 	   { float: left; width: 100px; color: #CCC; }
#blog-layout-left .row .formw 	   { float: left; width: 530px; color: #CCC; } 
#blog-layout-left .blog-comment { width: 100%; padding-bottom: 10px; }
#blog-layout-left .blog-comment-wrapper { padding: 5px; border: 1px solid #666; }
#blog-layout-left .blog-comment .row1 { background-color: #666; }
#blog-layout-left .blog-comment .row1 { background-color: #999; }

#searchBox { height: 30px; }
#searchBox .field 	   { float: left; width: 150px; }
#searchBox .btn 	   { float: right; width: 70px; } 

/************************************/
/* PORTFOLIO LAYOUT - 2 columns layout */
/************************************/
#port-layout-left   { float: left; width: 560px; margin: 0; line-height: 20px; }
#port-layout-left .project { border: 1px solid #999; margin: 5px 0; width: 380px; height: 30px; }
#port-layout-right  { float:right; width: 356px; margin: 0;  line-height: 20px;  }
#port-layout-right .profile  { width: 340px; }
#port-layout-right .profile .row .label { float: left; width: 90px; }	
#port-layout-right .profile .row .stat  { float: right; width: 250px; }
#port-layout-right .label { width: 90px; color: #666;}
#port-layout-right .stat { width: 140px; }

#dlResume { background: url(../images/icon-pdf.gif) scroll 0 3px no-repeat; padding-left: 20px }

/************************************/
/* GALLERY LAYOUT 
/************************************/
#divAlbums { width: 100%; }
#divAlbums #divAlbums-wrapper { padding: 0 25px }
#divAlbums .divAlbum { width: 170px; height: 160px; text-align: center; float: left; }
.album { background: url(../images/bg-album.jpg) no-repeat center; height: 100px; margin: 0 auto; }

#divPhotos { width: 100%; }
#divPhotos #divPhotos-wrapper { padding: 0 16px }
#divPhotos .divPhoto  { float: left; width: 145px; height: 90px; text-align: center; }

/* Slim Box */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbBottom .title { color: #FF6633; } 
#lbBottom p { font-size: 11px; font-weight: normal; } 
#lbBottom a:link, #lbBottom a:visited, #lbBottom a:active { font-size: 11px; color: #666; text-decoration: underline; } 

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbNumber { font-size: 11px; }

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.nendoroid { width: 50px; height: 50px; float: left; }
#n0000 { background: url(/blog/data/nendoroids-full.jpg) 0 0; }
#n0000h { background: url(/blog/data/nendoroids-full.jpg) -500px 0; }
#n0001 { background: url(/blog/data/nendoroids-full.jpg) -50px 0; }
#n0001h { background: url(/blog/data/nendoroids-full.jpg) -550px 0; }
#n0002 { background: url(/blog/data/nendoroids-full.jpg) -100px 0; }
#n0002h { background: url(/blog/data/nendoroids-full.jpg) -600px 0; }
#n0003 { background: url(/blog/data/nendoroids-full.jpg) -150px 0; }
#n0003h { background: url(/blog/data/nendoroids-full.jpg) -650px 0; }
#n0004 { background: url(/blog/data/nendoroids-full.jpg) -200px 0; }
#n0004h { background: url(/blog/data/nendoroids-full.jpg) -700px 0; }
#n0005 { background: url(/blog/data/nendoroids-full.jpg) -250px 0; }
#n0005h { background: url(/blog/data/nendoroids-full.jpg) -750px 0; }
#n0006 { background: url(/blog/data/nendoroids-full.jpg) -300px 0; }
#n0006h { background: url(/blog/data/nendoroids-full.jpg) -800px 0; }
#n0007 { background: url(/blog/data/nendoroids-full.jpg) -350px 0; }
#n0007h { background: url(/blog/data/nendoroids-full.jpg) -850px 0; }
#n0008 { background: url(/blog/data/nendoroids-full.jpg) -400px 0; }
#n0008h { background: url(/blog/data/nendoroids-full.jpg) -900px 0; }
#n0009 { background: url(/blog/data/nendoroids-full.jpg) -450px 0; }
#n0009h { background: url(/blog/data/nendoroids-full.jpg) -950px 0; }

#n0010 { background: url(/blog/data/nendoroids-full.jpg) 0 -50px; }
#n0010h { background: url(/blog/data/nendoroids-full.jpg) -500px -50px; }
#n0011 { background: url(/blog/data/nendoroids-full.jpg) -50px -50px; }
#n0011h { background: url(/blog/data/nendoroids-full.jpg) -550px -50px; }
#n0012 { background: url(/blog/data/nendoroids-full.jpg) -100px -50px; }
#n0012h { background: url(/blog/data/nendoroids-full.jpg) -600px -50px; }
#n0013 { background: url(/blog/data/nendoroids-full.jpg) -150px -50px; }
#n0013h { background: url(/blog/data/nendoroids-full.jpg) -650px -50px; }
#n0014 { background: url(/blog/data/nendoroids-full.jpg) -200px -50px; }
#n0014h { background: url(/blog/data/nendoroids-full.jpg) -700px -50px; }
#n0015 { background: url(/blog/data/nendoroids-full.jpg) -250px -50px; }
#n0015h { background: url(/blog/data/nendoroids-full.jpg) -750px -50px; }
#n0016 { background: url(/blog/data/nendoroids-full.jpg) -300px -50px; }
#n0016h { background: url(/blog/data/nendoroids-full.jpg) -800px -50px; }
#n0017 { background: url(/blog/data/nendoroids-full.jpg) -350px -50px; }
#n0017h { background: url(/blog/data/nendoroids-full.jpg) -850px -50px; }
#n0018 { background: url(/blog/data/nendoroids-full.jpg) -400px -50px; }
#n0018h { background: url(/blog/data/nendoroids-full.jpg) -900px -50px; }
#n0019 { background: url(/blog/data/nendoroids-full.jpg) -450px -50px; }
#n0019h { background: url(/blog/data/nendoroids-full.jpg) -950px -50px; }

#n0020 { background: url(/blog/data/nendoroids-full.jpg) 0 -100px; }
#n0020h { background: url(/blog/data/nendoroids-full.jpg) -500px -100px; }
#n0021 { background: url(/blog/data/nendoroids-full.jpg) -50px -100px; }
#n0021h { background: url(/blog/data/nendoroids-full.jpg) -550px -100px; }
#n0022 { background: url(/blog/data/nendoroids-full.jpg) -100px -100px; }
#n0022h { background: url(/blog/data/nendoroids-full.jpg) -600px -100px; }
#n0023 { background: url(/blog/data/nendoroids-full.jpg) -150px -100px; }
#n0023h { background: url(/blog/data/nendoroids-full.jpg) -650px -100px; }
#n0024 { background: url(/blog/data/nendoroids-full.jpg) -200px -100px; }
#n0024h { background: url(/blog/data/nendoroids-full.jpg) -700px -100px; }
#n0025 { background: url(/blog/data/nendoroids-full.jpg) -250px -100px; }
#n0025h { background: url(/blog/data/nendoroids-full.jpg) -750px -100px; }
#n0026 { background: url(/blog/data/nendoroids-full.jpg) -300px -100px; }
#n0026h { background: url(/blog/data/nendoroids-full.jpg) -800px -100px; }
#n0027c { background: url(/blog/data/nendoroids-full.jpg) -350px -100px; }
#n0027ch { background: url(/blog/data/nendoroids-full.jpg) -850px -100px; }
#n0027b { background: url(/blog/data/nendoroids-full.jpg) -400px -100px; }
#n0027bh { background: url(/blog/data/nendoroids-full.jpg) -900px -100px; }
#n0027a { background: url(/blog/data/nendoroids-full.jpg) -450px -100px; }
#n0027ah { background: url(/blog/data/nendoroids-full.jpg) -950px -100px; }

#n0028c { background: url(/blog/data/nendoroids-full.jpg) 0 -150px; }
#n0028ch { background: url(/blog/data/nendoroids-full.jpg) -500px -150px; }
#n0028b { background: url(/blog/data/nendoroids-full.jpg) -50px -150px; }
#n0028bh { background: url(/blog/data/nendoroids-full.jpg) -550px -150px; }
#n0028a { background: url(/blog/data/nendoroids-full.jpg) -100px -150px; }
#n0028ah { background: url(/blog/data/nendoroids-full.jpg) -600px -150px; }
#n0029 { background: url(/blog/data/nendoroids-full.jpg) -150px -150px; }
#n0029h { background: url(/blog/data/nendoroids-full.jpg) -650px -150px; }
#n0030 { background: url(/blog/data/nendoroids-full.jpg) -200px -150px; }
#n0030h { background: url(/blog/data/nendoroids-full.jpg) -700px -150px; }
#n0031 { background: url(/blog/data/nendoroids-full.jpg) -250px -150px; }
#n0031h { background: url(/blog/data/nendoroids-full.jpg) -750px -150px; }
#n0032 { background: url(/blog/data/nendoroids-full.jpg) -300px -150px; }
#n0032h { background: url(/blog/data/nendoroids-full.jpg) -800px -150px; }
#n0033 { background: url(/blog/data/nendoroids-full.jpg) -350px -150px; }
#n0033h { background: url(/blog/data/nendoroids-full.jpg) -850px -150px; }
#n0034 { background: url(/blog/data/nendoroids-full.jpg) -400px -150px; }
#n0034h { background: url(/blog/data/nendoroids-full.jpg) -900px -150px; }
#n0035 { background: url(/blog/data/nendoroids-full.jpg) -450px -150px; }
#n0035h { background: url(/blog/data/nendoroids-full.jpg) -950px -150px; }

#n0036 { background: url(/blog/data/nendoroids-full.jpg) 0 -200px; }
#n0036h { background: url(/blog/data/nendoroids-full.jpg) -500px -200px; }
#n0037 { background: url(/blog/data/nendoroids-full.jpg) -50px -200px; }
#n0037h { background: url(/blog/data/nendoroids-full.jpg) -550px -200px; }
#n0038 { background: url(/blog/data/nendoroids-full.jpg) -100px -200px; }
#n0038h { background: url(/blog/data/nendoroids-full.jpg) -600px -200px; }
#n0039 { background: url(/blog/data/nendoroids-full.jpg) -150px -200px; }
#n0039h { background: url(/blog/data/nendoroids-full.jpg) -650px -200px; }
#n0040 { background: url(/blog/data/nendoroids-full.jpg) -200px -200px; }
#n0040h { background: url(/blog/data/nendoroids-full.jpg) -700px -200px; }
#n0041 { background: url(/blog/data/nendoroids-full.jpg) -250px -200px; }
#n0041h { background: url(/blog/data/nendoroids-full.jpg) -750px -200px; }
#n0042 { background: url(/blog/data/nendoroids-full.jpg) -300px -200px; }
#n0042h { background: url(/blog/data/nendoroids-full.jpg) -800px -200px; }
#n0043 { background: url(/blog/data/nendoroids-full.jpg) -350px -200px; }
#n0043h { background: url(/blog/data/nendoroids-full.jpg) -850px -200px; }
#n0044 { background: url(/blog/data/nendoroids-full.jpg) -400px -200px; }
#n0044h { background: url(/blog/data/nendoroids-full.jpg) -900px -200px; }
#n0045 { background: url(/blog/data/nendoroids-full.jpg) -450px -200px; }
#n0045h { background: url(/blog/data/nendoroids-full.jpg) -950px -200px; }

#n0046 { background: url(/blog/data/nendoroids-full.jpg) 0 -250px; }
#n0046h { background: url(/blog/data/nendoroids-full.jpg) -500px -250px; }
#n0047b { background: url(/blog/data/nendoroids-full.jpg) -50px -250px; }
#n0047bh { background: url(/blog/data/nendoroids-full.jpg) -550px -250px; }
#n0047a { background: url(/blog/data/nendoroids-full.jpg) -100px -250px; }
#n0047ah { background: url(/blog/data/nendoroids-full.jpg) -600px -250px; }
#n0048 { background: url(/blog/data/nendoroids-full.jpg) -150px -250px; }
#n0048h { background: url(/blog/data/nendoroids-full.jpg) -650px -250px; }
#n0049 { background: url(/blog/data/nendoroids-full.jpg) -200px -250px; }
#n0049h { background: url(/blog/data/nendoroids-full.jpg) -700px -250px; }
#n0050 { background: url(/blog/data/nendoroids-full.jpg) -250px -250px; }
#n0050h { background: url(/blog/data/nendoroids-full.jpg) -750px -250px; }
#n0051 { background: url(/blog/data/nendoroids-full.jpg) -300px -250px; }
#n0051h { background: url(/blog/data/nendoroids-full.jpg) -800px -250px; }
#n0052 { background: url(/blog/data/nendoroids-full.jpg) -350px -250px; }
#n0052h { background: url(/blog/data/nendoroids-full.jpg) -850px -250px; }
#n0053 { background: url(/blog/data/nendoroids-full.jpg) -400px -250px; }
#n0053h { background: url(/blog/data/nendoroids-full.jpg) -900px -250px; }
#n0054b { background: url(/blog/data/nendoroids-full.jpg) -450px -250px; }
#n0054bh { background: url(/blog/data/nendoroids-full.jpg) -950px -250px; }

#n0054a { background: url(/blog/data/nendoroids-full.jpg) 0 -300px; }
#n0054ah { background: url(/blog/data/nendoroids-full.jpg) -500px -300px; }
#n0055b { background: url(/blog/data/nendoroids-full.jpg) -50px -300px; }
#n0055bh { background: url(/blog/data/nendoroids-full.jpg) -550px -300px; }
#n0055a { background: url(/blog/data/nendoroids-full.jpg) -100px -300px; }
#n0055ah { background: url(/blog/data/nendoroids-full.jpg) -600px -300px; }
#n0056b { background: url(/blog/data/nendoroids-full.jpg) -150px -300px; }
#n0056bh { background: url(/blog/data/nendoroids-full.jpg) -650px -300px; }
#n0056a { background: url(/blog/data/nendoroids-full.jpg) -200px -300px; }
#n0056ah { background: url(/blog/data/nendoroids-full.jpg) -700px -300px; }
#n0057 { background: url(/blog/data/nendoroids-full.jpg) -250px -300px; }
#n0057h { background: url(/blog/data/nendoroids-full.jpg) -750px -300px; }
#n0058 { background: url(/blog/data/nendoroids-full.jpg) -300px -300px; }
#n0058h { background: url(/blog/data/nendoroids-full.jpg) -800px -300px; }
#n0059 { background: url(/blog/data/nendoroids-full.jpg) -350px -300px; }
#n0059h { background: url(/blog/data/nendoroids-full.jpg) -850px -300px; }
#n0060 { background: url(/blog/data/nendoroids-full.jpg) -400px -300px; }
#n0060h { background: url(/blog/data/nendoroids-full.jpg) -900px -300px; }
#n0061 { background: url(/blog/data/nendoroids-full.jpg) -450px -300px; }
#n0061h { background: url(/blog/data/nendoroids-full.jpg) -950px -300px; }

#n0062 { background: url(/blog/data/nendoroids-full.jpg) 0 -350px; }
#n0062h { background: url(/blog/data/nendoroids-full.jpg) -500px -350px; }
#n0063 { background: url(/blog/data/nendoroids-full.jpg) -50px -350px; }
#n0063h { background: url(/blog/data/nendoroids-full.jpg) -550px -350px; }
#n0064 { background: url(/blog/data/nendoroids-full.jpg) -100px -350px; }
#n0064h { background: url(/blog/data/nendoroids-full.jpg) -600px -350px; }
#n0065 { background: url(/blog/data/nendoroids-full.jpg) -150px -350px; }
#n0065h { background: url(/blog/data/nendoroids-full.jpg) -650px -350px; }
#n0066 { background: url(/blog/data/nendoroids-full.jpg) -200px -350px; }
#n0066h { background: url(/blog/data/nendoroids-full.jpg) -700px -350px; }
#n0067 { background: url(/blog/data/nendoroids-full.jpg) -250px -350px; }
#n0067h { background: url(/blog/data/nendoroids-full.jpg) -750px -350px; }
#n0068 { background: url(/blog/data/nendoroids-full.jpg) -300px -350px; }
#n0068h { background: url(/blog/data/nendoroids-full.jpg) -800px -350px; }
#n0069 { background: url(/blog/data/nendoroids-full.jpg) -350px -350px; }
#n0069h { background: url(/blog/data/nendoroids-full.jpg) -850px -350px; }
#n0070 { background: url(/blog/data/nendoroids-full.jpg) -400px -350px; }
#n0070h { background: url(/blog/data/nendoroids-full.jpg) -900px -350px; }
#n0071 { background: url(/blog/data/nendoroids-full.jpg) -450px -350px; }
#n0071h { background: url(/blog/data/nendoroids-full.jpg) -950px -350px; }

#n0072 { background: url(/blog/data/nendoroids-full.jpg) 0 -400px; }
#n0072h { background: url(/blog/data/nendoroids-full.jpg) -500px -400px; }
#n0073 { background: url(/blog/data/nendoroids-full.jpg) -50px -400px; }
#n0073h { background: url(/blog/data/nendoroids-full.jpg) -550px -400px; }
#n0074 { background: url(/blog/data/nendoroids-full.jpg) -100px -400px; }
#n0074h { background: url(/blog/data/nendoroids-full.jpg) -600px -400px; }
#n0075 { background: url(/blog/data/nendoroids-full.jpg) -150px -400px; }
#n0075h { background: url(/blog/data/nendoroids-full.jpg) -650px -400px; }
#n0076 { background: url(/blog/data/nendoroids-full.jpg) -200px -400px; }
#n0076h { background: url(/blog/data/nendoroids-full.jpg) -700px -400px; }
#n0077 { background: url(/blog/data/nendoroids-full.jpg) -250px -400px; }
#n0077h { background: url(/blog/data/nendoroids-full.jpg) -750px -400px; }
#n0078 { background: url(/blog/data/nendoroids-full.jpg) -300px -400px; }
#n0078h { background: url(/blog/data/nendoroids-full.jpg) -800px -400px; }
#n0079 { background: url(/blog/data/nendoroids-full.jpg) -350px -400px; }
#n0079h { background: url(/blog/data/nendoroids-full.jpg) -850px -400px; }
#n0080 { background: url(/blog/data/nendoroids-full.jpg) -400px -400px; }
#n0080h { background: url(/blog/data/nendoroids-full.jpg) -900px -400px; }
#n0081 { background: url(/blog/data/nendoroids-full.jpg) -450px -400px; }
#n0081h { background: url(/blog/data/nendoroids-full.jpg) -950px -400px; }

#n0082 { background: url(/blog/data/nendoroids-full.jpg) 0 -450px; }
#n0082h { background: url(/blog/data/nendoroids-full.jpg) -500px -450px; }
#n0083 { background: url(/blog/data/nendoroids-full.jpg) -50px -450px; }
#n0083h { background: url(/blog/data/nendoroids-full.jpg) -550px -450px; }
#n0084 { background: url(/blog/data/nendoroids-full.jpg) -100px -450px; }
#n0084h { background: url(/blog/data/nendoroids-full.jpg) -600px -450px; }
#n0085 { background: url(/blog/data/nendoroids-full.jpg) -150px -450px; }
#n0085h { background: url(/blog/data/nendoroids-full.jpg) -650px -450px; }
#n0086 { background: url(/blog/data/nendoroids-full.jpg) -200px -450px; }
#n0086h { background: url(/blog/data/nendoroids-full.jpg) -700px -450px; }
#n0087 { background: url(/blog/data/nendoroids-full.jpg) -250px -450px; }
#n0087h { background: url(/blog/data/nendoroids-full.jpg) -750px -450px; }
#n0088 { background: url(/blog/data/nendoroids-full.jpg) -300px -450px; }
#n0088h { background: url(/blog/data/nendoroids-full.jpg) -800px -450px; }
#n0089 { background: url(/blog/data/nendoroids-full.jpg) -350px -450px; }
#n0089h { background: url(/blog/data/nendoroids-full.jpg) -850px -450px; }
#n0090 { background: url(/blog/data/nendoroids-full.jpg) -400px -450px; }
#n0090h { background: url(/blog/data/nendoroids-full.jpg) -900px -450px; }
#n0091 { background: url(/blog/data/nendoroids-full.jpg) -450px -450px; }
#n0091h { background: url(/blog/data/nendoroids-full.jpg) -950px -450px; }

#n0092 { background: url(/blog/data/nendoroids-full.jpg) 0 -500px; }
#n0092h { background: url(/blog/data/nendoroids-full.jpg) -500px -500px; }
#n0093 { background: url(/blog/data/nendoroids-full.jpg) -50px -500px; }
#n0093h { background: url(/blog/data/nendoroids-full.jpg) -550px -500px; }
#n0094 { background: url(/blog/data/nendoroids-full.jpg) -100px -500px; }
#n0094h { background: url(/blog/data/nendoroids-full.jpg) -600px -500px; }
#n0095 { background: url(/blog/data/nendoroids-full.jpg) -150px -500px; }
#n0095h { background: url(/blog/data/nendoroids-full.jpg) -650px -500px; }
#n0096a { background: url(/blog/data/nendoroids-full.jpg) -200px -500px; }
#n0096ah { background: url(/blog/data/nendoroids-full.jpg) -700px -500px; }
#n0096b { background: url(/blog/data/nendoroids-full.jpg) -250px -500px; }
#n0096bh { background: url(/blog/data/nendoroids-full.jpg) -750px -500px; }
#n0097 { background: url(/blog/data/nendoroids-full.jpg) -300px -500px; }
#n0097h { background: url(/blog/data/nendoroids-full.jpg) -800px -500px; }
#n0098 { background: url(/blog/data/nendoroids-full.jpg) -350px -500px; }
#n0098h { background: url(/blog/data/nendoroids-full.jpg) -850px -500px; }
#n0099 { background: url(/blog/data/nendoroids-full.jpg) -400px -500px; }
#n0099h { background: url(/blog/data/nendoroids-full.jpg) -900px -500px; }
#n0100 { background: url(/blog/data/nendoroids-full.jpg) -450px -500px; }
#n0100h { background: url(/blog/data/nendoroids-full.jpg) -950px -500px; }

#n0101 { background: url(/blog/data/nendoroids-full.jpg) 0 -550px; }
#n0101h { background: url(/blog/data/nendoroids-full.jpg) -500px -550px; }
#n0102 { background: url(/blog/data/nendoroids-full.jpg) -50px -550px; }
#n0102h { background: url(/blog/data/nendoroids-full.jpg) -550px -550px; }
#n0103 { background: url(/blog/data/nendoroids-full.jpg) -100px -550px; }
#n0103h { background: url(/blog/data/nendoroids-full.jpg) -600px -550px; }
#n0104 { background: url(/blog/data/nendoroids-full.jpg) -150px -550px; }
#n0104h { background: url(/blog/data/nendoroids-full.jpg) -650px -550px; }
#n0105 { background: url(/blog/data/nendoroids-full.jpg) -200px -550px; }
#n0105h { background: url(/blog/data/nendoroids-full.jpg) -700px -550px; }
#n0106 { background: url(/blog/data/nendoroids-full.jpg) -250px -550px; }
#n0106h { background: url(/blog/data/nendoroids-full.jpg) -750px -550px; }
#n0107 { background: url(/blog/data/nendoroids-full.jpg) -300px -550px; }
#n0107h { background: url(/blog/data/nendoroids-full.jpg) -800px -550px; }
#n0108 { background: url(/blog/data/nendoroids-full.jpg) -350px -550px; }
#n0108h { background: url(/blog/data/nendoroids-full.jpg) -850px -550px; }
#n0109 { background: url(/blog/data/nendoroids-full.jpg) -400px -550px; }
#n0109h { background: url(/blog/data/nendoroids-full.jpg) -900px -550px; }
#n0110 { background: url(/blog/data/nendoroids-full.jpg) -450px -550px; }
#n0110h { background: url(/blog/data/nendoroids-full.jpg) -950px -550px; }
