@charset "UTF-8";
/*
Theme Name: Public Works '10
Theme URI: http://ips.audiosport.org/
Author: ips
*/
@import "css/f.css";
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
————————————————————————————————————————————————————————————————————— */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
h1wrap table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  color: #A4A4AB;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
.cufon-loading {
  /* for Cufon.replace('h1') */
  visibility: hidden !important;
}
* {
  -webkit-font-smoothing: antialiased;
}
/* =Layout
————————————————————————————————————————————————————————————————————— */
#container {
  float: left;
  margin: 0;
}
body.single #container {
  width: 620px;
}
body.page-template-page-about-php #container {
  width: 930px;
}
#content {
  margin: 0;
}
#primary,
#secondary {
  float: right;
  overflow: hidden;
  width: 220px;
}
#secondary {
  clear: right;
}
#footer {
  clear: both;
  width: 100%;
}
/*
*/
.one-column #content {
  margin: 0 auto;
  width: 640px;
}
/*
*/
.single-attachment #content {
  margin: 0 auto;
  width: 900px;
}
/* =Fonts
————————————————————————————————————————————————————————————————————— */
body,
input,
textarea,
.page-title span,
.pingback a.url {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure
————————————————————————————————————————————————————————————————————— */
/* The main theme structure */
#access .menu-header,
div.menu,
#wrapper {
  min-height: 70%;
  height: auto !important;
  height: 100%;
  padding: 0 20px;
  width: 970px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Structure the footer area
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
————————————————————————————————————————————————————————————————————— */
/* Main global 'theme' and typographic styles */
body {
  background: #131316;
}
body,
input,
textarea {
  font-size: 12px;
  line-height: 18px;
}
hr {
  background-color: #e7e7e7;
  border: 0;
  clear: both;
  height: 1px;
  margin-bottom: 18px;
}
/* Text elements */
p {
  margin-bottom: 18px;
}
ul {
  list-style: square;
  margin: 0 0 18px 1.5em;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 0 24px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 18px;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
big {
  font-size: 131.25%;
}
ins {
  background: #ffc;
  text-decoration: none;
}
blockquote {
  font-style: italic;
  padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}
pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em;
}
abbr,
acronym {
  border-bottom: 1px dotted #65656b;
  cursor: help;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
input[type="text"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 2px;
}
a:link {
  color: #0066cc;
}
a:visited {
  color: #743399;
}
a:active,
a:hover {
  color: #ff4b33;
}
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
/* =Our fancy headings
————————————————————————————————————————————————————————————————————— */
h1,
h2,
h3,
h4,
h5,
h6,
p.h1,
p.h2,
p.h3,
p.h4,
p.h5,
p.h6 {
  font-family: 'Chlt';
  font-weight: 700;
}
p.h1,
p.h2,
p.h3 {
  font-weight: 400;
  text-shadow: 0px 1px #2c000d, 0px 2px #2c000d;
}
p.h4 {
  font-weight: 400;
  text-shadow: 0px 1px #2c000d;
}
p.h4 span,
div.area,
p.h5 {
  font-weight: 700;
  text-shadow: 0px 1px #2c000d;
}
.main-event-head-new p.h3 span,
p.month-year {
  font-family: 'Chlt';
  font-weight: 400;
  text-shadow: 0px 1px #2c000d;
}
div.label p.h1,
div.label p.h2,
div.label p.h3 {
  font-weight: 700;
  text-shadow: 0px 1px #000;
}
div.grayed p.h1,
.main-event-head-new.closed p.h1,
div.grayed p.h2,
.main-event-head-new.closed p.h2,
div.grayed p.h3,
.main-event-head-new.closed p.h3 {
  font-weight: 400;
  text-shadow: 0px 1px #18181B;
}
div.grayed p.h1 span,
.main-event-head-new.closed p.h1 span,
div.grayed p.h2 span,
.main-event-head-new.closed p.h2 span,
div.grayed p.h3 span,
.main-event-head-new.closed p.h3 span {
  font-weight: 100;
}
.navigation div a {
  font-family: 'Chlt';
  font-weight: 400;
}
div.h1wrap {
  background-color: #2c000d;
  float: left;
  display: inline;
  margin-right: 5px;
  padding: 0 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=@o_percentage)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
p.h1 {
  color: #fff;
  text-align: left;
  margin: 0;
  font-size: 26px;
  line-height: 1.1;
}
p.h1 a {
  color: #fff;
  text-decoration: none;
}
div.h2wrap {
  background-color: #2c000d;
  float: left;
  display: inline;
  margin-right: 5px;
  padding: 0 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=@o_percentage)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
p.h2 {
  color: #fff;
  font-size: 20px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
p.h2 a {
  color: #fff;
  text-decoration: none;
}
div.h3wrap {
  background-color: #2c000d;
  float: left;
  display: inline;
  margin-right: 3px;
  padding: 0 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  -ms-filter: "alpha(opacity=@o_percentage)";
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
}
p.h3 {
  color: #fff;
  font-size: 12px;
  text-align: left;
  margin: 0;
  line-height: 1.2;
}
p.h3 a {
  color: #fff;
  text-decoration: none;
}
p.h4 {
  margin: 5px 0 20px 0;
  font-size: 16px;
  line-height: 1.2;
  color: #7c7c82;
}
p.h4 span {
  color: #fff;
}
p.h5 {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}
div.h1wrap.grayed,
div.h2wrap.grayed,
div.h3wrap.grayed {
  background-color: #18181B;
}
div.h1wrap.closed,
div.h2wrap.closed,
div.h3wrap.closed {
  background: none;
}
div.h1wrap.grayed p.h1,
div.h2wrap.grayed p.h2,
div.h3wrap.grayed p.h3 {
  color: #3C3C42;
}
div.h1wrap.closed p.h1,
div.h2wrap.closed p.h2,
div.h3wrap.closed p.h3 {
  color: #606069;
}
div.h1wrap.grayed p.h1 a,
div.h2wrap.grayed p.h2 a,
div.h3wrap.grayed p.h3 a {
  color: #606069;
  text-decoration: none;
}
div.h1wrap.grayed p.h1 a:hover,
div.h2wrap.grayed p.h2 a:hover,
div.h3wrap.grayed p.h3 a:hover {
  color: #fff;
}
/* =Header
————————————————————————————————————————————————————————————————————— */
#header {
  padding: 0;
  padding: 15px 20px;
  background-image: -webkit-linear-gradient(top, #2c000d, #120005);
  background-image: -moz-linear-gradient(top, #2c000d, #120005);
  background-image: -o-linear-gradient(top, #2c000d, #120005);
  background-image: -ms-linear-gradient(top, #2c000d, #120005);
  background-image: linear-gradient(top, #2c000d, #120005);
  background-color: #1f0009;
  background-color: #2c000d;
}
#header > div {
  max-width: 930px;
  margin: 0 auto;
}
#header > div:after {
  display: block;
  clear: both;
  content: ' ';
  height: 0;
  visibility: hidden;
}
#logo {
  float: left;
  display: inline;
  width: 71px;
  margin-right: 40px;
  margin-bottom: 10px;
  transition: all .2s;
}
#logo:hover {
  opacity: .2;
}
#below-search {
  display: none;
  float: right;
  width: 210px;
  margin-top: 6px;
}
#below-search .widget-title {
  display: none;
}
#below-search ul,
#below-search li {
  list-style: none;
  margin: 0;
}
#below-search li {
  float: left;
  display: inline;
  font-size: 9px;
  line-height: 16;
  text-transform: uppercase;
}
#below-search li.widget {
  float: right;
}
#below-search li a {
  float: left;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  margin: 0 0 7px 7px;
  -moz-opacity: .70;
  filter: alpha(opacity=70);
  opacity: .70;
}
#below-search li a:hover {
  float: left;
  line-height: 16px;
  color: #fff;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
