/*----------------------------Top Level Layout Styles ----------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #fff url(/images/bg/body.png) repeat-x top center;
}

#container {
	position: relative;
	background: #fff url(/images/bg/content.png) no-repeat top;
	width: 800px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
}

#skip, #print {
	display: none;
	}

#header {
	height: 120px;
}

#content {
	float: left;	/* float everything */
	width: 100%;
	background-color: #fff;
}

#footer {
	/*float: left;*/
	clear: both;
	width: 774px;
	margin: 6px 13px;
	border-top: 1px solid #ccc;
	color: #707070;
	overflow: hidden;
}



/* ----------------------------- 2 Column Layout Styles ----------------------------- */



#sidebar {
	float: left;
	margin-left: 14px;
	width: 216px;
}

#centerimage {
	float: right;
	width: 527px;
	margin-right: 14px;
	height: 161px;
	padding: 9px;
	border: 1px solid #ccc;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff;
}

ul.gz_crumbtrail {
	float: right;
	width: 427px;
	padding: 0 9px;
	margin: 5px 114px 0 0;

}

ul.gz_crumbtrail li {
	color: #E41820;
	font-weight: normal;
	font-size: 1.1em;
	display: inline;
}

ul.gz_crumbtrail li a {
	color: #E41820;
}

#maincontentFirst {
	float: right;
	width: 539px;      /* note: different for home page */
	margin-right: 14px;
}

/* ----------------------------- Masthead and Main Nav ----------------------------- */

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a#logo, #header h1 a#melbourneuni {
	background: url(/images/bg/header-bio21.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 17px;
	left: 19px;
	width: 81px;
	height: 83px;
	text-indent: -9000px;
}

#header h1 a#melbourneuni {
	background: url(/images/bg/header-melbuni.png) 0 0 no-repeat;
	left:100px;
	width:83px;
}

div#utils {
	position: absolute;
	top: 0;
	left: 479px;
}

div#utils a {
	float: left;
	width: 103px;
	height: 15px;
	padding: 2px 0;
	margin: 0 2px 0 0;
	text-align: center;
	background: url(/images/bg-util.gif) 0 0 no-repeat;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}



/* ---------------------------------- Footer Content ---------------------------------*/


#address,
#copyright 
{
	clear:both;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 6px 0;
}

#footerlinks,
#quicklinks
{
	clear: both;
	width: 774px;
	overflow: hidden;
	padding: 0;
	margin: 6px 0 6px -8px;
}

#footerlinks li,
#quicklinks li
{
	font-size: 1.2em;
	float: left;
	list-style: none;
	padding: 0 8px;
	margin: 0;
}

#footerlinks li {
	background:url(/images/footerlinks-pipe.png) center left no-repeat;
}

#footerlinks li a {
	color: #d22020;
}

#quicklinks li {
	background: url(/images/quicklinks-pipe.png) left center no-repeat;
}

#quicklinks li a {
	color:#707070;
}

/* ---------------------------- Main Content ------------------------------ */

#maincontentFirst h1 {
	color: #E41820;
	border-bottom: solid 1px #ccc;
	font-size: 2em;
	padding-bottom: 3px;
	}

table.templatetable {
    	margin-top: 12px;}

table.templatetable td.maincolumn  {
	width: 347px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border-right: 8px solid #fff;
}

table.templatetable td.sidecolumn {
	width: 192px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

table.templatetable td.sidecolumn p {
	line-height: 1.1em;
	margin-bottom: 6px;
	}

table.templatetable td.sidecolumn li {
	list-style-image: url(/images/relatedlinkicon.png);
}

table.templatetable td.sidecolumn div.latestnews li,
table.templatetable td.sidecolumn div.upcomingevents li {
	list-style-image: none;
}

a:link, a:visited {
	color: #E41820;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* ------------------- Home ------------------------- */

body#home div#maincontentFirst {
	width: 547px;      /* note: wider for home page */
	}
#ticker {
	float: right;
	width: 527px;
	margin: 8px 14px 9px 0;
	background: #DB171F url(../images/rolling-content-bg.png) repeat-x;
	height: 15px;
	padding: 3px 10px;
	font-size: 1.1em;
	overflow: hidden;
}

#ticker * {
	color: #fff;
	display: inline;
	font-size: 1em;
	margin: 0 0.5em;
	padding: 0;
	}

#ticker p.date {
	display: none;
	}

body#home table.templatetable {
	margin-top: 0;
	}

body#home .maincolumn p {
	line-height: 1.1em;
	margin: 0;
	}

body#home .maincolumn h3 {
	margin-top: 0;
	}



/* ----------------------------------- Extra UDM Styling -------------------------------- */

#udm_25 {
	display:none;
	}
	
#udm ul {
	display:none !important; /* Just temporary until proper menu styling is setup */
}

#udm li.thissection ul {
	display:block !important;
}


/* --------------------------------  Forms -------------------------------- */


fieldset {
	margin: 0.5em 0;
	background: #e9e8e8;
	border: none;
	border-bottom: solid 1px #bbb;
	padding: 10px;
}

label {
	display: block;
	width: 90px;
	float: left;
	clear: left;
}


