@charset "utf-8";
/* CSS Document */

body {
	background: #222 !important;
}

#content {
	width: auto !important;
	margin-right: 0px;
}
	#content-press {
		padding-bottom: 60px;
	}
		.press_item {
			float: left;
			width: 116px;
			height: 190px;
			margin: 0px 40px 20px 0px;
			text-align: center;
			overflow: hidden;
			cursor: pointer;
		}
			.press_item:hover, 
			.press_item:focus {
				/* background: #333; */
				background: none;
			}
			.press_item-thumb {
				width: 106px;
				height: 144px;
				margin-top: 5px;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 5px;
				border: solid 1px #000;
				background: #000;
				overflow: hidden;
			}
			.press_item-title, .press_item-title * {
				margin: 0px;
				font-size: 10px !important;
				text-transform: uppercase;
				line-height: 1em;
			}
			.press_item-date, .press_item-date * {
				margin: 0px;
				font-size: 10px !important;
				text-transform: uppercase;
				line-height: 1em;
			}

#ftr {
	background: #222 !important;
}
