/* Art Central v2 */
/* http://www.artcentral.ca */

/* Styles (with love!) from Carbon */
/* http://www.carbonmedia.ca */

/* Global ----------------------------------------------------------------- */
body {
	background: #ffffff url( images/bg_body.gif ) repeat scroll left top;
	color: #767676;
  font: 13px/1.7 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
a, a:visited, a:focus {
  color: #de2607;
  cursor: pointer;
  outline-color: -moz-use-text-color !important;
  outline-style: none !important;
  outline-width: medium !important;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	color: #f22800;
}
a span.hover {
  display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	width: 100%;
}
dl {
  margin: 0;
}
dd {
  margin: 0;
}
dl.column1,
dl.column2 {
  float: left;
  margin: 10px 18px 0 0;
  width: 220px;
}
dl.column2 {
  margin: 10px 0 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #de2607;
  margin: 0 0 10px 0;
}
h1 {
	font-size: 2em;
  font-weight: normal;
  line-height: 0.9;
}
h2 {
	font-size: 1.5em;
  line-height: 1;
  margin: 16px 0 0 0;
}
h2 img {
	margin-left: -6px;
	margin-right: 6px;
	vertical-align: middle;
}
h3 {
	font-size: 1.25em;
}
h3,
h4,
h5,
h6 {
  color: #6d6d6d;
  margin: 1em 0 0 0;
}
img {
	border: 0;
}
p {
  margin: 10px 0;
}
table {
	border: 3px solid #000;
	color: #222;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
td {
	border-top: 1px dotted #ebbc21;
	vertical-align: top;
	padding: 2px 5px 0 5px;
}
th {
	border-bottom: 1px dotted #ebbc21;
	font-size: 14px;
	margin: 0;
	padding: 6px 2px 2px 4px;
	text-transform: uppercase;
}
tr {
	height: 35px;
}
ul {
  line-height: 1.8;
  margin: 0 0 10px 10px;
}
ul.inline {
	margin: 0;
}
ul.inline li {
  display: inline;
  margin: 0 12px 0 0;
}
.indent {
	text-indent: 20px;
}
.title {
	float: left;
	font-weight: bold;
	width: 30%;
}
.underline {
	text-decoration: underline;
}
section, header, footer, nav {
	display: block;
}

/* Wood Panelling ----------------------------------------------------- */
#wood-panelling {
	background: transparent url( images/bg_wood_panelling.jpg ) repeat-y scroll center top;
}

/* Photos ----------------------------------------------------- */
#photos-right,
#photos-left {
	background: transparent url( images/bg_photos_left.png ) no-repeat scroll left top;
	height: 912px;
	position: absolute;
	top: 50px;
	width: 133px;
}
#photos-left {
	left: -133px;
}
#photos-right {
	background: transparent url( images/bg_photos_right.png ) no-repeat scroll left top;	
	right: -133px;
}

/* Container -------------------------------------------------------------- */
#container {
  background: #fff;
	margin: 0 auto;
	position: relative;
	width: 940px;
	z-index: 3;
}
#shadow {
	height: 100%;
	position: fixed;
	width: 940px;
	z-index: 4;
	
	-moz-box-shadow: 0 0 30px black;
  -webkit-box-shadow: 0 0 30px black;
}

/* Header ----------------------------------------------------------------- */
header {
	height: 380px;
	margin: 0 16px;
	position: relative;
	text-align: left;
	width: 908px;
	z-index: 5;
}
nav {
  font-size: 17px;
  height: 55px;
	line-height: 1;
	text-transform: lowercase;
}
nav ul {
  line-height: 1;
  list-style: none;
	margin: 0;
	padding: 19px 0 0 0;
}
nav ul li {
  border-right: 1px solid #cac9c4;
  float: left;
  overflow: hidden;
  text-align: center;
}
nav ul li a,
nav ul li a:visited {
  color: #696969;
  display: block;
  height: 22px;
  padding: 6px 0 0 0;
  text-decoration: none;
  width: 86px;
}
nav ul li a:hover {
  color: #fff; 
}
nav ul li.no-border {
  border: 0;
}

/* Sub Banner ------------------------------ */
#sub-banner {
	background: #121212;
	height: 24px;
	margin-left: 1px;
	margin-top: -6px;
	padding: 16px 0 10px 36px;
	width: 871px;
}
#sub-banner h1 {
	color: #999;
	font-size: 1.5em;
}

