#mainbg, .gallery {
	background-color:#27160d; 
	background-image:url(bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	-moz-background-size:auto 100%;
	background-size:auto 100%;
}
#widgetbg {
	background-color:#27160d;
	background-image:url(bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
.no-backgroundsize #widgetbg, .no-backgroundsize #mainbg, .no-backgroundsize .gallery {
	background-repeat:repeat;
}

.rgba .thumbs td,
.rgba .folders td,
.rgba .neighbors a,
#map,
.disqus-comments {
	background-color:rgba(0,0,0,0.6);
}
.no-rgba .thumbs td,
.no-rgba .folders td,
.no-rgba .neighbors a,
.no-rgba #map,
.no-rgba .disqus-comments {
	background-color:transparent;
	background-image:url(k60.png);
}
.rgba .thumbs td > a:hover,
.rgba .thumbs td > a:focus,
.folders td:hover {
	background-color:rgba(0,0,0,0.8);
	outline:none;
	color:#ccc;
}
.no-rgba .thumbs td > a:hover,
.no-rgba .thumbs td > a:focus,
.no-rgba .neighbors a:hover,
.no-rgba .neighbors a:focus,
.no-rgba .folders td:hover {
	background-color:transparent;
	background-image:url(k80.png);
}
.folders td > a,
.neighbors a {
	color:#ccc;
}
.folders td:hover > a,
.neighbors a:hover {
	color:#fff;
}
.folders h4 {
	text-shadow:none;
}
.rgba .thumbs td > a.active {
	background-color:rgba(255,255,255,0.4);
}
.no-rgba .thumbs td > a.active {
	background-color:transparent;
	background-image:url(w40.png);
}
#main article {
	background-color:rgba(0,0,0,0.8);
}
.no-rgba #main article {
	background-color:transparent;
	background-image:url(k80.png);
}