/* --------------------------------  Contact Us -------------------------------- */

#gz_contactusform {
	background: #e9e8e8;
	margin-top: 10px;
	padding: 15px 10px;
	margin-bottom: 10px;
}

#gz_contactusform span.label,
#gz_contactusform label {
	width: 110px;
}

#gz_contactusform input,
#gz_contactusform select,
#gz_contactusform textarea {
	width: 200px;
	border: none;
	border-top:  solid 1px #bbb;
	border-left: solid 1px #bbb;
}

#gz_contactusform input.button 
{
	cursor: hand;
	background: url(/images/submitrequest.png) 0 0 repeat-x;
	width: 148px;	
	height: 32px;
	margin-left: 110px;
	font-weight: bold;
	font-size: 12px;
}

div#contactdetails {
	margin-top: 32px;
	padding: 0 10px 10px;
	background: #e9e8e8;
	height:296px;
	_height:286px;
}

div#contactdetails h2 {
	color: #E41820;
	margin-top: 0;
	padding-top: 8px;
}
div#contactdetails h3 {
	margin: 0.5em 0;
}
div#contactdetails p {
	margin: 0;
	line-height: 1.5em;
}

div#contactdetails hr {
	border: #fff solid 1px;
	background-color: #fff;
	margin: 7px 0;
}

	
/* -------------------------------- Login Form --------------------------------------- */

#login {
	position:absolute;
	top:2px;
	left:505px;
	}

#username_label {
	position:relative;
	top:3px;
	margin:0px 7px;
	}

#username, #password {
	width:92px;
	margin-right:5px;
	}

#submitlogin {
	border:none;
	background-color:#ee2c23;
	background-image:url(/images/form-submit.png);
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
/* ------------------------------------ Search -------------------------------------- */

#search {
	width: 200px;
	background-color: #cccccc;
	padding: 8px;
	margin: 6px 0;
	}
	
#search h2 {
	margin: 3px 0;
	color: #333;
}

#search form {
	border: 1px solid #dfdfdf;
	background: #ccc url(/images/search-form-bg.png) repeat-x;
	padding: 9px 0 9px 7px;
	margin:8px 0 5px;
}

#search form label {
	display: none;
}

#search form #keyword {
	width:143px;
	margin-right:0px;
	margin:0px;
}

#search form #submitsearch {
	width:33px;
	margin:0px;
	padding:0px;
	background-color:#ccc;
	border:none;
	background-image:url(/images/search-submit.png);
	background-position:right top;
	background-repeat:no-repeat;
	position:relative;
	top:3px;
	cursor:pointer;
}




/* -------------------------------- Latest News and Upcoming Events --------------------------- */


div.latestnews,
div.upcomingevents {
	position: relative;
	width: 190px;
	padding: 35px 0 10px;
	color:#4c4c4c;
	border: 1px solid #cdcdcd;
	background-color: #f7f7f7;
	margin-bottom: 6px;
	margin-top: 1px;
	min-height: 164px;
}

div.latestnews h3,
div.upcomingevents h3 {
	position: absolute;
	top: -6px;
	left: 0;
	width: 170px;
	padding: 9px 10px 14px;
}
div.latestnews h3 {
	background: transparent url(/images/bg-latestnews.png) top right no-repeat;
}
div.upcomingevents h3 {
	background: transparent url(/images/bg-upcomingevents.png) top right no-repeat;
}



div.latestnews ul,
div.upcomingevents ul {
	padding: 0 10px;
	margin: 0;
}

div.latestnews ul li,
div.upcomingevents ul li {
	list-style-type: none;
	padding: 0 0 14px 0;
	margin: 0;
	position: relative;
	font-size: 11px;
}
 
div.latestnews ul li h4,
div.upcomingevents ul li h4 {
	font-weight: normal;
	margin: 0px;
	padding: 14px 0 0 0;
	line-height: 1.1em;
}

div.latestnews p.date,
div.upcomingevents p.date {
	position: absolute;
	top: 0;
}


div.latestnews .teaser,
div.upcomingevents .teaser {
	display:none;
}


/* ---------------------------------- News and Events Sections ------------------------- */

ul.newssectionlist,
ul.eventsectionlist {
	margin: 0;
	padding: 0 0 10px 0;
}

ul.newssectionlist li,
ul.eventsectionlist li {
	list-style: none;
	margin-bottom: 14px;
}

ul.newssectionlist li h3,
ul.eventsectionlist li h3 {
	float: left;
	width: 80%;
	margin-top: 0;
}
ul.eventsectionlist li h3 {
	width: 68%;
}

ul.newssectionlist li p.date,
ul.eventsectionlist li p.date {
	float: right;
	text-align: right;
	width: 15%;
	margin-bottom: 0;
}
ul.eventsectionlist li p.date {
	width: 31%;
}

ul.newssectionlist li p.teaser,
ul.eventsectionlist li p.teaser {
	clear: both;
	margin-bottom: 0;
}

ul.newssectionlist li a.more span,
ul.eventsectionlist li a.more span {
	display: none;
}

/* short versions */