#below-search li a > img {
  margin: 0;
  vertical-align: middle;
}
#loginarea {
  position: relative;
  float: right;
  display: inline;
  margin-right: 26px;
  width: 240px;
  color: #fff;
  line-height: 14px;
  text-align: right;
}
#loginarea p {
  text-align: right;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 4px;
}
#loginarea a {
  margin-left: 12px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
  color: #606069;
  text-decoration: none;
}
#loginarea a:hover {
  color: #fff;
}
#footer-widget-area #loginarea {
  margin-bottom: 7px;
}
/* =Menu
————————————————————————————————————————————————————————————————————— */
#main-menu {
  float: left;
  display: inline;
  margin-right: -30px;
  position: relative;
  z-index: 1;
}
#main-menu ul {
  margin: 7px 0 0 0;
  list-style: none;
}
#main-menu ul li {
  /*float:left;*/
  display: block;
  /*width:118px;*/
  margin: 0;
  font-family: 'Chlt';
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
}
#main-menu ul li a {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
#main-menu ul li a span {
  font-weight: 300;
  color: white;
}
#main-menu ul li a:hover {
  color: rgba(255, 255, 255, 0.2);
}
#main-menu ul ul {
  margin: 4px 0 0 0;
  list-style: none;
}
#main-menu ul li li {
  float: left;
  display: inline;
  width: 120px;
  margin: 0;
  /*font-family: 'Chlt';
		font-weight:400;*/
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
}
#main-menu ul li li a {
  color: #fff;
  text-decoration: none;
  -moz-opacity: .40;
  filter: alpha(opacity=40);
  opacity: .40;
}
#main-menu ul li li a:hover {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
div.menu {
  margin: 0;
}
/*

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 930px;
}
#access .menu-header {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
*/
/* =Content
————————————————————————————————————————————————————————————————————— */
#main {
  clear: both;
  padding: 0;
  margin: 20px 0;
}
#main:after {
  display: block;
  clear: both;
  content: ' ';
  height: 0;
  visibility: hidden;
}
#content {
  margin-bottom: 36px;
  margin-left: 0;
}
#content img {
  margin: 0;
  height: auto;
  width: auto;
}
#content div.post,
#content div.event,
#content div.exhibition,
#content div.news,
#content div.photo-gallery {
  margin-bottom: 30px;
}
#content div.photo-gallery > div {
  position: relative;
}
/*	Featured events
————————————————————————————————————————————————————————————————————— */
#featured-events {
  width: 930px;
  float: left;
  overflow: hidden;
  height: 310px;
  white-space: nowrap;
}
#featured-events .main-event-head {
  position: relative;
  width: 309px;
  margin-right: 1px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  white-space: normal;
}
#featured-events .main-event-image {
  vertical-align: top;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 310px;
  height: 310px;
  -webkit-box-shadow: -1px 0 0 #131316;
  -moz-box-shadow: -1px 0 0 #131316;
  box-shadow: -1px 0 0 #131316;
}
#featured-nav {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#featured-nav a {
  position: absolute;
  left: -5em;
  bottom: 155px;
  width: 4em;
  height: 4em;
  line-height: 4em;
  margin-bottom: -2em;
  display: block;
  text-decoration: none;
  color: white;
  text-align: center;
  border-radius: .35em;
}
#featured-nav a:after {
  font-family: 'icobundl';
  content: '';
  font-size: 2.4em;
}
#featured-nav a#featured-prev:after {
  content: '\E95F';
}
#featured-nav a#featured-next,
#featured-nav a#list-all {
  left: auto;
  right: -5em;
}
#featured-nav a#featured-next:after,
#featured-nav a#list-all:after {
  content: '\E960';
}
#featured-nav a:hover,
#featured-nav a:active {
  color: white;
}
#featured-nav a.disabled {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.4) !important;
}
@media only screen and (max-width: 1070px) {
  #featured-nav a {
    background: rgba(0, 0, 0, 0.8);
  }
  #featured-nav a#featured-prev {
    left: -20px;
  }
  #featured-nav a#featured-next,
  #featured-nav a#list-all {
    right: -20px;
  }
}
/*	Main events (page-listing.php)
————————————————————————————————————————————————————————————————————— */
#main-events {
  width: 930px;
  float: left;
  display: inline;
  height: 334;
  margin-bottom: 7px;
}
#main-events #main-events-title {
  float: left;
  margin: 4px 0 10px 4px;
  width: 926px;
}
#main-events #main-events-title p.h3 {
  font-size: 17px;
}
#main-events .main-event-head-new {
  position: relative;
  width: 124px;
  height: 124px;
  margin-right: 1px;
  margin-bottom: 1px;
  float: left;
  display: inline;
}
#main-events .main-event-head-new p.h3 span {
  font-size: 17px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 100;
}
#main-events .main-event-head-new.open .dat {
  display: none;
}
#main-events .main-event-head-new.closed {
  -moz-opacity: .90;
  filter: alpha(opacity=90);
  opacity: .90;
}
#main-events .main-event-head-new:hover {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
#main-events .main-event-head-new.closed:hover {
  -moz-opacity: .90;
  filter: alpha(opacity=90);
  opacity: .90;
}
#listing-view-menu:after {
  display: block;
  clear: both;
  content: ' ';
  height: 0;
  visibility: hidden;
}
#listing-view-menu div.h1wrap,
#listing-view-menu div.h2wrap,
#listing-view-menu div.h3wrap {
  background: none;
  float: none;
  display: inline-block;
}
#listing-view-menu p.h1,
#listing-view-menu p.h2,
#listing-view-menu p.h3 {
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
#newsl-subscr {
  margin-top: 15px;
  margin-bottom: 10px;
  display: none;
  width: 100%;
  background: white;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#newsl-subscr:after {
  display: block;
  clear: both;
  content: ' ';
  height: 0;
  visibility: hidden;
}
#newsl-subscr p {
  color: #000000;
  font-size: 1.4em;
  margin-bottom: 8px;
}
#newsl-subscr input {
  color: #606069 !important;
  margin-left: 0 !important;
  background: white !important;
  border-color: #bbb !important;
}
#newsl-subscr span {
  color: #3c3c42;
  float: left;
  margin-right: 10px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 28px;
}
#social-links {
  /*width: 100%;
	background: white;
	padding: 10px;
	.clear-children;
	.border-box;*/
  display: none;
  text-align: center;
  margin: 20px 0 5px 0;
}
#social-links li {
  display: inline-block;
  font-size: 48px;
}
#social-links li + li {
  margin-left: .35em;
}
#social-links a {
  color: white;
  text-decoration: none;
}
#social-links a:hover,
#social-links a:active {
  color: rgba(255, 255, 255, 0.2);
}
#social-links a:before {
  font-family: 'entypo-social+';
  content: '';
}
#social-links a.facebook:before {
  content: '\F30C';
}
#social-links a.twitter:before {
  content: '\F309';
}
#social-links a.do415:before {
  content: '\F358';
}
#social-links a.rss:before {
  content: '\F359';
}
#header #social-links,
#header #newsl-subscr {
  display: block;
  width: 323px;
  float: right;
  margin: 0;
}
#header #social-links {
  margin: 15px 0 0 0;
}
#content #listing,
#content #home-listing {
  float: left;
  width: 930px;
  display: none;
}
#content #listing .listing-item,
#content #home-listing .listing-item {
  display: table;
  width: 100%;
  min-height: 50px;
  margin: 0 0 1px 0;
  padding: 15px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #131316;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#content #listing .listing-item > div,
