/***********************************************/
/* INU-base.css - base style sheet        
   Copyright (c) 2007, La Trobe University     
   Last edit:March 14, 2007                 */
/***********************************************/
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
html {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width:780px;
	white-space:normal;
}

a, a:link {color:#006599; text-decoration:underline;}
a:visited {color:#666;}	
a:hover {color:#3399FF; text-decoration:none;}
a:active {color:#006599;}

ul {padding:0 0 0 18px; margin:0 0 0.8em 0; list-style-type:square;}
ul li {
	padding:3
. em 0;
}
ul ul {margin:0.7em 0 0 0.4em; list-style-type:square;}
ul ul li {
	padding:0 0 0.5em 0;
	color: #FFF;
}
ul ol, ol ul {padding-top:0.7em; margin:0 0 0 0.4em;}
ul ol li, ol ul li {padding:0 0 0.5em 0;}
ol {padding:0 0 0 24px; margin:0 0 0.8em 0;}
ol li {padding:0 0 0.5em 0;}
ol ol {margin:0.7em 0 0 0.4em;}
ol ol li {padding:0 0 0.5em 0;}
dl {margin:0; padding:0.5em 0;}
dt {margin:0; padding:0; font-weight:bold;}
dd {margin:0 0 1em 0; padding:0;}

hr {border-width:0; background-color:#ccc; height:1px;}
sup {font-size:76%; font-weight:normal;}

/* plain headings */
h1, h2, h3, h4, h5, h6 { padding: 0; }

p { margin: 0 0.3em 1em 0; }
h1 { margin: 0 1em 0 0; }
h2 { margin: 0 1em 0.5em 0; }
h3, h4, h5 { margin: 0.3em 1em 0.3em 0; }

h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; line-height: normal; font-weight: normal; }

/* font sizes */
h1 { font-size: 1.8em; }
h2 {
	font-size: 1.6em;
}
h3 { font-size: 1.5em; color: #555; margin:0 0 0.4em 0!important;}
h4 {
	font-size: 1.6em;
}
h5, h6 { font-size: 1.1em; }
h2, h3, h4, h5 { line-height: 1.3em; }

h3 + ul, h4 + ul, h5 + ul {padding-top:0.2em;}
h3 + ol, h4 + ol, h5 + ol {padding-top:0.6em;}
h3 + p {padding-top:0; margin-top:0;}
h4 + p {padding-top:0; margin-top:0;}
h5 + p {padding-top:0; margin-top:0;}

acronym, blockquote cite, caption, h5, dt, dl.no-indent dt, th {font-weight:bold;}

table + h2, table + h3, table + h4, table + h5 {margin-top:20px;}
table {width: 99%; border-collapse:collapse; background-color:#fff; margin:0 0 1.6em 1px; line-height:1.4em;}
table caption {text-align:left; font:100% Verdana, Arial, Helvetica, sans-serif; padding:0 0 3px 0; margin:0; color:#006599;}
table th {font:bold 95% Verdana, Arial, Helvetica, sans-serif; background-color:#ddd; border-left:1px #ccc solid; border-top: 1px #ccc solid; border-bottom: 1px #ccc solid; padding: 4px; text-align: left; vertical-align: top; }
table td {font: normal 95% Verdana, Arial, Helvetica, sans-serif; border-left:1px #ccc solid; border-bottom:1px #ccc solid; text-align:left; padding:4px; vertical-align:top; }


#search {float:right; padding:3px; font-size:80%;}
#search label {float:left; padding-right:5px; font-size:90%; line-height:1.5;}
#search .fieldcellInput {width:140px;}
#search form {z-index:101; margin:0;}
#search input {font-size:.8em;}

/******************** MASTHEAD ********************/
#masthead {clear:both; width:100%; height:70px; margin:0; padding:0; border-top:1px solid #999; background-color:#006599;}
#logo {position:relative; margin:0; padding:0 0 0 3px; width:400px; height:70px; color:#fff;}
#logo img {position:absolute;}


/*************** GLOBAL NAV *****************/
#globalNav {clear:both; padding:0; margin:0 0 40px 0; border-top:1px solid #333; border-bottom:1px solid #000; background-color:#ccc; height:1.6em; white-space:nowrap; list-style-type:none;}
#globalNav li {float:left; text-align:center; line-height:1.4; padding:0; background-color:#ccc;}
#globalNav li a {color:#000; font-size:70%; font-weight:bold; padding:4px 11px 4px 11px; text-decoration:none;}
#globalNav li a:link, #globalNav li a:visited {color:#333; border-right:1px solid #333;}
#globalNav li a:hover {color:#006599;}
#globalNav #end a {border:none;}


/******************** BREADCRUMBS ********************/
#breadcrumbs {
	clear:left;
	width: auto;
	margin: 0 0 25px 0;
	padding: 0.4em 0 0.5em 40px;
	border-top: 1px solid #FFF;
	background: #EEEEEE url(/inu/ltu_assets/images/interface/breadcrumb-bgnd.gif) no-repeat left center;
}
#breadcrumbs ol { font-size: 0.7em; }
#breadcrumbs ol { padding: 0; margin: 0; }
#breadcrumbs ol li { display: inline; padding: 0; margin: 0; }
#breadcrumbs li a, #breadcrumbs li a:link, #breadcrumbs li a:visited { color: #333; text-decoration: none; }
#breadcrumbs li a:focus, #breadcrumbs li a:hover, #breadcrumbs li a:active { color: #666; text-decoration: underline; }


/*********** LEFT COLUMN ***********/
#left-column {font-size:80%; position:absolute; width:185px; top:0; left:0; padding:0;}
#left-column a:visited {color:#333;}
#left-column p, #site-nav p {color:#666; font-weight:normal; font-size:95%; line-height:1.3em; margin:2em 0 1em 0;}
#left-column h2, h3, h4, h5 {
	margin:0 0 2px 0;
	text-align: left;
}
#left-column img {border:0;}


/* MAIN NAVIGATION */
#site-menu { border-top: 1px solid #c8c8c8; border-bottom: 3px solid #c8c8c8; margin-bottom: 4em; background-color: #ececec; }
#site-menu * { margin: 0; } 
#site-menu dl { padding: 0; margin-bottom: 0.6em; }

/* main nav - master-b template */
#site-menu .menu-b dt { color: #555; margin: 0; padding: 0.3em 1em 0.3em; }
#site-menu .menu-b dt a:link, #site-menu .menu-b dt a:visited { color: #555; text-decoration: none; background: url(../images/devices/mainNav-headingArrow.gif) no-repeat left 4px; padding-left: 12px; }
#site-menu .menu-b dt a:hover { color: #000; text-decoration: underline; }
#site-menu .menu-b dd { background: url(../images/devices/mainNav-doubleBullet.gif) no-repeat 2px 3px; margin: 0 0 0 1em; padding: 0 0.5em 0.4em 14px; line-height: 1.2em; }
#site-menu .menu-b dd a:link, #site-menu .menu-b dd a:visited { color: #777; text-decoration: none; }
#site-menu .menu-b dd a:hover { color: #000; text-decoration: underline; }

/* main nav heading common elements */
#site-menu dt#general {padding-top: 0.1em; margin: 0 -1em; }
#site-menu dt#general a
{ display: block; height: 1%; padding: 0.7em 0.8em 0.5em 1em; text-decoration: none; text-transform: uppercase; }

/* general nav heading link states */
#site-menu dt#general a:link, #site-menu dt#general a:visited { color: #fff; background-color:#006599; background-image: none; }
#site-menu dt#general a:hover { background-color: #006599; }

/* vCard */
#left-column div.vcard {font-size:0.85em; line-height:1.4em; margin-bottom:1.5em;}
#left-column div.fn, div.adr, #left-column div.contacts {margin-bottom:2px; background-color:#F1F1F1; border-bottom:1px solid #efefef; padding:7px 8px}
#left-column div.organization-unit {font-weight:bold; color:#666; text-transform:uppercase;}


/*********** MAIN CONTENT ***********/
#content-main h1 { background: url(../images/devices/heading-line.gif) no-repeat left bottom; padding-bottom: 1.1em; color:#006599;}

#container {position:relative; width:auto; margin:0 15px; height:100%;}

/* content */
#content-main {font-size:83%; position:relative; margin-left:215px; margin-right:265px; height:320px;}
html > body #content-main {height:auto; min-height:320px;}
#content-main p, #content-main ol, #content-main ul, #content-main dl {
	line-height:1.4em;
	padding-right: 3px;
	padding: 3px;
}
#content-main p {
	margin-bottom:1em;
	text-align: justify;
}
#content-main blockquote {background:#EEEEEE none repeat scroll 0%; border:1px solid #DDDDDD; margin:1em 0pt 1.5em; padding:1em; line-height:1.35em !important;}
#content-main cite {line-height:1.35em; font-weight:bold !important; font-style:normal !important;}
p.source {background:transparent url(../images/devices/comment.gif) no-repeat scroll 0pt 50%;
font-size:90%;
margin:0pt;
padding-left:18px !important;
}

/* class clear - Holly Hack for clearing floats:apply as a second class */
.clear:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear {display:inline-block;}
/* Hides from IE-mac \*/
* html .clear {height:1%;}
.clear {display:block;}
/* End hide from IE-mac */

/* Home page news */
#home-news {list-style-type:none; margin:0 0 20px 0; padding:0;}
#home-news li {display:block; background-color:#f2f2f2; margin-bottom:2px; line-height:1.2; padding:3px 5px 5px 5px; font-size:90%;}
#home-news li a {
	text-decoration:none;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#home-news #more {font-size:80%; text-align:right; background-color:#e3e3e3; padding-right:10px; line-height:0.6;}

/* Feature points including news and events */
#featurePoints {
	width: 100%;
	padding: 0;
	margin: 1.5em 0;
}
.featurePoint { border-bottom: 1px dotted #ccc; width: 100%; margin-bottom: 12px; padding-bottom: 12px; overflow: hidden; }
.featurePoint h3 { margin:0!important; padding: 0 0 0.5em 0; font-size:100%!important; font-weight:bold!important; color:#555!important;}
.featurePoint h3 a {text-decoration: underline;}
.featurePoint h3 a:visited {color:#006599;}
.featurePoint h3 a:hover {color:#3399FF;!important}
.featurePoint img { float:left; margin: 0 12px 0 0; display: block; padding: 3px; border:1px solid #ccc; }
.featurePoint a img { display: block; border: solid 1px #999; }
.featurePoint a:visited img { border: 1px solid #c0c0bd; }
.featurePoint a:hover img { border: 1px solid #62615a; }
.featurePoint p { margin: 0; padding-bottom: 0; }
.featurePoint ul { list-style: square; padding-bottom: 0; padding-right: 0; }
.featurePoint ul li { padding-bottom: 0.3em; }
.featurePoint ul { margin:0; }

.footnote {margin:0; font-size:80%!important; margin-top:-15px; border-top:1px dotted #999; background-color:#eee; padding:2px 5px; color:#666;}

/* Image with caption */
.imageWithCaption { float: left; width: auto; margin: 5px 15px 10px 0; background-color: #fff; padding: 7px; border: 1px solid #999; font-size: 70%; line-height:1.5; color: #666; }
div.imageWithCaption img { border-top: 2px solid #555; border-right: 1px solid #999; border-bottom: 1px solid #999; border-left: 2px solid #555; margin-bottom: 5px; }
div.imageWithCaption p { margin-top: 0; margin-bottom: 0; padding-top: 0.6em;}

/* Image with caption */
img.leftwrap {float:left; margin:5px 7px 0 0; padding:3px; border:1px solid #999;}
img.rightwrap {float:right; margin:5px 0 0 7px; padding:3px; border:1px solid #999;}

/* Gallery----------------------------------------------------------------------*/

#gallery {min-width:640px;}
#gallery h5 {float:left; margin-right:20px;}

#pagination {list-style-type:none; margin-bottom:20px;}
#pagination li {display:inline; border-right:1px solid #000; padding:0 7px 0 2px; text-align:center;}
#pagination li:last-child {border-right:none;}

#placeholder
{
	background-color:#666;
	margin:0;
	padding:9px;
	width: 500px;
	text-align:center;
	float:left;
	min-height:375px;
}

#placeholder img {border-bottom:1px solid #333;}


/* Description
----------------------------------------------------------------------*/

#caption {color:#eee; font-size:80%; padding:8px; margin:0; background-color:#777;}


/* Details
----------------------------------------------------------------------*/
#details {clear:left; width:482px; border:9px solid #666; border-top:none; background-color:#777; padding:9px; font-size:80%;}
#details dt, #details dd {color:#eee;}
#details a {color:#fff!important;}

/* =Showcase
----------------------------------------------------------------------*/

#showcase {padding:10px 0 2px 0; margin:0; list-style-type:none; width:120px; float:left; background-color:#666;}
#showcase li {float:left; width:60px; height:60px; padding:0;}
#showcase a {cursor:pointer; border:1px solid #fff; background-color:#eee; width:50px; height:50px; overflow:hidden; position:absolute;}
#showcase a:hover {border-color:#333;}
#showcase img {border:none; width:50px; height:50px;}

/*********** RIGHT COLUMN - supplementary content and info ***********/
#content-supp {
	position:absolute;
	width:235px;
	top:0;
	right:0;
	font-size:75%;
	color: #F6F5F2;
	background-color: #FFFFFF;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}

/*********** Use h4 for Entry points and h5 for sup info *************/
#content-supp h4, #content-supp h5 {color:#fff; margin:0 0 1px 0; padding:0.3em 0.6em 0.4em 0.4em; font: normal 1em Verdana, Arial, Helvetica, sans-serif; background:#006599; text-align:left; border-left:5px solid #000;}
#content-supp h5 {color:#fff; background:#ddd; border-color:#ccc;}


/* Supplementary content */
.supplementaryInfo {
	margin-bottom: 1.5em;
	padding: 0.4em 1em;
	color: #666;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #EEE;
}
.supplementaryInfo h2 {
	padding: 0.4em 0 0 0;
	color: #000;
	font: normal 110% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.supplementaryInfo a { padding-left: 15px; }
.supplementaryInfo a:link, .supplementaryInfo a:visited { display: block; color: #666; text-decoration: none; }
.supplementaryInfo a:hover {
	text-decoration: underline;
	color: #000;
	border-top-color: DDD;
	border-right-color: DDD;
	border-bottom-color: DDD;
	border-left-color: DDD;
	font-weight: bold;
}
.supplementaryInfo p { margin: 0; padding: 0.5em 0.2em 0.4em 0.5em; }

.supplementaryInfo ul { list-style: none; margin: 0; padding: 0;}
.supplementaryInfo ul li { margin: 0; padding: 0 0 0.3em 0; color: #999;}

/* 'See also' related links */
ul.see-also li { background: url(../images/devices/bullet-posting.gif) no-repeat 2px 4px; }

/* 'External resources' related links */
ul.external-resources li { background: url(../images/devices/externalLink.gif) no-repeat 2px 4px; }

/* 'Downloads' related links */
ul.downloads li { background: url(../images/devices/pdf.gif) no-repeat left top; padding-left: 4px; }
ul.downloads span.file-info { font-size: 95%; color: #888; padding-left: 15px; }

/* For entry points */
#sup-entry {padding:0; margin:0 0 20px 0; background-color:#e9edf9; list-style-type:none; height:1%;}
#sup-entry li {border-top:1px solid #fff; font-size:90%; height:7.2em; padding:0; margin:0;}
#sup-entry a {text-decoration:none; color:#006599; display:block; padding:6px;}
#sup-entry a:visited {color:#006599;}
#sup-entry a:hover {background-color:#e3e3e3;}
#sup-entry img {vertical-align:middle; padding:2px; border:1px solid #ccc; width:60px; height:60px; margin:0 6px 0 0;}

/* Related content information */
.sup-info {padding:0; margin:0 0 20px 0; background-color:#eee; list-style-type:none;}
.sup-info li {font-size:90%; padding:0; margin:0; line-height:0.8;}
.sup-info a {text-decoration:none; color:#666; display:block; padding:6px 10px;}
.sup-info a:visited {color:#006599;}
.sup-info a:hover {background-color:#e3e3e3;}

#content-supp .photo {background-color:#eee; font-size:80%; margin-bottom:20px; text-align:center; padding:0 0 10px 0; border-top:1px solid #ccc; border-bottom:3px solid #ccc;}
#content-supp .photo img {display:block; margin:0 auto; padding:10px 0 5px 0;}
#content-supp .photo a img {border:none;}


/* Feature articles */
#feature {background-color:#ddd;}
#feature a {
	color:#069;
	text-decoration:underline;
}
#feature a img {border:none;}
#feature p {padding:5px 10px 0 10px; font-size:90%;}

/* profile */
#profile-image {margin-bottom: 1.5em; padding: 0.4em 0 0 0; background-color: #efefef; color: #666; border-top: 1px solid #c8c8c8; border-bottom: 3px solid #c8c8c8;}
#profile-image dl {color:#000; padding:0 10px; margin:0;}
#profile-image img {border:0; margin:0;}


/*********** FOOTER *************/
#footer {font-size:76%; color:#666; line-height:1.3em; margin-top:5em; margin-bottom:0.3em; padding:20px 0; font-style:normal;}
#footer address {font-style:normal; margin-bottom:20px;}
