@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.8em;
	background: #000;
}
img {border: 0px;
}
a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	margin: 5px;
	outline:none;
	}
* {margin: 0; padding: 0;}
.container {
	padding-top: 5px;
	padding-left: 10px;
	height: 95%;
}
ul.column{
	width: 100%;
	list-style: none;
	height: 95%;
}
ul.column li {
	float: left;
	width: 200px;
	display: inline;
	height: 200px;
	margin-top: 5px;
	margin-right: 5px;
}
.block {
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 200px;
	height: 200px;
}
.block img {
	width: 100%;
	background:#CCC;
	-ms-interpolation-mode: bicubic;
	display: block;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	height: 100%;
}
.caption-top, .caption-bottom {
	cursor:hand;
	background: #000000;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 95%;
	padding: 5px;
}

.caption-top {
	border-width: 0px 0px 8px 0px;
	text-decoration: none;
}
.caption-bottom {
	border-width: 8px 0px 0px 0px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
	display: list-item;
	letter-spacing: 0,8;
	text-shadow: 0,5px 0,5px 0 #000;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}

.caption a:hover, .caption a:hover {
	background: #202020;
	text-decoration: none;
}

.caption-wrapper {
	float: left;
	text-decoration: none;
}
br.c {
	clear: both;
	text-decoration: none;
}

* {
	margin: 0;
}
html, body {
	height: 95%;
}

.wrapper {
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto -25px;
	padding-left: 10px;
}

.footer, .push {
	height: 25px;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}