#content #home-listing .listing-item > div {
  display: table-cell;
  float: none;
  height: 100%;
  position: relative;
  margin: 0;
  text-align: left;
  vertical-align: top;
  padding-left: 3px;
}
#content #listing .listing-item > div.img,
#content #home-listing .listing-item > div.img {
  width: 50px;
  padding-left: 0;
}
#content #listing .listing-item > div.img a,
#content #home-listing .listing-item > div.img a {
  display: block;
}
#content #listing .listing-item > div.img img,
#content #home-listing .listing-item > div.img img {
  margin: 0;
  width: 50px;
  height: 50px;
  vertical-align: top;
}
#content #listing .listing-item > div.date-badge img,
#content #home-listing .listing-item > div.date-badge img {
  margin: 0;
}
#content #listing .listing-item > div.titl,
#content #home-listing .listing-item > div.titl {
  padding-right: 3px;
  padding-left: 7px;
}
#content #listing .listing-item > div.titl div.h2wrap,
#content #home-listing .listing-item > div.titl div.h2wrap {
  float: none;
  display: inline-block;
  background: transparent;
  padding: 0;
  opacity: 1;
  filter: alpha(opacity=100%);
  -ms-filter: "alpha(opacity=@o_percentage)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
}
#content #listing .listing-item > div.titl div.h2wrap p,
#content #home-listing .listing-item > div.titl div.h2wrap p {
  margin: 0;
}
#content #listing .listing-item > div.titl div.h2wrap a span,
#content #home-listing .listing-item > div.titl div.h2wrap a span {
  display: inline-block;
  margin-left: -3px;
  text-transform: uppercase;
  color: white;
  font-weight: 100;
  padding: 0 3px;
  background: #2c000d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#content #listing .listing-item > div.titl div.h2wrap a span b,
