/* 
Version: February 2010
Author: ITS Web Publishing
Contents: 	BRANDING BANNER
			SEARCH
			CONTENT PANEL
			SITEMAP
			FOOTER 
			MISC 
			PROMO COLUMN
			LOG IN AND WEB PUBLISHING 
			SUB HOME PAGES
			PRINTING
			ORIGINAL STYLES
Colours: 	#000	Default text black
			#fff 	Default background white
			#aa0000 Branding bar red 
			#353535 Dark grey 
			#999	Sitemap focus dark
			#eeeeee Sitemap focus light
			#ccc	Login bar background
			#e80000 Subhomepage red
			#454545 Subhomepage grey
			#d01a20 Promo red
			#333333 Searchbox grey
See also content.css
*/

html {
	overflow-x: hidden;
}

body {
	margin: 0;  
	padding: 0; 
	color: #000;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
	font-size: 0.8em; 
	text-align: left; 
}
	
#page { 
	margin: 0;  
	padding: 0; 
	background: #fff url(http://mams.rmit.edu.au/kexjwinvj21uz.jpg) top center repeat-x;
}

/* ---- BRANDING BANNER -------------------------  */

#head { 
	margin: 0 30px;
	height: 102px;
	padding: 0;	
	background: #aa0000 url(http://mams.rmit.edu.au/5pv4m5kfk11uz.gif) left 50% no-repeat;
}

#rmitlogo { 
        padding: 26px 70px 29px 43px;
	background: #fff;
}

#topnav { 
	margin: 0 30px;
	padding: 0;	
	height: 20px;
	position: relative;
	background: #353535 url(http://mams.rmit.edu.au/q3nvrsrvp2ihz.gif) bottom left no-repeat;
	font-size: 0.85em; 
}

#topnav a:link, #topnav a:visited { 
	color: #fff;
	text-decoration: none;
	display: inline;
}

#topnav a:active, #topnav a:focus, #topnav a:hover { 
	color: #fff;
	text-decoration: underline;
	display: inline;
}

#topbranding {
	margin: 0;
	padding: 0;	
	height: 20px;
	background: url(http://mams.rmit.edu.au/lsohrsrvp2ihz.gif) bottom right no-repeat;
}

.top1 { 
	position: absolute;
	top: 3px;
	left: 240px;
	margin-right: 8em;
} 

.top2 { 
	position: absolute;
	top: 3px;
	right: 50px;
}

a.skip { 
	padding-right: 20px;
	background: #353535;
}

a.topbg { 
	border-right: 1px solid #cc0000;
	padding: 0 9px 0 8px;
	background: #353535;
}

a.toplast { 
	padding-right: 9px;
	padding-left: 8px;
	background: #353535;
}	

a.toplogin { 
	background: #353535 url(http://mams.rmit.edu.au/5nhdssrvp2ihz.gif) 0 2px no-repeat;
	padding-left: 14px;
	margin-left: 20px;
}

/* ---- SEARCH -------------------------  */

#search {
	color: #353535;	
	text-align: right;
	background: #fff url(http://mams.rmit.edu.au/rpn6ewir3frxz.gif) top left no-repeat;
	margin: 0 30px;  
	height: 40px;
	padding: 10px 10px 5px 0;
}

#search .searchtext {
	font-weight: bold;  
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
}

#search select {
	font-weight: normal; 
	font-size: 0.9em; 
	font-family: Arial, Helvetica, Geneva, sans-serif; 
}

#search input {
	font-family: Arial, Helvetica, Geneva, sans-serif; 
}

input.searchimage {
	vertical-align: top;
}

/* ---- CONTENT PANEL -------------------------  */

#contentwrap, #content {
	padding: 0 0 32px 0;
	margin: 0 30px; 
	background: #fff;
}
/* #content should have been replaced everywhere, but I'm leaving it here just in case */

/* Fix for when the content is shorter than the site map. Only IE sees this. \*/
* html #contentwrap { 
	float/**/: right; 
}
/* End IE fix */

#contenthome { 
	padding: 0 0 32px 0;
	margin: 0 30px 0 30px;
	background: #fff;
}

#contentedit { 
	padding: 0;
	margin: 0; 
	background: #fff;
}

#contentpadding {
	margin: 0;
	padding: 0 20px 0 30px; 
	overflow: auto;
}

/* Fix right hand margin. Only IE sees this. \*/
* html #contentpadding { 
	margin-right/**/: 170px; 
}
/* End IE fix */

#contenthome #contentpadding {
	margin: 0 20px;
	padding: 0;
}

#print {
	margin: 0 20px;
	padding: 0;
}

/* ---- SITEMAP -------------------------  */

#sitemap {
	width: 154px;		
	margin: 0;
	padding: 1.4em 8px;
	float: right;
	font-size: 0.8em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	border-left: 1px #ccc solid;
}

