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

/** HIDING FOCUSRING */
a:active, a { 
	outline: none; 
}
:focus { 
	-moz-outline-style: none; 
}
:-moz-any-link:focus {
	outline: none;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialMTCL';
    src: url('fonts/arial_cl.eot');
    src: url('fonts/arial_cl.eot?#iefix') format('embedded-opentype'),
         url('fonts/arial_cl.woff') format('woff'),
         url('fonts/arial_cl.ttf') format('truetype'),
         url('fonts/arial_cl.svg#ArialMTCL') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0px;
	body: 0px;
}
#controls {
	padding-top: 20px;
	padding-bottom: 20px;
}
h1 {
	margin: 0px 0px 0px 0px;
	font-family: BebasNeueRegular, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFF;
}
h1 a {
	text-decoration: none;
}
h2 {
	margin: 0px 0px 5px 0px;
	font-family: BebasNeueRegular, Helvetica, sans-serif;
	font-size: 28px;
	text-shadow: white 1px 1px 1px;
}
.year_container {
	width: 205px;
	float: left;
	margin-top: 13px;
}
.year_container .month_list {
	float: left;
	width: 100px;
	color: #FFF;
}
.year_container .month_list .month {
	height: 22px;
	line-height: 22px;
	font-family: "Lucida Grande", Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}
.year_container .month_list .month a {
	text-decoration: none;
}
.year_container .month_list .month a.active {
	font-weight: bold;
}
.year_container .month_list .month a:hover {
	text-decoration: underline;
}
.year_container .month_list .month .post_count {
	font-size: 12px;
	display: none;
	padding: 0px 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 2px;
}
.year_container .month_list .month:hover .post_count {
	display: inline !important;
}
.clear {
	height: 1px;
	clear: both;
}
a img {
	border-width: 0px;
}
#post_bricks {
	padding-top: 25px;
}
a.brick {
	display: block;
	float: left;
	border: solid 2px #aaa;
	width: 180px;
	height: 110px;
	list-style-type: none;
	overflow: hidden;
	margin: 0px 20px 20px 0px;
	color: #444;
	position: relative;
	background-color: #FdFcFF;
	text-decoration: none;
	background-image: url(adam_and_vinson/i/__vs_vinson_same_as.jpg);
	font-family: Helvetica, sans-serif;
	font-size: 11px;
}
a.brick:hover {
	cursor: pointer;
}
a.brick a {
	color: #007BFF;
}
.inside_brick {
	padding: 6px;
}
span.caption {
	background-color: #000;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
h3 {
	font: Bold 12px Georgia, serif;
	color: #1460B1;
	margin: 0px 0px 5px 0px;
}
a.link {
	font-weight: bold;
	font-size: 18px;
}
span.quote {
	font: Normal 15px Georgia, serif;
}
div.user_hover {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 20px;
	background-color: #000;
	display: none;
	z-index: 10;
	text-align: center;
	color: #fff;
	font: Bold 18px Helvetica, sans-serif;
	opacity: 0.65;
	filter: alpha(opacity = 65);
	-moz-opacity: .65;
}
a.brick:hover div.user_hover {
	display: block;
}
#controls {
	background-color: #C9C9C9;
}
h1 a {
	color: #FFF;
	font-weight: bolder;
}
h2 {
	color: #484848;
}
.month {
	color: #999;
}
.month a {
	color: #555;
}
.month a.active {
	color: #444;
}
.post_count {
	background-color: #999;
	color: #ddd;
}
.cent {
	width: 89%;
	margin-right: auto;
	margin-left: auto;
}
