/* SCREEN.CSS
   This is where all styles for on-screen media are declaired
   
   --------------------------------------------------------------------------------------------------------------------------
   FILE INFO
   Revision number:  1.1.1
   Last updated:     2008/10/14
   Last updated by:  Matt Wilcox
   ----------------------------------------------------------------------------------------------------------------------- */

/* =global_reset | based on http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
   ----------------------------------------------------------------------------------------------------------------------- */
   
   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: 2; }
   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; }
/* =typography | based on http://alistapart.com/articles/settingtypeontheweb/
                          http://24ways.org/2006/compose-to-a-vertical-rhythm/
                          
    NOTE: found that margin-top applied to everything is be a pain - it often messes up layout and requires jumping through
          hoops to fix, so have stopped doing this as a default and now add top margin manually when required instead.
    NOTE: using px for type is bad for people using IE6, but good for my brain. IE6 is dying, so I think that's OK. Feel free
          to tut if you're a purist. I'm a pragmatist.
   ----------------------------------------------------------------------------------------------------------------------- */
   body {
     font : 75%/1.5 Verdana, Helvetica, Ariel, Verdana, sans-serif; }
   html > body {
     font-size : 12px; }
   div, applet, object, iframe,
   h1, h2, h3, h4, h5, h6, p, blockquote, pre,
   address, img, dl, dt, dd, ol, ul, li,
   fieldset, form, label, legend,
   table, caption, tbody, tfoot, thead, tr, th, td {
     margin-bottom : 1.5em; }
   h1,
   .home h2 { font-size : 24px; line-height: 2; margin-bottom: 18px; font-weight : normal; }
   h2 { font-size : 20px; line-height: 2; margin-bottom: 18px; font-weight : normal; }
   h3, h4, h5, h6 {
     font-size : 18px; line-height: 18px; margin-bottom: 18px;
     font-weight : normal; }
   
/* =design | now the browser reset and basic typographic layout is done, lets get designing
   ----------------------------------------------------------------------------------------------------------------------- */
   