#contenthome #sitemap {
	width: 0;	
	padding: 0;
}

#sitemap ul {		
	margin: 0;		
	padding: 0;
	list-style: none;
}

#sitemap li {		
	margin: 0;		
	padding: 0;
	list-style: none;
}

#sitemap li li {		
	padding: 0 0 0 10px;
	list-style: none;
	background: url(http://mams.rmit.edu.au/chnrvinvj21uz.gif) 2px 0 no-repeat;	
}

#sitemap li.focus1 {	
	background: #444444 url(http://mams.rmit.edu.au/yugxtz645c10z.gif) 2px 0 no-repeat;	
}

#sitemap li.focus2 {	
	background: #eeeeee url(http://mams.rmit.edu.au/chnrvinvj21uz.gif) 12px 0 no-repeat;		
	margin-left: -10px;
	padding: 0 0 0 20px;
}

#sitemap h2, #sitemap strong {	
	font-weight: normal; 
	margin: 0;
	font-size: 1.8em;  
	color: #e80000; 
	border-bottom: #ccc 1px solid; 
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	display: block;
	padding: 0;
}

#sitemap ul a:link, #sitemap ul a:visited { 
	color: #000;
	text-decoration: none;
}

#sitemap ul a:active, #sitemap ul a:focus, #sitemap ul a:hover { 
	color: #000;
	text-decoration: underline;
}

#sitemap .focus1 a:link, #sitemap .focus1 a:visited, #sitemap .focus1 a:active, #sitemap .focus1 a:focus, #sitemap .focus1 a:hover { 
	color: #fff;
}

#sitemap .focus2 a:link, #sitemap .focus2 a:visited, #sitemap .focus2 a:active, #sitemap .focus2 a:focus, #sitemap .focus2 a:hover { 
	color: #000;
}

/* ---- FOOTER -------------------------  */

#footer {
	color: #353535;		
	font-size: 0.8em; 
	padding: 10px 30px;
	margin: 0 30px;
	background: #fff url(http://mams.rmit.edu.au/osxyyinvj21uz.jpg) top left no-repeat;
}

/* ---- MISC -------------------------  */

.clear {
	clear: both;
	margin: 0; 
	padding: 0;
}

/* ---- PROMO COLUMN -------------------------  */

#promocolumn {
	width: 110px;
	float: left;
}

#promocolumn img {
	margin: 0 0 10px 0; 
	padding: 0; 
	border: 0;
} 

#promocontent {
	margin: 0 0 0 130px;
	padding: 0;
}

/* "IE6 Three Pixel Gap" fix. Hide from IE5-mac. Only IE-win sees this. \*/
* html #promocolumn {
  margin-right: 10px;
  }

* html #promocontent {
  height: 1%;
  margin-left: 0;
  padding-left: 10px;
  }
  
* html #subhomepageLeft {
  margin-right: 10px;
}
  
* html #subhomepageCentre {
  height: 1%;
  margin-left: 0;
  padding-left: 10px;
}
/* End hide from IE5/mac */

/* ---- LOG IN AND WEB PUBLISHING -------------------------  */

#loginbar {
	width: 100%; 
	border-bottom: #000 1px solid; 
	background-color: #ccc;
}

#loginbar p {
	margin: 0;
	padding: 2px 10px;
	font-family: Arial, Helvetica, Geneva, sans-serif; 
}

#loginbar ul {	
	float: right;	
	margin: 2px 10px;		
	padding: 0;
	list-style: none;
	font-size: 0.8em; 
}

#loginbar li {		
	margin: 0;		
	padding: 0 6px 0 3px;
	display: inline;
	font-weight: bold; 
	border-right: 1px solid #000;
}

#loginbar a:link, #loginbar a:visited { 
	color: #000;
	text-decoration: none;
}

#loginbar a:active, #loginbar a:focus, #loginbar a:hover { 
	color: #000;
	text-decoration: underline;
}

/* ---- SUB HOME PAGES -------------------------  */

#subhomepage {
	padding: 0; 
	width: 99%;
	margin: 0;
}

#nositemap #subhomepage {
	width: 100%;
	padding: 0;
	margin: 0;
}

#subhomepageLeft {
	padding: 0; 
	margin: 0; 
	float: left; 
	width: 150px;
}

#subhomepageLeft .subhomepageLeftcontent {
	padding: 0;
	margin: 0; 
}

.subhomepageLeftcontent a {
	font-size: 85%;
}

.subhomepageLeftcontent ul {
	margin-top: 0; 
	margin-bottom: 0;
}

