.gallery .images {
	width:auto;
}


.gallery .images,
.gallery .thumbGrid {
	position: relative;
	top: auto;
	left: auto;	
	width: auto;
	height: auto;
}




h2.date,
.post .bottom,
.tumblr-sidebar h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	
	margin: 0px;
	margin-bottom: 20px;
}

.post .bottom,
.post .bottom a {
	color: #999;
}

.post .bottom {
	border-bottom: solid 1px #eee;

	padding-bottom: 40px;
	margin-bottom: 40px;
}

.post a img {
	display: block;
}

.post .bottom a:hover {
	border-bottom: dotted 1px #999;
	color: #333;
}

.tumblr-sidebar ul {
	margin-top: 5px;
	font-size: 12px;
}

.tumblr-sidebar ul li {
	list-style: none;
	margin: 0px
}

.tumblr-sidebar h2 {
	margin-bottom: 0px;
}

/*
 nexfullsize
*/
.fullsize-loading, .fullsize-wrapper {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	z-index: 999;
	
	-webkit-box-shadow: none !important;
}


.fullsize-loading {
	height: 51px;
	width: 51px;
	background: transparent url(http://static.purple.pro/v.2/js/nex.fullsize/fullsize-loading-bg.png) no-repeat left top;
}

.fullsize-loading-inner {
	height: 100%;
	width: 100%;
	background: transparent url(http://static.purple.pro/v.2/js/nex.fullsize/fullsize-loading-spinner.gif) no-repeat center center;
}

.fullsize-wrapper {
	border: solid 10px white;
}

.fullsize-wrapper img {
	display: block;
}