#content #home-listing .listing-item > div.titl div.h2wrap a span b {
  color: white;
  font-weight: 400;
  vertical-align: .75em;
  font-size: .5em;
  line-height: 1;
}
#content #listing .listing-item > div.titl p,
#content #home-listing .listing-item > div.titl p {
  margin-top: .5em;
  margin-bottom: 0;
}
#content #listing .listing-item > div a.buy-tick,
#content #home-listing .listing-item > div a.buy-tick {
  float: right;
}
#content #listing .listing-item > div a.buy-tick img,
#content #home-listing .listing-item > div a.buy-tick img {
  vertical-align: middle;
  margin-top: -0.1em;
  margin: 10px 0 0 5px;
}
#content #listing .listing-item > div.home-listing-ticketcell-wrap,
#content #home-listing .listing-item > div.home-listing-ticketcell-wrap {
  width: 120px;
  border-left: 1px dotted #3C3C42;
  vertical-align: middle;
  text-align: center;
}
#content #listing .listing-item > div.home-listing-ticketcell-wrap > div,
#content #home-listing .listing-item > div.home-listing-ticketcell-wrap > div {
  display: inline-block;
  float: none;
  margin: 0;
}
#content #listing {
  display: block;
}
#content #listing .listing-item {
  padding: 15px 15px;
}
#content #listing .listing-item > div.img img {
  width: 80px;
  height: 80px;
}
#content #listing .listing-item > div.titl {
  padding-left: 15px;
}
/*	Twitter squares
————————————————————————————————————————————————————————————————————— */
#twitter-feed-wrap,
#twitter-feed-wrap-two {
  float: left;
  display: inline;
  width: 930px;
  margin-bottom: 30px;
}
#twitter-feed-wrap ul,
#twitter-feed-wrap-two ul,
#twitter-feed-wrap ul,
#twitter-feed-wrap-two ul {
  margin: 0;
  list-style: none;
}
#twitter-feed-wrap li,
#twitter-feed-wrap-two li,
#twitter-feed-wrap li,
#twitter-feed-wrap-two li {
  float: left;
  margin-bottom: 3px;
  word-wrap: break-word;
  width: 116px;
  height: 120px;
  overflow: hidden;
  padding: 2px 4px 14px 4px;
  margin-right: 8px;
  background: url(g/twitter-124x124.png);
}
#twitter-feed-wrap li,
#twitter-feed-wrap-two li {
  list-style: none;
  margin: 0;
  width: 100%;
  height: auto;
  background: none;
  padding: 0;
}
#twitter-feed-wrap .tweet-content,
#twitter-feed-wrap-two .tweet-content {
  float: left;
  width: 775px;
}
#twitter-feed-wrap .tweet-content p,
#twitter-feed-wrap-two .tweet-content p {
  color: #fff;
}
#twitter-feed-wrap .tweet-content,
#twitter-feed-wrap-two .tweet-content,
#twitter-feed-wrap .tweet-content,
#twitter-feed-wrap-two .tweet-content {
  float: left;
  font-size: 10px;
  line-height: 15px;
  width: 112px;
  height: 105px;
  overflow: hidden;
}
#twitter-feed-wrap .tweet-time,
#twitter-feed-wrap-two .tweet-time,
#twitter-feed-wrap .tweet-time,
#twitter-feed-wrap-two .tweet-time {
  float: left;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
  width: 112px;
  margin-top: 3px;
}
#twitter-feed-wrap .tweet-time p .tweet-time p,
#twitter-feed-wrap-two .tweet-time p .tweet-time p {
  text-align: right;
}
#twitter-feed-wrap .tweet-content a,
#twitter-feed-wrap-two .tweet-content a {
  color: #A4A4AB;
  text-decoration: none;
  border-bottom: 1px solid #A4A4AB;
}
#twitter-feed-wrap .tweet-content a:hover,
#twitter-feed-wrap-two .tweet-content a:hover {
  color: #fff;
  border-bottom: none;
}
#twitter-feed-wrap .tweet-time a,
#twitter-feed-wrap-two .tweet-time a {
  color: #606069;
  text-decoration: none;
}
#twitter-feed-wrap .tweet-time a:hover,
#twitter-feed-wrap-two .tweet-time a:hover {
  color: #fff;
  text-decoration: none;
}
#twitter-feed-wrap-two {
  margin-top: 30px;
  width: 400px;
  height: 500px;
  float: left;
}
/*	Instagram thumbs
————————————————————————————————————————————————————————————————————— */
#instagram-feed-wrap {
  margin-top: 30px;
  float: right;
  width: 486px;
  margin-bottom: 30px;
  margin-right: -1px;
}
#instagram-feed-wrap .label {
  display: block;
  float: none;
  margin-bottom: 7px;
}
#instagram-feed-wrap .label a {
  font-size: 14px;
  font-weight: normal;
  color: #8f2434;
  text-transform: none;
}
#instagram-feed-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#instagram-feed-wrap ul:after {
  display: block;
  clear: both;
  content: ' ';
  height: 0;
  visibility: hidden;
}
#instagram-feed-wrap li {
  list-style: none;
  float: left;
  width: 161px;
  height: 161px;
  margin: 0 1px 1px 0;
  line-height: 161px;
  background: black;
  border-radius: 3px;
  overflow: hidden;
}
#instagram-feed-wrap li a {
  display: block;
  width: 100%;
  height: 100%;
}
#instagram-feed-wrap li img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
  max-height: 100%;
}
/*	
————————————————————————————————————————————————————————————————————— */
#the-rest-wrap {
  float: left;
  display: inline;
  width: 930px;
  /*background: #000 url(g/body-bg.png) repeat-x 0px -590px;*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.blog-post-head,
.current-exhibition-head {
  position: relative;
  width: 100%;
  width: 620px;
}
#content div.current-exhibition-head {
  width: 155px;
  height: 155px;
  float: left;
  display: inline;
}
#content div.current-exhibition-head-new {
  position: relative;
  width: 400px;
  height: 200px;
  float: left;
  display: inline;
}
#content div.current-exhibition-head-new div {
  position: relative;
  height: 77px;
  width: 77px;
  float: left;
  overflow: hidden;
}
#content div.current-exhibition-head-new div img {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#content div.current-exhibition-head-new div div.t,
#content div.current-exhibition-head-new div div.l {
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 1;
  width: 1px;
  height: 73px;
  background-color: #000;
  -moz-opacity: .30;
  filter: alpha(opacity=30);
  opacity: .30;
}
#content div.current-exhibition-head-new div div.t {
  top: 0;
  left: 2px;
  width: 73px;
  height: 1px;
}
#content div.current-exhibition-head-new div.current-exhibition-title {
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 2;
  height: auto;
  width: auto;
}
#content div.current-exhibition-head-new div.current-exhibition-title div {
  height: auto;
  width: auto;
}
#content img.blog-image,
#content img.current-exhibition-image {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  vertical-align: top;
  width: 100%;
  height: auto;
}
#content img.current-exhibition-image {
  margin: 0;
}
#content div.blog-post-head-no-image {
  position: relative;
  width: 620px;
  height: auto;
}
#content div.blog-post-date-badge,
#content div.main-event-date-badge {
  position: absolute;
  left: 5px;
  top: 3px;
  z-index: 2;
  width: 64px;
  height: 75px;
  opacity: .90;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=90);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=90)";
  /* IE 8 */
  -khtml-opacity: .90;
  /* Safari 1.x */
  -moz-opacity: .90;
  /* FF lt 1.5, Netscape */
}
#content div.dbd {
  position: absolute;
  left: 69px;
  top: 31px;
  width: 13px;
  height: 15px;
  background: url(g/db/dbd.png);
}
#content div.blog-post-end-date-badge,
#content div.main-event-end-date-badge {
  position: absolute;
  left: 82px;
  top: 0;
  z-index: 2;
  width: 64px;
  height: 75px;
  opacity: .90;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=90);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=90)";
  /* IE 8 */
  -khtml-opacity: .90;
  /* Safari 1.x */
  -moz-opacity: .90;
  /* FF lt 1.5, Netscape */
}
#content div.blog-post-date-badge img,
#content div.main-event-date-badge img,
#content div.blog-post-end-date-badge img,
#content div.main-event-end-date-badge img {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
#content div.blog-post-title,
#content div.main-event-title,
#content div.main-event-title {
  position: absolute;
  left: 5px;
  bottom: 5px;
}
#content div.main-event-title-new {
  position: absolute;
  bottom: 3px;
  left: 3px;
}
#content div.current-exhibition-title {
  bottom: 3px;
  left: 3px;
}
#content div.main-event-title p.h1 {
  font-size: 22px;
}
#content .flyer-single,
#content .line-ups-single {
  display: table;
  width: 100%;
  padding-left: 10px;
}
#content .flyer-single .area,
#content .line-ups-single .area {
  display: table-cell;
  padding-right: 2%;
}
#content .flyer-single .area p,
#content .line-ups-single .area p {
  margin-top: 10px;
}
#content .flyer-single .area img,
#content .line-ups-single .area img {
  width: 100%;
  max-width: 300px;
}
#content .flyer-single .area-title,
#content .line-ups-single .area-title {
  font-size: 18px;
  line-height: 12px;
  margin-bottom: 10px;
  color: #fff;
}
a.buy-tick img {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#content .listing-item {
  width: 930px;
  min-height: 275px;
  float: left;
  display: inline;
  margin-bottom: 50px;
  /*
	div.club,
	div.bar,
	div.workshop {
		word-wrap: break-word;
		width:125px;
		font-size:12px;
		color:#a4a4ab;
		margin-top:28px;
	}
	div.club p,
	div.bar p,
	div.workshop p {
		margin:0;
		margin-bottom:7px;
		border-bottom:1px dotted #3C3C42;
	}
	div.club ul,
	div.bar ul,
	div.workshop ul {
		list-style:none;
		margin:0;
	}
	div.club li,
	div.bar li,
	div.workshop li {
		margin:0;
	}
	div.club a,
	div.bar a,
	div.workshop a {
		color:#fff;
		text-decoration:none;
		border-bottom:1px solid #606069;
	}
	div.club a:hover,
	div.bar a:hover,
	div.workshop a:hover {
		color:#fff;
		border-bottom:none;
	}*/
}
#content .listing-item div {
  float: left;
  display: inline;
  margin-right: 10px;
}
#content .listing-item div.home-listing-meta {
  width: 100px;
  float: left;
  margin: 0;
  word-wrap: break-word;
}
#content .listing-item div.home-listing-meta p {
  color: #A4A4AB;
  margin-bottom: 7px;
}
#content .listing-item div.home-listing-meta p a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #606069;
}
#content .listing-item div.home-listing-meta p a:hover {
  color: #fff;
  border: none;
}
#content .listing-item div.home-listing-meta p span {
  font-size: 9px;
  font-weight: normal;
  line-height: 15px;
  text-transform: uppercase;
  color: #3C3C42;
}
#content .listing-item div.img {
  position: relative;
  width: 350px;
  height: 275px;
}
#content .listing-item div.img div.date-badge {
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 2;
  width: 64px;
  height: 75px;
  opacity: .90;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=90);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=90)";
  /* IE 8 */
  -khtml-opacity: .90;
  /* Safari 1.x */
  -moz-opacity: .90;
  /* FF lt 1.5, Netscape */
}
#content .listing-item div.img div.title {
  position: absolute;
  left: 4px;
  bottom: 4px;
  z-index: 2;
  margin: 0 134px 0 0;
}
#content .listing-item div.img div.title div {
  margin: 0;
}
#content .listing-item div.img div img {
  margin: 0;
  float: left;
  display: inline;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#content .listing-item div.img img {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 55px;
}
#content .listing-item div.img div.meta {
  word-wrap: break-word;
  position: absolute;
  z-index: 2;
  /*bottom:0px;*/
  top: 55px;
  right: 0;
  width: 120px;
  margin: 0;
}
#content .listing-item div.img div.meta {
  font-size: 11px;
  line-height: 18px;
  color: #606069;
}
#content .listing-item div.img div.meta p {
  margin: 0;
}
#content .listing-item div.img div.meta p.happening-time {
  font-size: 12px;
  font-weight: bold;
  color: #ccc;
  margin: 0 0 13px 0;
}
#content .listing-item div.img div.meta p.ticket-price {
  color: #a4a4ab;
}
#content .listing-item div.img div.meta p.share-facebook {
  margin-top: 36px;
}
#content .listing-item div.img div.meta a {
  color: #606069;
  text-decoration: none;
}
#content .listing-item div.img div.meta a:hover {
  color: #fff;
}
#content .listing-item div.img div.meta a img {
  margin: 0px 2px 0 0;
  vertical-align: middle;
  /*-moz-opacity:.40; filter:alpha(opacity=40); opacity:.40;*/
}
#content .listing-item div.img div.meta a:hover img {
  /*-moz-opacity:1; filter:alpha(opacity=100); opacity:1;*/
}
#content .listing-item div.img div.meta p.share-facebook a,
#content .listing-item div.img div.meta p.share-twitter a {
  /*padding:1px 0 1px 16px;*/
}
#content .listing-item div.img div.meta p.share-facebook a {
  /*background:url(g/share-facebook.png) no-repeat 0px -1px;*/
}
#content .listing-item div.img div.meta p.share-twitter a {
  /*background:url(g/share-twitter.png) no-repeat 0px -1px;*/
}
#content .listing-item div.blog {
  word-wrap: break-word;
  width: 165px;
  margin: 55px 0 0 0;
  font-size: 11px;
  line-height: 15px;
  color: #ccc;
}
#content .listing-item div.blog a {
  color: #606069;
  text-decoration: none;
}
#content .listing-item div.blog a:hover {
  color: #fff;
}
.home-listing-liner-separator {
  margin: 0 4px;
  border-left: 1px dotted #3C3C42;
}
img.fb-user-square {
  vertical-align: top;
  margin: 0;
  float: left;
}
#content div.blog-post-summary {
  font-size: 13px;
  line-height: 20px;
  color: #a4a4ab;
  margin: 13px 0 0 10px;
  word-break: break-word;
}
#content div.blog-post-summary p {
  margin-bottom: 10px;
}
#content div.blog-post-tags a,
#content div.blog-post-summary a {
  color: #67222C;
  text-decoration: none;
}
#content div.blog-post-tags a:hover,
#content div.blog-post-summary a:hover {
  color: #fff;
}
#content div.blog-post-tags {
  font-size: 9px;
  line-height: 13px;
  color: #606069;
  text-transform: uppercase;
  margin: 0 0 0 132px;
}
#content div.blog-post-head-gallery {
  padding: 24px 0 0 0;
  width: 620px;
  height: 310px;
}
#content div.blog-post-head-gallery div {
  position: relative;
  height: 155px;
  width: 155px;
  float: left;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#content div.blog-post-head-gallery div img {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#content div.blog-post-head-gallery div div.t,
