/* Text size for older browsers */
body, div, p, th, td, li, dd, dl, input, textarea, button {
  font-family: Georgia, verdana, arial, serif;
  font-size: 11px;
}

* {
  margin: 0;
  padding: 0;
  border: none;
}

html {
  height: 100%;
}

body {
	color: #333;
	background-color: #fff;
	font: 12px/15px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

a {
	color: #3f3f3f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #13a7c5;
}

/* Header styles */
/*
h1 {
	font-size: 30px;
	letter-spacing: -2px;
}

h2 {
	font-size: 24px;
	letter-spacing: -0.05em;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 14px;
}
*/

/* Menu styles */

#menu {
	position: relative;
	width: 960px;
	height: 134px;
	border-bottom: #3f3f3f 6px solid;
}

#menu #logo {
	position: absolute;
	top: 28px;
	left: 0;
}

#menu ul {
	position: absolute;
	top: 60px;
	right: 0;
}

#menu ul li {
	display: block;
	float: left;
	list-style: none;
	width: 109px;
	height: 33px;
	border-left: 3px solid #13a7c5;
	padding-left: 12px;
}

#menu ul li.omega {
	width: 120px; /* 87px */
}
#menu ul li.alpha {
	width: 109px;
	border-left: none;
}

#menu ul li a, #menu ul li a:visited {
	font: 14px/14px Georgia, Times, serif;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	text-decoration: none;
	color: #3f3f3f;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li a.current {
	color: #13a7c5;
}

#menu ul li a.inactive {
	color: #ccc;
}

/* Menu tools styles */

#menutools {
	position: relative;
	width: 960px;
	height: 20px;
	border-bottom: #ccc 1px dotted;
	margin-bottom: 26px;
}

#menutools ul {
	position: absolute;
	top: 13px;
	left: 0;
	width: 716px;
	height: 18px;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	letter-spacing: -0.06em;
}

#menutools ul li {
	display: block;
	float: left;
	list-style: none;
}

#menutools ul li .sep {
	margin: 0 0.5em;
}

#menutools ul li a, #menutools ul li a:visited {
	text-decoration: underline;
	color: #333;
}

#menutools ul li a:hover, #menutools ul li a:active {
	text-decoration: none;
	color: #000;
}


/* Box listing styles (artists + releases) */

#box-list {
  padding: 10px;
  display: table;
}

.box-item {
  width: 135px;
  padding: 5px 0;
  margin: 0 20px 0 auto;
  float: left;
}
.box-item .box-image {
  border: 2px solid #13a7c5;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.box-item img {
  height: 100px;
  border: 0;
}
.box-item img.release-listing-thumb {
  width: 100px;
  border: 0;
}

.box-item h2,
.box-item h3 {
  padding: 0;
  margin: 0;
  font-size: 100%;
}
.box-item h3 {
  font-size: 90%;
}
.box-item h2 a {
  font-size: 90%;
  text-decoration: none;
  color: #13a7c5;
}
.box-item-sm {
  width: 50px;
  height: 50px;
  /* background-color: #13a7c5; */
  margin: 0 20px 0 auto;
  float: left;
}
.box-item-sm.bluebox {
  background-color: #13a7c5;
}
.box-item-sm a {
  font-size: 90%;
  text-decoration: none;
  color: white;
}
.box-item-sm img {
  width: 50px;
  height: 50px;
  border: 0;
}

/* Content */

#content {
  width: 100%;
  height: 100%;
  padding: 0 5px;
  margin: 0;
  display: table;
  background: transparent;
}

/* Release page styles */
#release-info {
  float: right;
  width: 560px;
  margin: 10px 5px;
}
#release-info p {
  margin: 10px 5px;
}
#release-info pre {
  line-height: .75em;
}
#info-column {
  width: 200px;
  margin-top: 20px;
}
#info-column .lightbox {
  overflow: hidden;
}
#info-column .lightbox img {
  width: 200px;
}
#info-column .release-cover {
  margin: 3px 0;
  border: 1px solid #13a7c5;
}
#info-column form {
  text-align: right;
}
#info-column .release-player {
  width: 200px;
}
#info-column .release-player {
  width: 200px;
}

/* Main styles */

.main {
	display: table-row; /* here's the right trick for FFOX  */
	width: 960px;
}

/* Footer styles */

