/* Main stylesheet for the iScrobbler homepage */

body {
background: #FFFFFF;
font-family: veranda, arial, helvetica, sans-serif;
color: #222222;
font-size: 12px;
cursor: default;
padding: 20px;
}

a:link {
	color: #000099;
	text-decoration: none;

}

a:visited {
	color: #9900FF;
	text-decoration: none
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #0000CC;

}

a:active {
	color: #FF0000;
	text-decoration: none
}

input:hover { cursor: pointer; }

.titlebox {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:10px;
background: #EEEEFF;
height: 80px;
}

.title {
color: #222255;
margin-left:10px;
font-size: 48px;
}
.slogan {
margin-left:10px;
}

h2 {
color: #222255;
font-size: 1.5em;
}

.sourceforge {
padding-top: 5px;
float:right;
border:0px;
width:150px;
}

img {
border: 0px;
}

small {
font-size:10px;
color: #333333;
}
