@font-face {
  font-family: 'harrison';
  src: url('/fonts/harrison-webfont.eot');
  src: url('/fonts/harrison-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/harrison-webfont.woff') format('woff'),
       url('/fonts/harrison-webfont.ttf') format('truetype'),
       url('/fonts/harrison-webfont.svg#harrisonRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LHLine1SansRegular';
  src: url('/fonts/lh_line1_sans-thin-webfont.eot');
  src: url('/fonts/lh_line1_sans-thin-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/lh_line1_sans-thin-webfont.woff') format('woff'),
       url('/fonts/lh_line1_sans-thin-webfont.ttf') format('truetype'),
       url('/fonts/lh_line1_sans-thin-webfont.svg#lh_line1_sans-thin-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	margin:0;
	padding:0;
}
body {
	font-size:75%;	/* 10px */
	font-family: Verdana, "BitStream Vera Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
}
/*
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, blockquote, pre, img {
	margin:1em 0;
}
*/
h1 {
	font-size:2em;			/* 19px */
	font-weight:bold;
}
h2 {
	font-size:1.5em;		/* 14px */
	font-weight:bold;
}
h3 {
	font-size:1.3em;		/* 12 px */
	font-weight:bold;
}
h4 {
	font-size:1.2em;		/* 11px */
	font-weight:bold;
}
h5 {
	font-size:1.1em;		/* 10px */
	font-weight:bold;
}
h6 {
	font-size:1em;			/* 10px */
	font-weight:bold;
	font-style:italic;
}
blockquote, ul, ol, dl, pre {
	margin:1em 4em;
}
dt {
	font-weight:bold;
}
dd {
	margin:1em 2em;
}
code {
	font-size:1.4em;
}
caption {
	font-weight:bold;
	font-size:1.3em;
	margin:0;
}
td, th {
	padding:0.5em;
	text-align:left;
}
thead th {
	text-align:center;
}
.accessibility {
	height:0;
	width:0;
	line-height:0;
	font-size:0;
	left:-1000em;
	visibility:hidden;
	position:absolute;
}
fieldset { 
	padding:1em;
	margin:1em;
}
legend { 
	padding:0.5em;
}
/* this is to "fake" the appearance of the caption being within the table- more like how IE renders - it in other borwsers */
*>table { margin-top:0; }
table>caption { margin-top:1em; }
/* make IE use a normal-sized fixed-width font by default (on "pre code" blocks) */
* html pre code { font-size:1.2em; }



/* Calgary Fringe Festival */
/* http://www.calgaryfringe.ca */
/* Styles by CARBON */

/* Global ----------------------------------------------------------------- */
body {
  background: #000 url( images/bg_be_body.png ) repeat-x scroll left top;
	color: #dadae5;
  font: 100%/1.125em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  text-align: center;
}
a,
a:visited {
  color: #edec95;
  text-decoration: none;
}
a:hover,
a:visited:hover {
	color: #f8f50c;
	text-decoration: none;
}
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%;
}
address {
  color: #fff;
  font-size: 12px;
  font-style: normal;
}
blockquote {
  background: transparent url( images/quote.png ) no-repeat scroll top left;
  color: #333;
  margin: 10px;
  padding: 10px 20px 0 10px;
  text-indent: 1.5em;
}
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.4;
	margin: 0.75em 0;
  text-shadow: 1px 1px 1px #000;
}
h1 {
  font-family: "harrison";
	font-size: 20px;
	letter-spacing: 0.03em;
}
h1.header {
  color: #fff;
  height: 35px;
  font-family: "LHLine1SansRegular", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 16px;
  overflow: hidden;
  margin: 6px 20px 0 0;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  width: 198px;
  z-index: 7;
}
h1 a,
h1 a:visited {
  color: #fff;
  margin: 0 0 0 2px;
  text-decoration: none;
}
h2 {
  color: #ffeaff;
	font-size: 16px;
}
h2 b,
h2 strong {
  font-weight: normal;
}
h3 {
  font-size: 14px;
  padding: 0;
}
h4 {
	font-size: 10px;
	margin: 0;
}
hr {
  margin: 1em 0;
}
img {
	border: 0;
}
p {
  font-size: 13px;
  margin: 14px 0;
}
p strong {
  color: #fff;
}
table {
	border: 0;
	color: #ccc;
  font-size: 12px;
  margin: 10px -45px;
  max-width: 620px;
}
th {
  background: #000;
  color: #ddd;
	padding: 5px 8px;
}
tr {
  background: #000;
  background: rgba( 0, 0, 0, 0.2 );
}
td {
	padding: 4px 6px 6px 6px;
	line-height: 1.2;
	vertical-align: top;
}
ul {
  list-style: circle;
  font-size: 12px;
  margin: 0 0 10px 24px;
}
ul li {
  margin: 0 0 2px 0;
}
ul li a {
  color: #;
}

