* {
	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;
	color: #fff;
  font: 100%/1.125em;
	overflow-x: hidden;
}
a,
a:visited {
  color: #fff;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	color: #000;
	text-decoration: none;
}
img {
	border: 0;
}
p {
  font-size: 0.875em;
  margin: 14px auto 10px auto;
}

/* Wrapper -------------------------------------------------------------- */
#wrapper {
	background: #000 url( images/bg_splash.png ) repeat-x scroll left top;
  height: 844px;
	left: 50%;
	margin: 0 0 0 -930px;
	overflow: hidden;
	position: absolute;
	width: 1800px;
}
/* Page Curl -------------------------------------------------------------- */
#page-curl {
  /*background: transparent url( images/page_curl.gif ) no-repeat scroll 0 0;*/
  height: 120px;
  position: fixed;
  right: 0;
  top: 0;
  width: 150px;
	z-index: 1029;
}

/* Container -------------------------------------------------------------- */
#container {
  margin: 180px auto;
  position: relative;
  width: 706px;
}

#see-links, #be-links {
	font-size: 1.5em;
	width: 220px;
}
#see-links a, #be-links a {
	display: block;
}
#be-links {
	float: left;
	margin-left: -20px;
	text-align: right;
}
#be-links img {
	margin-left: 10px;
}
#see-links {
	float: right;
	margin-right: 250px;
}
#see-links img {
	margin-left: -12px;
}

/* Header ----------------------------------------------------------------- */
#header {
  margin-bottom: -5px;
}

/* Footer ----------------------------------------------------------------- */
#footer {
  color: #fff;
	line-height: 1.6;
  margin-bottom: 20px;
}
#footer a,
#footer a:visited {
	color: #dea015;
}
#footer a:hover {
	color: #fec035;
}
#footer p {
	float: right;
	padding-top: 16px;
	width: 470px;
}
#donate-link {
	opacity: 0.92;
	position: absolute;
	right: -10px;
	top: -141px;
}
#donate-link:hover {
	opacity: 1;
}
#footer #clown {
	float: left;
	margin: 24px 0 0 54px;
}
#footer span.reg {
  font: 8pt Arial, Helvetica, sans-serif;
}

/* Content Main --------------------------------------------------------- */
#left-column,
#right-column {
	float: left;
	text-align: left;
	width: 356px;
}
#right-column {
	width: 250px;  
}
#right-column img {
  margin: 20px 0 0 100px;
}

h6 {
	margin-top: 20px;
}
ul#socials {
	height: 66px;
	list-style: none;
	margin: 3px 0 0 0;
	width: 680px;
}
ul#socials li {
	float: left;
	height: 30px;
	margin: 0 16px 6px 0;
	width: 212px;
}
ul#socials li a {
  background: transparent url( images/spritemap.png ) no-repeat scroll -310px -2px;
	display: block;
	height: 30px;
	overflow: hidden;
	text-indent: -10000px;
	width: 212px;
}
ul#socials li a#facebook-link {
  background-position: -3px -2px;
}
ul#socials li a#twitter-link {
  background-position: -3px -62px;
}
ul#socials li a#blogger-link {
  background-position: -3px -122px;
}
ul#socials li a#flickr-link {
  background-position: -215px -2px;
}
ul#socials li a#youtube-link {
  background-position: -215px -62px;
}
ul#socials li a:hover {
  background: transparent url( images/spritemap.png ) no-repeat scroll -310px -62px;
}
ul#socials li a#facebook-link:hover {
  background-position: -3px -32px;
}
ul#socials li a#twitter-link:hover {
  background-position: -3px -92px;
}
ul#socials li a#blogger-link:hover {
  background-position: -3px -152px;
}
ul#socials li a#flickr-link:hover {
  background-position: -215px -32px;
}
ul#socials li a#youtube-link:hover {
  background-position: -215px -92px;
}
#mobile-links {
	margin-top: 24px;
}
#mobile-links a {
	border-bottom: 1px solid #b25bb0;
	color: #f89ff6;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 0 0 52px;
	text-align: center;
	width: 155px;
}
#mobile-links a:hover {
	color: #fff;
}
#mobile-links a#upload-mobile {
	margin-left: 30px;
	width: 170px;
}
#twitter {
	height: 140px;
	margin: 60px 0 20px 0;
	position: relative;
	width: 380px;
}
#tweets {
	height: 110px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#scroller {
	/*background: rgba( 100, 200, 0, 0.1 );*/
	height: 10000px;
	position: absolute;
	top: 0;
	width: 100%;
}
#scroller p {
	margin: 0 0 11px 0;
}
#twitter_overlay {
	background: transparent url( images/twitter_overlay_gradient_wash.png ) repeat-x scroll 0 0;
	height: 120px;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 26px;
	width: 100%;
	z-index: 78;
}
.overlay {
  background: transparent url( images/spritemap.png ) no-repeat scroll -215px -210px;
	display: block;
	height: 24px;
	margin: 4px 0 0 0;
	overflow: hidden;
	text-indent: -10000px;
	width: 100px;	
}
.twitter-details a {
	border-bottom: 1px solid #b25bb0;
  color: #f89ff6;
	font-weight: bold;
  text-decoration: none;
}
.twitter-details a:hover {
  color: #fff;
}

/* Clearfix ------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
  display: inline-table;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* 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;
}