body {
	font-family: sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
}
h1 {
	font-family: 'Ruge Boogie', cursive;
	font-size:100px;
	background-color:#222;
	text-align:center;
	font-weight:bold;
	margin:0;
	padding:20px;
	text-shadow: 1px 1px #fff;
}
#topbdr,
#btmbdr {
	width:100%;
	height:12px;
	background-color:#333;
	position:fixed;
	z-index:1000;

}
body,
#topbdr,
#btmbdr {
	background: #333 url(../images/bg.svg) repeat;
}
#topbdr {
	top:40px;
}
#btmbdr {
	bottom:0;
}
header {
	position:fixed;
	width:100%;
	background-color:#000;
	color:#999;
	top:0;
}
header .content {
	padding:5px 12px;
}
header a {
	color:#999;
	text-decoration:none;
	line-height:18px;
	height:18px;
	padding:0 6px;
	display:block;
	border-radius:4px;
}
header a.active,
header a:hover {
	background-color:#333;
}
#gallery {
	margin-top:52px;
}
/* begin horizontal list */
ul.h {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
ul.h li {
	float:left;
	padding:3px 3px;
}
/* end horizontal list */

/* begin items */
#gallery {
	padding:0 9px 0 9px;
}
.item {
	width:33.3%;
	margin:0;
	float: left;
	margin-bottom:12px;
}
@media (min-width: 400px) {
	.item {
		width:25%;/*4*/
	}
}
@media (min-width: 600px) {
	.item {
		width:16.6667%;/*6*/
	}
}
@media (min-width: 800px) {
	.item {
		width:12.5%;/*8*/
	}
}
@media (min-width: 1000px) {
	.item {
		width:10%;/*10*/
	}
}
@media (min-width: 1200px) {
	.item {
		width:8.33%;/*12*/
	}
}
.item a {
	margin:0 6px;
	display:block;
}
.item .img {
	width:100%;
	height:90px;
	display:block;
	background: #222 url() no-repeat;
	background-size:130px 100px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/* end items */
