/* QUT template - corpstyle stylesheet */
/* Should be used in conjunction with common and branch stylesheets */
/* Copyright QUT 2009 */
/* Version 4.0 */
/* MAIN ELEMENTS ----------------------------------------------------------------- MAIN ELEMENTS */
html, body, ul, li {
	margin: 0;
	padding: 0;
}
body {
	background-color: #ccc;
	color: #333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.95em;
}
p {
	font-size: 0.80em;
	line-height: 1.7;
	margin: 0.5em 0;
	padding: 0;
}
h1.page_title {
	font: lighter 2em/1.2 Arial, sans-serif;
	color: #256390;
	margin: 0 0 1em 0;
	padding: 0;
}
/* Heading colour */
h1, h2, h3, h4, h5, h6 {
	color: #256390;
}
/* heading updates */
h2 {
	font-weight: lighter;
	color: #666;
	background-color: #eee;
	padding: 5px;
}
h3 {
	font: lighter 1.1em/1.2 Arial, Verdana, sans-serif;
	font-weight: lighter;
	margin: 0;
	margin-top: 1.5em;
}
/* Image link border fix */
a img {
	border: 0;
}
/* Table styles - apply 'qut-table' class to tables to use */
table.qut-table, table.qut-table th, table.qut-table td, .print table.qut-table, .print table.qut-table th, .print table.qut-table td {
	border-color: #333;
	border-style: solid;
}
table.qut-table, .print table.qut-table {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0.5em 0;
}
table.qut-table th, .print table.qut-table th {
	background-color: #ccc;
	font-weight: bold;
}
.content table th, .content table td, .print table th, .print table td {
	font-size: 0.75em;
}
.content table p, .print table p {
	font-size: 1em;
}
table.qut-table th, table.qut-table td, .print table.qut-table th, .print table.qut-table td {
	margin: 0;
	padding: 5px;
	border-width: 1px 1px 0 0;
}
/* List styles */
.content ol, .content ul, .print ol, .print ul {
	font-size: 0.8em;
	line-height: 1.7;
	margin: .8em 0 1em 3em;
	list-style-type: square;
}
.content li, .print li {
	margin: 0.4em 0;
}
/* BANNER ------------------------------------------------------------------------------- BANNER */
.banner {
	clear: both;
	margin: 0;
	padding: 0;
}
.logo {
	float: left;
	margin: 0;
	padding: 0;
}
.realworld {
	float: right;
	margin: 0;
	padding: 0;
}
a.skip_link {
	left: -999em;
	overflow: hidden;
	position: absolute;
	top: 0;
}
/* UTILITY BAR --------------------------------------------------------------------- UTILITY BAR */
.utility {
	background-color: #f5f7fa;
	background-image: url(/sci-eng-centre/graphics/utility_bar.gif);
	background-repeat: repeat-x;
	clear: both;
	color: #333;
	height: 1.65em;
	margin: 0;
	padding: 0;
	width: 100%;
	display: none;
}
.utility_right_sub {
	border: 0;
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}
.utility_search {
	border: 0;
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}
.utility_right_block {
	border: 0;
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
}
.utility a {
	background-color: #f5f7fa;
	background-image: url(/sci-eng-centre/graphics/utility_bar.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #fff;
	color: #333;
	display: inline;
	float: left;
	font-size: 0.8em;
	margin: 0;
	padding: 0.40em 1em;
	text-decoration: none;
}
.utility a:hover {
	background-color: #dcdcdc;
	background-image: url(/sci-eng-centre/graphics/utility_bar_over.gif);
	background-repeat: repeat-x;
}
.utility abbr {
	border: 0;
}
form.search {
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
}
.search-container {
	background-image: url(/sci-eng-centre/graphics/search-background.gif);
	background-repeat: no-repeat;
	margin-top: 2px;
}
.search_label {
	background-image: url(/sci-eng-centre/graphics/utility_bar.gif);
	background-repeat: repeat-x;
	border: 0;
	display: inline;
	font-size: 0.8em;
	float: right;
	margin: 0;
	padding: 0.4em 1em;
}
.search_button {
	margin: 0;
	padding: 0 12px 0 0;
	vertical-align: top;
}
input.search_box {
	border: 0;
	background-color: transparent;
	font-size: 0.75em;
	height: 20px;
	line-height: 1.5em;
	outline: none;
	margin: 0 14px;
	padding: 0;
	width: 80px;
}
/* TOP NAVIGATION --------------------------------------------------------------- TOP NAVIGATION */

/*.topnav {
	position: relative;
	z-index: 300;
}

ul.topnav {
	background: #eee url(/sci-eng-centre/graphics/menu-bg.jpg) repeat-x;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.topnav li {
	float: left;
	line-height: 1.2;
}

ul.topnav a {
	border-right: 1px solid #d1d1d1;
	color: #fff;
	font-size: 0.75em;
	float: left;
	margin: 0;
	line-height: 1.2;
	padding: 0.45em 2em;
	text-decoration: none;
}

/* rollover 
ul.topnav a:hover {
	background-color: #333;
	color: #fff;
}*/

/* CONTENT ----------------------------------------------------------------------------- CONTENT */
.content_div {
	clear: both;
	padding: 0;
	width: 960px;
	margin: 0 auto;
}
.sidenav {
	float: left;
	margin: 0px 0 10px 20px;
	padding: 0 0 0 20px;
	text-align: left;
	width: 180px;
}
.content {
	line-height: 1.1em;
	padding-left: 1em;
	width: 650px;
	margin: 0 160px 10px 220px;
	border-left: solid 1px #d1d1d1;
}
.right_margin {
	float: right;
	margin: 35px 0 10px 0;
	padding: 0 20px 0 0;
	width: 40px;
}
.marketing {
	clear: both;
	margin: 10px 0;
	text-align: left;
}
#webcam {
	border: solid 1px #d1d1d1;
	width: 319px;
	padding: 5px;
	margin: 1em 0;
	text-align: center;
}
/* IMAGES ------------------------------------------------------- */
.imagestyle {
	border: solid 1px #d1d1d1;
	padding: 5px;
	width: 250px;
}
.right {
	float: right;
	margin: 0 0 1em 2em;
}
.right a:hover img {
	opacity: .7;
}
.imagestyle-wide {
	border: solid 1px #d1d1d1;
	padding: 5px;
	width: 650px;
}
.imagestyle p a {
	text-decoration: none;
}
.imagestyle-wide p a {
	text-decoration: none;
}
/* FOOTER ------------------------------------------------------------------------------- FOOTER */
.footer {
	height: 80px;
	background-color: #eee;
	text-align: left;
	position: relative;
	left: 0px;
	width: 1000px;
	clear: both;
	font-size: 0.7em;
	border-top: solid 1px #d1d1d1;
	margin: 0;
	padding: 0;
}
/* 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 correct on smaller screens */

