a{ color:white;}
body {
	background: #151515 url(../images/bg.jpg) top center repeat-x;
}
.container_12 {
	background-repeat: repeat-y;	
}

p {
	line-height: 1.2;
}

#header {
	height: 121px;
}

#nav {
	height: 72px;
	background: #dac96c url(../images/nav-strip.jpg);
}

#sidebar {
	height: 700px;
	width: 225px;
	margin-right: 22px;
	float: left;
}

#content {
	width: 675px;
	float: left;
	padding-top:9px;
	text-align: right;
}

#social-media{
  width: 220px;
  float: right;
}

#fb, #tw, #nl {
  padding: 10px 0;
  text-align: center;
}

#nl a{
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
  font-size: 1.2em;
}

#locations {
	border-top: 3px dotted white;
	padding-top: 15px;
	margin-left: 247px;
	width: 675px;
}

#main-nav li{
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight:bold;
	display: inline;
	list-style-type: none;
	border: thin solid #c3b252;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	padding: 46px 12px 9px;
	margin: 0;
}

.last {
	border-right: thin solid #c3b252 !important;
}

#main-nav li a {
	color: black;
	text-decoration: none;
}

#main-nav li a:hover {
	color: #bf288a;
	text-decoration: none;
}

#location-nav {
	line-height: 0;
	list-style: none;
}

#location-nav li {
	margin: 0;
	position: relative;
	z-index:50;
}

#location-nav li:hover {
	z-index: 55;
}

.leeds {
	margin-top: -4px;
}
.bristol {
	margin-top: -13px;
}
.shoreditch {
	margin-top: -19px;
}
.angel {
	margin-top: -12px;
}
.westborne {
	margin-top: -13px;
}

#text-area {
	font-size: 90%;
	margin-left: 10px;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	width: 406px;
	float: left;
	text-align: left;
}

#text-area h2 {
	margin-top: 15px;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-size: 165%;
	line-height: 1.4;
	border-bottom: 3px dotted white;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#footer {
	height: 95px;
	color: white;
	line-height: 1.1;
}

.loc-detail {
	font-size: 75%;
	float: left;
	margin-right: 25px;
}

.loc-detail h2 {
	font-size: 90%;
	margin-bottom: 3px;
}

/*
#week-nav li {
    margin: 0;
    padding: 0;
    display:inline;
    position: relative;
    z-index: 10;
}*/

#week {
    line-height: 0;
    list-style: none;
}

#week li {
    display: inline;
    position: relative;
    z-index: 50;
}

#week li:hover {
    z-index: 55;
}

#monday-item {
    margin-left: -90px;
}
#tuesday-item {
    margin-left: -5px;
}
#wednesday-item {
    margin-left: -3px;
}
#thursday-item {
    margin-left: -6px;
}
#friday-item {
    margin-left: -4px;
}
#saturday-item {
    margin-left: -4px;
}
#sunday-item {
    margin-left: -8px;
}
