body {
    font-family: verdana, helvetica, sans-serif;
}

h1 {
    font-size: 140%;
    padding-bottom: .2em;
    margin-bottom: .2em;
    border-bottom: 1px solid #ccc;
}

#nav {
    margin: .2em 0;
    padding: .2em 0;
    border-bottom: 1px solid #ccc;
}

#nav li {
    list-style-type: none;
    padding: 0 .5em;
    margin: 0;
    display: inline;
}

#nav li.inactive {
    text-decoration: underline;
    color: #666;
}

table {
    /*border-collapse: collapse;*/
    border-spacing: 5px;
}

table tr td,
table tr th {
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    padding: 2px 5px;
    font-size: 90%;
}

p q {
    color: maroon;
    font-weight: bold;
}

tr.newhr td {
    border-bottom: 1px solid #000;
}

table thead tr th {
    border: 1px solid #666;
    background-color: #000;
    color: #fff;
}

table tr th {
    border: 1px solid #ccc;
    background-color: #666;
    color: #fff;
}

a.ico {
    display: -moz-inline-box;
    display: inline-block;
    text-indent: -999em;
    height: 16px;
    width: 16px;
    background-repeat:  no-repeat;
}
a.youtube {
    background-image: url(/icy/i/youtube-g.ico);
}
a.google {
    background-image: url(/icy/i/google-g.ico);
}
a.lastfm {
    background-image: url(/icy/i/lastfm-g.ico);
}

a.grooveshark {
    background-image: url(/icy/i/grooveshark-g.png);
}

tr:hover td {
    background-color: #ffe;
    color: maroon;
}

tr:hover td a.youtube {
    background-image: url(/icy/i/youtube.ico);
}
tr:hover td a.google {
    background-image: url(/icy/i/google.ico);
}
tr:hover td a.lastfm{
    background-image: url(/icy/i/lastfm.ico);
}

tr:hover td a.grooveshark{
    background-image: url(/icy/i/grooveshark.png);
}

td small:before {
    content: '(';
    color: #999;
}
td small {
    font-size: x-small;
    color: #999;
}
td small:after {
    content: ')';
    color: #999;
}

@media handheld, screen and (max-device-width: 480px) {
    .nomobile {
        display: none;
    }
}

a:link,
a:visited {
    color: #00f;
}

a:hover {
    text-decoration: none;
}


table.floater {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

#footer {
    width: 100%;
    display: block;
    clear: both;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #ccc;
}

thead {
    margin: 0;
    padding: 0;
}

.hl {
    background-color: #f6f;
}

li form {
    display: inline;
    margin: 0;
    padding: 0;
}

.before {
    color: gray;
    font-size: smaller;
}

#top-months,
#top-individual-arists,
#top-individual-songs {
    font-size: 8pt;
}

.copyleft {
    font-size: smaller;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	padding: 0 1em;
	float: right;
	width: 30em;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

.copyleft p {
	margin: 0;
	padding: .5em 0;
}

.copyleft em {
    font-weight: bold;
	font-style: normal;
}

form#donations {
    float: right;
    font-size: smaller;
    clear: right;
    border: 1px solid #99c;
    padding: .5em 1em;
    width: 20em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #009;
    -moz-box-shadow: 0 0 5px #009;
    box-shadow: 0 0 5px #009;
    opacity: 0.7;
}

form#donations:hover {
    opacity: 1;
}

form#donations p,
form#donations input {
    margin: 0;
    padding: 0;
}

form#donations input[type=image] {
    float: right;
}

