html {
	height: 100%; /*STOCK*/
	overflow-y: scroll; /*STOCK*/
	}

body {
	background: #222; /*STOCK*/
	color: ; /*STOCK*/
	font: ; /*STOCK*/
	height: 100%; /*STOCK*/
	}

#wrapper {
	background:#222; /*STOCK*/
	/*font: 11px verdana; /*STOCK*/
	margin: 0px auto; /*STOCK*/
/*	min-height: 100%; /*STOCK*/
	position: relative;
	}

#content {
	padding: 143px 0px 100px; /*STOCK*/
	position: relative; /*STOCK*/
	height: 100%; /*STOCK*/
	}


	a:link {text-decoration: none; color: #666; }
	a:visited {text-decoration: none; color: #666; }
	a:hover {text-decoration: none; color: #0f0; }
	a:active {text-decoration: none; color: #0c0; }


p {
	margin-top: 12px;
	}


hr.hr-solid-black {
	background: none repeat scroll 0% 0% #000;
	border: 0px none;
	height: 1px;
	margin: 14px auto;
	width: 377px;
	}


hr.hr-solid-green {
	background: none repeat scroll 0% 0% #070;
	border: 0px none;
	height: 1px;
	left: 1px;
	margin: 7px auto;
	position: relative;
	width: 77%;
	}


hr {
	background: none repeat scroll 0 0 #444;
	border: 0 none;
	height: 2px;
	position: relative;
	margin: 34px auto;
	width: 57%;
	}



.grey {
	opacity: .6;
	}




	#masonry-layout {
	column-count: 6;
	max-width: 96.25%;
	margin: 0px auto;
	}
		.ml-blackhole {
		position: relative;
		top: -29px;
		}
		.ml-memeseum {
		position: relative;
		top: -47px;
		}

		.masonry-image {
			padding: 7px;
			position: relative;
			}

			.masonry-image img {
				height: auto;
				width: 100%;
				}



.masonry-category {
	font-size: 17px;
	opacity: .7;
	color: #0b0;
	font: 11px verdana-bold;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	}

	.arrow {
		font-size: 17px;
		opacity: .7;
		}




.masonry-link {
	background: black;
	border: solid 1px #333;
	border-radius: 0px 7px 0px 0px;
	bottom: 10px;
	font: 9px verdana-bold;
	opacity: .8;
	padding: 3px;
	position: absolute;
	text-transform: uppercase;
	width: 45px;
	}

	.masonry-link:hover {
		opacity: 1;
		}



	/******* START BLACKHOLE PAGES ONLY *******/

	#blackhole-breadcrumbs {
	background: #333;
	color: #777;
	font: 13px verdana-bold;
	left: 0px;
	letter-spacing: 3px;
	padding: 17px 0px 24px 81px;
	position: fixed;
	text-transform: uppercase;
	top: 34px;
	width: 100%;
	z-index: 1;
	}

		#blackhole-breadcrumbs .blackhole a:link {text-decoration: none; color: #000; }
		#blackhole-breadcrumbs .blackhole a:visited {text-decoration: none; color: #000; }

	.blackhole {
		color: #000;
		}

	/* FIXED */ /* OUTSIDE the wrapper unless noted */
	#blackhole-grey {
	left: 27px;
	position: fixed;
	top: 43px;
	z-index: 7;
	}
		#blackhole-grey img {
		width: 37px;
		height: auto;
		border: none !important;
		}
	#blackhole-nowallpaper {
	left: 27px;
	position: fixed;
	top: 43px;
	z-index: 7;
	opacity: .17;
	}
	#blackhole-nowallpaper img {
	width: 37px;
	height: auto;
	border: none !important;
	}
	/******* FINISH BLACKHOLE PAGES ONLY *******/


	/******* START MEMESEUM PAGES ONLY *******/

	#memeseum-breadcrumbs {
	background: #333;
	color: #777;
	font: 13px verdana-bold;
	left: 0px;
	letter-spacing: 3px;
	padding: 7px 0px 12px 43px;
	position: fixed;
	text-transform: uppercase;
	top: 34px;
	width: 100%;
	z-index: 1;
	}

	/******* FINISH MEMESEUM PAGES ONLY *******/

