/*
This CSS is a bit of a playground, using quite a bit of stuff that won't work in older browsers
or even some newer ones. It should however degrade gracefully,though probably not in browsers below 
version 5 IE.
You may not have some of these fonts either, but this should also degrade gracefully.
© Copyright Matt Kane 2007
*/
body {
	font-family: Georgia,"Hoefler Text","Times New Roman",Times,serif;
	font-size: 14px;
	min-width: 550px;/* 2x LC width + RC width */
	margin:0;
	color: #193441;
	background-color: #FCFFF5;
}
/*FCFFF5,D1DBBD,91AA9D,3E606F,193441*/
#header {
	background-color: #91AA9D;
	margin: 15px 0;
	/* No idea why this is needed,but without it the alignment is wrong */
	font-size:12px;
}
h1 {
	margin: 0;
}
#sidebar p, #sidebar ul {
	background-color: #D1DBBD;
	padding: 5px;
	margin: 0 10px 10px 10px;
}

#sidebar ul {
	list-style-position: inside;
	list-style-type: circle;
}

#header img {
	margin: -12px 0px -4px 10px;
	font-family: "Century Gothic";
	font-size: 48px;
	font-weight: normal;
	color: #193441;
	line-height: 16px;
}
#header h1 a:link,#header h1 a:visited {
	text-decoration: none;
}
#container {
	padding-left: 200px;/* LC width */
	padding-right:150px;/* RC width */
}
#container .column {
	position: relative;
	float: left;
}
#mainbody {
	width: 100%;
	border-right: 1px #ddd solid;
	margin-right: -1px;
}
#mainbody p {
	padding: 0 20px;
	margin: 5px 0 10px 0;
	text-align: justify;
	line-height: 150%;
}
#mainbody h2 {
	margin: 0 20px 5px 20px;
	font-family: Candara,"Trebuchet MS",sans-serif;
	font-size: 24px;
}
#mainbody p+h2 {
	margin-top: 25px;
}
#mainbody h2+p:first-letter {
	font-size: 48px;
	float: left;
	line-height: 60px;
	margin: -5px 10px 0 0;
}
#sidebar {
	width: 200px;/* LC width */
	right:200px;/* LC width */
	margin-left:-100%;
	font-size: 95%;
	font-family: Candara, "Trebuchet MS", sans-serif;
}
a img {
	border: none;
}
#links {
	width: 150px;/* RC width */
	margin-right:-150px;/* RC width */
}
#footer {
	clear: both;
	height: 20px;
	width: 600px;
	margin: 20px auto;
	border-top: 1px #D1DBBD solid;
	color: #91AA9D;
	text-align: center;
	font-size: 80%;
	padding-top: 5px;
	font-family: Candara, "Trebuchet MS", sans-serif;
}
#footer a:link,#footer a:visited {
	color: inherit;
	text-decoration: none;
}
#footer a:hover {
	color: #D1DBBD;
}

/* IPD */

.matrix td {width: 10px; padding: 1px}
.coop {background-color: green}
.defect {background-color: red}


/* lastfm */
table.lfmWidgetchart_c4931367524a5fa1d1ff5958126f56e9 td {
   margin : 0 !important ;
   padding : 0 !important ;
   border : 0 !important ;
}
table.lfmWidgetchart_c4931367524a5fa1d1ff5958126f56e9 tr.lfmHead a:hover {
   background : url(http://cdn.last.fm/widgets/images/en/header/chart/recenttracks_regular_grey.png) no-repeat 0 0 !important ;
}
table.lfmWidgetchart_c4931367524a5fa1d1ff5958126f56e9 tr.lfmEmbed object {
   float : left;
}
table.lfmWidgetchart_c4931367524a5fa1d1ff5958126f56e9 tr.lfmFoot td.lfmConfig a:hover {
   background : url(http://cdn.last.fm/widgets/images/en/footer/grey.png) no-repeat 0 0 !important ;
}
table.lfmWidgetchart_c4931367524a5fa1d1ff5958126f56e9 tr.lfmFoot td.lfmView a:hover {
   background : url(http://cdn.last.fm/widgets/images/en/footer/grey.png) no-repeat -85px 0 !important ;
}
table.lfmWidgetchart_c4931367524a5fa1d1ff5958126f56e9 tr.lfmFoot td.lfmPopup a:hover {
   background : url(http://cdn.last.fm/widgets/images/en/footer/grey.png) no-repeat -159px 0 !important ;
}