#content div.blog-post-head-gallery div div.l {
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 1;
  width: 1px;
  height: 151px;
  background-color: #000;
  -moz-opacity: .30;
  filter: alpha(opacity=30);
  opacity: .30;
}
#content div.blog-post-head-gallery div div.t {
  top: 0;
  left: 2px;
  width: 151px;
  height: 1px;
}
#tonight,
#current-exhibitions-home {
  width: 400px;
  float: left;
  display: inline;
  margin-bottom: 30px;
}
#latest-blog {
  width: 485px;
  float: right;
  display: inline;
  margin-bottom: 30px;
}
#main-events .titlecube,
#twitter-feed-wrap .titlecube,
#twitter-feed-wrap-two .titlecube,
#tonight .titlecube,
#current-exhibitions-home .titlecube,
#latest-blog .titlecube {
  width: 45px;
  height: 52px;
  float: left;
  display: inline;
  margin-right: 7px;
}
#calgrid {
  float: left;
  width: 874px;
}
p.month-year {
  font-family: 'Chlt';
  font-weight: 100;
  text-shadow: 0px 1px 0px #2e020a, 0px 2px 0px #2e020a;
  color: #fff;
  font-size: 23px;
  text-align: center;
}
p.month-year span {
  display: none;
  margin-right: .2em;
}
#tonight-excerpt {
  float: left;
  display: inline;
  width: 310px;
  margin: 0;
}
#tonight-excerpt div.head {
  position: relative;
  width: 310px;
  height: 155px;
}
#tonight-excerpt div.title {
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 2;
}
#tonight-excerpt img,
#latest-blog img {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.latest-blog-post-title p {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 0;
}
.latest-blog-post-title p span {
  font-size: 16px;
}
.latest-blog-post-title a {
  color: #fff;
  text-decoration: none;
}
#content div.tonight-summary,
#content div.latest-blog-post-summary {
  font-size: 11px;
  line-height: 15px;
  color: #ccc;
  margin: 11px 0 0 0;
}
#content div.latest-blog-post-summary {
  margin: 0;
}
#content div.tonight-summary {
  width: 270px;
}
#content div.tonight-summary p,
#content div.latest-blog-post-summary p {
  margin-bottom: 10px;
  word-wrap: break-word;
}
#content div.tonight-summary a,
#content div.latest-blog-post-summary a {
  color: #606069;
  text-decoration: none;
}
#content div.tonight-summary a:hover,
#content div.latest-blog-post-summary a:hover {
  color: #fff;
}
.latest-blog-post {
  float: left;
  display: inline;
  width: 155px;
  margin-right: 10px;
}
#current-exhibitions-home-excerpt {
  width: 155px;
}
#content #about-imagery {
  width: 360px;
  float: left;
  display: inline;
  margin-bottom: 30px;
}
#content #about-imagery img {
  width: 360px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
