/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: 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;
}

/* Spoken word css */

ol, ul {
	list-style: inside disc;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
	font-family: Helvetica, Arial;
	text-align: center;
	color: white;
}

div#schedule {
	width: 300px;
	margin: 280px auto 0 auto;
	padding: 20px;
	overflow: auto; /* ensures the padding is honored by floated elements inside */
	background-image: url(../images/trans_background.png);
	font-size: 40px;
}

div#details_links {
	width: 900px;
	margin: 20px auto 20px auto;
	background-image: url(../images/trans_background.png);
	font-size: 14px;
	padding: 10px 20px;
}

div.column {
	width: 100%;
	float: left;
	text-align: center;
}

div#logos img {
	padding: 0 8px;
}

p.day_name {
	color: #aaa;
	font-size: 26px;
}

p.date {
	font-size: 26px;
	margin-bottom: 20px;
}

a:link, a:visited {
	color: #fff;
}

a:hover {
	color: #b9a161;
}

.spacing_06 {
	letter-spacing: .06em;
}

.spacing_1 {
	letter-spacing: .1em;
}

.spacing_15 {
	letter-spacing: .15em;
}

.spacing_18 {
	letter-spacing: .18em;
}

.spacing_2 {
	letter-spacing: .2em;
}

.spacing_25 {
	letter-spacing: .25em;
}

.spacing_36 {
	letter-spacing: .36em;
}

.spacing_4 {
	letter-spacing: .4em;
}

.spacing_62 {
	letter-spacing: .62em;
}

span.email {
	unicode-bidi:bidi-override; direction: rtl;
}

p.dialog_header {
	margin-top: 10px;
	font-weight: bold;
}

/* jqModal alert CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */


div.jqmAlert { /* contains + positions the alert window */
	display: none;
	position: fixed;
	top: 17%;
	left: 0;
	width: 100%;
}
    
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmAlert {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(1 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	width: 740px;
}

div.jqmAlertWindow h2 {
	font-size: 15px;
}

div.jqmAlertWindow {
	height:auto;
	width: auto;
	margin: auto;
  
	max-width:740px;
	padding: 0 10px 10px;
  
	background:#111;
	border:1px dotted #FFF;
}

.jqmAlertTitle {
	margin:5px 2px;
	height:20px;
	color:#FFF;
}

div.jqmAlert .jqmClose em {display:none;}
div.jqmAlert .jqmClose {
	width:20px;
	height:20px;
	display:block;
	float:right;
	clear:right;
	background:transparent url(../images/close_icon_double.png) 0 0 no-repeat;
}

div.jqmAlert a.jqmClose:hover,div.jqmAlert a.jqmCloseHover{ background-position: 0 -20px; }

div.jqmAlertContent {
	text-align: left;
	border-top:px;
	color:#FFF;
	font:12px Helvetica;
	padding:5px 20px 5px;
	margin:5px;
	border:1px dotted #111;
	letter-spacing:0px;
	line-height: 1.6;
	background:#111 url(../images/darkgrid.png);
}

/*å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡å¡
  clearing a float without additional markup
   http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/** lightbox CSS **/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}