@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- All browsers */

body {
	background-color: #fff;
	color: #000;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
	font-size: 9px;
}

div.content {
	position: absolute;
	top: 45%;
	left: 50%;
	margin: -225px 0 0 -400px;
	width: 800px;
}

div#schedule, div#stores, div#contact {
	padding-top: 240px;
}

div#stores, div#contact, div#schedule {
	line-height: 1.5em;
}

#menu {
	position: absolute;
	top: 45%;
	left: 50%;
	margin: 247px 0 0 -400px;
	width: 800px;
}

#menu ul{
	display: inline;
	width: 800px;
}

#menu li {
	display: inline;
	padding: 0 0.8em 0 0;
}

#menu span {
	padding: 0 0.8em 0 0;
}

#menu li.fb {
  float: right;
  text-align: right;
}

h3 {
	font-weight: bold;
}

p, div#stores ul {
	margin: 0 0 1em 0;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

.content a {
	font-weight: normal;
}

a:hover, a.active {
	text-decoration: underline;
}

div.subcolumns {
	overflow: hidden;
	width: 100%;
}

.c25l {
	float: left;
	width: 25%;
}

.c25r {
	float: right;
	width: 25%;
	margin-left: -5px;
}

.c20l {
	float: left;
	width: 20%;
}

.c20r {
	float: right;
	width: 20%;
	margin-left: -5px;
}

#press {
	padding: 70px 0 0 0;
  overflow: hidden;
	width: 550px;
}

#press img {
	margin-bottom: 2px;
}

#collection {
  padding: 30px 0 0 0;
  overflow: hidden;
	width: 800px;
}

#collection-thumbs {
	float: left;
	line-height: 0;
	margin-left: -5px;
	width: 360px;
}

#collection-big {
	float: left;
	width: 300px;
}

#collection-thumbs img {
  margin: 0 5px 5px 0;
}

#collection-title {
  clear: both;
  position: relative;
  left: 297px;
  top: -10px;
  text-transform: uppercase;
}

#player-wrapper {
	padding: 60px 0 0 0;
}


div#itsaboutdetails {
	font-size: 9px;
	line-height: 13px;
	margin-top: 0;
	text-transform: uppercase;
	width: 500px;
}

/* ----------------------------------------------------- JS enabled browsers */

.js div#logo {
	display: none;
}

.js div#itsaboutdetails {
	display: none;
}

.js .home {
	display: none;
}

.js #collection {
  display: none;
}


/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }

