/* QUT template - corpstyle stylesheet */
/* Should be used in conjunction with common and branch stylesheets */
/* Copyright QUT 2007 */
/* Version 3.2 */





/* MAIN ELEMENTS */

H1 {
  font-size: 28px;
  font-weight: normal;
  margin: 0.9em 0 0.2em 0;
	color: #000;
	letter-spacing: 1px;
}


/* BANNER */

.banner {
	width: 825px;
	vertical-align: top;
	padding: 0;
	border: 0;
	margin: 0;
	clear: both;
	background-color: #FFFFFF;
}

/* BODY PAGE BG */

body {
	background-image: url(/graphics/page_bg.jpg);
	background-repeat: repeat-x;
}


/* TOP NAVIGATION */

.topnav {
	width: 740px;
	vertical-align: top;
	padding: 0;
	border: 0;
	margin: 0;
	clear: both;
	border-top: 1px solid #ccc;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}	

.topnav_button A{
  float: left;
  padding: 0;
  border: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  vertical-align: middle;
  border-right: 1px solid #fff;
	border-left: 1px solid #ccc;
	letter-spacing: 1px;
}

/* PAGE PHOTOS */

.page_photos {
	position: relative;
	width: 200px;
	text-align: right;
	margin-bottom: -191px;
	z-index: 0;
	left: 266px;
}


/* CONTENT */

.content_div {
  width: 740px;
  vertical-align: top;
  padding: 0;
  border: 0;
  margin: -10px 0 0 0;
  clear: both;
	z-index: -2;
	background-image: url(/graphics/div_content_bg.jpg);
	background-repeat: repeat-y;
}

.content {
	vertical-align: top;
	float: left;
	width: 430px;
	text-align: left;
	line-height: 1.5em;
}

.sidenav {
	width: 195px;
	padding: 10px 0 10px 0;
	background-image: url(/graphics/nav_bg.jpg);
	background-repeat: repeat-y;
	margin: 191px 0 0 0;
	border: solid 1px #ccc;
}
.sidenav_bg {
	background-image: url(/graphics/sidenav_bg.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
.home_content_div {
  width: 740px;
  vertical-align: top;
  padding: 0;
  border: 0;
  margin: 0 0 0 0;
  clear: both;
}

.home_sidenav {
	width: 195px;
	padding: 10px 0 10px 0;
	background-image: url(/graphics/nav_bg.jpg);
	background-repeat: repeat-y;
	margin: 0;
	border: solid 1px #ccc;
}



/* FOOTER */

.footer {
  width: 100%;
  vertical-align: top;
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  clear: both;
  padding: 0 30px 40px 18px;
}



/* PRINT */


.print_friendly {
  width: 27px;
	padding: 6px 0 0 6px;
	background-image: url(/graphics/shadow_right_v.gif);
}

.print_friendly IMG {
  vertical-align: top;
  width: 27px;
  height: 23px;
  border: 0;
}

.print{
  margin: 0 20px;
  text-align: left;
}



/* NAVIGATION TREES */

/* Level 1 menu */
.level1menu {
  font-weight: normal;
  font-size: 13px;
  color: #333;
  text-decoration: none;
	background-color: #f6f6f6;
	display: block; 
	border-bottom: solid 3px #fff;
	padding: 2px;
}

A.level1menu:hover {
  text-decoration: none;
}

.level1current {
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	display: block;
	border-bottom: solid 3px #fff;
	padding: 2px;
}

/* Level 2 menu */
.level2menu {
  font-weight: normal;
  font-size: 12px;
  color: #333;
  text-decoration: none;
	background-color: #f6f6f6;
	display: block; 
	border-bottom: solid 2px #fff;
	padding: 2px; 
}

A.level2menu:hover {
  text-decoration: none;
}

.level2current {
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
	background-color: #000000;
	color: #ffffff;
	display: block; 
	border-bottom: solid 2px #fff;
	padding: 2px; 
}

/* Level 3 menu */
.level3menu {
  font-weight: normal;
  font-size: 12px;
  color: #333;
  text-decoration: none;
	background-color: #f6f6f6;
	display: block;
	border-bottom: solid 2px #fff; 
	padding: 2px; 
}

A.level3menu:hover {
  text-decoration: none;
}

.level3current {
  font-weight: normal;
  font-size: 12px;
  text-decoration: none; 
	background-color: #000000;
	color: #ffffff;
	display: block; 
	border-bottom: solid 2px #fff;
	padding: 2px;
}

/* Level 4 menu */
.level4menu {
  font-weight: normal;
  font-size: 11px;
  color: #333;
  text-decoration: none; 
}

A.level4menu:hover {
  text-decoration: underline;
}

.level4current {
  font-weight: normal;
  font-size: 11px;
  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 {}
.about_button {}
.tech_com_button {}
.news_button {}
.work_button {}
.contact_button {}


/* Headings */
H1, H2, H3 {
  color: #000000;
}

/* Active navigation tree elements (usually same as headings!) */
A.level1menu:hover, .level1current, A.level2menu:hover, .level2current, A.level3menu:hover, .level3current, A.level4menu:hover, .level4current {
  background-color: #000000;
	color: #ffffff;
}

/* Non-active navigation tree elements */
A.level1menu, A.level2menu, A.level3menu, A.level4menu {
  background-color: #f6f6f6;
	color: #666;
}

/* Navigation Bar */
/* make sure there is enough contrast between text and background */
/* normal */
.topnav, .topnav_button A{
  font-size: 11px;
  color: #333;
}

/* rollover */
.topnav_button A:hover{
  background-color: #000;
  color: #fff;
}

/* Adjust ONLY second padding value to achieve the best look for navigation bar buttons */
.topnav_button A {
  padding: 0.5em 1.1em;
}

/* 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%;
}