/* Wrapper -------------------------------------------------------------- */
#wrapper {
  border-top: 3px solid #000;
	margin: 0 auto 50px auto;
	width: 100%;
}

/* Container -------------------------------------------------------------- */
#container {
  margin: 0 auto;
  width: 881px;
}

/* Content ------------------------------ */
#content p a,
#content li a,
#content address a {
  border-bottom: 1px solid #b6b431;
}
#content p a:hover,
#content li a:hover,
#content address a:hover {
  border-bottom: 1px solid #edec95;
}
#article {
  margin: 0 45px;
}
#article h1 {
  background: #3A253B;
  margin: 26px -45px;
  padding: 20px 45px 12px;
}
#content table h1 {
  background: transparent;
  margin: 0;
  padding: 0;
}
#article h2 {
  background: #1a0f19;
  margin: 26px -45px;
  padding: 18px 45px;
}
#article h3 {
  background: #1a0f19;
  margin: 18px -45px;
  padding: 12px 45px;
}

/* Header ----------------------------------------------------------------- */
#header {
	height: 165px;
	position: relative;
	width: 100%;
}
#calgaryfringe-logo {
  display: block;
  height: 207px;
  left: -94px;
  position: absolute;
  top: 7px;
  width: 446px;
  z-index: 5;
}

/* Navigation ------------------------------ */
#navigation {
  float: right;
  height: 72px;
  margin: 40px 0 0 0;
  text-align: right;
	width: 490px;
}
#navigation ul {
  list-style: none;
	margin: 0;
}
#navigation ul li {
  float: left;
  margin: 0;
}
#navigation a {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
  
  color: #fff;
  display: block;
  height: 21px;
  font-family: "LHLine1SansRegular", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 16px;
  margin: 0 17px 0 0;
  overflow: hidden;
  padding: 3px 5px 0;
  text-align: right;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba( 0, 0, 0, 0.3 );
  text-transform: uppercase;
  width: 135px;
}
#navigation a:hover {
  -moz-box-shadow: 0 0 2px rgba( 30, 15, 30, 0.5 );
  -webkit-box-shadow: 0 0 2px rgba( 30, 15, 30, 0.5 );
  box-shadow: 0 0 2px rgba( 30, 15, 30, 0.5 );
  
  background: #fff;
  color: #223;
}

/* Content Main --------------------------------------------------------- */
#left-column,
#right-column {
  -moz-box-shadow: 0 0 2px rgba( 30, 15, 30, 0.5 );
  -webkit-box-shadow: 0 0 2px rgba( 30, 15, 30, 0.5 );
  box-shadow: 0 0 2px rgba( 30, 15, 30, 0.5 );

	float: left;
	position: relative;
	text-align: left;
	width: 218px;
}
#subdomain-title {
  height: 37px;
  position: absolute;
  right: -4px;
  top: -31px;
  width: 146px;
  z-index: 6;
}
/* Left Column ------------------------------ */
#left-column {
  background: #722875;
  clear: both;
  padding: 20px 0 0;
}
#left-column #nav-subdomain,
#left-column #main-tickets-sticker {
  position: relative;
  text-align: center;
}
#left-column #nav-subdomain {
  height: 160px;
  margin: 0 0 0 9px;
  width: 193px;
}
#left-column div.nav-be {
  background: url( images/bg_nav_be_fringe_newsletter.gif ) no-repeat scroll left top transparent;
}
#left-column div.nav-see {
  background: url( images/bg_nav_see_fringe_newsletter.gif ) no-repeat scroll left top transparent;
}
#left-column #main-tickets-sticker {
  background: url( images/bg_main_tickets_sticker.gif ) no-repeat scroll left top transparent;
  height: 152px;
  margin: 20px 10px 0;
  width: 182px;
}