/* Content ---------------------------------------------------------------- */
#content {
	margin: 10px 0;
	min-height: 250px;
	padding: 32px 0 60px 0;
	position: relative;
	text-align: left;
	width: 940px;
	z-index: 6;
}
#sans-column {
	margin: 0 44px 2em;
}

/* Content Main --------------------------- */
div#left,
div#right {
	margin-left: 52px;
	float: left;
	width: 460px;
}
div#right {
	margin-left: 30px;
  width: 340px;
}
ul#connect {
	margin-left: -10px;
	width: 498px;
}
ul#connect li {
	float: left;
}
ul#connect li a {
  background: transparent url( images/spritemap.png ) no-repeat scroll 0 1px;
	display: block;
	height: 35px;
	text-align: left;
	text-indent: -10000px;
	width: 154px;
	
	-moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
ul#connect li a:hover {
  -moz-transform-origin: left middle;
  -webkit-transform-origin: left middle;
  -moz-transform: rotate(3deg) scale(1.03);
  -webkit-transform: rotate(3deg) scale(1.03);
}
ul#connect li a#facebook:hover {
	background-position: 0 -33px;
}
ul#connect li a#twitter {
	background-position: -2px -68px;
}
ul#connect li a#twitter:hover {
	background-position: -2px -106px;
}
ul#connect li a#enewsletter {
	background-position: -155px 0;
}
ul#connect li a#enewsletter:hover {
	background-position: -155px -33px;
}

.more img {
	margin-top: 1px;
}
/*
.more {
	background: transparent url( images/spritemap.png ) no-repeat scroll -6px -255px;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	text-indent: -1000px;
	width: 12px;
}
.more:hover {
	background-position: -21px -255px;
}*/
.resource {
	font-size: 1em;
	margin: 0 0 4em 0;
  min-height: 140px;
	position: relative;
}
.resource a {
	text-shadow: 0 0 1px #ccc;
}
.resource a:hover {
	color: #ff2200;
	text-shadow: 1px 1px 0 #333;
}
.resource .image {
  background: #f0f0f0;
	display: block;
  height: 120px;
	overflow: hidden;
  width: 340px;s
}
.resource .copy {
	display: block;
  height: 24px;
  padding: 0.4em 1em;
}
.resource .dates {
	bottom: 7px;
	position: absolute;
	right: 10px;
}
#upcoming-events .resource {
	background: #121212;
	color: #fff;
  width: 340px;
	
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
}
#upcoming-events .resource .copy {
	overflow: hidden;
	white-space: nowrap;
	width: 160px;
}
#upcoming-events .resource:hover {
	-moz-box-shadow: 0 0 20px #ccc;
	-webkit-box-shadow: 0 0 20px #ccc;
}
#upcoming-events .resource a {
	color: #fff;
}
#upcoming-events .resource a:hover {
	color: #f22800;
}

/* Chips ------------------------------ */
.chip {
  background: #f8f8f8;
  border-bottom: 2px solid #eee;
  border-right: 2px solid #eee;
  display: inline;
  float: left;
  margin: 4px 10px 10px 0;
  min-height: 131px;
  width: 199px;
}
.chip:hover {
  background: #f4f4f4;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.chip h2 {
  line-height: 1.4;
  margin: 4px 0 3px 0;
}
.chip h2 a {
  border-bottom: 1px solid #e4e4e4;
  color: #303133;
  text-decoration: none;
}
.chip h2 a:hover {
  border-bottom: 1px solid #888;
  color: #ee1c25;
}
div.image {
  margin-bottom: 0;
  max-height: 200px;
  overflow: hidden;
  width: 420px;
}
.chip div.image {
  background: #f9f9f9;
	display: table-cell;
	height: 133px;
  margin-bottom: 12px;
	text-align: center;
  width: 200px;
	vertical-align: middle;
}
.chip dl {
	overflow: hidden;
	width: 199px;	
}
.chip .copy {
	font-size: 0.85em;
  padding: 6px;
}
#follower {
	clear: both;
	margin: 5em 0 1em;
}

/* Sections ------------------------------ */
div.section {
  margin-bottom: 16px;
}

/* Bulletins ------------------------------ */
div.bulletin h2 {
  margin: 2px 0 4px 0;
}
div.bulletin div.column1,
div.bulletin div.column2 {
  float: left;
  margin-bottom: 18px;
  width: 204px;
}
div.bulletin div.column1 a {
  display: block;
  margin: 0 18px 0 0;
}
div.bulletin div.column2 {
  margin: 0 0 18px 18px;
  width: 278px;
}

