/* 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: 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; }

/* =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: 36px; margin-bottom: 18px; font-weight : normal; }
   h2 { font-size : 20px; line-height: 36px; 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 { background : transparent url(../images/background.gif) repeat-y 50% 0 ; }
   body {  }

/* =h1 */
   h1 { background : transparent url(../images/h1-new.jpg) no-repeat 0 0; width : 353px ; height : 533px ;  position : fixed ; top : -10px ; margin-left : 9px ; text-indent : -999em ; }
   
/* =h2 */
   #content_supp h2 {
     background-color : #eee; }
	 
   #content_main h2 {
     font-size : 16px ; color : #EBE0BB ; padding-top : 2px ; line-height : 8px ; font-weight : bold ; font-family : Arial ; margin-left : 10px ; }
     
   #nav_main h2 {
     display : none; }
     
/* =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; }
	 
   #content_main p {
     color : #ebe0bb ; font-family : Arial ; line-height : 13px ; margin-left : 10px ; }
     
   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 ; }
   #content_main ul {
     list-style : none outside ; margin-left : 10px ; padding : 0 ; color : #EBE0BB ; line-height : 12px ; }
   
/* =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 { display : none; }

/* =a */
   a:link    { color : #FFF; text-decoration : none; }
   a:visited { color : #EBE0BB; text-decoration : none; }
   a:hover   { color : purple ; }
   a:focus   { background-color : purple; color : #FFF; }
   a:active  { background-color : purple; color : #FFF; outline : none; }
   :target   { background-color : purple; }
   
   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; }
	 
   a#twitter {
     background : url(../images/twitter.gif) no-repeat 0 0 ; display : block ; width : 150px ; height : 34px ;  top : 560px ; position : fixed ; padding-left : 40px ; padding-top : 0px ; margin-left : 35px ; font-weight : bold ; font-family : Arial ; z-index : 1 ; }
   a#facebook {
     background : url(../images/facebook.gif) no-repeat 0 0 ; display : block ; width : 150px ; height : 35px ; top : 520px ;  position : fixed ; padding-left : 40px ; padding-top : 0px ; margin-left : 35px ; font-weight : bold ; font-family : Arial ; z-index : 1 ; }
	
/* =table */
   table {
     /* width : 100%; */ border : 1px solid #ddd; }
   #content_main table {
     border : none ; }

/* =caption */
   caption {  }

/* =thead */
   thead {
     text-align : left; background : #ddd; }

/* =tfoot */
   tfoot {
     background-color : #ddd; }
   
/* =tbody */
   tbody {  }
   
/* =tr */
   tbody tr:hover { background-color : #f6f6f6; }
   
/* =th */
   th {
     font-weight : bold; padding : 2px; }

/* =td*/
   td {
     border : 1px dotted #ddd; padding : 2px; }
   #content_main td {
     border : none ; padding-left : 9px ; font-family : Arial ; color : #EBE0BB ; font-weight : bold ; }

/* =form */
   form {
     position : relative;
     width : 100%; }
     
   #nav_main form {
     margin : 0; }
   
/* =fieldset */
   fieldset { margin-bottom : 50px ; }
   fieldset {
	background:transparent url(../images/fieldset.jpg) no-repeat 0 160%; width:450px; height:50px;}

/* =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 */
     overflow : hidden; /* so no collapsing float issues */ 
	 color:#EBE0BB;
	 margin-left : 10px ; }
   
/* =input */
   input[type="text"],
   input[type="password"],
   textarea {
     color : #fff ; }
   input[type="text"]:focus,
   input[type="password"]:focus,
   textarea:focus {
     background-color : transparent; }
     
   label input {
     width : 97%; }
   .boolean input {
     width : auto; margin-right : .5em; }
	
	input {
		background:transparent; border:none; }
		
	 

   
/* =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  { width : 360px ; float : left ; overflow : hidden ; }
   #nav_main {
     position : absolute; top : 0; right : 0;
     margin : 0; }
   #content {
     width : 600px ; float : right ; }
   #content_main {
     width : 600px ; position : relative ; }
   #content_main div {
     background : url(../images/divider.gif) no-repeat 0 100% ; position : relative ; overflow : hidden ; padding-bottom : 25px ; width : 520px ; left : 20px ; top : 15px ; }
   #hcard {
	 /* background : transparent url(../images/details.gif) no-repeat 0 0 ; */ width : 241px ; height : 270px ; position : fixed ; top : 250px ; margin-left : 35px ; z-index : 0 ; text-indent:-999em; }
     
/* =span */
   label span {
     display : block; }
   label.boolean span {
     display : inline; }

   #content_main span {
     padding-left : 20px ; }
   #hcard span {
     text-indent : -999em ; display : block ; }
   
/* =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; }
     
   /* 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; }
   .indent { 
     text-indent : 30px ; margin-top : -1.5em ; }
   #content_main p.intro {
     font-size : 16px ; color : #EBE0BB ; font-weight : bold ; font-family : Arial ; line-height : 18px ; }
   img.overlay {
     position : absolute ; top : 0 ; left : 0 ; }
   #overlay-unique .overlay {
     top : 124px ; }
   .button {
     position : absolute ; right : 93px ; }
    .field {
		height : 22px ; border : none ; margin-bottom : 5px ; margin-left : 7px ; padding:2px 34px 0 0; width:127px;  }
	a.email {
	z-index:5; background:transparent url(../images/h1-new.jpg) no-repeat 14% 63%; display:block; height:29px; margin:41px 0 0 -9px; width:236px; }