/* =html =body */
   html {  }
   body { background: url(/images/background2010.jpg) #FFF; background-position: left top; background-repeat: no-repeat;  }

/* =h1 */
   h1 { color: #000; font-family: Georgia; font-size: 30px; line-height:38px; }
   
/* =h2 */

	h2 {font-family: Arial;}
     
     
/* =h3 */
   h3 {  }
     
/* =h4 */
   h4 {  }

/* =p */
   p.accessibility {
     position : absolute;
     margin : -3.5em 0 0 0;
     z-index : 2; }
     
   blockquote p:before {
     content : "\201c"; }
   blockquote p:after {
     content : "\201d"; }
   blockquote p.author {
     border-top : 1px dotted #666; }
   blockquote p.author:before,
   blockquote p.author:after {
     content : ""; }
     
   .attributed p {
     margin-bottom : 0; }
     
   #content_main > h2 + p,
   #content_main > h1 + p,
   #content_main > h2 + a + p {
     font-size : 1.333em; line-height : 1.125em; margin : .929em 0 2.25em 0; }
     
   label p.error {
     padding : .5em; color : #fff;
     background : #c00; text-align : left; }
     
/* =blockquote */
   blockquote {
     clear : both; }

/* =em =strong =del =ins =abbr =acronym =code */
   em          { font-style : italic; }
   strong      { font-weight : bold; }
   del         { text-decoration : line-through; }
   ins         { text-decoration : none; color : #006; }
   del[title],
   ins[title]  { cursor : help; }
   acronym,
   abbr        { text-decoration : none; border-bottom : none; font-style : italic; cursor : help; }
   code        { font-family : dialogue, 'Courier New', courier, serif; }
   sup         { vertical-align : super; font-size : .8333em; }
   sub         { vertical-align : sub; }
   
/* =address */
   address {  }

/* =dl =dt =dd */
   dl {  }
   dt {
     margin-bottom : 0;
     font-weight : bold; font-style : italic; }
   dd {
     margin-top : 0;
     border-left : .3em solid #ddd; padding : .5em 0 0 .7em; }
   
/* =ul */
   #content ul {
     margin-left : 1em;
     list-style : disc outside; }
   #nav_main ul {
     margin : 0; }
   
/* =ol */
   #content ol {
     margin-left : 1.6em;
     list-style : decimal outside; }

/* =li */
   li {
     margin : .5em 0; }
   #nav_main li {
     display : inline; margin : 0 0 0 1em; }
     
/* =img */
   img,
   img a { border : none; }
   .attributed img {
     margin : 0; }
   
/* =hr */
   hr { background-color: #000; color: #000; height: 1px; border: 0;}

/* =a */
   a:link    { color : #576072; text-decoration : none; }
   a:visited { color : #576072; text-decoration : none; }
   a:hover   { text-decoration : underline; }
   a:focus   { background-color : #ff9; color : #333; }
   a:active  { background-color : #ff6; color : #000; outline : none; }
   :target   { background-color : #ff6; }
   
   p.accessibility a {
     margin : 0; padding : 0; line-height : 1em; }
   p.accessibility a:focus {
     position : absolute; left : 1em;
     margin-top : 2.5em;
     background-color : #ffff99; }
     
/* =table */
   table {
     width : 100%; border : 0; }
   
   .ac-gallery img {margin: 20px 0 5px 0; padding: 5px; border: 1px solid #eaeaea;}
   .ac-gallery {font-family: Georgia; font-size: 14px;}
   

/* =caption */
   caption {  }

/* =thead */
   thead {
     text-align : left; background : #ddd; }

/* =tfoot */
   tfoot {
     background-color : #ddd; }
   
/* =tbody */
   tbody {  }
   
/* =th */
   th {
     font-weight : bold; padding : 2px; }
     


/* =form */
   form {
     position : relative;
     width : 100%;
     overflow : hidden; }
     
   #nav_main form {
     margin : 0; }
   
/* =fieldset */
   fieldset {  }

/* =legend */
   legend {
     margin : 0; }
   
   #nav_main legend {
     display : none; }
   
/* =blockquote */
   blockquote {
     border-left : 5px solid #666; padding-left : 5px; }

/* =label */
   label {
     position : relative; /* so we can absolutely position errors */
     display : block;
     overflow : hidden; /* so no collapsing float issues */ }
   
/* =input */
   input[type="text"],
   input[type="password"],
   textarea {
     border : 1px solid #999; }
   input[type="text"]:focus,
   input[type="password"]:focus,
   textarea:focus {
     }
     
   label input {
     width : 97%; }
   .boolean input {
     width : auto; margin-right : .5em; }
   
/* =textarea */
    textarea {
      width : 99%; height : 8em; }

/* =select */
   label select {
     width : 100%; }
   select:focus {
     background-color : #ff9; }
     
/* =div */
   #container {
     position : relative;
     width : 960px; margin : 0 auto; }
   #page_context,
   #site_context  {
     height : 150px;
     background-color : #eff; }
   #nav_main {
     position : absolute; top : 0; right : 0;
     margin : 0; }
     
/* =span */
   label span {
     display : block; }
   label.boolean span {
     display : inline; }
   
/* =layout-classes */
   .float-left {
     float : left;
     margin-right : 30px; }
   .float-right {
     float : right;
     margin-left : 20px; }
   .float-left.last {
     margin-right : 0; }
   .clear {
     clear : both; }
   .clear-left {clear:left;}
     
   /* full width portions */
   .one-third {
     width : 300px; text-align : justify; /* text align to show column bounds */ }
   .two-thirds {
     width : 630px; text-align : justify; /* text align to show column bounds */ }
   .half {
     width : 465px; text-align : justify; /* text align to show column bounds */ }
     
   /* portions inside a two-third parent portion */
   .two-thirds .one-third {
     width : 190px; }
   .two-thirds .two-thirds {
     width : 410px; }
   
/* =display-classes */
   .attributed {
     padding : 9px; border : 1px solid #eee;
     background-color : #f6f6f6; }
     
     
/* header */

	.logo {float: left; margin-left: 130px; padding-bottom:60px;}    
	
	.target-top {float:right;}   
	
/* content */

	#content_main {float: none; clear: both; padding-top:20px;}	
	#left-text {float: left; width: 465px; padding: 5px; font-family: Georgia; color: #000; font-size: 16px; line-height: 1.4; display: inline;}
	
	#newsletter {float: right; width: 430px; padding: 5px; background-image:url(/images/newsletter-background.png); background-position: top center; background-repeat: no-repeat; padding-top:355px; padding-left: 30px; display: inline;}
	#newsletter h2 {font-size: 30px; text-transform: uppercase; color: #133149; font-family: Arial;}
    #newsletter label {float:left; width:60px;} 
    #newsletter .input {float: left; width: 279px; height: 28px; border:0; margin-top:2px;}
    #newsletter .submit {float: right; width: 85px; height: 37px; margin-right: 45px; margin-top:10px;}

	#tickets {width: 445px; float: left; display: inline;} 
    #tickets h3 {font-size: 25px; text-transform: uppercase; color: #000;}
    #tickets p {font-size: 16px; color: #000; font-family: Georgia; line-height: 1.4;}
	
	#hero {width: 840px; float: left; display: inline;} 
    #hero h3 {font-size: 25px; text-transform: uppercase; color: #000;}
    #hero p {font-size: 16px; color: #000; font-family: Georgia; line-height: 1.4;}
    
    #tics {width: 485px; float: right; display: inline;} 
    #tics h3 {font-size: 25px; text-transform: uppercase; color: #000;}
    #tics p {font-size: 16px; color: #000; font-family: Georgia; line-height: 1.4;}
    #tics table {font-size: 16px; color: #000; font-family: Georgia;}
	#tics p .large {font-size: 24px; color: #000; font-weight: bold;}
    
   	#admission {width: 294px; float: left; display: inline;}
    #admission h3 {font-size: 25px; text-transform: uppercase; color: #000;}
    #admission h3 .small {font-size: 14px;}
    #admission p {font-size: 16px; color: #000; font-family: Georgia; line-height: 1.4;}
    #admission p .large {font-size: 30px; color: #000; font-weight: bold;}
    
    #note {width: 650px; float: left; display: inline; margin-left: 15px; background-image: url(/images/plane-bottom.png); background-position: right; background-repeat: no-repeat;}
    #note h3 {font-size: 25px; text-transform: uppercase; color: #000;}
    #note p {font-size: 16px; color: #000; font-family: Georgia; line-height: 1.4; width:390px;}
	#note table {font-size: 16px; color: #000; font-family: Georgia;}
    
	#bottom {width:100%;}
    #bottom p {font-size: 16px; color: #fff; font-family: Georgia; float: left;}
	#bottom table {font-size: 16px; color: #fff; font-family: Georgia;}
	
    #footer {width:100%; background-image:url(/images/footer-bg.jpg); height:250px;}
    #footer p {font-size: 12px; color: #000; font-family: Georgia; float: right; margin-top:74px}
    #footer .logo {float: right; padding: 5px;}
     
	#nav_main {margin-top:280px; margin-right:-20px; width:1000px;}
	 
	img.hero {float:centre; margin-top:10px; margin-right:36px; border:solid 5px #FAD584}
	ul.gallery {clear:both;margin-left: 0; padding-left: 0; display: inline; list-style: none;}
	ul.gallery li {margin-right: 40px; padding-left: 0; display: inline; list-style: none;}
	ul.gallery img {margin-top:0px; margin-bottom:0px; margin-right:0px; border:solid 5px #133149}
	ul.gallery span {color:#133149;}
