/* QUT template - corpstyle stylesheet */
/* Should be used in conjunction with common and branch stylesheets */
/* Copyright QUT 2006 */
/* Version 3.1 */



/* MAIN ELEMENTS */

H1 {
  font-size: 21px;
  font-weight: bold;
  margin: 1em 0;
}





/* UTILITY BAR */

.toolbar {
  background-color: #fff;
  background-image: url("/graphics/toolbar.gif");
  background-repeat: repeat-x;
  color: #333;
  width: 100%;
  vertical-align: middle;
}

.toolbar_button A {
  background-color: #fff;
  background-image: url("/graphics/toolbar.gif");
  background-repeat: repeat-x;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  padding: 0.4em 1em;
  vertical-align: middle;
  border-right: 1px solid #fff;
  display: block;
}

.toolbar_button A:hover{
  background-color: #ddd;
  background-image: url("/graphics/toolbar_over.gif");
  background-repeat: repeat-x;
  color: #333;
  text-decoration: none;
}

.toolbar_search {
  background-color: #fff;
  background-image: url("/graphics/toolbar.gif");
  background-repeat: repeat-x;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  padding: 0.4em 1em;
  border: none;
}

.search {
  padding: 0 0.3em 0 0;
  vertical-align: middle;
}

form.search {
  margin: 0;
  border: 0;
  padding: 0 0.3em 0 0;
}

.search_button {
  vertical-align: middle;
}

.search_box input {
  vertical-align: middle;
}

.toolbar_bottom {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}



/* TOP NAVIGATION */

.topnav {
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  border-top: 1px solid #fff;
}

.topnav_button A {
  font-size: 12px;
  text-decoration: none;
  float: left;
  padding: 0.4em 3em;
  vertical-align: middle;
  border-right: 1px solid #fff;
}





/* CONTENT */

.content {
  padding: 0 20px 0 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #333;
}

.content_nomenu {
  padding: 0 20px;
}





/* SIDENAV */

.sidenav {
  padding: 0 20px;
  text-align: left;
}





/* FOOTER */

.footer {
  width: 100%;
  vertical-align: top;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  clear: both;
  border-top: 4px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

.footer_left {
  float: left;
  width: 60%;
  padding: 0 2em 0.5em 2em;
}

.footer_right {
  float: right;
  padding: 0 2em 0.5em 2em;
}





/* NAVIGATION TREES */

/* Level 1 menu */
.level1menu {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  text-decoration: none; 
}

A.level1menu:hover {
  text-decoration: underline;
}

.level1current {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none; 
}

/* Level 2 menu */
.level2menu {
  font-weight: bold;
  font-size: 13px;
  color: #333;
  text-decoration: none; 
}

A.level2menu:hover {
  text-decoration: underline;
}

.level2current {
  font-weight: bold;
  font-size: 13px;
  text-decoration: none; 
}

/* Level 3 menu */
.level3menu {
  font-weight: normal;
  font-size: 12px;
  color: #333;
  text-decoration: none; 
}

A.level3menu:hover {
  text-decoration: underline;
}

.level3current {
  font-weight: normal;
  font-size: 12px;
  text-decoration: none; 
}

/* Level 4 menu */
.level4menu {
  font-weight: normal;
  font-size: 12px;
  color: #333;
  text-decoration: none; 
}

A.level4menu:hover {
  text-decoration: underline;
}

.level4current {
  font-weight: normal;
  font-size: 12px;
  text-decoration: none; 
}





/* CONTRIBUTE */

.contribute_warning {
  background-color: #f00;
  color: #fff;
}

.contribute_warning A {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}




/* SITE-SPECIFIC SETTINGS */

/* Navigation button classes */
/* Just empty definitions; no need to redefine them here as it is done in branch-specific stylesheets */
.sitehome_button {}
.A_button {}
.B_button {}
.C_button {}
.D_button {}
.E_button {}
.F_button {}
.G_button {}
.H_button {}
.I_button {}
.Appendix_button {}
.resources_button {}
.updates_button {}


/* Headings */
H1, H2, H3 {
  color: #6699CC;
}

/* Active navigation tree elements (usually same as headings!) */
A.level1menu:hover, .level1current, A.level2menu:hover, .level2current, A.level3menu:hover, .level3current, A.level4menu:hover, .level4current {
  color: #6699CC;
}

/* Non-active navigation tree elements */
A.level1menu, A.level2menu, A.level3menu, A.level4menu {
  color: #666;
}

/* Navigation Bar */
/* make sure there is enough contrast between text and background */
/* normal */
.topnav, .topnav_button A{
  font-size: 12px;
  background-color: #ddd;
  color: #333;
}

/* rollover */
.topnav_button A:hover{
  background-color: #6699CC;
  color: #fff;
}

/* Adjust ONLY second padding value to achieve the best look for navigation bar buttons */
.topnav_button A {
  padding: 0.4em 3em;
}

/* Footer */
/* May need to be adjusted slightly if left-hand side of the footer wraps (consider also adding an extra line) */
/* Don't increase too much and MAKE SURE right-hand side looks correctly on 800-pixel screen */
.footer_left {
  width: 60%;
}