/* Left Column Navigation --------------------- */
#left-column ul.navigation {
  list-style: none;
  margin: 0;
  text-align: right;
}
#left-column ul.navigation li {
  height: 18px;
  margin-bottom: 6px;
  padding: 2px 6px 4px;
  width: 192px;
}
#left-column ul.navigation a,
#left-column ul.navigation a:visited {
  font-family: "LHLine1SansRegular", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 14px;
  padding: 1px 4px 1px;
  text-decoration: none;
}
#left-column ul.navigation a:hover,
#left-column ul.navigation a:visited:hover {
  background: rgba( 255, 255, 255, 0.2 );
}
#left-column ul.navigation li.current a {
  color: #a258a5;
}
#left-column ul.navigation li.current a:hover {
  color: #c288c5;
}

/* Right Column ------------------------------ */
#right-column {
  -moz-border-radius-bottomleft:  3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  
  -moz-border-radius-bottomright:  3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  
  background: #240d25;
  min-height: 560px;
  margin: 0 0 0 40px;
	padding: 0 0 45px 0;
	position: relative;
  width: 620px;
}
#right-column img.banner {
  border-bottom: 2px solid #000;
}

/* Main - Two columns --------------------------------------------------- */

/* Albums ------------------- */
div.left-column,
div.right-column {
  float: left;
  margin-right: 15px;
  width: 384px;
}
div.right-column {
  margin: 2.75em 0 0 0;
  width: 210px;
}
div.right-column img {
  background: #333;
  padding: 2px;
}
dl.album dt {
  margin: 0;
}
dd.caption {
  color: #84898A;
  font-size: 0.75em;
  font-style: italic;
  margin: 0 0 1em 0;
  padding: 0;
}
/* Lightbox ------------------------------ */
/* Fixes a strange outline bug which
   displays a scrollbar when active */
#bottomNavClose:active {
  outline: none;
}

/* SlideShowPro Gallery ------------------ */
#gallery {
  margin: 0 -45px;
  z-index: 5;
}

/* Calendar & Events ----------------------- */
div#event div.right-column {
  margin-top: 0.25em;
}
div.festival-schedule {
  /*background: transparent url( images/bg_choose_your_dates.gif ) no-repeat scroll 310px 40px;*/
}
div.festival-schedule h2 {
  height: 12px;
}
div.festival-schedule h2 a {
  -moz-border-radius-topleft:  10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  
  -moz-border-radius-topright:  10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  
  background: #722875;
  display: block;
  float: left;
  padding: 4px 10px;
}
div.festival-schedule h2 a.active {
  background: #240D25;
}
div.festival-schedule h2 a:hover {
  background: #92388a;
}
div.festival-schedule h2 a.active:hover {
  background: #442D55;
}
table.calendar {
  /* display: inline-block; */ 
  float: left;
  line-height: 1;
  margin: 1em 14px 1em 0;
  vertical-align: top;
  width: 160px;
}
table.calendar-alphabetized {
  margin: 0;
  width: 550px;
}
table.calendar th {
  font-size: 16px;
  height: 80px;
  line-height: 1.5;
  text-align: center;
}
table.calendar a {
  color: #ddd;
  text-decoration: none;
}
table.calendar a:visited {
  color: #666;
}
table.calendar a:hover,
table.calendar a:hover:visited {
  text-decoration: underline;
}
table.calendar th a:hover {
  color: #ccc;
  text-decoration: none;
}
table.calendar tr.odd {
  font-weight: bold;
}
table.calendar tr.odd td {
  background: #3C2A3D;
}
table.calendar tr.even td {
  background: #1C0A1D;
  height: 40px;
  line-height: 1.3;
}
table.listing {
  margin-top: 1em;
}
table.named-links {
  margin: 0;
}
table.named-links td {
  background: #3A253B;
}
table.named-links td a,
table.named-links td a:visited {
  color: #fff;
  text-decoration: none;
}
table.named-links td a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Footer ----------------------------------------------------------------- */
#footer {
	clear: both;
  font-size: 0.625em;
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin: 50px 0 0 -8px;
	position: relative;
  text-align: left;
	width: 896px;
}
#footer div.left-column {
  float: left;
  height: 150px;
  margin: 0 0 20px 25px;
  padding: 16px 0 0 0;
  width: 300px;
}
#footer div.right-column {
  float: right;
  height: 150px;
  margin: 0 10px 0 0;
  padding-top: 20px;
  width: 420px;
}
#footer div.right-column #donate {
  float: right;
  margin: 0 25px 0 0;
  text-align: right;
}
#footer a,
#footer a:visited {
  color: #ddd;
  text-decoration: underline;
}
#footer a:hover,
#footer a:visited:hover {
  color: #fff;
}
#footer a {
  opacity: 0.9;
}
#footer a:hover {
  opacity: 1;
}

