
body{font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif}

#widget {
  width: 175px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #A4C2C2;
  background-color: #D4E6E6;
}

#content {
  width: 93%;
  margin: 0 auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #A4C2C2;
  background-color: #F5F9F9;
}

#about {
  width: 93%;
  margin: 5px auto 5px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #A4C2C2;
  background-color: #F5F9F9;
  min-height: 20px;
}

#about img {
  display: inline;
  float: left;
  padding: 5px;
}

#about p {
  padding: 8px 0 5px 0;
  font-size: 1.2em;
  line-height: 1em;
  color: #003366;
  font-weight: bold;
  text-align: center;
}

#show_details {
  width: 93%;
  margin: 5px auto 5px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #A4C2C2;
  background-color: #F5F9F9;
  min-height: 20px;
}

#show_details p {
  text-align: center;
}

#powered_by {
  width: 93%;
  margin: 0 auto 5px auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #A4C2C2;
  background-color: #F5F9F9;
}

#powered_by p {
  text-align: center;
  padding: 8px 0 5px 0;
  font-size: .9em;
}


p {
  margin: 0;
  padding: 3px;
}

#widget #container_12 {
  margin: 0;
  padding: 0;
}

#psn {
}

ul {
  list-style: none;
}

ul li {
  line-height: 2em;
  margin-left: 0;
  padding-left: 7px;
  border-bottom: 1px solid #A4C2C2;
  margin-bottom: 5px;
}

ul li img {
  display: inline;
  float: left;
  margin-top: 4px;
}


a {
  text-decoration: none;
  display: block;
  color: #003366;  
}

#person {
  font-size: 1.2em;
  color: #003366;
  font-weight: bold;
  display: block;
  padding: 5px;
  text-align: center;
}

#header p {
  font-size: 1em;
}

#footer {
  border-top: 1px solid #A4C2C2;
}

#footer p {
  text-align: center;
  background-color: #D4E6E6;
  font-size: 1em;
}

#footer p a {
  text-decoration: none;
  display: block;
  color: #003366;
}

/* Scrollbars, from: http://livepipe.net/control/scrollbar */
#scrollbar_container {  
    position:relative;  
} 
 
#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:10px;  
    background-color: transparent;  
    cursor:move;
} 
 
#scrollbar_handle {  
    width:10px;  
    background-color:#5c92e7;  
    cursor:move;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    opacity:0.9;  
    -moz-opacity:0.9;  
} 
 
#scrollbar_content {  
    overflow: hidden;
    height: 200px;
}

#scrollbar_container_details {  
    position:relative;  
} 
 
#scrollbar_track_details {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:10px;  
    background-color: transparent;  
    cursor:move;
} 
 
#scrollbar_handle_details {  
    width:10px;  
    background-color:#5c92e7;  
    cursor:move;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    opacity:0.9;  
    -moz-opacity:0.9;  
} 
 
#scrollbar_content_details {  
    overflow: hidden;
    height: 200px;
}

#details {

}

#details img {
  padding: 10px 10px 5px 8px;
  float: left;
}

#details p {
  padding: 5px 12px 0 10px;
  font-size: .9em;
}

#details p a {
    color: #932241;
}

p.about {
  margin-right: 8px;
  text-align: justify;
}
