/*
    CSS for Norwegian Wood
    by Matthew Gallant
*/

a, a:visited {
    color: #888888;
    text-decoration: none;
}

body {
    padding: 0;
    margin: 0;
    background: #000000 url(background.png);
    background-repeat: repeat-y;
    background-position: center 118px;
    width: 100%;
    font: 75%/150% Helvetica, Arial, sans-serif;
}

h1 {
    text-align: center;
}

h2 {
    margin-top: 5px;
}

div.hr {
/* Fixes an Internet Explorer bug */
  height: 25px;
  margin-top:25px;
  margin-bottom:10px;
  background: #fff url(http://norwegianwood.gangles.ca/images/hr.png) no-repeat scroll center;
  border:none;
}

div.hr hr {
  display: none;
}

hr {
    height:25px;
    margin-top:25px;
    margin-bottom:10px;
    background: #fff url(http://norwegianwood.gangles.ca/images/hr.png) no-repeat scroll center;
    border:none;
}

li {  
    list-style-image:url(images/arrow_small.png);  
}  

table {
    margin-left: auto;
    margin-right: auto;
}

/* General classes */

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;   
}

.right {
    text-align: right !important;   
}

#content {
    padding: 0 0 30px 0;
	width: 650px;
	margin: 0px auto 0;
    text-align: center;
}

img.center, img[align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Credits on index page */

#credits {
    margin-top: 30px;
    text-align: left;
}

#credits ul {
    margin-top: 5px;
}

.creditsleft {
    margin-left: 70px;
    float: left;
}

.creditsright {
    margin-right: 70px;
    float: right;
}

.creditsclear {
    clear: both;
}

/* Download page */

#download {
    width: 400px;
	margin: 20px auto 0;
    text-align: justify;
}

#distros h3 {
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: 120px;
}

#distros img {
    vertical-align:middle;
    border:0;
}

/* High score table */

#highscoretable td {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}

#highscoretable th {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 150%;
    text-align:center;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

#rank1 td {
    font-size: 220%;
    padding-bottom: 5px;
    color: #000000;
}

#rank2 td {
    font-size: 180%; 
    padding-bottom: 3px;
    color:#151515;
}

#rank3 td {
    font-size: 140%;
    padding-bottom: 0px;
    color:#252525;
}

.rankx td {
    padding-bottom: 0px;
    color:#353535;
}