.footer_left {
	float: left;
	padding: 1em 2em 10px 2em;
	background-color: #eee;
}
.footer_right {
	float: right;
	padding: 1em 2em 10px 2em;
	background-color: #eee;
}
/* PRINT-FRIENDLY --------------------------------------------------------------- PRINT-FRIENDLY */
.print_friendly {
	float: right;
}
.print_friendly img {
	height: 23px;
	position: absolute;
	left: 950px;
	top: -30px;
	vertical-align: top;
	width: 27px;
}
.print {
	margin: 0 20px;
	text-align: left;
}
/* NAVIGATION TREES ----------------------------------------------------------- NAVIGATION TREES */
ul.side_nav_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.side_nav_menu li, ul.side_nav_menu a, ul.side_nav_menu span {
	display: block;
}
ul.side_nav_menu li.sidenav-line {
	border-left: 1px solid #d1d1d1;
}
ul.side_nav_menu li.currentbranch-top {
	background-image: url(/sci-eng-centre/graphics/side_navigation/top_bracket.gif);
	background-repeat: no-repeat;
}
ul.side_nav_menu li.currentbranch-top a.level2menu {
	padding-left: 11px;
}
ul.side_nav_menu li.currentbranch-top a.level3menu {
	padding-left: 12px;
}
ul.side_nav_menu li.currentbranch-mid {
	border-left: 2px solid #333;
}
ul.side_nav_menu li.currentbranch-bottom {
	border-left: 2px solid #333;
	background-image: url(/sci-eng-centre/graphics/side_navigation/bot_bracket.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* Active navigation tree elements (usually same as headings!) */
a.level2menu:hover, .level2current, a.level3menu:hover, .level3current, a.level4menu:hover, .level4current {
	color: #000;
	text-decoration: none;
	background-color: #eee;
}
span.level2current, span.level3current, span.level1current, span.level4current {
	display: block;
	color: #000;
}
a.level2menu:hover, a.level3menu:hover, a.level4menu:hover {
	background-image: url(/sci-eng-centre/graphics/side_navigation/arrow.gif);
	background-repeat: no-repeat;
	display: block;
}
/* Non-active navigation tree elements */
a.level1menu, a.level2menu, a.level3menu, a.level4menu {
	color: #666;
	display: block;
	font-size: 0.9em;
	line-height: 1.6;
}
/* Level 1 menu */
.level1menu, .level1current {
	font-size: 0.9em;
	line-height: 1.6;
	color: #000;
	padding-bottom: 15px;
	font-weight: lighter;
	text-decoration: none;
	background: transparent;
}
a.level1menu {
	color: #000;
	padding-left: 10px;
	padding-bottom: 15px;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.6;
	display: block;
	border-left: solid 1px #d1d1d1;
}
a.level1menu:hover {
	display: block;
	background-color: #eee;
	color: #000;
	font-size: 0.9em;
	line-height: 1.6;
}
/* Level 2 menu */
.level2menu {
	color: #666;
	display: block;
	font-size: 0.9em;
	line-height: 1.6;
	text-decoration: none;
}
a.level2menu {
	padding-left: 10px;
}
ul.side_nav_menu li.currentbranch-top a.level2menu:hover {
	display: block;
	background-image: none;
	background-color: #eee;
}
.level2current-top, .level2menu-top {
	font-size: 0.85em;
	line-height: 1.6;
	display: block;
	color: #000;
	background-color: #eee;
	font-weight: lighter;
	padding-left: 11px;
}
.level2current {
	background-image: url(/sci-eng-centre/graphics/side_navigation/currentitem.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border-left: 1px solid #ccc;
	font-size: 0.9em;
	line-height: 1.6;
	display: block;
	font-weight: lighter;
	margin: 0;
	color: #256390;
	padding: 0 0 0 10px;
	text-decoration: none;
}
/* Level 3 menu */
.level3menu {
	color: #333;
	font-size: 0.9em;
	line-height: 1.6;
	font-weight: normal;
	text-decoration: none;
}
a.level3menu {
	display: block;
	margin-left: 10px;
	padding-left: 11px;
}
.level3current-top, .level3menu-top {
	font-size: 0.85em;
	line-height: 1.6;
	color: #000;
	background-color: #eee;
	padding-left: 22px;
}
.level3current {
	background-image: url(/sci-eng-centre/graphics/side_navigation/currentitem.gif);
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 0.9em;
	line-height: 1.6;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 11px;
	text-decoration: none;
}
/* Level 4 menu */
.level4menu {
	color: #333;
	font-size: 0.85em;
	line-height: 1.4;
	font-weight: normal;
	text-decoration: none;
}
a.level4menu {
	display: block;
	margin-left: 20px;
	padding-left: 10px;
}
.level4current {
	background-image: url(/sci-eng-centre/graphics/side_navigation/currentitem.gif);
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 0.85em;
	line-height: 1.4;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 10px;
	text-decoration: none;
}
/* Menu section divider */
li.divider {
	background-image: url(/graphics/side_navigation/divider.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-bottom: 15px;
}
/* CONTRIBUTE ----------------------------------------------------------------------- CONTRIBUTE */
.contribute_warning {
	background-color: #f00;
	color: #fff;
}
.contribute_warning a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
/* 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 {
}
.vision_button {
}
.project_button {
}
.centreimpact_button {
}
.news_button {
}
.contact_button {
}
;
/* alterations to standard templates */
#wrapper {
	width: 99%;
	margin: 0;
	text-align: center;
}
#maincontent {
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	margin: 0 auto;
	text-align: center;
}
.content {
	text-align: left;
	min-height: 300px;
}
.content_div {
	min-height: 300px;
	background-color: #fff;
}
/* video and slideshow gallery styles */
#media {
}
#transcript {
	width: 250px;
	float: right;
	font-size: 11px;
}
#transcript strong {
	margin: 0;
	background-color: #CBF3FD;
	display: block;
}
#mainvidtranscript #transcript {
	width: 250px;
	float: right;
	font-size: 11px;
}
#mainvidtranscript #transcript strong {
	margin: 0;
	background-color: #CBF3FD;
	display: block;
}
#video {
	clear: left;
	margin-bottom: 10px;
	width: 650px;
}
#signaturevideo {
	clear: both;
	background: #ccc url(/sci-eng-centre/graphics/thumbbg.jpg) repeat-x;
	padding: 10px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	width: 650px;
}
#signaturevideo img {
	border: solid 1px #ccc;
	border-right-color: #777;
	padding: 5px;
	background-color: #fff;
}
#signaturevideo a:hover img {
	opacity: .7;
}
/* change accordion styles */
#accordion a {
	background-color: #eee;
	color: #333;
}
#accordion-2 a {
	background-color: #eee;
	color: #333;
}
#mainvidtranscript #accordion {
	font-size: 11px;
}
/* gallery and slideshow classes */
#gallery {
	background: #ccc url(/sci-eng-centre/graphics/thumbbg.jpg) repeat-x;
	padding: 10px;
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 15px;
	width: 650px;
}
#launchers {
	background: #ccc url(/sci-eng-centre/graphics/thumbbg.jpg) repeat-x;
	overflow: hidden;
	position: relative;
	padding: 5px;
}
.setparaheight {
	height: 140px;
}
#launchers h3 {
	margin: 0;
	color: #333;
	margin-top: .5em;
}
#launch-webcam {
	padding: 8px 4px;
	margin-top: 0px;
	width: 310px;
	float: left;
	border-right: solid 4px #fff;
}
#launch-webcam img {
	padding: 0;
	margin-top: 5px;
	border-bottom: 3px solid #ccc;
}
#launch-slideshow {
	float: left;
	width: 300px;
	margin-top: 0;
	padding: 8px;
}
#launch-slideshow img {
	padding: 0;
	border-bottom: solid 3px #ccc;
}
#launch-slideshow a:hover img {
	opacity: .7;
	border-bottom: solid 3px #666;
}
#launch-webcam a:hover img {
	opacity: .7;
	border-bottom: solid 3px white;
}
#videogallery {
	width: 650px;
	padding: 0;
	padding-bottom: 30px;
}
.thumb {
	border: solid 1px #eee;
	padding: 10px 20px;
	margin: 0 8px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
	background: #ccc url(/sci-eng-centre/graphics/thumbbg.jpg) repeat-x;
}
.thumb p {
	padding: 0 5px;
	text-align: left;
	font-size: 11px;
	line-height: 1.1;
}
.thumb img {
	border: solid 1px #d1d1d1;
	border-top-color: #999;
	border-left-color: #999;
	padding: 3px;
	background-color: #fff;
}
a.video {
	opacity: 1;
}
.thumb a:hover img {
	opacity: .5;
}
/* fast facts */
#fastfacts {
	width: 600px;
}
.fftext {
}
#fastfacts table td {
	vertical-align: top;
	padding: 2px 10px;
	border-bottom: solid 1px #d1d1d1;
}
#fastfacts h2 {
	background: #666;
	color: #fff;
}
#fastfacts .quote {
	border: solid 1px #d1d1d1;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/* new page styles */
