/*taking out images and bits I feel we dont need as marked out in coloured pencil in notes*/

html, body, ol, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

body {
  padding: 0 340px; /* the critical side padding that sets the natural min-width! */
  background-color:#000;
  color: #222;
  font-family: Times, "Times New Roman", serif;
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */
  text-align: center; /* centers the #sizer element in IE5.x/win */
}

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 0%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
  max-width: 120px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -335px; /* neg side margin values should be < or = to side body padding */
	min-width: 670px; /* This prevents Safari from losing the negative margins in narrow windows (was 670, padding was 340, margin was -335*/
	position: relative; /* makes #expander visible outside #sizer in IEwin */
}


/*\*/
* html #expander {height: 0;}
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the
usual 1% height value. Any % value on this element causes a horrendous IE bug!

#IEroot #expander {height: 0;}                                                  */


#wrapper1 {
  position: relative;
  background-color:#FFF9D2;
  background-image:url(img/paper-middle.jpg);
  background-repeat:repeat-y;
  font-size: .9em; /* set global font-size here */
  /*taken out totake out border*/
  /*border: 3px solid #da5;*/

 /* border-width: 4px 3px;*/
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {
  position: relative; /* extra insurance against bugs in IEwin */
}

/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  /*taken out to take out border*/
  /*border-left: 2px solid #da5; /*** Critical left divider dimension value ***/
  /*border-right: 2px solid #da5; /*** Critical right divider dimension value ***/
  margin-left: 150px;    /*** Critical left col width value ***/
  margin-right: 150px;    /*** Critical right col width value ***/

}

.float-wrap {
  float: left;
  width: 100%;
}

.mid-section {
  float: right;
  width: 100%;

}

.left {

  float: left;
  position: relative; /* Needed for IE/win */
  width: 150px;    /*** Critical left col width value ***/
  margin-left: -152px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {

  float: right;
  position: relative; /* Needed for IE/win */
  width: 150px;    /*** Critical right col width value ***/
  margin-right: -152px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;   /*** Critical right divider dimension value ***/
}

.content {
  font-weight: bold;
  text-align: justify;
  overflow: visible;
  width: 100%;
  /*border-right:1px #000 solid;*/
  /*border-left:1px #baa880 solid;*/

  background-repeat:no-repeat;
}



.leftpane {

}

.rightpane {
padding:15px;
}


/*************** Header and Footer elements *****************/

.top-section {
background-color:#000;
background-repeat:no-repeat;
background-position:top center;
height:160px;
  width: 100%;
  color: #b33;
  padding: 0px 0;
} /* "jello" BG is made to be in fixed position here */

/*\*/
* html .header {background-position: 10px 3px;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

#IEroot .header {background-position: 10px 3px;}

.header span {color: #373;}

.footer {
	background-color:#000;
	background-image:url(img/paper-low.jpg);
	background-repeat:no-repeat;
	width: 100%;
	clear: both;
	position: relative;
	height: 100px;

}

/************** Spacing Controls for various column contents ***************/

.outer ul {

  margin: 10px 0;
}

.textpadder {padding: 10px;
padding-left:25px;}

.textpadderleft {padding: 0px;
padding-left:25px;}

/************** Generic Rules *************/

/************** Fancy Nav Buttons *************/


/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;}
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a,
* html .container-left,
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a
{height: 1%;}
/* Holly hack */

#IEroot #wrapper1,
#IEroot #wrapper2,
#IEroot .outer a,
#IEroot .container-left,
#IEroot .container-right,
#IEroot .outer,
#IEroot h2,
#IEroot .sidenav li a
{height: 1%;}

/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */

#IEroot .outer p {margin-right: -6px;}

/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.hide {display: none;}

/**************** Items to move to typography css *******************/

/*taken from http://psacake.com/web/jl.asp*/
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
/*    color:#000; */
    text-decoration:none}

a.info:hover{z-index:25; background-color:#baa880}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:5em;
    border:1px solid #fff;
    background-color:#baa880; color:#000;
    text-align: center}

/*navcontainer*/

#nav_spacer{
height:250px;
background:transparent;}

#nav_rn {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear:both;
	background-image:url(img/paper-top.jpg);
	height:20px;
}

#navlist_rn {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*word-spacing:0.8em;*/
}

#navlist_rn li {
	font-size: .7em;
	display: inline;
	/*added the following padding to space out the menu items*/
	/*take out if causing any trouble*/
	padding-left:2px;
	padding-right:2px;
}

#navlist_rn li a {
	text-decoration: none;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	 }
#navlist_rn li a:hover{
	 color:#D30505;
}

/*end of navcontainer*/

.leftpane p{
font-size:.8em;
color:#BAA880;}

.leftpane a:link{color:#222;}
.leftpane a:active{color:#D30505;}
.leftpane a:hover{color:#D30505}

.leftpane h4{
font-size:.7em;
color:#EEDBB2;
}

.leftpane ul{
text-align:left;
}

.rightpane ul{
text-align:center;
}



.leftpane li a{
/*color:#000; */
text-decoration:none;
font-weight:bold;
text-transform:uppercase;
margin:0.8em 2 0.2em -0.4em;

}

.leftpane li a:hover{
color:#D30505;}


.f{
font-size:1.3em;
color:#D30505;
}

.r{
font-size:.8em;
}


.rightpane li a{
/*color:#000;*/
text-decoration:none;
font-size:.8em;
}

.rightpane li a:hover{
color:#D30505;}

/*corner background*/
.background1{
background-image:url(corner6.gif);
}

.background2{
background-image:url(corner2.gif);
}

.background3{
background-image:url(corner1.gif);
}

.background4{
background-image:url(corner8.gif);
}



.footer p{  font-size: .8em;
  font-weight: normal;
  color:#fff;
  text-align:center;
  }

 .footer a{
  color:#DAC085;
  }

 .footer a:hover{
 color:#D30505;
 }

.content h1{
font-size:1.5em;
text-align:center;
}

.content h2{
font-size:1.2em;
font-weight:bold;
}

.content h3{
font-size:1.1em;
text-transform:lowercase;
}

.content h4{
font-size:1em;
color:#372B08;
text-transform:lowercase;
}

.content p{
font-size:1.1em;
font-weight:normal;
}

.content a, a:link {color:#222;
font-weight:bold;}

.content a:hover{color:#C80003;}


.content li{
font-size:.8em;
font-weight:bold;
margin-left:3em;
list-style:circle;
}

.halo li{list-style-image: url('img/halo.gif')}

.rightpane p{
font-size:.8em;
color:#49382E;
}

.rightpane h4{
font-size:1em;
color:#BAA880;
}

.rightpane pic {
text-align:center;
}


.right img{
text-align: center;}

.lowerimage {
background-image:url(lower-middle.jpg);
height:180px;
padding-top:24px;
background-repeat:no-repeat;
background-position:center;
}

/*table styles*/

.map {border:1px solid #906133;}

.maptext {font-size:.8em;
color:#ccc;
}

.intro {
font-size:1.8em;
color: #D30505;
}

.script {
margin-left: 1cm; text-indent: -1cm;
margin-right: -2.7cm;
/*padding-top: 4px*/
}

.schedule {
font-weight:normal;
text-align: left;
margin-right: -3.3cm;
/*padding-top: 4px*/
}

img.cast {
float: right;
margin-right: -75px;
padding: 10px 0 10px 25px;
}
img.timeline {
float: left;
margin-left: -18px;
padding: 10px 0 10px 0;
}