/* 	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain) */
	
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


/* ------  Font Import ------  */

@font-face {
	font-family: 'order-icons';
	src:url('https://web.archive.org/web/20240302070119im_/http://jazzycakesbakery.format.com/fonts/theme_custom_fonts/peak-icons.eot');
	src:url('https://web.archive.org/web/20240302070119im_/http://jazzycakesbakery.format.com/fonts/theme_custom_fonts/peak-icons.eot') format('embedded-opentype'),
			url('https://web.archive.org/web/20240302070119im_/http://jazzycakesbakery.format.com/fonts/theme_custom_fonts/peak-icons.woff') format('woff'),
			url('https://web.archive.org/web/20240302070119im_/http://jazzycakesbakery.format.com/fonts/theme_custom_fonts/peak-icons.ttf') format('truetype'),
			url('https://web.archive.org/web/20240302070119im_/http://jazzycakesbakery.format.com/fonts/theme_custom_fonts/peak-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-close, .icon-dropdown-closed, .icon-dropdown-open, .icon-video, .icon-view {
	font-family: 'order-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-close:before { content: "\e001"; }
.icon-dropdown-closed:before { content: "\e002"; }
.icon-dropdown-open:before { content: "\e003"; }
.icon-video:before { content: "\e000"; }
.icon-view:before { content: "\e008"; }


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


body, html {
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
}
ul {
	list-style: disc inside none;
}
ol {
	list-style: decimal inside none;
}
strong {
	font-weight: normal
}


/*  -------------------------------------------------------------
	General global styles --------------------------------------- */
	/* This is needed for short content sites where the menu may be longer than the html and body elements */
html,body{height:100%;padding:0;margin:0;border:0;}

html { overflow-y: auto }

body {
	color: #444444;
	font-family: Inconsolata, monospace;
	font-size: px;
}
h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-family: Inconsolata, monospace;
}

h1, h2{
	font-size: 16px;
	font-weight: bold;
}

p { line-height: 1.4;}

a{
	outline: 0;
}


/* Base CSS rules and variables */

body {
	background: #ffffff;
	color: #444444;
	font-family: Inconsolata, monospace;
	font-size: 14px;
	overflow-x: none;
	position: relative;
}

body a { 
	color: #37a081;  
	text-decoration: underline;  
}
body a:hover,
body a:focus { 
	color: #1e5944; 
	text-decoration: underline;  
}

body h1,
body h2 {
  color: #000000;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

#logo {
  color: #000000;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 36px;
}

#social li {
  color: #000000;
}
#social li:hover{
	color: #222222;	
}

/* Share button */
#share_button {
	background: #ffffff;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin: 0 2px;
	padding: 0 5px;
	vertical-align: middle;
}
#share_button a {
	display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-indent: 0;
  text-decoration: none;
  text-transform: lowercase;
  color: #000000;
  vertical-align: baseline;
}

.social_icons {
  display: inline-block;
  font-size: 0;
  text-align: left;
  overflow: hidden;
  vertical-align: middle;
}

.social_icons .social_icon {
	background: #ffffff;
	display: inline-block;
  cursor: pointer;
  font-family: 'theme_social';
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  margin: 0 2px;
  position: relative;
  text-align: center;
  width: 20px;
  vertical-align: middle;
  zoom: 1;
}

.social_icon a {
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: -9999px;
  width: 20px; height: 20px;
  position: absolute; top: 0; left: 0;
}

html.lightbox-active body{
	overflow: hidden; 
}

body.gallery .menu-bg,
body.listing .menu-bg,
body.simple .menu-bg{
	position: fixed;
	left: 0;
	top: 0;
	background: #ffffff;
	width: 300px;
	height: 300px;
	
}
body.gallery #social,
body.listing #social,
body.simple #social {
  list-style:none;
  margin: 32px 0 0 0;
  padding: 0;
  overflow: hidden;
}


body.gallery #social  li.social_icon a,
body.listing #social  li.social_icon a,
body.simple #social li.social_icon a{
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;	
}

