@charset "utf-8";
/* CSS Document */

/* CSS RESET */
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
color:#FF0000;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/* ========================================= END CSS RESET ========================================= */


/* USEFUL STUFF */
span.black {
	color: black;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	clear: none;
}

h3 {
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 10px;
}

#brochure p {
	margin-top: 5px;
	font-size: 12px;
}

/* HOMEPAGE STYLES */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

div#wrapper {
	width: 950px;
	text-align: left;
	
	margin-left: auto;
	margin-right: auto;
}

div#header {
	width: 950px;
	
	overflow: show;
}

div#header div#top {
	background-color: #FFFFFF;
	font-size: 12px;
	padding-top: 5px;
	color: #EE2C23;
	height: 25px;
	overflow: hidden;
}

div#header div#top p.left {
	float: left;
	margin-left: 20px;
}

div#header div#top p.right {
	float: right;
	margin-right: 20px;
}

div#header div#headImg {
	width: 100%;
	height: 247px;
	position: relative;
}

div#header div#headBack {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 949px;
	height: 247px;
	overflow: hidden;
}

div#header h1#logo {
	position: absolute;
	top: 33px;
	left: 31px;
	width: 180px;
	height: 180px;
	background-image: url("../images/square_logo.jpg");
	background-repeat: no-repeat;
	text-indent: -10000px;
	
	z-index: 999;
}

div#header div#boxOffice {
	position: relative;
	top: 0px;
	left: 670px;
	
	font-size: 15px;
	font-weight: bold;
	
	padding: 14px 10px 10px 10px;
	
	width: 235px;
	height: 49px;
	background-image: url("../images/boxoffice_back.jpg");
	background-repeat: repeat-x;
	color: #FFFFFF;
	z-index: 998;
}

div#header div#cornerstone {
	position: relative;
	top: 10px;
	left: 850px;
	
	width: 50px;
	height: 55px;
	z-index: 998;
}


div#header div#boxOffice a{
color:#FFFFFF;
}

div#header div#boxOffice a:hover{
color:#000000;
}

div#header div#menu {
	width: 950px;
	height: 35px;
	background-image: url("../images/menu_back.jpg");
	background-repeat: repeat-y;
	
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

div#header div#menu ul {
	width: 950px;
	overflow: show;
}

div#header div#menu ul li {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 35px;
	position: relative;
	overflow: show;
}

div#header div#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

div#header div#menu ul li a:hover {
	text-decoration: underline;
}

div#header div#menu ul li:hover ul,
div#header div#menu ul li.over ul {
	display: block;
	background-color: #FF0000;
}

div#header div#menu ul li ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
	width: 230px;
}

div#header div#menu ul li ul li {
	float: none;
}

div#leftCol {
	float: left;
	clear: left;
	overflow: hidden;
}

div#rightCol {
	float: right;
	clear: right;
	overflow: hidden;
}

div#content {
	width: 868px;
	padding-top: 35px;
	padding-left: 40px;
	padding-right: 40px;
	
	overflow: hidden;
	
	background-image: url("../images/article_back.jpg");
	background-position: right top;
	background-repeat: repeat-y;
	
	padding-bottom: 20px;
	
	border-left: 1px solid #D1D1D1;
}

div.content_bottom_drop {
	width: 950px;
	height: 5px;
	background-image: url("../images/page_bottom_drop.jpg");
	background-repeat: no-repeat;
	
	clear: both;
	
	margin-bottom: 40px;
}

div#content div#article {
	width: 575px;
	background-image: url("../images/article_back.jpg");
	background-repeat: repeat-y;
	font-size: 11px;
	
	padding: 10px 10px 0px 10px;
	
	float: left;
	clear: left;
	overflow: hidden;
	
	margin-bottom: 20px;
}

div#content div#article h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

div#content div#article p.left {
	float: left;
	width: 45%;
	margin-bottom: 20px;
	line-height: normal;
	font-size: 12px;
}

div#content div#article p.right {
	float: right;
	width: 45%;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: normal;
	font-size: 12px;
}

div#content div#articlebottom {
	width: 595px;
	height: 5px;
	background-image: url("../images/article_bottom.jpg");
	background-repeat: no-repeat;
	clear: both;
	margin-left: -10px;
	margin-top: 10px;
}

div#content div.redbox {
	background-image: url("../images/redbox_back.jpg");
	background-repeat: repeat-x;
	width: 235px;
	
	padding: 10px;
	
	float: right;
	clear: right;
	
	margin-bottom: 10px;
}

