@import url("common.css");
@import url("gmenu.css");

body {
	font-size: 12px;
	background-color: #221815;
}

a {
	text-decoration: none;
}

br {
	display: none;
}

#header {
	background-repeat: no-repeat;
	background-position: 50% 9px;
	background-image: url(../images/specials/specials-wide-header.png);
	height: 300px;
	width: 780px;
}

#content {
	text-align: center;
	line-height: 180%;
	width: 780px;
	background: url(../images/specials/specials-wide-main.png) repeat-y center;
}

#current {
	width: 780px;
	margin-bottom: 20px;
}

#archives {
	width: 780px;
	background: url(../images/specials/specials-wide-footer.png) no-repeat center bottom;
	padding-bottom: 70px;
}

hr {
	display: none;
}

#content a {
	color: black;
}

h1, h2 {
	padding-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 15px;
	height: 14px;
	text-indent: -9999px;
}

h1 {
	background: url(../images/specials/specials-specials.png) no-repeat bottom center;
}

h2 {
	background: url(../images/specials/specials-archives.png) no-repeat bottom center;
}

dl {
	padding-bottom: 20px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

dt {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 5px;
}

dt a span {
	vertical-align: middle;
}

.title {
	vertical-align: middle;
}

.subtitle {
	font-size: 12px;
}

.author {
	font-size: 12px;
	font-weight: normal;
	padding-left: 11px;
	margin-left: 8px;
	background: url(../images/specials/specials-border-red.png) no-repeat left top;
}

dd {
	font-size: 11px;
	line-height: 150%;
	color: gray;
}

#content dd a {
	color: gray;
}

#current a:hover {
	color: #e61263;
}

#archives dt .author {
	background-image: url(../images/specials/specials-border-green.png);
}

#archives a:hover {
	color: #75c2b5;
}

#feed {
	margin-top: 120px;
}

#feed a {
	color: gray;
	text-decoration: none;
	font-size: 11px;
	vertical-align: middle;
}

#feed a:hover {
	color: black;
}

#feed a img {
	width: 16px;
	height 16px;
	margin-right: 4px;
	vertical-align: text-bottom;
	background: url(../images/feedicon.png) no-repeat 0px 0px;
}

#feed a:hover img {
	background-position: 0px -16px;
}


