/*
Theme Name: RatingsNW
Author: Barry Hansen
Description: Custom CSS file to override WordPress styling for this website.
*/

/* font used in HW headings */
/* 2010-10-06 commented out, this portion fails CSS level 2.1 testing
@font-face {
	font-family: 'Yanone Kaffeesatz';
	font-style: normal;
	font-weight: 700;
	src: local('Yanone Kaffeesatz'), url('/font/Kaffeesatz700.ttf') format('truetype');
}
@font-face {
	font-family: 'Yanone Kaffeesatz';
	font-style: normal;
	font-weight: 400;
	src: local('Yanone Kaffeesatz'), url('/font/Kaffeesatz400.ttf') format('truetype');
}
*/
div#header {
	background: url('/images/planet.jpg') no-repeat scroll left top transparent;
	border: 1px solid black;	/* hack that makes the background image appear in IE */
}
/* "list of tournaments" table */
#content table.report {
	font-size: 12px;
}
#content tr th,
#content thead th {
	border-bottom: 1px solid #e7e7e7;
	color: #888;
	font-size: 12px;
	font-weight: bold;
 	line-height: 16px;
	padding: 9px 8px;
}
#content th.director {
	width: 22%;
}
#content tr td {
	border-top: none;
	padding: 2px 8px;
	
}
#content h3.tournreport {
	text-align: center;
}
#content pre { 
	font-family: "Courier New", Courier, monospace;
	border: 1px solid #e0e0e0;
	padding: 0.5em;
	line-height: 20px;
	width: 760px;
}
#content span.id {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: red;
}
#content p.warning {
	font-weight: bold;
	color: #a00;
}
#content .latestupdates p {
	margin-bottom: 4px;
}
h2 {
	clear: none; 
}