body.gallery #social  li.social_icon:hover,
body.listing #social  li.social_icon:hover,
body.simple #social li.social_icon:hover{
	background: #ffffff;
}


body.gallery .caption,
body.gallery .caption h1,
body.gallery .caption h2,
body.gallery .caption p {
  color: #444444;
  font-size: 13px;
}

body.listing .caption,
body.listing .caption h1,
body.listing .caption h2,
body.listing .caption p,
body.listing .caption a {
  color: #222222;
  font-family: Inconsolata, monospace;
  font-size: 11px;
}





body.gallery a.logo,
body.listing a.logo,
body.simple a.logo{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 32px;
	max-width: 100%;
	display: block;
	overflow: hidden;
}
body.gallery a.logo img,
body.listing a.logo img,
body.simple a.logo img{
	  max-width: 100%;
	  max-height: 200px;
}

.post_text, .pre_text {
	width: 150px;
	line-height: 1.2;
	margin:0;
	color: #aaaaaa;
	font-family: Inconsolata, monospace;
	font-size: 11px;
}
.pre_text{
	margin-bottom: 32px;
}
	
.post_text {
	margin: 10px 0 0 0;
}



	

	
body.gallery #content,
body.listing #content,
body.simple #content {
	color: #444444;
	font-size: 14px;
	font-family: Inconsolata, monospace;
	line-height: 1.5;
	position: relative;
}

body.gallery #content h1,
body.listing #content h1, 
body.simple #content h1, 
body.gallery #content h2,
body.listing #content h2,
body.simple #content h2{
	color: #000000;
	font-size: 16px;
	font-family: Inconsolata, monospace;
}

body.gallery .nav-wrapper,
body.listing .nav-wrapper,
body.simple .nav-wrapper{
	width: 23%;
	max-width: 15.5em;
	padding: 0% 0 0% 5%;
	float: left;
	height: inherit;

	
	margin-right: 2%;
	border-right: 1px solid #ffffff;
	
	
	background: #ffffff;
	
	
		position: fixed;
		overflow: hidden;
		padding: 4% 1% 4% 3%;
		
			left: 0;
		
		
		top: 0;
	

	
}

body.gallery .nav-wrapper>.wrapper,
body.listing .nav-wrapper>.wrapper,
body.simple .nav-wrapper>.wrapper{
	padding-right: 40px;
	display: none;
}

body.gallery #content,
body.listing #content,
body.simple #content{
	display: none;
	float: left;
	width: 65%;
	max-width: 85em;
	margin: 4% 1% 0 0;
	
}

body.gallery .assets-container{
	position: relative;
	padding-bottom: 4%;
}

body.gallery .assets-container .asset{
	
		margin: 0 3% 3% 0;
	

	float: left;
	height: 12em;	
	width: auto;
	max-width: 100%;
	position: relative;
}
body.gallery .assets-container .asset.last-col{
	margin-right: 0;
}
body.gallery .assets-container .asset.asset-text a,
body.gallery .assets-container .asset.asset-video a,
body.gallery .assets-container .asset.asset-image a{
	cursor: pointer;
	text-decoration: none;
	display: block;
	width: inherit;
	height: inherit;
}

