/* 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: 30px;
	font-weight: lighter;
	margin: 1em 0;
	padding: 4px;
	padding-left: 10px;
	margin-bottom: 20;
	color: #0073ae;
}

a{
color:#0073ae;
}

a:hover{
color:#8CC63F;
}


/* BANNER */

.banner {
	width: 100%;
	vertical-align: top;
	padding: 0;
	border: 0;
	margin: 0;
	clear: both;
}

.logo {
	float: left;
	padding: 0;
	border: 0;
	margin: 0;
}

.realworld {
	float: right;
	padding: 0;
	border: 0;
	margin: 0;
}

.hidden_nav {
	float: left;
}



/* UTILITY BAR */

.utility {
	width: 100%;
	vertical-align: top;
	padding: 0;
	border: 0;
	margin: 0;
	clear: both;
	background-color: #fff;
	background-image: url("/graphics/utility_bar.gif");
	background-repeat: repeat-x;
	color: #333;
	height: 24px;
}	

.utility_right_sub {
	float: right;
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	display: inline;
}	

.utility_search {
	float: right;
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	display: inline;
}	

.utility_right_block {
	float: right;
	width: 70%;
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	display: inline;
}	

.utility_button A{
	float: left;
	padding: 0;
	border: 0;
	margin: 0;
	background-color: #fff;
	background-image: url("/graphics/utility_bar.gif");
	background-repeat: repeat-x;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	padding: 0.38em 1em;
	vertical-align: middle;
	border-right: 1px solid #fff;
	display: inline;
	clear: none; 

}	

.utility_button A:hover{
	background-color: #ddd;
	background-image: url("/graphics/utility_bar_over.gif");
	background-repeat: repeat-x;
	color: #333;
	text-decoration: none;
}

form.search {
	margin: 0;
	border: 0;
	padding: 0 0.3em 0 0;
	vertical-align: top;
	display: inline;
}

.search_label{
	float: right;
	padding: 0;
	border: 0;
	margin: 0;
	background-color: #fff;
	background-image: url("/graphics/utility_bar.gif");
	background-repeat: repeat-x;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	padding: 0.38em 1em;
	vertical-align: top;
	display: inline;
}	

.search_button {
	vertical-align: top;
	margin: 2px 0 0 0;
	padding: 0;
	border:0;
}

input.search_box {
	background: url("/graphics/search_bg.gif") repeat-x;
	border: 0;
	color: #333;
	background-color: #cef; /* to highlight search box when images are off */
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	height: 21px;
	vertical-align: top;
	padding: 4px 0 0 0;
	width: 80px;
	margin: 2px 0 0 0;
	position: relative;
}

img.search_image_left {
	vertical-align: top;
	margin: 3px 0 0 2px;
	padding: 0;
	border:0;
}

img.search_image_right {
	vertical-align: top;
	margin: 3px 0 0 0;
	padding: 0;
	border:0;
}

/* old IE hack */

html>body .search_image_left {
	margin: 2px 0 0 2px;
}
html>body .search_image_right {
	margin: 2px 0 0 0;
}





/* TOP NAVIGATION */

.topnav {
	width: 100%;
	vertical-align: top;
	padding: 0;
	border: 0;
	margin: 0;
	clear: both;
	border-top: 1px solid #fff;
	height: 24px;
	font-size: 12px;
	text-decoration: none;
}	

.topnav_button A{
	float: left;
	padding: 0;
	border: 0;
	margin: 0;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 0.4em 1em;
	vertical-align: middle;
	border-right: 1px solid #fff;
}





/* CONTENT */

.page_title {
	margin-left: 260px;
}

.content_div{
	width: 100%;
	vertical-align: top;
	padding: 0;
	border: 0;
	margin: 0;
	clear: both;
}

.sidenav {
	float: left;
	width: 240px;
	padding: 0 0 0 20px;
	text-align: left;
	margin-bottom: 10px;
}

.content{
	margin: 0 160px 0 260px;
	text-align: left;
	margin-bottom: 0px;
	line-height: 1.5em;
	border-left: solid 1px #d1d1d1;
	padding-left: 10px;
	padding-bottom: 15px;
}