#content #about-textual {
  width: 540px;
  float: right;
  display: inline;
  margin-bottom: 30px;
}
#content .textual,
#content .textual input[type="text"],
#content .textual input[type="password"],
#content .textual textarea {
  color: #a4a4ab;
  font-size: 13px;
  line-height: 20px;
}
#content .textual p,
#content .textual ul,
#content .textual ol,
#content .textual dd,
#content .textual pre,
#content .textual hr {
  margin-bottom: 20px;
}
#content .textual ul ul,
#content .textual ol ol,
#content .textual ul ol,
#content .textual ol ul {
  margin-bottom: 0;
  list-style: inside;
  list-style-type: circle;
}
#content .blog-post-summary h1,
#content .blog-post-summary h2,
#content .blog-post-summary h3,
#content .blog-post-summary h4,
#content .blog-post-summary h5,
#content .blog-post-summary h6 {
  color: #fff;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content .textual h1,
#content .textual h2,
#content .textual h3,
#content .textual h4,
#content .textual h5,
#content .textual h6 {
  color: #fff;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content .textual a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #606069;
}
#content .textual a:hover {
  color: #fff;
  border-bottom: none;
}
#content .googleMap {
  color: #333;
  font-size: 11px;
  line-height: 15px;
}
#content .googleMap h1,
#content .googleMap h2,
#content .googleMap h3,
#content .googleMap h4,
#content .googleMap h5,
#content .googleMap h6 {
  color: #000;
  line-height: 1.5em;
  margin: 0 0 10px 0;
}
#content .googleMap h4 {
  font-size: 14px;
  font-weight: bold;
}
div.h1wrap.label,
div.h2wrap.label,
div.h3wrap.label {
  background: transparent;
  opacity: 1;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=100);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* IE 8 */
  -khtml-opacity: 1;
  /* Safari 1.x */
  -moz-opacity: 1;
  /* FF lt 1.5, Netscape */
}
div.h1wrap.label p.h1,
div.h2wrap.label p.h2,
div.h3wrap.label p.h3 {
  color: #fff;
  text-transform: uppercase;
}
div.h3wrap.label p.h3 {
  font-size: 14px;
}
div.h1wrap.label p.h1 a,
div.h2wrap.label p.h2 a,
div.h3wrap.label p.h3 a {
  color: #2c000d;
  text-decoration: none;
}
div.h1wrap.label p.h1 a:hover,
div.h2wrap.label p.h2 a:hover,
div.h3wrap.label p.h3 a:hover {
  color: #2c000d;
}
.clearfloat {
  /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
/* =Forms
————————————————————————————————————————————————————————————————————— */
#content.userform {
  width: 450px;
}
#content.userform h1,
#content.userform h2,
#content.userform h3,
#content.userform h4,
#content.userform h5,
#content.userform h6 {
  color: #777;
  margin: 20px 0 10px 0;
}
#content.userform a,
.wpcf7 a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #606069;
}
#content.userform a:hover,
.wpcf7 a:hover {
  color: #fff;
  border-bottom: none;
}
#content.userform form div,
.wpcf7 form div {
  display: block;
  overflow: auto;
  width: 100%;
  margin-bottom: 10px;
}
#content.userform form td {
  font-size: 10px;
  line-height: 13px;
}
#content.userform label,
.wpcf7 label {
  font-size: 11px;
  font-weight: bold;
  line-height: 26px;
  color: #FFF;
  float: left;
}
#content.userform input[type="text"],
#content.userform input[type="password"],
#content.userform textarea,
.wpcf7 input[type="text"],
.wpcf7 textarea,
#footer input[type="text"],
#header input[type="text"] {
  float: right;
  width: 300px;
  margin: 2px;
  padding: 2px;
  background: #000;
  color: #CCC;
  border: 0;
  border-bottom: 1px solid #444;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  border-top: 1px solid #111;
}
#content.userform .signupform input[type="text"] {
  float: left;
}
.guestlist-sign-up {
  width: 158px;
  margin: 28px 0 0 0;
}
#content .guestlist-sign-up span {
  font-size: 9px;
  font-weight: normal;
  line-height: 15px;
  margin-right: 10px;
  margin-bottom: 7px;
  display: block;
  color: #3C3C42;
  text-transform: uppercase;
}
.guestlist-sign-up .wpcf7 input[type="text"],
.guestlist-sign-up .wpcf7 textarea {
  margin: 0;
  width: 150px;
  float: left;
}
.guestlist-sign-up .wpcf7 form div {
  overflow: visible;
}
#content.userform input[type="submit"],
.wpcf7 input[type="submit"],
#footer input[type="submit"] {
  float: right;
  width: 300px;
  margin: 4px;
}
.guestlist-sign-up .wpcf7 input[type="submit"] {
  margin: 0;
  width: 158px;
  float: left;
}
#content.userform img.imgbtn,
.wpcf7 img.imgbtn {
  display: block;
  float: right;
  margin: 2px;
  border: 0;
  cursor: pointer;
}
#content.userform ul {
  margin: 20px 0;
  float: right;
  list-style: none;
}
#content.userform li {
  text-align: right;
}
#content .wpcf7 .no-display {
  display: none;
}
#content .wpcf7 .wpcf7-response-output {
  padding: 10px;
  width: 134px;
  margin: 0;
}
#content.userform .form-field-line {
  overflow: hidden;
  background: url(g/form-field-bg.png) no-repeat;
}
#content.userform .form-field-line label {
  margin-left: 10px;
}
#content.userform .form-field-line input[type="text"] {
  width: 480px;
}
#content.userform .form-field-line .validation-advice {
  padding: 4px;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  background: #2c000d;
  margin-right: 0;
}
/* =Sidebar
————————————————————————————————————————————————————————————————————— */
.attendees {
  float: left;
  margin-bottom: 40px;
  width: 100% !important;
}
#fb-like-box {
  width: 100% !important;
}
#fb-like-box > span,
#fb-like-box iframe {
  width: 100% !important;
}
#blog-sidebar {
  width: 250px;
  float: right;
}
#blog-sidebar > div + div {
  margin-top: 40px;
}
#blog-sidebar > div > div.titlecube {
  display: block;
  float: none;
  height: 52px;
  margin-bottom: 10px;
}
#blog-sidebar > div > div > div.cats,
#blog-sidebar > div > div > div.arch,
#blog-sidebar > div > div > div.tags {
  display: block;
  float: none;
  margin-bottom: 30px;
}
#blog-sidebar > div > div > div.cats ul,
#blog-sidebar > div > div > div.arch ul {
  list-style: none;
  margin: 0;
}
#blog-sidebar > div > div > div.cats ul li {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 0 4px 0;
}
#blog-sidebar > div > div > div.cats a {
  padding: 4px 0 4px 0;
}
#blog-sidebar > div > div > div.arch ul li {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  padding: 3px 0 4px 0;
}
#blog-sidebar > div > div > div.arch a {
  padding: 3px 0 4px 0;
}
#blog-sidebar > div > div > div.tags a {
  line-height: 80%;
  font-weight: bold;
  padding: 0 2px;
}
#blog-sidebar a {
  color: #606069;
  text-decoration: none;
}
#blog-sidebar a:hover {
  color: #fff;
}
/* =Navigation
————————————————————————————————————————————————————————————————————— */
.navigation {
  color: #606069;
  font-size: 12px;
  line-height: 12px;
  overflow: hidden;
  margin: 70px 0 0 0;
  font-family: 'Chlt';
  font-weight: 100;
}
.navigation .nav-previous a:link,
.navigation .nav-previous a:visited {
  color: #606069;
  text-decoration: none;
  background: url(g/nav-left.png) no-repeat 0px 2px;
  padding-left: 14px;
}
.navigation .nav-previous a:active,
.navigation .nav-previous a:hover {
  color: #fff;
  background: url(g/nav-left-w.png) no-repeat 0px 2px;
  padding-left: 14px;
}
.navigation .nav-next a:link,
.navigation .nav-next a:visited {
  color: #606069;
  text-decoration: none;
  background: url(g/nav-right.png) no-repeat right 2px;
  padding-right: 14px;
}
.navigation .nav-next a:active,
.navigation .nav-next a:hover {
  color: #fff;
  background: url(g/nav-right-w.png) no-repeat right 2px;
  padding-right: 14px;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#main-events-nav,
#month-nav-top,
#month-nav-bottom {
  width: 190px;
  float: right;
  margin: 0;
}
#main-events-nav .nav-previous,
#main-events-nav .nav-next,
#month-nav-top .nav-previous,
#month-nav-top .nav-next,
#month-nav-bottom .nav-previous,
#month-nav-bottom .nav-next {
  width: auto;
}
/* =Comments
————————————————————————————————————————————————————————————————————— */
#comments {
  display: none;
  clear: both;
  margin: 80px 0 20px 132px;
}
#comments input[type="text"],
#comments textarea {
  width: 450px;
  margin: 2px;
  padding: 2px;
  background: #000;
  color: #A4A4AB;
  border: 0;
  border-bottom: 1px solid #444;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  border-top: 1px solid #111;
}
#comments form p {
  color: #A4A4AB;
}
#comments input.author {
  width: 295px;
}
#comments input.fff {
  display: none;
}
#comments a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #606069;
}
#comments a:hover {
  color: #fff;
  border-bottom: none;
}
#comments img.imgbtn {
  margin: 0;
  border: 0;
}
#comments .navigation {
  padding: 0 0 18px 0;
}
#comments div.h2wrap {
  padding: 0;
  margin-bottom: 10px;
}
#comments p.h2 {
  font-size: 22px;
  line-height: 18px;
}
.commentlist {
  list-style: none;
  margin: 0 0 40px 0;
}
.commentlist li.comment {
  border-bottom: 1px dotted #555;
  line-height: 24px;
  margin: 0 0 24px 0;
  padding: 0 0 0 0;
  position: relative;
}
.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px;
}
#comments .comment-body p:last-child {
  margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}