body.gallery .assets-container .asset.loading{
	background: url(https://web.archive.org/web/20240302070119im_/https://bucket1.format-assets.com/theme_versions/444837/assets/images/loading.gif) center center no-repeat;
}

body.gallery .assets-container .asset.asset-title{
	width: auto;
	height:auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body.gallery .assets-container .asset.asset-title{
	max-height: none;
	
		width: 73%;
	
}

body.gallery .assets-container .asset.asset-title.text-title{
	padding: 40px; 
	background: #f2f2f2;
	max-height: none;
	
		width: 44%;
	
}


	body.gallery .assets-container .asset.asset-title {
		width: auto !important;
		
			margin-right: 3% !important;
		
	}

	@media only screen and (max-width: 45em) {
		body.gallery .assets-container .asset.asset-title { margin-right: 0 !important; }
	}



body.gallery .assets-container .asset.asset-title .img{
	display: block;
	margin:0;
}

body.gallery .assets-container .asset.asset-title img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	display: block;
}

body.gallery .assets-container .asset img{
	max-height: 100%;
	width: auto;
}

body.gallery .assets-container .asset.asset-video>a{
	display: block;
	width: 100%;
}

body.gallery .assets-container .asset .overlay{
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out; 
	background: #55ce96;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}


body.gallery .assets-container .asset .icon{
	position: absolute;
	width: 42px;
	height: 42px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;

}
body.gallery .assets-container .asset:not(.asset-video) .icon {
	

	-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.3s ease-out; 
     -moz-transition: -moz-transform 0.2s ease-out, opacity 0.3s ease-out; 
       -o-transition: -o-transform 0.2s ease-out, opacity 0.3s ease-out; 
          transition: transform 0.2s ease-out, opacity 0.3s ease-out; 

   
		opacity: 0;
	  	filter: alpha(opacity=0);
	 	-webkit-transform: scale(0.8); 
	     -moz-transform: scale(0.8); 
	      -ms-transform: scale(0.8); 
	       -o-transform: scale(0.8); 
	          transform: scale(0.8);
  
}

body.gallery .assets-container .asset:hover .icon{
	opacity: 1;
  	filter: alpha(opacity=100);
	-webkit-transform: scale(1); 
     -moz-transform: scale(1); 
      -ms-transform: scale(1); 
       -o-transform: scale(1); 
          transform: scale(1);
}

body.gallery .assets-container .asset .icon:after{
	font-family: 'order-icons';
	line-height: 42px;
	vertical-align: middle;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;	
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	color: #ffffff;
	font-size: 32px;
}

body.gallery .assets-container .asset.asset-image .icon:after{
	content: "\e008";
	font-size: 32px;
}


.ie9 body.gallery .assets-container .asset.asset-image .icon:after{ 
	
		display: block;
		opacity: 1 !important;
	 	-webkit-transform: none; 
	     -moz-transform: none; 
	      -ms-transform: none; 
	       -o-transform: none; 
	          transform: none;
	
}

.ie8 body.gallery .assets-container .asset.asset-image .icon:after { display: none; }
.ie9 body.gallery .assets-container .asset.asset-image:hover .icon:after { display: block; }


body.gallery .assets-container .asset.asset-video .icon:after{
	content: "\e000";
	font-size: 42px;
}

body.gallery .assets-container .asset:hover .overlay,
body.gallery .assets-container .asset.asset-video:hover .overlay{
	display: block;
	opacity: 0.5;
	
	filter: alpha(opacity=40);
}



body.gallery .assets-container .asset:active .overlay,
body.gallery .assets-container .asset.asset-video:active .overlay {
	-webkit-transition: opacity 0s; 
     -moz-transition: opacity 0s; 
       -o-transition: opacity 0s; 
          transition: opacity 0s; 
	opacity: 0.7;
  filter: alpha(opacity=70);
}

body.gallery .assets-container .asset.asset-video .overlay{
	background: #242424;
	opacity: 0.25;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)" !important;
	filter: alpha(opacity=25) !important;
}
body.gallery .assets-container .asset.asset-video:hover .overlay{
  opacity: 0.4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)" !important;
	filter: alpha(opacity=40) !important;
}

body.gallery .assets-container .asset.asset-text{
	width: 12em;
	height: 12em;
}

body.gallery .assets-container .asset.asset-text>a{
  -webkit-transition: background 0.2s ease-out; 
     -moz-transition: background 0.2s ease-out; 
       -o-transition: background 0.2s ease-out; 
          transition: background 0.2s ease-out;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	padding: 25px;
	color: #444444;
}

body.gallery .assets-container .asset.asset-text>a:hover {
	background: #dfdfdf;
}

body.gallery .assets-container .asset.asset-text i.icon-text{
	display: block;
	width: 16px;
	height: 10px;
	padding-top: 2px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-top: 2px solid #bfbfbf;
	margin-left: 25px;
	margin-top: 25px;
	overflow: visible;
}

