* {
margin: 0;
padding: 0;
}

body {
background: #333 url("images/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

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

a:visited {
/*text-decoration: underline;*/
color: #626;
}

div#content a:hover {
color: #ccc;
}

div#content ul {
  margin-left: 3em;
}

#header {
width: 580px;
height: 210px;
background: #000 url("images/header.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 580px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto 20px auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
color: #f00;
/*text-decoration: underline;*/
}

h2 {
width: 419px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
min-height: 400px;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 400px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

/*p:first-line {
font-weight: bold;
}*/

#footer {
  clear: both;
  width: 400px;
  margin-left: 163px;
}

#footer a:hover {
  text-decoration: underline;
  color: #666;;
}

#footer a:hover:visited {
  color: #626;
}

#footer img#hacker {
  text-align: right;
}
  

h3 {
  text-shadow: #999 2px 2px 2px;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
  border-bottom: 1px solid black;
}

div#music {
  height: 15em;
}

div#license {
  color: #fff;
}

div.package {
  margin-bottom: 2em;
}

div.package span.pkgname {
  font-weight: bold;
  font-size: 110%;
  display: block;
}

div.package div.pkgdesc {
  margin-left: 2em;
  display: block;
}

div.software {
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 1.2em;
}
span.highlight {
  border-bottom: 1px dotted red;
}

div.pkglist ul {
  list-style: square;
}

div#sidebar h4 {
  margin-top: 1.1em;
  border-bottom: 1px dotted white;
}

div.donations {
  margin-top: 10px;
  text-align: center;
}

div.donations img {
  margin: 10px auto 0px auto;
  display: block;
}

div.donations form:hover img {
  border: 1px solid gray;
}

div.donations a:hover img {
  border: 1px solid gray;
}