div#content div.redbox div#calendarTable {
	width: 220px;
	margin-left: 10px;
	font-size: 12px;
}

div#content div.redbox div.calendarTableMonthCell {
	width: 144px;
	height: 17px;
	
	margin-right: 4px;
	margin-bottom: 4px;
	
	padding-top: 4px;
	
	background-color: #FFFFFF;
	
	color: #000000;
	
	float: left;
	
	text-align: center;
	border: 1px solid black;
}

div#content div.redbox div.calendarTableCell {
	width: 24px;
	height: 17px;
	
	margin-right: 4px;
	margin-bottom: 4px;
	
	padding-top: 4px;
	
	color: #000000;
	
	float: left;
	
	text-align: center;
	border: 1px solid black;
}

div#content div.redbox div.calendarTableCell a {
	text-decoration: none;
	color: #000000;
}

div#content div.redbox div.calendarTableCell a:hover {
	text-decoration: underline;
}

div#content div.redbox table#calendar {
	margin-left: 10px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	vertical-align: middle;
}

div#content div.redbox table#calendar tr td {
	width: 26px;
	height: 26px;
	line-height: 26px;
	
	border: 3px solid transparent;
	
	margin: 2px;
}

div#content div.redbox input {
	margin-left: 10px;
}

div#content div#brochure {
	width: 255px;
	float: right;
	clear: right;
}

div#content h4 {
	color: #EE2C23;
}

div#content div#events {
	width: 590px;
	overflow: hidden;
	float: left;
	clear: left;
}

div#content div#events div.event {
	float: left;
	margin-right: 10px;
}

div#content div#events div.event p.description {
	padding-top: 5px;
	padding-left: 28px;
	font-size: 11px;
	font-weight: bold;
	line-height:normal;
}

div#content div#events div.event div.imageContainer {
	width: 180px;
	height: 180px;
	position: relative;
}

div#content div#events div.event div.imageContainer a.eventLink {
	width: 180px;
	height: 180px;
	display: block;
	top: 0px;
	left: 0px;
}