body.gallery .assets-container .asset.asset-text i.icon-text>i{	
	width: 100%;
	display: block;
	height: 2px;
	background: #bfbfbf;
	overflow: visible;
	position: relative;
}

body.gallery .assets-container .asset.asset-text i.icon-text>i:after{
	content: "";
	position: absolute;
	width: 100%;
	display: block;
	height: 2px;
	top: 4px;
	background: #bfbfbf;
}



body.gallery .assets-container .asset.asset-text i.icon-text:after{
	content:"";
	display: block;
	width: 12px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom:0px;
	background: #bfbfbf;
}

body.gallery .assets-container .asset.asset-text a>span{
	position: absolute;
	bottom: 25px;
	font-size: 11px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
}

body.gallery .lazy, body.listing .lazy, body.simple .lazy{
	display: none;
}




	body.gallery .assets-container.vstack{
		padding-bottom: 0;
	}

	body.gallery .assets-container.vstack .asset{	
		width: 297px;
		height: auto;
		overflow: hidden;
		margin: 0;
		position: absolute;
	}

	body.gallery .assets-container.vstack .asset.asset-title{
		margin-right: 0;
	}

	body.gallery .assets-container.vstack .asset img{
		width: 100%;
	}

	body.gallery .assets-container.vstack .asset.asset-text{
		width: 22%;

	}

	body.gallery .assets-container.vstack .asset.asset-text a{
		padding: 100% 0 0 0;
	}





body.gallery .assets-container .asset.asset-video>a{
	height: inherit;
}

body.gallery .assets-container .asset.asset-image img,
body.gallery .assets-container .asset.asset-video img{
	height: 100%;
}

body.gallery .grid-sizer{
	
		width: 22%;
	
}	

body.gallery .gutter-sizer{
	
		width: 3%;
	
}



body.gallery #overlay {
	background: #eeeeee;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	
	filter: alpha(opacity=50) !important;
	display: none;
	z-index: 0;
}

body.gallery .lightbox-wrapper{
	overflow-y : auto;
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

body.gallery .lightbox-wrapper.scrollable{
	overflow-y: auto;
}

body.gallery #gallery_window {
	position: absolute;
	top: 60px;
	left: 50%;
	width: 600px;
	background: #ffffff;
	margin-left:-300px;
	
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 1002;
	padding: 54px 54px 54px 54px;
}

body.gallery #gallery_window.loading {
	background: #ffffff url(https://web.archive.org/web/20240302070119im_/https://bucket1.format-assets.com/theme_versions/444837/assets/images/loading.gif) 50% 50% no-repeat;
	*background: #ffffff url(https://web.archive.org/web/20240302070119im_/https://bucket1.format-assets.com/theme_versions/444837/assets/images/loading.gif) 50% 45% no-repeat;
}

body.gallery #window_inner img{
	width: 100%;
}

body.gallery #window_inner.text {
	margin: 35px 12px 12px 0;
	height: 100%;
	width: 100%;
	padding: 0;
	background: #ffffff;
}

body.gallery #window_inner.text .text_inner {
	outline: 0;
	width: 100% !important;
	line-height: 1.2em;
}

body.gallery #window_inner .text_holder {
	max-width: 450px;
} 

body.gallery #close {
	position: fixed;
	top: 0;
	right: 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 40px;
	display: block;
	cursor: pointer;
	color: #8b8b8b;
	padding: 10px;
}
body.gallery #close .icon-close::before { font-family: "order-icons"; }

body.gallery #copy_holder {
	width: 100%;
	max-width: 400px;
	margin: 30px auto 0 auto;
	position: absolute;
	left: 50%;
	font-family: Inconsolata, monospace;
	color: #444444;
	font-size: 13;
}

body.gallery #copy_holder.text{
	margin-top: 0;
	position: relative;
	max-width: 420px;
	left: 0;
	color: #444444;
}
body.gallery #copy_holder.text,
body.gallery #copy_holder.text p,
body.gallery #copy_holder.text .inner{
	color: #444444;	
	font-size: 14;	
	font-family: Inconsolata, monospace;	
}