/* Social (Large) ------------------------------ */
div#social-large {
  float: right;
  height: 40px;
  margin: 10px auto 6px;
  width: 246px;
}
div#social-large ul {
	float: right;
	height: 40px;
	list-style: none;
	margin: 6px auto;
	width: 100%;
}
div#social-large ul li {
	float: left;
	height: 28px;
	margin: 0 0 0 4px;
	width: 106px;
}
div#social-large ul li a {
  background: transparent url( images/spritemap.png ) no-repeat scroll 4px -285px;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -10000px;
	width: 100%;
}
div#social-large ul li a#twitter-link {
  background-position: -100px -285px;
}

/* Social Minis! ------------------------------ */
div#social-minis {
  float: left;
  height: 38px;
  margin: 11px 0;
  width: 160px;
}
div#social-minis ul {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background: rgba( 255, 255, 255, 0.1 );
	float: right;
	height: 100%;
	list-style: none;
	margin: 0;
	width: 100%;
}
div#social-minis ul li {
	float: left;
	height: 20px;
	margin: 9px 4px 0 8px;
	width: 20px;
}
div#social-minis ul li a {
  background: transparent url( images/spritemap.png ) no-repeat scroll -310px -2px;
	display: block;
	height: 20px;
	overflow: hidden;
	text-indent: -10000px;
	width: 20px;
}
div#social-minis ul li a#facebook-link {
  background-position: -215px -186px;
}
div#social-minis ul li a#twitter-link {
  background-position: -235px -186px;
}
div#social-minis ul li a#blogger-link {
  background-position: -255px -186px;
}
div#social-minis ul li a#flickr-link {
  background-position: -275px -186px;
}
div#social-minis ul li a#youtube-link {
  background-position: -295px -186px;
}
div#social-minis ul li a:hover {
  background: transparent url( images/spritemap.png ) no-repeat scroll -310px -62px;
}
/* Sponsors ----------------------- */
#sponsors {
  background: transparent url( images/bg_sponsors.png ) no-repeat scroll left top;
  clear: both;
  height: 90px;
  margin: 0 auto;
  width: 800px;
}
#sponsors ul {
  list-style: none;
  padding: 20px 0 0 0;
}
#sponsors ul li {
  float: left;
  margin: 0 5px;
}
#sponsors ul li {
  color: #777;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}
#sponsors ul li:first-child {
  margin-top: 5px;
}
#sponsors a {
  display: block;
  height: 42px;
  overflow: hidden;
}

/* Credits ------------------------------ */
#footer p {
  color: #ababab;
  font-size: 10px;
  line-height: 2;
}
#footer p.fringe-credits {
  color: #ddd;
}

