@charset "UTF-8";

/*--- Layout ------------*/

#primary {
	float: left;
	width: 45.5em;
	height: 100%;
	margin-left: 1.5em;
	padding-left: 1.5em;
	background-color: #000;
	margin-top: 1.5em;
}

#secondary {
	float: left;
	width: 13.5em;
	background-color: #000;
	margin-top: 1.5em;
}

#extra {
	float: right;
	width: 15em;
	background-color: #000;
	margin-top: 1.5em;
}

/*--- table ------------*/

#primary table {
	width: 45.5em;
}

#primary td {
	padding: 0;
	margin: 0;
}

#primary td p {
	margin: 0;
}

#primary td.title {
	width: 32em;
	border-bottom: 1px solid #26282c;
	border-top: 1px solid #26282c;
}

#primary td.date {
	width: 8em;
	border-bottom: 1px solid #26282c;
	border-top: 1px solid #26282c;
}

#primary td.date {
	text-align: right;
}

#primary td.date {
	font: 1.2em "Consolas", "Courier New", "Courier", "FreeMono", monospace;
}

#primary td.date {
	text-transform: uppercase;
}

#primary td a {
	display: block;
	padding: 0.3em 0;
	text-decoration: none;
	color: #949ca5;
}

/*
#primary tr:hover td a {
	color: #fff;
}

div#primary tr.hoverHighlighted td.title {
	background: transparent url("/img/splash/row_gradient.png") -5em 0 repeat-y;
}

div#primary tr.hoverHighlighted td.date {
	background: transparent url("/img/splash/row_gradient.png") -37em 0 repeat-y;
}

div#primary tr.hoverHighlighted td.time {
	background: transparent url("/img/splash/row_gradient.png") -44em 0 repeat-y;
}
*/

/*--- miscellaneous ------------*/

h4 {
	margin-bottom: 0.5em;
}

#primary h4 {
	font-size: 1.2em;
}

#primary p {
	font-size: 1.0em;
	padding-right: 1.5em;
}

#secondary ul.lined {
	margin-bottom: 2em;
}

/*#extra img {
	width: 280px;
	height: 329px;
	border: 1px solid #383d41;
}*/