/*-- style sheet has six sections for ease of maintainance --*/

/*------ section 0: cleanup ------*/
/*------ section 1: typo ------*/
/*------ section 2: colour ------*/
/*------ section 3: layout ------*/
/*------ section 4: nav ------*/
/*------ section 5: IE fixes ------*/


/*------ section 0: cleanup ------}
  /* Purpose: undo the default styling of common browsers */
  /* derived from UndoHTML by Tantek Celik */
  /* link underlines can make hypertext less readable */
  /* I often reverse this, as users are used to underlined */
:link,:visited {text-decoration:  none;}

  /* list often used for menus etc, so remove icons etc */
ul,ol {list-style: none;}

  /* avoid browser default inconsistent heading font-sizes */
  /* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}

  /* remove the inconsistent (among browsers) default ul,ol padding or margin  */
body,html,ul,ol,li,h1,h2,h3,h4,h5,h6,p, pre,form,blockquote,fieldset,input {
  margin: 0;
  padding: 0;
}

  /* get rid of stupid borders round linked images */
a img,:link img,:visited img {border:none}

  /* de-italicize address */
address {font-style:normal}

#css________typo{} /*!------ section 1: typo ------*/
    /* typographic settings for site, font typs & sizes*/
    /* line-height is included here, as is list styling */

#wrapper{font: normal 0.85em Verdana, Tahoma, Helvetica, Arial, sans-serif;}

:link,:visited {text-decoration: underline}

    /*--- helps typo---*/
#helps {text-align: right;}

#helps, #helps2 {font-size: 75%;}

    /*--- header typo---*/
#header {
  font-family: Arial, "Century Gothic", Tahoma, Helvetica, sans-serif;
}
#header_txt {text-align: left;}
h1 {
  font-size: 175%;
  font-weight: normal;
  text-transform: uppercase;
}
h1 span {
  font-size: 65%;
  font-weight: bold;
  line-height: 100%;
}

#strapline {
  font: italic bold 100% "Comic Sans MS", Arial, Georgia, "Times New Roman", serif;
  text-align: right;
}

  /*--- content typo---*/
#content {
  font-size: 90%;
  line-height: 150%;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
}
#content h2 {
  font: bold 160% Georgia, "Times New Roman", serif;
  text-align: left;
}
/*#content p, #content ul{font-size: 90%;}*/
#content p.paginate{text-align: center; font-size:90%}

#content p.para1 em {
  font: normal bold 160% Georgia, "Times New Roman", serif;
}
#pid_home #content p.para1 {font-size: 110%;}
#content p.permalink {font-size: 80%;}
#content p {
  text-align:left;
  margin-left: 0; 
}
#pid_home #sec1 p, #pid_home #sec2 p, #pid_home #sec3 p,#pid_home #sec4 p {
  text-align:left; 
  margin-left: 10px;
}
#content blockquote {
  font: italic 110% Georgia, "Times New Roman", serif;
  text-align: center;
  padding: 0 2%;
}
#pid_show #content blockquote {
  text-align:justify;
}
#content p.menomic span, #content ul.menomic li span {
  font-size: 120%;
  font-weight: bold;
}
#contentsec {font-size: 80%;}
#contentsec p {line-height: 150%;}

  /*--- footer typo---*/
#footer {
  font-size: 75%;
  text-align: center;
}

#css________colour{}/*------ section 2: colour ------*/
  /* To manage:
  colour schemes
  borders
  background pics
  links */

  /*--- general colour---*/
body {
  color: #555;
  background-color: #eee ;
  border-top: 15px solid #5A86B3;
}
#wrapper {background-color: #D7D7C2;}
#wrapper_marg {}

  /*--- links colour main content--- */
a:link {text-decoration: underline;}

a:link     {color: black;}/* #08F; */
a:visited  {color: black;} /*#800;}*/
a:hover    {background-color: blue; color: white;}

  /*--- links colour secondary content */
#contentsec a{color: black;}
#contentsec a:visited{color: #black;}
#contentsec a:hover {
  color: white;
  background-color: black;
}
  /*--- links colour site elps */
#helps, #helps a, #helps a:visited,
#helps2, #helps2 a, #helps2 a:visited{
  color: white;
  background: transparent;
  text-decoration: none;
}
#helps a:hover, #helps2 a:hover {color: black;}

  /*--- header colour ---*/