#footer {
	position: relative;
	width: 960px;
	height: 26px;
	border-top: 2px solid #000;
	margin: 42px 0;
	font: normal 13px/16px Times, serif;
	color: #000;
}

#footer a {
	font-weight: normal;
}

#footer ul {
	position: absolute;
	top: 12px;
	left: 0;
	width: 500px;
	height: 16px;
}

#footer ul li {
	display: block;
	float: left;
	list-style: none;
}

#footer ul li .sep {
	margin: 0 0.5em;
}

#footer ul li a, #footer ul li a:visited {
	text-decoration: none;
	color: #000;
}

#footer ul li a:hover, #footer ul li a:active {
	text-decoration: underline;
	color: #900;
}

#footer p {
	position: absolute;
	top: 12px;
	right: 0;
	height: 16px;
	text-align: right;
}

/* Lightbox addendum */

.lightbox a,
.lightbox img {
  border: 0 !important;
}

.lightbox a img,
.lightbox img {
  padding: 0;
  width: 250px;
}

/* Layout */

#menutools {
	border-bottom: none;
	margin-bottom: 0;
}

#picture {
	position: relative;
	width: 960px;
	background-color: #fff;
	padding-bottom: 19px;
}

#para {
	position: relative;
	width: 928px;
	padding: 12px 16px 20px;
	background-color: #f2f2f2;
}

/* Paragraphs */

.blue {
	color: #13a7c5;
}
.bold {
	font-weight: bold;
}

/* Footer */

#footer {
	margin-top: 0;
}

/* Press listings */ 
.review {
  width: 770px;
}
.speech_bubble_blue_down_top{
  min-height: 11px;
  overflow: hidden;
  padding:15px 10px 5px 10px
}
.speech_bubble_blue_down{
  color: #696969; /* 222222 */
}
.speech_bubble_blue_down_bottom {
  height: 11px;
}
.speech_bubble_blue_down_top {
  background: url(/gfx/bubble_down_top.png) no-repeat;
}
.speech_bubble_blue_down_bottom {
  background: url(/gfx/bubble_down_bottom.png) no-repeat;
}
.text, .text p {
  line-height: 130%;
}
.text p {
  margin:5px 0;
}
/* jQuery tabs */

#tabvanilla {
  float: left;
  min-height: 300px;
  width: 100%;
}
#tabvanilla h3 {
  font-size: 120%;
  border-bottom: 1px solid #13a7c5;
  margin-top: 0;
  padding-top: 0;
  color: #696969;
}

.widget {
  float: left;
  margin: 0 0 20px 0;  
  padding: 0 0 5px 0;  
  background: transparent;  
  border: 0px solid #13a7c5;  
  margin-bottom: 15px;
}
  
.widget a {  
  color: #13a7c5;
  text-decoration: none;  
}  
  
.widget a:hover {  
  color: #696969;  
  text-decoration: underline;  
}

.tabnav {
  padding: 0;
  margin: 5px 0 0 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #13a7c5;
}

.tabnav li {
  display: inline;  
  list-style: none;  
  padding: 2px 4px;
  border: 1px solid #13a7c5;
  border-bottom: 0;
  cursor: pointer;
}  
  
.tabnav li a {  
  text-decoration: none;  
  letter-spacing: 0.02em;
  color: #13a7c5;
  font-weight: bold;  
  font-size: 90%; 
  outline: none;  
}  

.tabnav li a:hover,
.tabnav li a:active {  
  color: #696969 !important;
  text-decoration: none;  
}
.tabnav li.ui-tabs-selected a,
.tabnav li.ui-tabs-selected {
  background-color: #13a7c5;
  color: white !important;
  text-decoration: none;  
}
  
.tabdiv {  
  margin-top: 2px;  
  background: transparent;  
  border: 0px solid #13a7c5;  
  padding: 5px;  
}
.tabdiv h4 {
  margin: 0;
  margin-top: 3px;
  font-size: 105%;
  font-weight: bold;
  padding: 0;
}
.tabdiv h5 {
  margin: 0;
  margin-top: 15px;
  font-size: 110%;
  font-weight: bold;
  padding: 0;
  color: #696969;
}
.tabdiv div p,
.tabdiv p {
  font-size: 90% !important;
  padding: 0;
  margin: 0;
}
.tabdiv div a {
  font-size: 90%;
  font-weight: bold;
}

.ui-tabs-hide {  
  display: none;  
}
