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

* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
a {
	color: #BE1E2D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.greylink {
	color: #999999;
}
a.greylink img {
	vertical-align: middle;	
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	background-color: #1d1b1c;
	color: #FFF;
}

#page {
	width: 950px;
	margin: 0 auto;
	border-right: 1px solid #3c3a3b;
	border-left: 1px solid #3c3a3b;
	background-color: #000;
}

#billboard {
	border-bottom: 1px solid #3b0709;	
}

#content {
	padding: 12px 40px;	
}

.home-column {
	float: left;
	width: 289px;
}

#home-copy {
	float: left;
	width: 570px;
}

#home-dates {
	margin-left: 582px;	
}

.content-header {
	border: 1px solid #3b0709;
	height: 31px;
	background: transparent url(../images/box-head-tile.gif) repeat-x left top;
	color: #bd222e;
	font-size: 16px;
	font-weight: bold;
	line-height: 31px;
	padding-left: 10px;
}

.content-header .small-link {
	font-size: 10px;
	font-weight: normal;
	background: transparent  url(../images/header-pointer.gif) no-repeat right center;
	padding-right: 14px;
	padding-left: 12px;
	color: #bd222e;
	text-decoration: none;
}

.content-body {
	border-left: 1px solid #3b0709;	
	border-right: 1px solid #3b0709;	
	border-bottom: 1px solid #3b0709;	
	height: 202px;
	overflow: auto;
}

.content-body p {
	padding: 10px;
}
.content-body .date {
	padding: 10px;
	height: 38px;
}
.content-body .odd {
	background-color: #252525;	
}
.more {
	background-color: #666;
	padding: 5px 10px;
	font-weight: bold;
	text-align: right;
	color:#CCC
}

.small {
	font-size: 11px;	
}
#footer {
	margin: 0 40px;
	border-top: 1px solid #212222;
	clear: both;
	padding: 24px 0;
	font-size: 10px;
	color: #4D4D4D;
}
#footer p {
	font-size: 10px;	
}
#footer a {
	color: #4D4D4D;	
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.credit {
	float: right;	
}
.twma {
	font-weight: bold;
	font-style: italic;
}

#home-dates .content-body a {
	color: #999;	
}

.missingtranslation {
	color: yellow;
}
