/*
These styles apply across most pages on the website. Styles
specific to particular layouts are in additional style files.
*/

/*------------------------------
Regular block level elements
------------------------------*/
body {
  font-family: "trebuchet ms", sans-serif;
  font-size: 80%;
  color: #333;
  background: white;
  min-width: 46em;
  padding: 0; margin: 0;
  padding-top:10px;

  min-width: 800px;
  max-width: 1050px;
}

p, h1, h2, h3, h4, li, dt, dd, pre {
  text-align: left; /* avoid IE6 bug */
}

p, dt, dd, li { line-height: 1.5; }

h1, h2, h3, h4, blockquote {
  font-family: /*"urw gothic l", */"trebuchet ms", sans-serif;
  color: #425;
}

h1 {
  font-size: 1.6em;
  font-weight: normal;
  margin: 0;
}

h2 {
  font-size: 1.1em;
  clear: left;
  padding-left: 0;
  margin: 1.2em 0 0;
}

h3 {
  font-size: 1.1em;
  margin: 0.6em 0;
}

h4 {
  font-size: 1.1em;
  color: white;
  background: #e8e8e8;
  margin: 0.8em 0 0;
}

p { margin: 0.4em 0 0.8em 0; }

dl { margin: 0 0 0.7em; }
dt { font-weight: bold; }

blockquote.pullquote {
  font-size: 1.2em;
  font-family: "trebuchet ms", sans-serif;
  font-style: italic;
  width: 15em;
  float: right;
  padding: 0;
  margin: 0 0 0.2em 0.5em;
}

.pullquote p {
  text-align: right;
  font-weight: bold;
  margin: 0;
}

ul { margin-top: 0.5em; margin-bottom: 0.5em; }

form, fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

/*------------------------------
Links
------------------------------*/
a {
  color: #386cbc;
  text-decoration: underline;
}

/* Use standard link colours */
a:link {}
a:visited {}
a:hover {}
a:active {}


/*------------------------------
Page lagout blocks
------------------------------*/
#header {
  min-width: 40em;
  padding: 0;
}

#content {
  background: white url(../image/content-bg.png) top left no-repeat;
  padding: 1.2em 0 0 0;
  margin-top: 0;
  margin-bottom: 1em;
}

#page-info {
  background: #ddd;
  width: 15em;
  float: right;
  padding: 0.5em 0.5em 0.8em;
  margin: 0.4em 0 0.2em 0.5em;
}

#topic-menu {
  padding: 1.2em 0 0;
  margin: 0;
}

#panel {
  min-height: 30em;
  padding: 1.2em 0 1em;
  margin-bottom: 1em;
  background: rgb(241,240,230);
}

#footer {
  text-align: right;
  clear: both;
  height: 40px;
  padding: 3em 2em 0 0; margin: 0;
  position: relative;
}


/*------------------------------
Menus
------------------------------*/
#header h2 { display: none; }

#section-menu ul , #topic-menu ul, #top-menu ul {
  list-style: none;
  padding: 0; margin: 0;
}

#section-menu li a {
  white-space: nowrap;
}

#section-menu a:hover, #topic-menu a:hover {}

/* Section menu */
#section-menu {
  padding-top: 4em; /* margin doesn't work for Firefox - fieldset bug */
  margin: 0;
}

#section-menu ul {
  float: right;
 /*  padding: 0px 0 0 250px;*/
    margin: 0;
}

#section-menu li {
  line-height: 1.5em;
  font-family: "trebuchet ms", sans-serif;
  float: left;
  border-left: 1px solid #ddd;
  margin: 0;
}

#section-menu li.first { padding-left: 0; border: none; }

#section-menu li a {
  color: #425;
  text-decoration: none;
  font-weight: bold;
  padding: 0 0.8em;
}

#section-menu a:hover { text-decoration: underline; }
#section-menu li.current a { color: #750104; }

#top-menu {
/*  position: absolute; left: 0; top: 0.5em;*/
/* float:right;*/
 /* width: 100%;*/
  padding: 0 0 0.5em 0;
  /*border-bottom: 1px solid #ddd;*/
}

#top-menu ul {
  float: right;
   padding:0 0 0.5em 770px;
  border-bottom:1px solid #ddd;
}

#top-menu li {
  line-height: 2.2em;
  margin-right: 0.8em;
  float: left;
}

#top-menu fieldset { float: left; }

#top-menu #link-calendar a { padding-right: 0.8em; border-right: 1px solid #ddd; }

#top-menu li a { font-weight: bold; color: #706d06; text-decoration: none; }

#top-menu li a:hover { text-decoration: underline; }

/* Topic menu */
#topic-menu h2 { display: none; }

#topic-menu ul {
  margin: 0;
}

#topic-menu li {
  font-family: "trebuchet ms", sans-serif;
  text-align: right;
  padding: 0 30px 0 1em;
  margin: 0 0 0.4em 0;
}

#topic-menu li a {
  color: #425;
  text-decoration: none;
  line-height: 1.8em;
  font-weight: bold;
}