body.gallery #gallery_window[data-asset-type="text"] #copy_holder {
	position: relative;
	left:0;
	margin: 0;
}

body.gallery #window_inner img{
	display: none;
}
body.gallery .video_inner>div{
	height: 100%;
	width: 100%;
}

body.gallery #copy_holder .inner {
	color: #444444;
	font-size: 13px;
	line-height: 1.4em;
}

body.gallery #copy_holder .inner h1,
body.gallery #copy_holder .inner h2 {
	color: #000000;
}

body.gallery #copy_holder.text h1,
body.gallery #copy_holder.text h2{
	color: #000000;
	font-family: Inconsolata, monospace;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

body.gallery .asset .video_holder{
	display: none;
}


body.listing #content{


}

body.listing #title{
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 32px;
}

body.listing #title .img>img{
	max-width: 100%;

}
body.listing .assets-container .asset{
	float: left;
	margin: 0 2% 2% 2%;
	width: 21%;
	position: relative;
}
body.listing .assets-container .asset .img{
	position: relative;
	
}
body.listing .assets-container .asset .img>img{
	opacity: 0;
	filter: alpha(opacity=0);
}

body.listing .assets-container .asset .img>.overlay{
	-webkit-transition: opacity 0.3s ease-out; 
    -moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
    transition: opacity 0.3s ease-out; 
 	background: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
  	height: 100%;
	opacity: 0;
  	filter: alpha(opacity=0);
  	
}
body.listing .assets-container .asset a:hover .img>.overlay{
	
	opacity: 0.4;
	
	filter: alpha(opacity=40);
}
body.listing .assets-container .asset a{
	display: inline-block;
	text-decoration: none ;
	color: #222222;
}
body.listing .assets-container .asset .caption{
	margin-top: 10px;
	text-align: center;
	color: #222222;
	font-size: 11px;
	font-family: Inconsolata, monospace;
	text-decoration: none ;
}
body.listing .assets-container .asset:hover .caption,
body.listing .assets-container .asset a:hover{
	text-decoration: underline;
}

body.listing .assets-container .asset .img>a{
	display: inline-block;
	text-decoration: none;
	line-height: 1.3
}

body.listing .assets-container .asset .img img{
  
  filter: alpha(opacity=0);
  opacity: 0;
}


#menu{
	margin-top: 32px;
	-webkit-font-smoothing: antialiased;
}
#menu ul{
	list-style-type: none;
}

#menu li>a,
#menu .category>a>span{
	color: #222222;
	font-family: Inconsolata, monospace;
 	font-size: 14px;
  	line-height: 1.8;
	text-decoration: none;
	cursor: pointer;
}
#menu li>a,
#menu .category>a {
	padding: 0.2em 0.4em;
}
#menu li>a:hover,
#menu li>a:focus,
#menu .category>a:hover>span{
	color: #222222;
	text-decoration: underline;
	background: #ffffff;
}
#menu li.selected>a{
	color: #1c8a86;
	text-decoration: underline;
	background: #ffffff;
}

#menu .category>ul{
	display: none;
}
#menu .category.active>ul{
	display: block;
}

#menu .category.active>ul li{
	padding-left: 20px;
	position: relative;
}

#menu .category.active>ul a:hover:before{
	text-decoration: none !important;
}

#menu .category.active>ul li:before{
	content: "\2014";
	white-space: pre-wrap;
	padding-right: 0.5em;
	display: inline-block;
	text-decoration: none;
	position: absolute;
	left: 0px;
	height: 4px;
	top: 50%;
	line-height: 4px;
	margin-top:-2px;
	vertical-align: middle;
	color: #222222;
	font-size: 14px;
	text-indent: 0.5em;
}
#menu .category.active>ul li:hover:before{
	color: #222222;
}
#menu .category.active>ul li.selected:before{
	color: #1c8a86;
}
#menu .category>a, #menu .category>a:hover{
	position: relative;
	text-decoration: none;
	padding-right: 0.2em;
}
#menu .category>a>span{
	text-decoration: none;
}