#header {
  background-color: #E3E3E3;
  /*background: black url(/images/css/sunset/sunset_sharp.jpg) no-repeat top left;*/
}
#header_marg {
  background-color: transparent;
  background: transparent url(/images/css/organise/head.jpg) no-repeat bottom right;
}
h1 {color: #6B94BD;}
h1 span {color: #A0A06D;}

  /*--- content colour---*/
#content, #footer {
  color: #222; /*#555;*/
  background-color: transparent;
}
#content_marg {
  /*border-top: 15px solid #6B94BD;*/
  background-color: white;
}
#content h2{
  color: #6B94BD;
}
#content h3{
  color: #100; /*#333;*/
}
#content li{
  list-style: square;
}
#content p.para1 {color: black;}
#content p.para1 em {color: #6B94BD;}

#contentsec {
  background-color: transparent;
  border-left: 2px solid #eee;
}
#contentsec_marg {
  color: black;
  background-color: transparent;
}
#contentsec h2 {
 color: #600;
}
#helps2 {
  border-bottom: 15px solid #6B94BD;
  /*border-bottom: 1px solid #fff;*/
  background-color: #A2BCD6;
}
  /*--- footer colour---*/
#footer{
  background-color: #E3E3E3; /*#D7D7C2;*/
  border-bottom: 3px solid black;
  /*background: white url(/images/css/organise/foot.jpg) no-repeat bottom center;*/
}

#footer_marg{
  background-color: transparent;
}

#css________layout{}/*------ section 3: layout ------*/
   /*--- main sections layout ---*/

body, wrapper, wrapper_marg {
  position: relative;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  /*padding: 0 0 20px 0;*/
}

  /*--- helps detailed layout ---*/
#helps {
  position: absolute;
  right: 0;
  top: -17px;
  z-index: 100000;
  padding-right: 2px;
  padding-bottom: 2px;
}
#helps2 {
  padding: 5px 2% 7px 2%;
}
  /*--- header detailed layout ---*/
#header_marg{
  position: relative;
  left: 50%;
  width: 750px;
  margin-left: -375px;
  height: 220px;
}
#homepic {
  position: absolute;
  top: 45px;
  left: 12.5%;
  margin-left: -80px;
  display: none;
}
h1 {
  position: absolute;
  top: 55px; /* 1em;*/
  left: 0;
}
h1 span {
  display: block;
  margin: 0px 0 0 10px;
  width: 180px;
}
#strapline {
  position: absolute;
  top: 70px; /*180px;*/
  right: 10px
}

  /*--- content detailed layout---*/
#content {
  position: relative;
  left: 50%;
  width: 750px;
  margin-left: -375px;
}
#content_marg{
  position: relative;
  padding-top: 0px;
  padding: 20px 15px;
  margin-left: 200px ; /*29%;*/
}

#pid_home #content_marg{
  margin-right: 0;
  /*width: 100%; /*needed for IE5, otherwise interior columns width based on windowport*/*/
}

#sec1, #sec2, #sec3, #sec4{
  position: relative;
  float: left;
  top: 5px;
  width: 260px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 20px;
}
#sec2,  #sec4 {float: right;}
#sec3{clear: both;} 
#sec1_marg,  #sec3_marg {padding: 2px 5px 2px 0;}
#sec2_marg, #sec4_marg {padding: 2px 0 2px 5px;}
#eocontent {
  position: relative;
  top: 1em;
  clear: both;
}
#content h2 {
  padding: 0.35em 5px 0.15em 0;
  margin-bottom: 0.15em;
}
#content h3 {
  padding: 5px 5px 0.15em 0;
  margin: 0.25em 20px 0.25em 10px;
}
#content p{
  padding-bottom: 0.75em;
  margin-left: 10px;
  /*margin-right: 10%;*/
}
#content p.para1{margin-left: 0;}
#content p.permalink {margin-top: -0.6em; padding-left: 20px; margin-bottom: 0.75em}
#content blockquote{padding-bottom: 0.75em;}
#content ul{
  list-style: square;
  padding-bottom: 0.75em;
  margin-left: 1%;
  padding-left: 0;
}
#content ul li{
  margin-left: 25px;
  margin-bottom: 3px;
  margin-right: 10%;
}
#pid_home #content p, #pid_home #content li {
  margin-right: 0;
}

#content .sample {text-align: center;}
#pid_show #content img, #pid_home #content .sample img{
  margin: 5px 10px 10px 10px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  padding: 5px 5px 25px 5px;
}

#pid_home #content .sample img{
  margin: 0 0 0 -20px;
}

#pid_show #content img:hover ,#pid_home #content .sample img:hover{
  border: 1px solid #aaa;
  background-color: #FFFFCC;
}

  /*--- content secondary detailed layout---*/
