:link img {
	border:none;
}

:visited img {
	border:none;
}
:active img {
	border:none;
}

img { 
    -ms-interpolation-mode:bicubic;
}

a {
	text-decoration:none;
	color: #777777;
}

body {
    background-color: #000000;
    color: #777777;
    font-family: arial;
}

h1 {
    text-align: center;
    font-size: 3em;
    margin-bottom: 0;
}

h2 {
    font-size: 1em;
}

h3 {
    color: #AA0000;
}

h3 a {
    color: #AA0000;
}

footer {
    text-align: center;
    display: block;
    clear: both;
    padding: 3em;
}

nav {
    text-align: center;
}

nav ul li {
    padding: 0 5em 0 5em;
    list-style: none;
    display: inline;
    font-size: 1.25em;
}

nav ul li.current a{
    color: #AA0000;
}

article {
    text-align: center;
}

article form {
    margin-left: 5em;
    text-align: left;
}

article form li input {
    margin-left: 0;
}

article form input {
    margin-left: 12.5em;
    width: 22em;
}

p {
    line-height: 2;
    margin: 1em 25em 1em 5em;
    text-align: justify;
}

p:first-letter {
    color: #AA0000;
    font-size: 1.5em;
}

.listen {
}

.songs {
    list-style: none;
}

.songs li {
    margin: 2em;
    padding: 1em;
    font-weight: bold;
    float: left;
    clear: right;
    border: #444444 solid thin;
    width: 15em;
}

.songs li .download a {
    color: #770000;
}

* .format a {
    font-size: 75%;
    text-decoration: underline;
}

.main img{
    padding: 1em;
}

.news {
    width: 20em;
    text-align: justify;
    float: right;
    margin: 0 1em;
}

.news ul {
    list-style: none;
    margin: 0;
    padding: 0 1em 0 0;
}

.news li p {
    width: 100%;
    margin: 0 0 1em 0;
}

label {
    width: 10em;
    float: left;
}

.contact_us {
    text-align: left;
    list-style: none;
    padding: 0;
}

.contact_us li{
    padding-bottom: 1em;
}

/* Audio player */
.player {
    width: 20em;
    border: #AA0000 thin solid;
    padding: 1em;
    margin: 1em;
    float: right;
}

.loading {
    display: none;
}
.playing {
    font-weight: bold;
    color: #AA0000;   
}

.selected {
    font-style: italic;
}

#play_list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

.errorlist {
    list-style: none;
    font-style: italic;
    padding-left: 10em;
}