ul.newssectionlist li.short span.date,
ul.eventsectionlist li.short span.date {
	float: right;
	text-align: right;
	margin-bottom: 0;
}


#archivelink {
	background: url(/images/newsicon.png) center right no-repeat;
	position: absolute;
/*	font-size: 1.2em;
	font-weight: bold;	*/
	text-align: right;
	left: 668px;
	top: 328px;
	width: 100px;
	padding-right:20px;
}



/* ---------------------------------- Content Items ------------------------- */

.contentitem {
	margin: 3px 0;
	min-height: 81px;
	width: 340px;
}

.contentitem img.thumb {
	float: left;
	width: 105px;
	height: 80px;
	padding-right: 10px;
}

.contentitem h3 
{
	color:#e41820 !important;
	margin: 0;
	padding-top: 0.25em;
	border-top: 1px solid #ccc;
	font-size: 1.2em;
	line-height: 1.2em;
}

.contentitem.first h3 {
	border-top: none;
}

.contentitem p 
{
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0.25em 0;
}

.contentitem a {
	color: #333;
	text-decoration: none;
}

/***** Temporary Until Advertising Plugin Added *****/

#sidebar a.button {
	display:none;
}

#home #sidebar a.button {
	display:block;
}


#swfheader {
	position: absolute;
	top:75px;
	left:244px
}

a.more {
	display: block;
	text-align: right;
	padding-right: 20px;	
	background: transparent url(/images/morelinkicon.png) no-repeat right center;
}

p.author {
	display: none;
	font-size: 11px;
	color: #444;
}

#pagecontrols
{
	position: absolute;
	left: 693px;
	top: 305px;
	width: 110px;
	font-size: 12px;
}

#pagecontrols a {
	cursor: pointer;
	color: #555;
	line-height: 20px;
	margin: 0 5px;
}

#pagecontrols a:hover {
	color: #000;
}

#fontsizeup {
	font-size: 15px;
	
}
#fontsizedown {
	font-size: 11px;
}

#printpage {
	padding: 2px 2px 2px 12px;
	background: url('/images/printicon.png') left center no-repeat;
}


/* ---------------------------------- Accordion Navigation ------------------------- */


ul#accordionnav {
	padding: 0;
	margin: 0;
	width: 216px;
	background-color: #e9e8e8;

}

ul#accordionnav li {
	list-style:none;
	margin:0;
	padding:0;
	background: url(/images/menu-arrow.png) center right no-repeat;
	line-height: 1em;
	zoom: 1;
}

ul#accordionnav li.gz_navthissection {
	background: url(/images/menu-arrow-current.png) top right no-repeat;
}

ul#accordionnav li a {
	display: block;
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #cecece;
	color: #333;
	font-size: 1em;
	text-decoration: none;
	padding: 6px 10px 7px 10px;
}

ul#accordionnav li.gz_navthissection  a {
	color: #E41820;
}

ul#accordionnav li.gz_navthissection  li a {
	color: #333;
}


/* -----------	Subnav ---------------	*/

ul#accordionnav ul {
	display: none;
	margin: 0;
	background-color: #f6f6f6;
	padding: 10px;
}

ul#accordionnav ul li,
ul#accordionnav ul li.gz_navthissection {
	background: transparent url(/images/subnav-arrow.png) 0px 3px no-repeat;
}

ul#accordionnav li.gz_navthissection ul {
	display: block;
}

ul#accordionnav ul li {
	background: transparent url(/images/subnav-arrow.png) 0px 3px no-repeat;
}

ul#accordionnav li ul a {
	border: none;
	padding: 2px 14px;
	font-size: 0.9em;
}

/* ------------- All elements ---------------- */

ul#accordionnav li a:hover {
	color: #E41820;
}

li.gz_navthiscontent,
li.gz_navthissection,
li.gz_navthissection li.gz_navthiscontent,
li.gz_navthissection li.gz_navthissection {
	font-weight: bold;
}

li.gz_navthissection li,
li.gz_navthissection li.gz_navthissection li {
	font-weight: normal;
}

/* ---------------------------------- Gallery ------------------------- */

div.gallery {
	width: 192px;
	margin-top: 4px;
	margin-left: -3px;	/*	offset left margins on li's	*/
}

div.gallery .summary {
	display: none;
}

div.gallery ul {
	padding: 0;
	margin: 0;
}

div.gallery ul li {
	border: 1px solid #AAAAAA;
	display: block;
	float: left;
	height: 45px;
	margin: 0pt 0pt 3px 3px;
	overflow: hidden;
	padding: 0pt;
	width: 59px;
}

div.gallery ul li a img {
	margin-left: -30px;		/*	counteract GD padding (may become redundant)	*/
}

div.gallery div.controls
{
	clear: both;
	text-align: right;
	color: #666;
	font-size: 0.9em;
	margin:  0.5em 0;
}

form#searchform {			/*	search page	*/
	margin-top: 15px;
}

ul.locationmap {
	margin-left:3px;
	_margin-left:-4px;
}

ul.locationmap li {
	_padding-left:5px;
	list-style-image:url(/images/relatedlinkicongrey.png) !important;
}