/* Event & Tenant Listing ------------ */
div.event h2,
div.tenant h2 {
  margin: 0 0 4px 0;
}
div.event div.column1,
div.event div.column2,
div.tenant div.column1,
div.tenant div.column2 {
  float: left;
  /*height: 60px; :( */
  margin: 10px 0;
  overflow: hidden;
  width: 204px;
}
div.event div.column1 a,
div.tenant div.column1 a {
  display: block;
  margin: 0 18px 0 0;
}
div.event div.column2,
div.tenant div.column2 {
  margin-left: 18px;
  width: 238px;
}
img.tenant-logo {
  margin-bottom: 20px;
  max-height: 200px;
}
#calendar-options {
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
	border-radius: 6px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
	
	background: #fff;
	border: 2px solid #333;
	padding: 14px 22px;
	position: relative;
	width: 380px;
}
ul#calendars {
	list-style: none;
	margin: 20px 0 0 0;
}
ul#calendars li {
	float: left;
	height: 62px;
	margin: 0 20px 20px 0;
	width: 180px;
}
ul#calendars li a {
  background: transparent url( images/spritemap.png ) no-repeat scroll -310px -2px;
	display: block;
	height: 59px;
	overflow: hidden;
	text-indent: -10000px;
	width: 180px;
}
ul#calendars li a#google-link {
  background-position: -310px -244px;
}
ul#calendars li a#yahoo-link {
  background-position: -310px -378px;
}
ul#calendars li a#ical-link {
  background-position: -310px -121px;
}
ul#calendars li a:hover {
  background: transparent url( images/spritemap.png ) no-repeat scroll -310px -62px;
}
ul#calendars li a#google-link:hover {
  background-position: -310px -309px;
}
ul#calendars li a#yahoo-link:hover {
  background-position: -310px -434px;
}
ul#calendars li a#ical-link:hover {
  background-position: -310px -182px;
}
#close_x {
  background: transparent url( images/spritemap.png ) no-repeat scroll -67px -254px;
	height: 24px;
	position: absolute;
	text-indent: -10000px;
	top: 3px;
	right: 3px;
	width: 26px;
}
#close_x:hover {
	background-position: -37px -254px !important;
}

/* Albums ----------------------------------------------------------------- */
ul.album {
	list-style: none;
  margin: 0;
	text-align: right;
}
ul.album li {
  margin: 0 0 2em 0;
}
li .caption {
  background: #e0e0e0;
  color: #666;
  margin: -5px 0 18px 0;
  padding: 0 4px;
}

/* Footer ----------------------------------------------------------------- */
footer {
	background: transparent url( images/bg_footer.png ) no-repeat scroll -10px 0;
	color: #b76a60;
	font-size: 0.9em;
	height: 406px;
	line-height: 1.4;
	margin: 0 16px;
	position: relative;
	text-align: left;
	width: 908px;
	z-index: 7;
}
footer a,
footer a:visited {
	background-color: #ad3121;
	background: rgba( 255, 255, 255, 0.2 );
	color: #fff;
	padding: 0 6px;
	
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
footer a:hover {
	background-color: #b9685d;
	background: rgba( 255, 255, 255, 0.3 );
	color: #fff !important;
}
footer p {
	float: left;
	margin: 194px 20px 0 20px;
}
p#location-and-hours,
p#footer-upcoming-events {
	width: 200px;
}
p#get-updates {
	margin-left: 18px;
	width: 160px;
}
p#footer-upcoming-events {
	margin-left: 62px;
}

/* Flash Notice --------------------------------------------------------------------- */
#flash-notice {
  border: 1px dashed #ea0000;
  color: #ea0000;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 5px 0;
  text-align: center;
}

/* Misc ----------------------------------------------------------------- */
::-moz-selection{
  background: #f22800;
  color: #fff;
} 
::selection {
  background: #f22800;
  color: #fff;
}

/* Site Credits --------------------------------------------------------- */
#site-credits {
	right: 24px;
  position: absolute;
	top: 197px;
}
#site-credits a {
  background: transparent url( images/spritemap.png ) no-repeat scroll 0 -186px !important;
	border-bottom: 0 !important;
  display: block;
  height: 31px;
  overflow: hidden;
	padding: 0 !important;
  text-indent: -10000px;
  width: 157px;

	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
#site-credits a span.hover {
  background: transparent url( images/spritemap.png ) no-repeat scroll 0 -217px;
}