.nothing { background-color: #FFFFFF; background-repeat: no-repeat; } /* For the calendar. The below don't apply because the default selector is too specific and IE6 doesn't know what !important means :-/ */
.squarechapel { background-color: #EE2C23; background-repeat: no-repeat; }
.comedy { background-color: #d4afe0; background-repeat: no-repeat; }
.community { background-color: #c5dfa0; background-repeat: no-repeat; }
.dance { background-color: #87d0b2; background-repeat: no-repeat; }
.family { background-color: #fbc979; background-repeat: no-repeat; }
.lectures { background-color: #dfc8b2; background-repeat: no-repeat; }
.music { background-color: #b9c6fa; background-repeat: no-repeat; }
.musicals { background-color: #efb4d3; background-repeat: no-repeat; }
.openday { background-color: #c5c3c4; background-repeat: no-repeat; }
.theatre { background-color: #f3e481; background-repeat: no-repeat; }
.festival { background-color: #9AC13D; background-repeat: no-repeat; }
.workshop { background-color: #F56800; background-repeat: no-repeat; }

div#content div#events div.event div.comedy { background-image: url("../images/backs/comedy_back.jpg"); }
div#content div#events div.event div.community { background-image: url("../images/backs/community_back.jpg"); }
div#content div#events div.event div.dance { background-image: url("../images/backs/dance_back.jpg"); }
div#content div#events div.event div.family { background-image: url("../images/backs/family_back.jpg"); }
div#content div#events div.event div.lectures { background-image: url("../images/backs/lectures_back.jpg"); }
div#content div#events div.event div.music { background-image: url("../images/backs/music_back.jpg"); }
div#content div#events div.event div.musicals { background-image: url("../images/backs/musicals_back.jpg"); }
div#content div#events div.event div.openday { background-image: url("../images/backs/nonarts_back.jpg"); }
div#content div#events div.event div.theatre { background-image: url("../images/backs/theatre_back.jpg"); }
div#content div#events div.event div.festival { background-image: url("../images/backs/festival_back.jpg"); }
div#content div#events div.event div.workshop { background-image: url("../images/backs/workshop_back.jpg"); }

div#content div#events div.event div.imageContainer p.eventDate {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	left: 28px;
	bottom: 8px;
}

div#content div#events div.event div.imageContainer img {
	float: right;
}

div#content a#fullEvents {
	margin-top: 20px;
	
	width: 255px;
	height: 32px;
	background-image: url("../images/events_full_listing.jpg");
	background-repeat: no-repeat;
	
	border: 0px;
	text-indent: -10000px;
	
	float: left;
	clear: left;
}


/* WHATSON STYLES */
div#whatson_container {
	float: left;
	width: 595px;
}

div#whatson_container h1 {
	width: 100%;
}

div#whatson_container span.nextmonth {
	margin-right: 20px;
	float: right;
	font-size: 13px;
}

div#whatson_container span.nextmonth a {
	color: #000000;
	text-decoration: none;
}

div#whatson_container span.nextmonth a:hover {
	text-decoration: underline;
}

div.whatson {
	width: 595px;
	overflow: hidden;
	margin-bottom: 15px;
}

div.whatson div.typebanner {
	width: 29px;
	float: left;
	height: 155px;
}

div.whatson_content {
	clear: none;
	overflow: hidden;
	
	font-size: 12px;
	padding: 10px;
}

div.whatson .squarechapel { height: 155px; border: 1px solid #EE2C23; background-repeat: no-repeat; background: none; }
div.whatson .comedy { height: 155px; border: 1px solid #d4afe0; background-repeat: no-repeat; background: none; }
div.whatson .community { height: 155px; border: 1px solid #c5dfa0; background-repeat: no-repeat; background: none; }
div.whatson .dance { height: 155px; border: 1px solid #87d0b2; background-repeat: no-repeat; background: none; }
div.whatson .family { height: 155px; border: 1px solid #fbc979; background-repeat: no-repeat; background: none; }
div.whatson .lectures { height: 155px; border: 1px solid #dfc8b2; background-repeat: no-repeat; background: none; }
div.whatson .music { height: 155px; border: 1px solid #b9c6fa; background-repeat: no-repeat; background: none; }
div.whatson .musicals { height: 155px; border: 1px solid #efb4d3; background-repeat: no-repeat; background: none; }
div.whatson .openday { height: 155px; border: 1px solid #c5c3c4; background-repeat: no-repeat; background: none; }
div.whatson .theatre { height: 155px; border: 1px solid #f3e481; background-repeat: no-repeat; background: none; }
div.whatson .festival { height: 155px; border: 1px solid #9AC13D; background-repeat: no-repeat; background: none; }
div.whatson .workshop { height: 155px; border: 1px solid #F56800; background-repeat: no-repeat; background: none; }

div.whatson div.squarechapel div.typebanner { background-color: #EE2C23; }
div.whatson div.comedy div.typebanner { background-image: url("../images/backs/comedy_side.jpg"); background-color: #d4afe0; }
div.whatson div.community div.typebanner { background-image: url("../images/backs/community_side.jpg"); background-color: #c5dfa0; }
div.whatson div.dance div.typebanner { background-image: url("../images/backs/dance_side.jpg"); background-color: #87d0b2; }
div.whatson div.family div.typebanner { background-image: url("../images/backs/family_side.jpg"); background-color: #fbc979; }
div.whatson div.lectures div.typebanner { background-image: url("../images/backs/lectures_side.jpg"); background-color: #dfc8b2; }
div.whatson div.music div.typebanner { background-image: url("../images/backs/music_side.jpg"); background-color: #b9c6fa; }
div.whatson div.musicals div.typebanner { background-image: url("../images/backs/musicals_side.jpg"); background-color: #efb4d3; }
div.whatson div.openday div.typebanner { background-image: url("../images/backs/nonarts_side.jpg"); background-color: #c5c3c4; }
div.whatson div.theatre div.typebanner { background-image: url("../images/backs/theatre_side.jpg"); background-color: #f3e481; }
div.whatson div.festival div.typebanner { background-image: url("../images/backs/festival_side.jpg"); background-color: #9AC13D; }
div.whatson div.workshop div.typebanner { background-image: url("../images/backs/workshop_side.jpg"); background-color: #F56800; }

div.whatson img {
	float: right;
}

div.whatson div.date {
	clear: left;
	float: left;
	font-weight: bold;
	margin-bottom: 2px;
}

div.whatson div.time {
	clear: right;
	float: right;
	font-weight: bold;
	margin-bottom: 2px;
}

div.whatson div.company {
	clear: both;
	color: #8A8A8A;
	font-weight: bold;
	margin-bottom: 2px;
}

div.whatson h1 {
	font-size: 14px;
	font-weight: bold;
	
	margin-bottom: 10px;
	
	clear: left;
}

div.whatson div.description {
	margin-bottom: 10px;
}

div.whatson a.readmore {
	color: #000000;
	margin-right: 50px;
}

div.whatson a.booknow {
	color: #FF0000;
}

ul#eventtypes {
	margin-top: 10px;
	margin-bottom: 10px;
	
	clear: both;
}

/* EVENT PAGE */
div#event_container.squarechapel { border: 1px solid #EE2C23; background-repeat: no-repeat; background: none; }
div#event_container.comedy { border: 1px solid #d4afe0; background-repeat: no-repeat; background: none; }
div#event_container.community { border: 1px solid #c5dfa0; background-repeat: no-repeat; background: none; }
div#event_container.dance { border: 1px solid #87d0b2; background-repeat: no-repeat; background: none; }
div#event_container.family { border: 1px solid #fbc979; background-repeat: no-repeat; background: none; }
div#event_container.lectures { border: 1px solid #dfc8b2; background-repeat: no-repeat; background: none; }
div#event_container.music { border: 1px solid #b9c6fa; background-repeat: no-repeat; background: none; }
div#event_container.musicals { border: 1px solid #efb4d3; background-repeat: no-repeat; background: none; }
div#event_container.openday { border: 1px solid #c5c3c4; background-repeat: no-repeat; background: none; }
div#event_container.theatre { border: 1px solid #f3e481; background-repeat: no-repeat; background: none; }
div#event_container.festival { border: 1px solid #9AC13D; background-repeat: no-repeat; background: none; }

div#event_container
 {
	width: 595px;
	background: none;
	overflow: hidden;
	
	padding-bottom: 2px;
}

div#event_container div#attachments {
	width: 140px;
	float: right;
	clear: right;
	margin-left: 10px;
	padding-right: 10px;
	text-align: left;
	
	font-size: 12px;
}

div#event_container div#attachments h3 {
	font-size: 14px;
	color: #000000;
}

div#event_container div#attachments p {
	margin-bottom: 5px;
}

div#event_container div#attachments img {
	float: right
}

div#event_container h1 {
	clear: both;
	padding: 5px 10px;
}

div#event_container span#company {
	color: #8A8A8A;
	padding-left: 10px;
}

div#event_container h3#date {
	color: #000000;
	font-size: 14px;
	
	margin-left: 40px;
}

div#event_container img {
	float: right;
	clear: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

div#event_container img#event_type {
	float: left;
	clear: left;
	margin-top: -15px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

div#event_container div#description {
	font-size: 12px;
	margin-left: 40px;
	margin-right: 10px;
}

div#event_container div#description p {
	margin-bottom: 10px;
	line-height:normal;
}


div#event_container div#description h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#event_container div#description ul {
margin-left: 20px;
margin-bottom: 10px;
list-style:square;
}


div#event_container div#description li {
list-style:square;
}

div#event_container a.booknow {
	color: #FF0000;
}

div#event_container table#pricetable {
	margin-bottom: 10px;
}

div#event_container table#pricetable tr th {
	font-weight: bold;
	padding: 2px 2px 2px 0px;
	text-align: right;
}

div#event_container table#pricetable tr th.tablehead {
	text-align: left;
}

div#event_container table#pricetable tr td {
	padding: 2px;
}

/* EVENT TYPES (RIGHT SIDEBAR) */
ul#eventtypes li {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}

ul#eventtypes li a {
	color: #000000;
	text-decoration: none;
}

ul#eventtypes li a:hover {
	text-decoration: underline;
}

/* FOOTER */
div#footer {
	width: 868px;
	clear: both;
	
	padding-left: 40px;
	padding-right: 40px;
	
	font-size: 11px;
	
	background-image: url("../images/article_back.jpg");
	background-position: right top;
	background-repeat: repeat-y;
	
	padding-bottom: 20px;
	
	border-left: 1px solid #D1D1D1;
}

div#footer img#square_small {
	float: left;
}

div#footer p#links {
	padding-top: 10px;
	text-align: center;
}

div#footer p#links a {
	color: #000000;
	text-decoration: none;
}

div#footer p#support {
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
}

div#footer p#support img,
div#footer p#support a img {
	display: inline;
}

div#footer p#links a:hover {
	text-decoration: underline;
}

div#footer p#copyright {
	padding-top: 10px;
	float: right;
	text-align: right;
}

.normal {
line-height:normal;
}