.subhomepageLeftcontent li {
	margin: 0 0 0 -23px; 
	list-style-image: url(http://mams.rmit.edu.au/166lft4oufu81.gif); 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.subhomepageLeftcontent .normal {
	font-weight: normal;
}

.subhomepageLeftcontent .subdividegreybottom {
	margin-bottom: 0.7em; 
	padding-bottom: 0.7em; 
	width: 100%; 
	border-bottom: #999999 1px solid;
}

.subhomepageLeftcontent .subdivideredbottom {
	margin-bottom: 0.7em; 
	padding-bottom: 0.7em; 
	width: 100%; 
	border-bottom: #e80000 1px solid;
}

.subhomepageLeftcontent .subdivideredtop {
	border-top: #e80000 1px solid; 
	margin-top: 0.7em; 
	width: 100%; 
	padding-top: 0.7em;
}

.subhomepageLeftcontent h1 {
	padding: 0; 
	font-weight: normal; 
	font-size: 130%; 
	margin: 0 0 0.5em; 
	width: 100%; 
	color: #e80000; 
	line-height: 150%; 
	border-bottom: #e80000 1px solid; 
	font-family: Arial, Helvetica, sans-serif;
}

.subhomepageLeftcontent h2 {
	padding: 0; 
	margin-top: 0; 
	font-weight: bold; 
	font-size: 100%; 
	margin: 0 0 0.5em 0; 
	color: #454545; 
	line-height: 120%; 
	font-family: Arial, Helvetica, sans-serif;
}

.subhomepageLeftcontent p {
	padding: 0; 
	margin: 0; 
}

.subhomepageLeftcontent img {
	margin: 4px 0; 
}

.subhomepageLeftcontent a:link, .subhomepageLeftcontent a:visited {
	color: #454545; 
	text-decoration: none;
}

.subhomepageLeftcontent a:active, .subhomepageLeftcontent a:hover {
	color: #454545; 
	text-decoration: underline;
}

#subhomepageCentre {
	padding: 0; 
	margin: 0 185px 0 155px;
}

#subhomepageCentre .subhomepageCentrecontent {
	padding-right: 15px; 
	padding-left: 20px; 
	margin: 0;
}

#subhomepageCentre h1, #subhomepageCentre h2, #subhomepageRight h1, #subhomepageRight h2 {
	padding: 0;
	font-weight: normal; 
	font-size: 130%; 
	margin: 0 0 1em 0; 
	color: #e80000; 
	line-height: 150%; 
	border-bottom: #cccccc 1px solid; 
	font-family: Arial, Helvetica, sans-serif;
}

#subhomepageRight {
	padding: 0; 
	margin: 0; 
	float: right; 
	width: 180px; 
}

#subhomepageRight #subhomepageRightcontent {
	padding: 0; 
	margin: 0; 
}

#subhomepageRight img {
	margin: 4px 0; 
}

#subhomepageRight .promo1 img, #subhomepageRight .promo2 img, #subhomepageRight .promo3 img, #subhomepageRight .promobuttongrey img, #subhomepageRight .promobuttonred img ,
#subhomepageRight #promo1 img, #subhomepageRight #promo2 img, #subhomepageRight #promo3 img, #subhomepageRight #promobuttongrey img, #subhomepageRight #promobuttonred img {
	margin: 0; 
}

/* ---- PRINTING -------------------------  */
/* This is future code for the breadcrumbs when we get those going in every template.
It's not being used now, but doesn't hurt to include. 
See also the print stylesheet. */

#printhead {
	display: none;
}

/* the following are for the print template only */

#printtemplate {
	padding: 0;
	margin: 0 0 2em 0;
	font-size: 0.85em;
	display: inline;
}

#printtemplate p {
	font-weight: bold;
}

#printtemplate ul {
	padding: 0;
	margin: 0;
}

#printtemplate li {
	display: inline;
	list-style: none;
	margin-right: 0.4em;
	line-height: 1.6em;
}

/* ---- ORIGINAL STYLES -------------------------  */
/* #searchbox styles might not be needed any more  */

#searchbox .txt-field {
	background-image: url(http://mams.rmit.edu.au/h8b1ou3flz8qz.gif)
}

#searchbox select, #searchbox input {
	font-size: 90%; 
	color: #333333;
}

#searchbox .style1 {
	font-weight: bold; 
	font-size: 1.1em; 
	margin: 0;
}

#searchbox .style2 {
	font-size: 90%;
}

.gnavnew {
	padding: 0; 
	font-size: 11px; 
	background: #353535; 
	margin: 0; 
	color: #ff0000;
}

.gnavnew a {
	font-weight: normal; 
	background-color: #353535; 
	text-decoration: none;
}

.gnavnew a:link, .gnavnew a:visited, .gnavnew a:active {
	color: #fff; 
	text-decoration: none;
}

.gnavnew a:hover, .gnavnew a:focus {
	color: #fff; 
	text-decoration: underline;
}

.pagesectionred {
	margin-top: 1em; 
	margin-bottom: 1em; 
	border-bottom: #e80000 1px dashed;
}


