div.article {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #989898;
  margin-bottom: 20px;
}

/* glossary page styles */
div.module.glossary
{
	margin: 0;
	padding: 0;
}

div.module.glossary div.frame
{
	border: solid #e2e2e0;
	border-width: 1px;
	margin: 0;
	padding: 0;
}

table.glossary_entry
{
	margin: 0;
	padding: 0;
	width: 100%;
}

table.glossary_entry td.image
{
	padding:0;
}

div.module.glossary div.contents
{
	padding: 0;
	margin: 0;
}

div#glossary_entry
{
	height: 130px;
	overflow: auto;
	padding: 10px 20px 5px 20px;
}

div#about div#glossary_entry {
  height: auto;
  overflow: visible;
}


div.module div.frame div.contents div#glossary_entry div.thumbnail {
  margin-right: 20px;
}

div.module div.frame div.contents div#glossary_entry div.description {
  float: none;
  width: 562px;
}


div#glossary_entry ul.links li
{
  width: 400px;
  padding-left: 15px;
}

div.sponsored_links
{
  height: 450px;
  margin-bottom: 10px;
}

/* album page styles */
img.album_photo {
  float: left;
  margin: 0 10px 10px 0;
}

div.module div.frame div.contents ul.album li {
  height: auto;
  padding: 10px;  
}

div.module div.frame div.contents ul.album li div.album {
  margin: 0 10px 0 0;
}

div.album_details div.frame div.contents {
  padding: 0;
}
div.album_details div.frame div.contents ul.album ul.album_description {
  float: left;
  width: 500px;
}

div.album_details div.frame div.contents ul.album ul.album_description li {
  height: auto;
  background:none;
  border: none;
  padding: 1px 0;
}

div.album_details div.frame div.contents ul.album ul.album_description h5 {
  display: inline;
  font-size: 11px;
}

table.tracklist
{
  width: 100%;
}

table.tracklist td.track_number
{
  width: 20px;
}

table.data
{
	border-collapse: collapse;
}

table.data th
{
  vertical-align: middle;
  text-align: left;
  color: #333333;
  font-weight: bold;
  padding: 4px 10px 4px 10px;
}

table.data th a:link,
table.data th a:visited,
table.data th a:hover,
table.data th a:active
{
  color: #333333;
  text-decoration: none;
}

table.data th.icon_label
{
  text-align: center;
}

table.data td
{
  vertical-align: top;
  padding: 4px 10px 4px 10px;
}

table.data td a:hover {
  text-decoration: none;
}


table.data th.first, table.data td.first
{÷
  padding-left: 20px;
}

table.data td img.icon
{
  margin: 0;
}

table.data td.icon_link
{
  text-align: center;
  width: 70px;
}

table.data td.divider
{
  height: 1px;
  padding: 0;
  border: 0;
}

/* gallery page styles */
#media div.gallery h3 {
  margin-bottom: 0;
}

#media div.gallery h3 img {
  padding: 0 3px;
}

div.caption {
  text-align: left;
}

div.caption a.mailto {
  float: right;
}

div.gallery div.byline, div.description {
  float: none;
}

div.caption div.byline {
  float: left;
  clear:both;
  width: 70%;
  margin-bottom: 10px;
  *margin-bottom: 0;
}

div.caption div.description {
  clear:both;
}