#menu .category>a>span:after{
	content:"\e002";
	display: inline-block;
	padding-left: 0.25em;
	font-family: 'order-icons';
	font-style: normal;
	font-weight: normal;
	speak: none;
	text-decoration: none !important;
}
#menu .category.active>a>span:after{
	content:"\e003";
	text-decoration: none;

}
#menu .category.active>a:hover>span:after{

}
@media only screen and (max-width: 75em) {	
	body.gallery .assets-container .asset {
		height: 10em;
	}

	body.gallery .assets-container .asset.asset-text, 
	body.gallery .assets-container.squared .asset.asset-video,
	body.gallery .assets-container.squared .asset.asset-image{
		/*width: 10em;
		height: 10em;*/
	}

	body.gallery .grid-sizer{
		
			width: 30%;
		
	}

	
	body.gallery .assets-container .asset.asset-title,
	body.gallery .assets-container .asset.asset-title.img-title,
	body.gallery .assets-container .asset.asset-title.text-title{
		width: 100%;
	}


	

	.mq{
		display: none;
	}

	body.listing .assets-container .asset{
		float: left;
		margin: 0 2% 2% 2%;
		width: 29.3333333333%;
	}
	
}


#content ._4ORMAT_content_wrapper{
	min-width: 0;
}
@media only screen and (max-width: 45em) {

	body.gallery .grid-sizer{
		width: 49%;
	}

	body.gallery,
	body.listing,
	body.simple{
		padding: 0;
	}
	body.gallery .nav-wrapper,
	body.listing .nav-wrapper,
	body.simple .nav-wrapper{
		position: relative;
		height: auto !important;
	}

	body.gallery .nav-wrapper>.wrapper,
	body.listing .nav-wrapper>.wrapper,
	body.simple .nav-wrapper>.wrapper{
		padding-right: 0px;
	}
	body.gallery .nav-wrapper,
	body.listing .nav-wrapper,
	body.simple .nav-wrapper,
	body.gallery #content,
	body.listing #content,
	body.simple #content{
		float: none;
		width: 90%;
		max-width: none;
		margin: 2% auto;
	}

	body.gallery .nav-wrapper,
	body.listing .nav-wrapper,
	body.simple .nav-wrapper{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		width: 100%;
		margin-top: 0;
		padding: 6% 4% 5% 4%;
		margin-bottom: 4%;
		border-right: none;
		border-left: none;
		border-bottom: 1px solid #ffffff;
	}
	body.gallery #content,
	body.listing #content,
	body.simple #content{
		margin-left: auto !important;
	}
	body.gallery .assets-container .asset.asset-title, 
	body.gallery .assets-container .asset.asset-title.text-title{
		width: 100%;
	}
	body.gallery a.logo img, body.listing a.logo img, body.simple a.logo img{
		width: auto;
	}
	
	

	.pre_text, .post_text{
		width: 100%;
	}
	#menu li{
		display: inline;
	}
	#menu .category>a{
		display: none;
	}
	#menu .category>ul, #menu .category.active>ul{
		display: inline;
	}

	#menu .category.active>ul li{
	padding-left: 0px;
	}
	#menu .category.active>ul li:before{
		display: none;
	}

	#menu li>a {
		white-space: nowrap;
	}

	#social, .post_text{
		display: none;
	}

	body.listing .assets-container .asset{
		float: left;
		margin: 0 2% 2% 2%;
		width: 46%;
	}
}



/*
     FILE ARCHIVED ON 07:01:19 Mar 02, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:45:53 Jun 10, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.585
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.009
  esindex: 0.01
  cdx.remote: 38.783
  LoadShardBlock: 647.465 (3)
  PetaboxLoader3.datanode: 475.152 (4)
  PetaboxLoader3.resolve: 128.653 (2)
  load_resource: 111.4
*/