.right_margin{
	float: right;
	width: 140px;
	padding: 0 20px 0 0;
	text-align: left;
	margin-bottom: 10px;
}

.marketing{
	clear: both;
	text-align: justify;
	margin: 10px 0;
}

p {line-height: 18px;
	margin:0;
	margin-top: 5px;
	line-height: 19px;
	font-size:12px;
}


/* FOOTER */

.footer {
	width: 100%;
	vertical-align: top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	border-top: 3px solid #d1d1d1;
	margin-top: -5px;
	padding-top: 10px;
}

.footer_left {
	float: left;
	width: 60%;
	padding: 0 2em 0.5em 2em;
}

.footer_right {
	float: right;
	padding: 0 2em 0.5em 2em;
}




/* PRINT */


.print_friendly {
	float: right
}

.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,.level1menu:link,.level1menu:visited,.level1current {
	font-weight: bold;
	font-size: 15px;
	color: #666;
	text-decoration: none; 
	background-color:#fff;
	border:1px solid #d1d1d1;
	padding:3px 3px 3px 5px;
	margin:1px 0 1px 0;
	display:block;
	margin-left:2px;
	margin-bottom:0px;
}

A.level1menu:hover,.level1current {
	text-decoration: none;
	background-color: #57A9D2;
	color: white;
}


/* Level 2 menu */
.level2menu,.level2menu:link,.level2menu:visited,.level2current {
	font-weight: normal;
	font-size: 13px;
	color: #333;
	text-decoration: none; 
	padding:3px 3px 3px 5px;
	margin:0px 0 0px 0px;
	display:block;
	border-bottom:1px solid #d1d1d1;
}

A.level2menu:hover,.level2current {
	text-decoration: none;
	background-color:#8CC63F;
}

/* Level 3 menu */
/*
.level3menu,.level3menu:link,.level3menu:visited,.level3current {
	font-weight: normal;
	font-size: 12px;
	color: #444;
	text-decoration: none; 
	padding:1px 2px 1px 2px;
	margin:1px 0 0 0;
	display:block;
	border-bottom:1px dotted #d1d1d1;
}

A.level3menu:hover {
	text-decoration: none;
}

*/
/* Level 4 menu */
.level3menu,.level3menu:link,.level3menu:visited,.level3current {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	text-decoration: none; 
	padding:2px 2px 2px 2px;
	margin:0;
	display:block;
	background-color:#fff;
	border-bottom:2px solid #fff;

}

A.level3menu:hover,.level3current {
	text-decoration: none;
	background-color:#8CC63F;
}

/* Level 5 menu */

.level4menu,.level4menu:link,.level4menu:visited,.level4current {
	font-weight: normal;
	font-size: 12px;
	color: #333;
	text-decoration: none; 
	padding:1px 2px 1px 2px;
	margin:0 0 0 1px;
	display:block;
/*	background-color:#e8f3eb;*/
	border-bottom:1px solid #dbf1f7;
}

A.level4menu:hover,.level4current {
	text-decoration: none;
	background-color:#dbf1f7;
}






/* 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 {}
.cite_button {}
.write_button {}
.staff_button {}
.about_button{}


/* Headings */
H2, H3, H4 {
	color: #0073ae;
}

h2 {margin-top: 25px; margin-bottom: 5px;}
h3 {margin-top: 15px; margin-bottom: 0px;}



/* 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: #fff;
background-color: #57A9D2;
}

/* Non-active navigation tree elements */
A.level1menu, A.level2menu, A.level3menu, A.level4menu {
	color: #333;
font-weight: lighter;
display: block;
padding-bottom: 3px;


}

/* Navigation Bar */
/* make sure there is enough contrast between text and background */
/* normal */
.topnav, .topnav_button A{
	font-size: 12px;
	background-color: #0073AE;
	color: #fff;
}

/* rollover */
.topnav_button A:hover{
	background-color: #57A9D2;
	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%;
}
