@font-face {
	font-family: "Univers Condensed";
	src: url("/fonts/uv-c.ttf")
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	color: #444;
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

div#wrapper {
	background: #fff url('/images/wrapper-bg.gif') 8px 0 repeat-y;
	border-top: 20px solid white;
	border-bottom: 20px solid white;
	margin: 0 auto;
	width: 640px;
}

div#wrapper:after {
	content: "";
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#wrapper a[rel='index'] {
	border-bottom: 10px solid white;
	line-height: 0;
	display: block;
	width: 640px;
}

div#content {
	float: left;
	margin-top: 10px;
	width: 460px;
}

div#sub-content {
	margin-top: 10px;
	float: right;
	width: 160px;
}

ul#main-trailblock {
	list-style-type: none;
}

ul#main-trailblock li {
	margin-bottom: 10px;
}

ul#main-trailblock li:not(:first-child) {
	border-top: 1px dotted #999;
	padding-top: 12px;
}

a {
	border: 0;
	color: #c96033;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #81a2b3;
}

div#article-header,
p {
	margin-bottom: 17px;
}

textarea#comment {
	width: 400px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Univers Condensed", arial, sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 1;
	margin-top: 10px;
	padding-bottom: 5px;
	font-weight: normal;
}

div#sub-content a {
	display: block;
	outline: 1px solid black;
	line-height: 0;
	margin-bottom: 10px;
}

a img {
	border: none;
}

span.date {
	font-weight: bold;
}

div#sub-content h4:not(:first-child) {
	margin-top: 30px;
}

p#byline {
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
}

/*ul#main-trailblock li:first-child {
	font-size: 120%;
}

ul#main-trailblock li:first-child h1 {
	font-size: 30px;
}*/