#contentsec {
  position: absolute;
  top:  220px;
  left: 50%;
  margin-left:-375px;
  margin-top: 0em;
  padding: 0 1px 5px 9px;
  width: 185px;
}
#contentsec_marg {
  margin-top: 0;
  padding: 2px 4px 10px 4px;
}
#contentsec h2 {
  padding: 0.75em 0 .25em 3px;
  margin: 0.25em 1px 2px -4px;
}
#contentsec p{padding-bottom: 0.75em;}

  /*--- footer detailed layout ---*/
#footer {
  /*padding: 25px 0 20px 22%;*/ /*column centered*/
  padding: 25px 0 30px 0; /*page centered*/
}


#css________nav{}/*------ section 4: nav ------*/
  /*--- navigation layout/font/colours in one place ---*/
#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  font-weight: bold;
  background-color: #A2BCD6;
  z-index: 1000;
  border-top: 1px solid #eef;
  background: #A2BCD6 url(/images/css/organise/navgrad.gif) repeat-x top left;);
}
#nav_marg {
  position: relative;
  left: 50%;
  width: 750px;
  margin-left: -375px;
  background-color: transparent;
  padding: 0 0 0 0;
}
#pid_basic #nav_marg, #pid_wedo #nav_marg, #pid_show #nav_marg, #pid_lens #nav_marg {margin-bottom: 0px;}

#nav h2{display: none;}
#nav ul {
  padding: .1em 5px 0.25em 0;
  float: left; /*forces height to ul - need to clear at #content */
  list-style: square;
}
#nav ul li {
  float: left;
  display: block;
  padding: 10px 18px 5px 6px;
  list-style: square;
  background: transparent url(/images/css/organise/nav_but.gif) no-repeat 0% 75%;
}
#nav ul li:hover {
  background: transparent url(/images/css/organise/nav_buthov.gif) no-repeat 0% 75%;
}
#nav ul li a {
  padding: 5px 4px 7px 4px;
  font-weight: bold;
  font: normal normal 90% Verdana;
  /*text-decoration: none;*/
}
#nav li a:link, #nav li a:visited {color:#fff;}
#nav li a:hover{
  color: black;
  background-color: transparent;
  border-top: 5px solid #888;
}

#pid_home li#navlnk_home a,
#pid_basic li#navlnk_basic a,
#pid_wedo li#navlnk_wedo a,
#pid_show li#navlnk_show a,
#pid_lens li#navlnk_lens a{
  color: black;
  background-color:transparent;
  text-decoration: none;
  border: none;
  border-top: 5px solid white;
}

#css________navlocal{}/*----- local navigation -----*/
#content{
  clear:left;    /*clearing floats in nav_local */
}
#nav_local {
  /*width: 100%;*/
  position: relative;
  padding-bottom: 0;
  padding-left: 0%;
  left: 50%;
  width: 550px;
  margin-left: -175px;
}
#nav_local_marg{
  background-color: #222; 
  padding-bottom: 2.25em;
  padding-left: 10px;
}
#nav_local ul{
  margin-left: 0;
  background-color: transparent;
  float: left; /*forces height to ul - need to clear at #content */
  position: relative; /*peekaboo bug*/
}
#nav_local ul li{
  font-size: 80%;
  font-weight: bold;
  list-style: none;
  float: left;
  display: block;
  margin-left: 0;
  padding: 11px 3px 0 3px; /* IE top pad for li must be high enough for pad for a*/
  position: relative; /*peekaboo bug*/
}

#nav_local ul li#curr_tab{
  color: #edebd5;
  background-color: transparent;
  font-weight: bold;
  border-bottom: none;
}
#nav_local ul li#curr_tab span{
  padding-left: 3px;
  padding-right: 3px;
}

#nav_local ul li a{
  color: white;
  padding: 7px 0px 3px 0px;
  margin-left: 3px;
  margin-right: 3px;
}
#nav_local ul li a:hover{
  color: black;
  background-color: white;
  border-top: 2px solid #aaa;
}

#nav_local ul li#curr_tab a {
  color: white;
  text-decoration: none;
  border-top: 3px solid white;
}
#nav_local ul li#curr_tab a:hover {
  background-color: black;
  color: white;
}
/*----- page contents navigation -----*/
#page_content {
  text-align:center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 110%;
  text-transform:uppercase;
}
#page_content a{
  padding-left: 2px;
  padding-right: 2px;
  border-right: 1px solid #888;
}

/*------ hiding items not relevant to this layout ----- */
.non_show, .non_def{display: none;}

/*------ section 5: IE fixes ------*/
  /* peekaboo bug needed to make section appear */
#content h2, #content li{position: relative;}