#topic-menu a:hover { text-decoration: underline; }
#topic-menu li.current  {
  background: url(../image/arrow-6.png) no-repeat right center;
}

#topic-menu .decoration {
  background: url(../image/temp/topic-menu-pic.jpg) no-repeat bottom left;
  width: 100%; min-height: 130px;
  margin: 0;
}


/*------------------------------
Forms
------------------------------*/
fieldset { border: none; }

/* Search form */
#search-form, #search-form fieldset {  padding: 0; margin: 0;
}

#search-form {
  font-size: 1em;
  width : 270px;
}

#search-form legend { display: none !important;}
#search-form input {
  margin-left: 0.5em;
}

#search-form label {
  font-weight: bold; color: #706d06; text-decoration: none;
}

/*------------------------------
Branding
------------------------------*/
#branding {
  position: absolute; left: 1.2em; top: 0.5em;
  z-index: 1; /* above the top menu */
}

#branding h1 {
  font-size: 1.5em;
  padding: 0; border: 0; margin: 0;
}

#branding h1 a {
  color: #750104;
  text-decoration: none;
  background: url(../image/logo-grow-west-green.png) no-repeat 0 0 ;
  display: block;
}

#branding h1 a em { display: none; }

#slogan {
  font-style: italic;
  display: none;
  margin: 0;
}


/*------------------------------
Header
------------------------------*/
#banner {
  display: none;
  background: url("../image/banner-slim.png") no-repeat white;
  height: 63px;
  clear: left;
  position: relative;
  padding-left: 2em;
  margin: 0;
}

#banner p {
  color: white;
  font-family: times, Times New Roman, times-roman, georgia, serif;
  font-size: 1.5em;
  line-height: 1.0;
  font-style: italic;
  position: absolute;
  bottom: 0.5em;
  margin: 0;
 }

#tools { display: none; }

#banner-7, #banner-6, #banner-5, #banner-4, #banner-3,
#banner-2, #banner-1, #banner-0,
#banner-search, #banner-calendar {
  background-position: 550px top;
  background-repeat: no-repeat;
  height: 113px;
  position: relative;
  margin-top: 0.5em;
  width: 1033px;
}

#banner-7 {
  background-color: #284e25;
  background-image: url(../image/banner-1.jpg);
}

#banner-6 {
  background-color: #750104;
  background-image: url(../image/banner-6.jpg);
}

#banner-5 {
  background-color: #284e25;
  background-image: url(../image/banner-5.jpg);
}

#banner-4 {
  background-color: #706d06;
  background-image: url(../image/banner-4.jpg);
}

#banner-3 {
  background-color: #033d57;
  background-image: url(../image/banner-3.jpg);
}

#banner-2 {
  background-color: #00165d;
  background-image: url(../image/banner-2.jpg);
}

#banner-1 {
  background-color: #3f1e57;
  background-image: url(../image/banner-1.jpg);
}

#banner-0 {
  background-color: #501b03;
  background-image: url(../image/banner-0.jpg);
}

#banner-search {
  background-color: #a72100;
}

#banner-calendar {
  background-color: #a20091;
}

#banner-7 h1, #banner-6 h1, #banner-5 h1, #banner-4 h1, #banner-3 h1,
#banner-2 h1, #banner-1 h1, #banner-0 h1,
#banner-search h1, #banner-calendar h1 {
  font-size: 3em;
  color: white;
  font-family: /*"urw gothic l", */"trebuchet ms", sans-serif;
  font-weight: normal;
  position: absolute; left: 0; bottom: 0;
  z-index: 1;
  margin: 0 0 0.1em 0.4em;
}

#banner-7 blockquote, #banner-6 blockquote, #banner-5 blockquote,
#banner-4 blockquote, #banner-3 blockquote,
#banner-2 blockquote, #banner-1 blockquote,
#banner-0 blockquote, #banner-search blockquote,
#banner-calendar blockquote {
  width: 430px;
  position: absolute; top: 0; left: 0;
  margin: 1em 10px 0 100px;
}

#banner-7 p, #banner-6 p, #banner-5 p, #banner-4 p, #banner-3 p,
#banner-2 p, #banner-1 p, #banner-0 p,
#banner-search p, #banner-calendar p {
  font-size: 1.2em;
  text-align: right;
  margin: 0;
}

#banner-7 blockquote { color: #99cc99; }
#banner-6 blockquote { color: #b99; }
#banner-5 blockquote { color: #9b9; }
#banner-4 blockquote { color: #bb9; }
#banner-3 blockquote { color: #99b; }
#banner-2 blockquote { color: #99b; }
#banner-1 blockquote { color: #b9b; }
#banner-0 blockquote { color: #b99; }


/*------------------------------
Breadcrumbs
------------------------------*/
#breadcrumbs {
  line-height: 2.5;
  background: white;
  clear: left;
  padding: 0 1em 0 2em;
  margin: 0;
}