#pagewrap {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	background: #ccc;
}
#contentwrap {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	background-color: #fff;
}
#banner {
	background: #35558E url(/sci-eng-centre/graphics/home_page/header-bg.jpg) repeat-x;
	min-height: 165px;
	height: 165px;
	text-align: left;
	position: relative;
	top: -3px;
}
#banner a {
	display: none;
}
#realworld {
	background-image: url(/sci-eng-centre/graphics/home_page/realworld.jpg) no-repeat;
	float: right;
}
/* TOP NAVIGATION --------------------------------------------------------------- TOP NAVIGATION */
#navigation {
	width: 535px;
}
.topnav {
	position: relative;
	z-index: 300;
	top: -58px;
}
ul.topnav {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.topnav li {
	float: left;
	background: #CCC url(/sci-eng-centre/graphics/home_page/nav-bg.png) no-repeat;
	line-height: 1.2;
	width: 100px;
	height: 55px;
	border: 0;
}
ul.topnav a {
	color: #333;
	font-size: 0.75em;
	float: left;
	margin: 0;
	line-height: 1.2;
	width: 100px;
	text-align: center;
	text-decoration: none;
}
.topnav .home {
	width: 35px;
	border-top: solid 1px #fff;
}
.topnav .home a {
	padding: 0;
}
/* rollover */
ul.topnav a:hover {
 background-color: #ccc ur(/scitechecentre/graphics/home_page/nav-bg.png) no-repeat;
	color: #fff;
}
#navigation .sitehome_button a, #navigation .news_button a, #navigation .project_button a, #navigation .vision_button a, #navigation .contact_button a {
	border: 0;
	padding: 10px 0px;
	width: 100px;
	text-align: center;
	height: 35px;
	background: #ccc url(/sci-eng-centre/graphics/home_page/nav-bg.png) no-repeat;
}
#navigation ul.topnav li.sitehome_button a:hover, #navigation ul.topnav li.news_button a:hover, #navigation ul.topnav li.vision_button a:hover, #navigation ul.topnav li.project_button a:hover, #navigation ul.topnav li.contact_button a:hover {
	background: #ccc url(/sci-eng-centre/graphics/home_page/nav-bg-on.png) no-repeat;
}
#navigation .home a {
	width: 35px;
	height: 55px;
	padding: 0;
	margin: 0;
	background: #fff url(/sci-eng-centre/graphics/home_page/homebtn.png) no-repeat 0px -1px;
}
#navigation .home a:hover {
	width: 35px;
	height: 55px;
	position: relative;
	padding: 0;
	margin: 0;
	background: #ccc url(/sci-eng-centre/graphics/home_page/homebtn-on.png) no-repeat;
}
/* colorbox additional styles */
#colorbox {
	font-size: 11px;
}
/* timelapse style */

.timelapsestyle {
}
.timelapsestyle img {
	margin-left: -115px;
}
.timelapsestyle p {
	width: 160px;
	margin: 0;
	margin-left: 120px;
	font-size: 11px;
}
#timelapsearchive {
	background-color: #fff;
	padding: 10px;
	width: 280px;
	margin-left: 5px;
}
#timelapsearchive h2 {
	margin: 0;
}
#timelapsearchive ul {
	padding: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#timelapsearchive ul li {
	border-bottom: solid 1px #d1d1d1;
	background: transparent;
}
#timelapsearchive ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 11px;
}
#timelapsearchive ul li a:hover {
	background-color: #333;
	display: block;
}
/* clear headings if image has floated right */
#float-headings h2 {
	clear: both;
}
/* external link icon */
/* external links - a bit hacky */
.content a[href^='http'] {
	padding-right: 18px;
	background: transparent url(/sci-eng-centre/graphics/icon_external.png) no-repeat center right;
}
.content a[href*='qut.edu.au'] {
	background: none;
	padding-right: 0px;
}
.hide {
	display: none;
}
.content_div {
	position: relative;
	top: -25px;
	margin: 0;
	padding: 0;
}