.commentlist ol {
  list-style: decimal;
}
.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-author {
  line-height: 16px;
}
.comment-author cite {
  color: #fff;
  font-style: normal;
  font-weight: bold;
}
.comment-author .says {
  font-style: italic;
}
.comment-meta {
  font-size: 9px;
  text-transform: uppercase;
  line-height: 16px;
  margin: 0 0 18px 0;
}
#comments .comment-meta a:link,
#comments .comment-meta a:visited {
  color: #888;
  text-decoration: none;
  border: 0;
}
#comments .comment-meta a:active,
#comments .comment-meta a:hover {
  color: #fff;
}
#comments .comment-body {
  color: #A4A4AB;
}
.reply {
  font-size: 12px;
  padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
  color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
  color: #ff4b33;
}
.commentlist .children {
  list-style: none;
  margin: 0;
}
.commentlist .children li {
  border: none;
  margin: 0;
}
.nopassword,
.nocomments {
  display: none;
}
#comments .pingback {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.commentlist li.comment + li.pingback {
  margin-top: -6px;
}
#comments .pingback p {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}
/* =Footer
————————————————————————————————————————————————————————————————————— */
#footer {
  padding-bottom: 40px;
  float: left;
  display: inline;
  width: 100%;
  background: #0B0B0D;
  /*background: #000 url(g/body-bg.png) repeat-x 0px -450px;
	background:#fff;
	background:#32323b;*/
}
#footer-topedge {
  width: 100%;
  min-width: 970px;
  height: 10px;
  background: #131316;
  /*
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;*/
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
#footer-logo {
  height: 30px;
  margin: 13px auto 20px;
  width: 930px;
  padding: 0 20px;
}
#footer-widget-area {
  width: 930px;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 15px;
  color: #606069;
}
#footer-widget-area:after {
  display: block;
  clear: both;
  content: ' ';
  height: 0;
  visibility: hidden;
}
#footer-widget-area * {
  margin: 0;
  list-style: none;
}
#footer-widget-area .widget-title {
  display: none;
}
#footer-widget-area #second li span,
#footer-widget-area #second li ul,
#footer-widget-area #fourth li span,
#footer-widget-area #fourth li ul {
  color: #3c3c42;
  float: left;
}
#footer-widget-area #second li span {
  line-height: 15px;
  margin-right: 10px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: normal;
}
#footer-widget-area #fourth li span {
  line-height: 16px;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: normal;
  margin-right: 4px;
}
#footer-widget-area #first,
#footer-widget-area #third {
  width: 240px;
  float: left;
  display: inline;
  margin-right: 10px;
  margin-bottom: 20px;
}
#footer-widget-area #first-two-wrap {
  width: 240px;
  float: left;
  display: inline;
  margin-top: 5px;
}
#footer-widget-area #other-two-wrap {
  width: 440px;
  height: 70px;
  float: left;
  display: inline;
  margin-top: 5px;
}
#footer-widget-area #fifth {
  float: right;
  width: 218px;
  position: relative;
  margin-bottom: 15px;
}
#footer-widget-area #second a,
#footer-widget-area #third a,
#footer-widget-area #fourth a {
  color: #606069;
  text-decoration: none;
}
#footer-widget-area #fourth a {
  line-height: 16px;
  float: left;
}
#footer-widget-area #fourth a > img {
  margin: 0;
  vertical-align: middle;
  -moz-opacity: .40;
  filter: alpha(opacity=40);
  opacity: .40;
}
#footer-widget-area #second a:hover,
#footer-widget-area #third a:hover,
#footer-widget-area #fourth a:hover {
  color: #fff;
}
#footer-widget-area #fourth a:hover > img {
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
#footer-widget-area #second li li,
#footer-widget-area #third li li,
#footer-widget-area #fourth li li {
  float: left;
  display: inline;
  margin-left: 15px;
}
#footer-widget-area #second {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
#footer-widget-area #third {
  font-size: 10px;
  margin-bottom: 20px;
}
#footer-widget-area #fourth li li {
  margin-right: 7px;
  margin-left: 0;
}
/*
#searchform {
	position:relative;
	float:right;
	display:inline;
	width:177px;
	height:45px;
}
#searchform {
}
#searchform div {
	position:absolute;
	top:-9px;
	right:-20px;
	background:url(g/searchform-bg.png);
	width:199px;
	height:60px;
}
#searchform div#searchform-container {
	/*-moz-opacity:.40; filter:alpha(opacity=40); opacity:.40;
}
#searchform div input#s {
	float:left;
	display:inline;
	background:none;
	border:0;
	padding:0;
	margin:20px 0 0 27px;
	outline:0;
	color:#fff;
	width:122px;
	height:19px;
	font-size:13px;
	line-height:19px;
	font-weight:bold;
}
#searchform div input#searchsubmit {
	display:none;
}
#searchform div div#search-btn {
	float:left;
	display:inline;
	width:23px;
	height:21px;
	background:none;
	margin:28px 44px 0 0;
	cursor:pointer;
}*/
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
————————————————————————————————————————————————————————————————————— */
pre {
  -webkit-text-size-adjust: 140%;
}
code {
  -webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
  -webkit-text-size-adjust: 120%;
}
#site-description {
  -webkit-text-size-adjust: none;
}
/* =Print Style
————————————————————————————————————————————————————————————————————— */
@media print {
  body {
    background: none !important;
  }
  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important;
  }
  #header {
    border-bottom: 2pt solid #000;
    padding-bottom: 18pt;
  }
  #colophon {
    border-top: 2pt solid #000;
  }
  #site-title,
  #site-description {
    float: none;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }
  #site-title {
    font-size: 13pt;
  }
  .entry-content {
    font-size: 14pt;
    line-height: 1.6em;
  }
  .entry-title {
    font-size: 21pt;
  }
  #access,
  #branding img,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
    display: none !important;
  }
  #header,
  #footer {
    margin: 0;
    width: 100%;
  }
  #content,
  .one-column #content {
    margin: 24pt 0 0;
    width: 100%;
  }
  .wp-caption p {
    font-size: 11pt;
  }
  #site-info,
  #site-generator {
    float: none;
    width: auto;
  }
  #colophon {
    width: auto;
  }
  img#wpstats {
    display: none;
  }
  #site-generator a {
    margin: 0;
    padding: 0;
  }
  #entry-author-info {
    border: 1px solid #e7e7e7;
  }
  #main {
    display: inline;
  }
  .home .sticky {
    border: none;
  }
}
