/**************************************
 * THEME NAME: aho
 *
 * Files included in this sheet:
 *
 *   aho/gradients.css
 **************************************/

/***** aho/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}
h1, h2, h3 {
        margin-top: 2em;
		margin-bottom: 0.6em;
	 	font-family: "Papyrus", "Tempus Sans ITC", Arial, sans-serif;
		}
#chooselang, .sitelink {
    display: none;
}
body	{
		background: #fff url(http://www.aboriginalheritage.org/images/bghead3.gif) 0 0 repeat-x;
		}
#header-home, #content {
    margin: 20px 0;
}
hr {
    display: none;
}
.generalboxcontent {
  width: 70%;
}

.notloggedin #header-home {
    height: 130px;
}
.notloggedin #middle-column {
    display: none;
}
.notloggedin #right-column #inst3 {
    width: 300px;
    margin: 0 auto;
}
.notloggedin #right-column #inst4, .notloggedin .guestsub {
    display: none;
}
.loginpanel #username, .loginpanel #password {
   width: 180px;
}
/***** aho/gradients.css end *****/