/* Sub Nav ------------------------------ */
div#sub-navigation {
  -moz-box-shadow: 0 0 2px rgba( 200, 200, 220, 0.5 );
  -webkit-box-shadow: 0 0 2px rgba( 200, 200, 220, 0.5 );
  box-shadow: 0 0 2px rgba( 200, 200, 220, 0.5 );
  
  -moz-border-radius-bottomleft:  3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  
  -moz-border-radius-bottomright:  3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  
  background: #230c25;
  height: 158px;
  margin: 0;
  overflow: hidden;
  position: relative;
  top: 17px;
  width: 100%;
}
div#sub-navigation ul {  
  height: 80px;
  margin: 20px auto;
  width: 80%;
}
div#sub-navigation ul li {
  list-style: none;
  float: left;
  margin: 0 1px;
}
div#sub-navigation ul li a {
  border: 0;
  color: #fff;
  display: block;
  font-size: 10px;
  padding: 3px 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #444;
  text-transform: uppercase;
  width: 83px;
}
div#sub-navigation ul li a:hover {
  border: 0;
  color: #f8f50c;
}

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

/* Link Overlays ------------------------------ */
.overlay {
  height: 98px;
  left: 18px;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 8px;
  width: 331px;
}
a.buy-tickets {
  left: 30px;
  height: 63px;
  top: 10px;
  width: 130px;
}
a.how-to-buy {
  left: 30px;
  height: 63px;
  top: 90px;
  width: 130px;
}
a.newsletter {
  left: 8px;
  height: 60px;
  top: 20px;
  width: 170px;
}
a.opposite-minisite {
  left: 30px;
  height: 60px;
  top: 90px;
  width: 130px;
}

/* Misc ----------------------------------------------------------------- */
/* Creates the zebra striping on the tables and lists */
tr.odd {
  background: #666;
}
html td.black-column {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
html td.black-column a,
html td.black-column a:visited {
  color: #edec95;
}
html td.black-column a:visited:hover {
  color: #f8f50c;
}

/* Calgary Fringe Festival */
/* http://www.calgaryfringe.ca */
/* Styles by CARBON */

/* Content Main - Overrides -------------------------------------------------- */
/* Left Column ------------------------------ */
#left-column {
  width: 348px;
}
#left-column div.snippet {
  margin: 20px 10px 10px 20px;
}
#left-column img {
  padding-left: 10px;
}
#left-column #tickets-sticker {
  height: 253px;
  overflow: hidden;
  position: relative;
  text-indent: 0;
  width: 348px;
}
#left-column div.sticker-be {
  background: transparent url( images/bg_tickets_sticker_nav_be.gif ) no-repeat scroll left top;
}
#left-column div.sticker-see {
  background: transparent url( images/bg_tickets_sticker_nav_see.gif ) no-repeat scroll left top;  
}
div#sub-navigation {
  height: 108px;
}

/* Right Column ------------------------------ */
#right-column {
  min-height: 832px;
  padding-bottom: 23px;
	width: 464px;
}
body.be #right-column {
  min-height: 615px;
}
#right-column #article h1 {
  margin: 0 -45px;
}
#right-column img.banner {
  border-bottom: 0;
  margin: 31px 52px;
}

/* Link Overlays ------------------------------ */
a.buy-tickets {
  left: 10px;
  height: 74px;
  top: 58px;
  width: 160px;
}
a.how-to-buy {
  left: 180px;
  height: 74px;
  top: 58px;
  width: 160px;
}
a.opposite-minisite {
  left: 200px;
  height: 74px;
  top: 170px;
  width: 130px;
}
a.updates {
  left: 10px;
  height: 74px;
  top: 170px;
  width: 170px;
}

/* SWFObject Degradation --------------------- */
.requirements {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  background: #2c2a2b;
  color: #fff;
	display: block;
	font-size: 8pt;
	margin-top: 2em;
	padding: 1em 2em;
	text-align: center;
}

/* Misc ------------------------------ */
.last {
	margin-right: 0 !important;
}
.clear-both {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
html .no-border {
  border: 0;
}
.no-margin {
  margin: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
html .underline {
	text-decoration: underline;
}

/* Font Sizes ------------------------------ */
.small {
  font-size: 80%;
}
.large {
  font-size: 120%;
}

/* Clearfix ------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
  display: inline-table;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* Lightbox ------------------------------ */
/* Fixes a strange outline bug which
   displays a scrollbar when active */
#bottomNavClose:active {
  outline: none;
}