* html #breadcrumbs {
  line-height: 1;
  padding: 0.75em 1em 0.75em 2em;
}

#breadcrumbs a {
/*  color: #666;
  font-weight: bold;
  text-decoration: none;*/
}
#breadcrumbs a:hover { text-decoration: underline; }


/*------------------------------
Content
------------------------------*/
#content h4 { line-height: 1.5; }


/*------------------------------
Panel
------------------------------*/
#panel h3, #panel p,
#panel dl, #panel ul { color: #333; }

#panel h2 {
  font-size: 1.5em;
  font-weight: normal;
  padding: 0 1em 0 1em;
  border: none;
  margin: 0;
}

#panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#panel li {
  padding: 0.5em 0 0.5em 3.5em; margin: 0;
}

#panel li img {
  float: left;
  margin-left: -2em;
  display: inline; /* IE double margin float bug */
}

#panel p {
  padding: 0 1em 0 1.5em;
  /*border-bottom: 1px #eae7c6 dotted; */
  margin: 0;
}

#panel img { margin: 1em auto; }

/*------------------------------
Page info
------------------------------*/
#page-info h2 { display: none; }

#page-info ul { list-style: none; padding: 0; margin: 0; }

#page-info li {
  line-height: 2em;
  padding: 0 0 0 30px;
  margin: 0 0 0 1em;
}

#page-info li.author {
  background: url(../image/icon-author.png) no-repeat left center;
}
#page-info li.e-update {
  background: url(../image/icon-mail.png) no-repeat left center;
}
#page-info li.discuss {
  background: url(../image/icon-discuss.png) no-repeat left center;
}
#page-info li.print {
  background: url(../image/icon-print.png) no-repeat left center;
}

/*------------------------------
Footer
------------------------------*/
#footer p {
  text-align: right;
  margin: 0;
}

#footer ul {
  font-size: 0.9em;
  list-style: none;
  padding: 0; margin: 0;
}

#footer-valid {
  padding: 0 4em 0 0;
}

#footer-terms {
  padding: 0 0 0 2em;
}

#footer-toppage {
  padding: 0 0 0 2em;
}

/*------------------------------
Float clearing
------------------------------*/
/* Ensures that an element will expand to contain floating children */

#section-menu:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*#section-menu { display: inline-table; }*/
/* Hides from IE-mac \*/
* html #section-menu { height: 1%; }
/*#section-menu { display: block; }*/
/* End hide from IE-mac */


/*------------------------------
Figures/diagrams
------------------------------*/
#topic-menu .decoration img {
text-align: center;
margin: 0 auto 1em;
}

.figure { margin-bottom: 1em; }
.figure p {
  text-align: center;
  margin: 0.2em 0 0;}
#topic-menu .figure img { margin-bottom: 0; }
#panel .figure img { margin-bottom: 0; }



.figright {
  background:  #eae7c6;
  float: right;
  padding: 0.5em;
  margin: 0 0 0.5em 1em;
}


/*------------------------------
Other
------------------------------*/
#skip { display: none; }

img {
  border: 0;
}

.gallery img {
  float: left;
  margin: 1em 0 1em 0.5em;
}

#panel img.icon {
  display: inline;
  vertical-align: middle;
  margin: 0;
}

/* Wish form stuff TODO clean this up */
#wish-form-step-1 { width: 45em; }
#wish-form-step-2 { width: 52em; }

#wish-form-step-2 label {
  display: block;
  float: left;
  width: 7em;
}

#wish-form-step-2 .col-1 { width: 25em; float: left; }
#wish-form-step-2 .col-2 { width: 25em; float: left; }
#wish-form-step-1 .submit, #wish-form-step-2 .submit {
  /*float: right;*/
}

.wish-item, .wish-list {
  border-collapse: collapse;
  margin-top: 0.5em;
}
.wish-item th, .wish-list th {
  text-align: left;
  padding: 0.2em 0.5em;
  width: 10em;
}.wish-item td, .wish-list td {
  text-align: left;
  padding: 0.2em 0.5em;
}

#wish-admin-col-1 { width: 30em; float: left; }
#wish-admin-col-2  { width: 30em; float: left; }
#wish-admin-col-3  { clear: left; }

/* validation errors */
input.error, textarea.error {
  background: #fcc;
  border-color: red;
}
p.error {
  color: #c00;
  font-style: italic;
}

#link-slideshow {
  text-decoration:underline;
  font-weight:bold;
}

#slide_title {
 background: #ebebeb;
 height:30px;
}
#slide_cb {
 padding-left: 70px;
 padding-top : 8px;
}
#slide_save {
 float:right;
 padding-right:10px;
 padding-top : 2px;
}
#slide_text {
 float:left;
 font-weight:bold;
 padding-top : 8px;
}
#slide_editor_content {
 width:380px;
  clear: left;
  float: left;
  display: inline;
  /*padding-left: 0;
  margin: 0 10px 0 150px;*/
  margin: 0 0 0 125px;
 /* border-style: solid;
    border-color:black;*/
}