/*
 * NZVCC Theme | based on Hunchbaque Css
 *
 * Layout of this CSS
 *   > Typeface
 *   > Reset
 *   > General 
 *   > Skip Link
 *   > Header (Main Menu, Search box)
 *   > Main content/Middle Column
 *   > Persons
 *   > Scholarships
 *   > Superannuation
 *   > Contact
 *   > Sitemap
 *   > Left Sidebar
 *   > Right Sidebar
 *   > Footer
 *   > Styles Unique to the Homepage
 *   > Drupal Admin Styles
 */

/* Typeface
+++++++++++++++++++++++++++++++++++++++++*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 29, 2010 */
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */ 
@font-face {
	font-family: 'MuseoSlab500';
	src: url('type/museo_slab_500-webfont.eot');
	src: local('Ã”Ã¿â•‘'), url('type/museo_slab_500-webfont.woff') format('woff'), url('type/museo_slab_500-webfont.ttf') format('truetype'), url('type/museo_slab_500-webfont.svg#webfontnHBc3XoC') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 3, 2010 */
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
	font-family: 'MuseoSans500';
	src: url('type/museosans_500-webfont.eot');
	src: local('Ã”Ã¿â•‘'), url('type/museosans_500-webfont.woff') format('woff'), url('type/museosans_500-webfont.ttf') format('truetype'), url('type/museosans_500-webfont.svg#webfontSvIXDgfe') format('svg');
	font-weight: normal;
	font-style: normal;
}
  
/* Reset
+++++++++++++++++++++++++++++++++++++++++*/

* {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* General
+++++++++++++++++++++++++++++++++++++++++*/

body {
  text-align: center; /* The text-align: center; in the body is to allow IE5.5 and under browsers to center the page. */
  color: #333333;
  background-color: #cecbce;
  font-family: verdana, arial, sans-serif;
  font-size: 62.5%;
  /*min-width: 958px;*/
  margin: 0;
}

#page { /*wrapper for all content*/
  margin: 0 auto;
  text-align: left; /* This is to set things right after centering everything in the body. */
  /*font-size: 1em;*/ 
  background-color: #f2f0ed;
  width: 1005px;
  border-top: 3px solid #4d575e;
}

#wrapper { /*wraps sidebars and main content */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: verdana, arial, sans-serif;
  color: #266272;
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 1em;
}

h5 {
  font-weight: bold;
  font-size:1.2em;
  line-height:1.5em;
}

img {
  border-width: 0;
}

blockquote {
  margin: 0 40px;
}

dt {
  margin: 0 0 3px 0;
}

.search-results dt {
  font-size: 1.5em;
}

dd {
  margin: 0 0 10px 0;
}

td {
  padding: 2px;
}

.hide,
hr,
#wrapper #sidebar_left #secondary_menu h2.subnavigation,
#footer h2,
#header h1,
body.front #quicklinks h2,
#block-views_filterblock-0 h2,
#main_menu h2 {
  position: absolute;
  left: -9999px;
  height: 1px;
  top: -9999px;
  width: 1px;
}

.replace {
  position: relative;
  overflow: hidden;
}

.replace em {
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*
.floatwrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}*/

a:link,
a:visited {
  color: #333333;
}

a:focus,
a:hover,
a.active {
  color: #266272; 
}


/* Skip Link
+++++++++++++++++++++++++++++++++++++++++*/

#skip-to-content a {
  position: absolute;
  left: -9999px;
  height: 1px;
  top: -9999px;
  font-weight: bold;
}

#skip-to-content a:focus {
  top: 0;
  left: 0;
  color: #0099ff;
}

/* Header 
+++++++++++++++++++++++++++++++++++++++++*/

#header {
  border-top: 3px solid #4c7390;
  background-color: #d6d3cf;
  position: relative;
}

#header #logo {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}

#header #logo-top {
  width: 942px;
  height: 51px;
  position: relative;
}

#header #logo-content {
  background-color: #ffffff;
  height: 67px;
}

#header #logo-content img {
  position: absolute;
  top: 6px;
  left: 60px;
}

#header #slogan {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #666666;
  font-size: 1.2em;
  text-align: center;
  width: 500px;
}

/* Main Menu - Primary Navigation
+++++++++++++++++++++++++++++++++++++++++*/

body.not-front #main_menu {
  background-color: #e6e7e8;
  width: 1005px;
  padding: 0 0 4px 0;
  position: relative;
}

body.not-front #main_menu #main_menu_inner {
  margin: 0 40px 0 60px;
  padding: 0;
  position: relative;
}

#main_menu #primarylinks {
  width: 765px;
  font-size: 1.1em;
  line-height: 1em;
}

#main_menu #main_menu_inner {
  background: url("../images/background-menu.gif") repeat-x bottom left;
}

#main_menu ul.links {
  /*padding: 0;
  margin: 0;*/
	overflow: hidden;
}

#main_menu ul.links li {
  background: url("../images/main-menu-separator.gif") no-repeat center right;
	float: left;
	/*width: auto;*/
  text-align: left;
  text-transform: capitalize;
  /*padding: 0;*/
}

#main_menu ul.links li.last {
  background: none;
}

#main_menu ul.links li a {
  display: block;
  padding: 8px 8px;
  margin: 0 0 0 -1px;
  text-decoration: none;
}

#main_menu ul.links li.active-trail a {
  font-weight: bold;
}

#main_menu #sitesearch {
  width: 140px;
  padding: 0;
  top: 0;
  right: 0;
  position: absolute;
}

#main_menu #sitesearch #search {
  position: relative;
  display: block;
  float: right;
}

#main_menu #sitesearch input.form-text {
  width: 107px;
  height: 18px;
  border: 0;
  font-size: 1.1em;
  font-family: helvetica, arial, sans-serif;
  position: absolute;
  top: 5px;
  right: 35px;
}

#main_menu #sitesearch input.form-submit {
  height: 18px;
  width: 26px;
  border: none;
  position: absolute;
  top: 5px;
  right: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}


/* Main content / middle column
+++++++++++++++++++++++++++++++++++++++++*/
body.wide-page #wrapper #middle {
  float: right;
  width: 700px;
}

#wrapper #middle {
  width: 550px;
  float: left;
  padding: 0 10px 20px 10px;
  margin: 0 0 20px 0;
  background-color: #ffffff;
}

#wrapper #middle p,
#wrapper #middle ul,
#wrapper #middle ol,
#wrapper #middle div.view-content table,
#wrapper #middle div.view-content div.field-item,
#wrapper #middle div.pager {
  font-size: 1.2em;
  line-height: 1.5em;
}

#wrapper #middle div.view-content div.field-content div.field-item {
  font-size: 1em;
  line-height: 1em;
}

#wrapper #middle h1 {
  font-family: MuseoSlab500, "times new roman", serif;
  font-size: 2em;
}

#wrapper #middle h2,
#wrapper #middle h3,
#wrapper #middle h4 {
  font-size: 1.4em;
  font-weight: bold;
}

#wrapper #middle #node-80 h2 {
  font-family: MuseoSlab500, "times new roman", serif;
}

#wrapper #middle h1.title {
  background: url("../images/background-title.gif") repeat-x bottom left;
  padding: 0 0 7px 0;
  margin: 9px 0;
}

#wrapper #middle ul {
  list-style: disc;
}

#wrapper #middle ol {
  list-style: decimal;
}

#wrapper #middle ol li li {
  list-style: lower-alpha;
}

#wrapper #middle p,
#wrapper #middle ul, 
#wrapper #middle ol, 
#wrapper #middle table {
  margin: 0 0 10px 0;
}

#wrapper #middle ol,
#wrapper #middle ul {
  padding: 0 0 0 40px;
}

#middle div.pager a {
  padding: 0 3px;
}

#middle div.pager a.active {
  color: #333333;
}

#middle div.pager a:link,
#middle div.pager a:visited {
  color: #333333;
}

#middle div.pager a:focus,
#middle div.pager a:hover,
#middle div.pager strong.pager-current {
    color: #266272; 
}


/* Pager
+++++++++++++++++++++++++++++++++++++++++*/
#wrapper #middle .item-list ul {
  padding: 0;
  margin: 0;
}

#wrapper #middle .pager li {
  float: left;
  list-style: none;
  padding: 0 6px 0 0;
  margin: 0;
}

#wrapper #middle .item-list a.active {
  color: #333333;
}

#wrapper #middle .item-list a:link,
#wrapper #middle .item-list a:visited {
  color: #333333;
}

#wrapper #middle .item-list a:focus,
#wrapper #middle .item-list a:hover,
#wrapper #middle .item-list .pager-current {
  color: #266272;
}

#wrapper #middle .item-list .pager-current {
  font-weight: bold;
  text-decoration: none;
}


/* Breadcrumb
+++++++++++++++++++++++++++++++++++++++++*/

#breadcrumb {
  padding: 10px 0 4px 0;
  font-size: 0.9em;
  font-style: italic;
}

#breadcrumb a {
  text-decoration: none;
  color: #000;
}

#breadcrumb span.active {
  font-weight: bold;
  color: #266272;
}

/* Persons
+++++++++++++++++++++++++++++++++++++++++*/

div.view-vicechancellors .ntype-person .content,
div.view-staffmembers .ntype-person .content {
  background: url("../images/background-title.gif") repeat-x top left;
  padding: 12px 0 13px 0;
  width: 496px;
  overflow: hidden;
  clear: both;
}

div.view-vicechancellors .ntype-person .content .person-images-column,
div.view-staffmembers .ntype-person .content .person-images-column {
  float: left;
  width: 126px;
}

div.view-vicechancellors .ntype-person .content .person-text-column,
div.view-staffmembers .ntype-person .content .person-text-column {
  float: right;
  width: 370px;
}

div.view-vicechancellors .ntype-person .content .field-item p,
div.view-staffmembers .ntype-person .content .field-item p {
  margin: 13px 0 0 0 !important;
}

div.view-vicechancellors .ntype-person .content h2,
div.view-staffmembers .ntype-person .content h2 {
  margin-bottom: 0;
}

div.view-vicechancellors .ntype-person .content .field-field-qualifications,
div.view-staffmembers .ntype-person .content .field-field-qualifications {
  margin-bottom: 10px;
}

div.view-vicechancellors .ntype-person .content .field-field-university-name,
div.view-staffmembers .ntype-person .content .field-field-university-name {
  font-weight: bold;
}

div.view-vicechancellors .ntype-person .content .field-content,
div.view-staffmembers .ntype-person .content .field-content {
  font-size: .833em;
}

/* Scholarships
+++++++++++++++++++++++++++++++++++++++++*/

#wrapper #middle .view-scholarship-search ul {
  list-style-type: none;
}

#wrapper #middle .view-scholarship-search li {
  margin-bottom: 5px;
}


#wrapper #middle .view-scholarship-search form {
  margin-top: -10px;
  margin-bottom: 20px;
}

#wrapper #middle .view-scholarship-search form input,
#wrapper #middle .view-scholarship-search form select {
  font-family: helvetica, arial, sans-serif;
  font-size: 1em;
}

#wrapper #middle .view-scholarship-search form input.form-text {
  width: 250px;
}

#wrapper #middle .view-scholarship-search form .views-exposed-widget {
  clear: both;
}

#wrapper #middle .view-scholarship-search form label {
  float: left;
  font-weight: normal;
  min-width: 57px;
}

#wrapper #middle .view-scholarship-search form .views-widget {
  float: left;
}

#wrapper #middle .view-scholarship-search form select {
  margin-left: 0;
}

#wrapper #middle .view-scholarship-search form input.form-submit {
  margin: 0 0 0 57px;
  border: 1px solid #999999;
  padding: 0;
}

#wrapper #middle .view-scholarship-search .view-content {
  padding-top: 2em;
  clear: both;
}

#wrapper #middle .view-scholarship-search .view-content .views-field-type,
#wrapper #middle .view-scholarship-search .view-content .views-field-title {
  margin: 0 0 3px 0;
  font-size: 15px;
}

#wrapper #middle .view-scholarship-search .view-content .views-field-teaser {
  margin: 0 0 10px 0;
}

#scholarship-focus-on {
  background: #d8e9f2 url("../images/background-scholarship-focus-on.gif") no-repeat 10px 8px; 
  border: 1px solid #b6bfc5;
  padding: 7px 30px 7px 55px;
}

#scholarship-focus-on h2 {
  color: #6d6e71;  
}

#scholarship-focus-on h2 span {
  color: #118ab0;  
}


/* Scholarships search block
+++++++++++++++++++++++++++++++++++++++++*/

#wrapper #sidebar_left #block-nzvcc_tweaks-scholarship_search {
  width: 142px;
  border: 4px solid #ffffff;
  margin: 0 0 0 -15px;
  padding: 8px;
  background-color: #41808F;
  color: #ffffff;
  overflow: hidden;
}

#wrapper #sidebar_left #block-nzvcc_tweaks-scholarship_search h2 {
  position: relative;
  left: 0;
  color: #ffffff;
  font-size: 1.4em;
  background: url("../images/background-findscholarship-header.gif") repeat-x left bottom;
  padding: 0 0 6px 0;
  margin: 0;
}

#block-nzvcc_tweaks-scholarship_search .views-exposed-form label {
  font-weight: normal;
}

#block-nzvcc_tweaks-scholarship_search .views-exposed-widget {
  float: none;
  padding-right: 0;
}

#block-nzvcc_tweaks-scholarship_search .views-exposed-form input,
#block-nzvcc_tweaks-scholarship_search .views-exposed-form select {
  margin-left: 0;
  font-family: helvetica, arial, sans-serif;
}

#block-nzvcc_tweaks-scholarship_search .views-exposed-form input.form-text {
  width: 140px;
}

#block-nzvcc_tweaks-scholarship_search .views-exposed-form select {
  width: 142px;
}

#block-nzvcc_tweaks-scholarship_search input.form-submit {
  float: right;
  margin: 0 -2px 0 0;
  cursor: pointer;
}

/* Superannuation
+++++++++++++++++++++++++++++++++++++++++*/

#wrapper #middle h1.page-superannuation {
  background: #688d24 url("../images/header-superannuation.png") no-repeat 98.5% center;  
  color: #ffffff;
  font-weight: normal;
  min-height: 88px;
  padding: 5px 88px 5px 8px;
  margin: 4px -9px 13px -9px;
  position: relative;

}
/*
#wrapper #middle h1.page-superannuation em {
  background: url("../images/header-superannuation.png") no-repeat right center;
  width: 148px;
  height: 88px;
  position: absolute;
  top: 5px;
  right: 5px;
}*/

#wrapper #middle h1.page-superannuation .title-superannuation {
  display: block;
  margin: 10px 90px 0 0;
}

/* Contact 
+++++++++++++++++++++++++++++++++++++++++*/

#contact-mail-page label {
  font-weight: bold;
}

#contact-mail-page input,
#contact-mail-page textarea {
  font-family: helvetica, arial, sans-serif;
  font-size: 1em;
  padding: 2px;
  color: #6d6e71;
  display: block;
}

#contact-mail-page input#edit-form-token,
#contact-mail-page input#edit-contact-mail-page {
  border: 0;
}

#contact-mail-page .form-item {
  margin: 10px 0 10px 0;
}

#contact-mail-page input {
  display: block;
}

#contact-mail-page input#edit-copy {
  display: inline !important;
}

#contact-mail-page input#edit-submit {
  cursor: pointer
}

/* Sitemap
+++++++++++++++++++++++++++++++++++++++++*/

#wrapper #middle div.site-map {
  font-size: 1.2em;
}

#wrapper #middle div.site-map ul {
  font-size: 1em;
  line-height: 1.5em;
}

#wrapper #middle .site-map-menu {
  font-size: 12px;
}

#wrapper #middle .site-map-box {
  font-size: 12px;
}

#wrapper #middle .site-map-box li {
  font-size: 12px;
}

/* Site Search Page 
+++++++++++++++++++++++++++++++++++++++++*/

form#search-form fieldset {
  padding: 5px;  
}

form#search-form fieldset .form-item {
  margin-bottom: 5px;
}

input#edit-phrase {
  margin-left: 38px;  
}

input#edit-or {
  margin-left: 6px;  
}

select#edit-category {
  margin-left: 33px;  
}


/* Left Blocks / Left Sidebar Styles
+++++++++++++++++++++++++++++++++++++++++*/

#wrapper #sidebar_left { 
  width: 152px;
  float: left;
  padding: 10px 11px 0 33px;
}

/* Secondary Menu
-----------------------------------------*/

#wrapper #sidebar_left {
  font-size: 1.1em;
}

#wrapper #sidebar_left h2 {
  left: -9999px;
  position: absolute;
}

#wrapper #sidebar_left #secondary_menu ul,
#wrapper #sidebar_left .block ul {
  list-style: none;
}

#wrapper #sidebar_left #secondary_menu li,
#wrapper #sidebar_left .block li {
  margin: 0 0 10px 0;
}

#wrapper #sidebar_left #secondary_menu li li,
#wrapper #sidebar_left .block li li { /*indents sub-lists*/
  margin: 0 0 10px 1.5em;
}

#wrapper #sidebar_left #secondary_menu li ul,
#wrapper #sidebar_left .block li ul { /*indents sub-lists*/
  margin: 10px 0 0 0;
}

#wrapper #sidebar_left a {
  text-decoration: none;
}

#wrapper #sidebar_left a.active-trail,
#wrapper #sidebar_left a.active {
  font-weight: bold;
  background: url("../images/menu-active.gif") no-repeat right center;
  padding: 0 10px 1px 0;
  color: #266272;
}

/* Right Blocks / Right Sidebar Styles
+++++++++++++++++++++++++++++++++++++++++*/

#wrapper #sidebar_right {
  width: 188px;
  float: left;
  margin: 0 0 0 0;
  padding: 20px 33px 0 3px;
}

#wrapper #sidebar_right .block {
  background-color: #ffffff;  
  border: 1px solid #ebe9e6;
  margin: 0 0 4px 0;
}

#wrapper #sidebar_right .block .content {
  padding: 0 5px 10px 10px;
}

#wrapper #sidebar_right ul {
  list-style: disc outside none;
  margin: 0 0 0 12px;
  padding: 0;
}

#wrapper #sidebar_right li {
  padding: 0;
  margin: 0 0 5px 0;
}

#wrapper #sidebar_right li div {
  display: inline;
}

#wrapper #sidebar_right .block h2,
#wrapper #sidebar_right .block h3,
#wrapper #sidebar_right .block h4 {
  font-family: MuseoSlab500, "times new roman", serif;
  text-transform: uppercase;
  background-color: #ebe8e5;
  color: #828c93;
  font-size: 1.4em;
  padding: 5px 5px 5px 10px;
}

#wrapper #sidebar_right .block p,
#wrapper #sidebar_right .block ul {
  font-size: 1.1em;
}

/* Footer 
+++++++++++++++++++++++++++++++++++++++++*/

#footer {
  clear: both;
  overflow: hidden;
  background-color: #d6d3cf;
  border-top: 2px solid #e3e3e3;
  padding: 5px 10px 5px 70px;
  font-size: .9em;
  margin: 0;
}

/*
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}*/

#footer li {
  float: left;
  padding: 0 5px 0 6px;
  margin: 0;
  background: url("../images/footer-menu-separator.gif") no-repeat left center;
}

#footer li.first {
  background: none;
  padding-left: 0;
}

#footer li a {
  text-decoration: none;
}


/* Styles Unique to the Front page
+++++++++++++++++++++++++++++++++++++++++*/

body.front #main_menu {
  margin: 0;
  width: 1005px;
  padding: 0 0 5px 0;
  position: relative;
}

body.front #main_menu #main_menu_inner {
  margin: 0 30px 0 70px;
  padding: 0 0 3px 0;
}

body.front #main_menu #sitesearch {
  right: 30px;
}

#container { /* news, students and overseas blocks*/
  margin: 10px 12px 0 70px;
  overflow: hidden;
}

body.front #wrapper h3 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5em;
}

body.front #wrapper p,
body.front #wrapper .read-more {
  font-size: 1.1em;
  line-height: 1.5em;
}

body.front #wrapper p {
  font-size: 1.1em;
  line-height: 1.5em;
}

#for-students,
#from-overseas {
  background-color: #f2f0ed;
}

#for-students .content,
#from-overseas .content {
  background-color: #ffffff;
  border: 1px solid #ebe8e5;
}

#for-students .content h3,
#from-overseas .content h3 {
  padding: 7px 0 3px 11px;
  margin: 0;
  text-transform: uppercase;
}

#for-students .content h3.first,
#from-overseas .content h3.first {
  background-color: #ebe8e5;
}

#for-students .content p,
#from-overseas .content p {
  margin: 3px 11px 7px 11px;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #e1e0de;
}

#for-students .content p.last,
#from-overseas .content p.last {
  border-bottom: none;
}

body.front #wrapper a:link,
body.front #wrapper a:visited {
  color: #333333;
  text-decoration: underline;
}

body.front #wrapper a:focus,
body.front #wrapper a:hover,
body.front #wrapper a:active {
  color: #266272;
}

body.front #wrapper h3 a:link,
body.front #wrapper h3 a:visited {
  color: #266272;
  text-decoration: none;
  font-style: normal;
}

body.front #wrapper h3 a:focus,
body.front #wrapper h3 a:hover,
body.front #wrapper h3 a:active {
  color: #ff0000;
}

/* Welcome Block
-----------------------------------------*/

#header #welcome {
  position: relative;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #525f66;
  font-family: MuseoSans500, verdana, arial, sans-serif; 
  margin: 20px 20px 0px 20px;
}

#header #welcome #welcome-inner {
  background: #add7e4 url("../images/welcome-side.gif") repeat-y 0 0;
  padding: 15px 0 20px 40px;
}

#header #welcome #welcome-top {
  width: 966px;
  height: 4px;
  background: url("../images/welcome-top.gif") no-repeat 0 0;
  overflow: hidden;
}

#header #welcome #welcome-bottom {
  width: 966px;
  height: 3px;
  background: url("../images/welcome-bottom.gif") no-repeat 0 0;
  overflow: hidden;
}

#header #welcome .content {
  width: 460px;
}

#header #welcome #random-header {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 409px;
  height: 278px;
}

#header #welcome .image-01 {
  background: url("../images/header-images/image-01.png") no-repeat 0 0;
}

#header #welcome .image-02 {
  background: url("../images/header-images/image-02.png") no-repeat 0 0;
}

#header #welcome .image-03 {
  background: url("../images/header-images/image-03.png") no-repeat 0 0;
}

#header #welcome .image-04 {
  background: url("../images/header-images/image-04.png") no-repeat 0 0;
}

#header #welcome .image-05 {
  background: url("../images/header-images/image-05.png") no-repeat 0 0;
}

#header #welcome .image-06 {
  background: url("../images/header-images/image-06.png") no-repeat 0 0;
}

#header #welcome .image-07 {
  background: url("../images/header-images/image-07.png") no-repeat 0 0;
}

#header #welcome .image-08 {
  background: url("../images/header-images/image-08.png") no-repeat 0 0;
}

#header #welcome .image-09 {
  background: url("../images/header-images/image-09.png") no-repeat 0 0;
}

#header #welcome .image-10 {
  background: url("../images/header-images/image-10.png") no-repeat 0 0;
}

#header #welcome .image-11 {
  background: url("../images/header-images/image-11.png") no-repeat 0 0;
}

#header #welcome .image-12 {
  background: url("../images/header-images/image-12.png") no-repeat 0 0;
}

#header #welcome .image-13 {
  background: url("../images/header-images/image-13.png") no-repeat 0 0;
}

#header #welcome .image-14 {
  background: url("../images/header-images/image-14.png") no-repeat 0 0;
}

/* News
-----------------------------------------*/

#news {
  width: 401px;
  overflow: auto;
  float: left;
  margin: 0 7px 0 0;
}

#news h2.title {
  height: 32px;
  width: 226px;
  margin: 0 0 0 0;
}

#news h2.title em {
  background: url("../images/header-news.gif") no-repeat bottom left;
}

#block-views-news_and_updates .content {
  margin-bottom: 15px;
}

#news div.content h3.title {
  background-image: none;
  text-indent: 0;
  display: inline;
  margin: 0 0 3px 0;
}

#news div.content h3.title span.pub-type {
  text-transform: uppercase;
}

#news div.node {
  margin: 5px 0 0 0;
  border-bottom: 1px solid #e1e0de;
}

#news div.node .news-teaser {
  padding: 0 0 8px 0;
}


/* For Students
-----------------------------------------*/

#for-students {
  width: 246px;
  float: left;
  margin: 0 7px 0 0;
}

#for-students h2.title {
  height: 32px;
  width: 246px;
}

#for-students h2.title em {
  background: url("../images/header-forstudents.gif") no-repeat bottom left;
}


/* From Overseas
-----------------------------------------*/

#from-overseas {
  width: 246px;
  float: left;
}

#from-overseas h2.title {
  height: 32px;
  width: 246px;
}

#from-overseas h2.title em {
  background: url("../images/header-fromoverseas.gif") no-repeat bottom left;
}


/* Quicklinks
-----------------------------------------*/

body.front #quicklinks {
  background: #d6d3cf;
  border-bottom: 7px solid #b0b0b0;
  clear: both;
  padding: 8px 10px 6px 70px;
  margin: 10px 0 0 0;
  font-size: 1.1em;
}

body.front #quicklinks h3 {
  color: #828C93;
  font-size: 1em;
  margin: 0 0 3px 0;
}

body.front #wrapper #quicklinks h3 a:link,
body.front #wrapper #quicklinks h3 a:visited {
  color: #828C93;
}

body.front #wrapper #quicklinks h3 a:focus,
body.front #wrapper #quicklinks h3 a:hover,
body.front #wrapper #quicklinks h3 a:active {
  color: #ff0000;
}

body.front #quicklinks li {
  float: left;
}

body.front #quicklinks ul { /*Check for problems in Opera*/
  overflow: hidden;
}

body.front #quicklinks li.superannuation {
  float: left;
  width: 257px;
}

body.front #quicklinks li.graduate-employment {
  float: left;
  width: 295px;
}

body.front #quicklinks li.standing-commitees {
  float: left;
  padding: 0 0 0 16px;
}

body.front #quicklinks li.standing-commitees li {
  background: url("../images/quicklinks-separator.gif") no-repeat left bottom;
  padding: 0 5px 0 10px;
}

body.front #quicklinks li.standing-commitees li.first {
  background: none;
  padding: 0 5px 0 0;
}


/* Drupal Admin Styles
+++++++++++++++++++++++++++++++++++++++++*/

/* Tabs
-----------------------------------------*/

div.tabs {
  margin: 10px 0 0 0;
}

div.tabs ul.primary {
  min-height: 20px;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: #000000 2px solid;
}

div.tabs ul.primary li {
  display: block;
  float: left;
  margin: 0;
  padding: 0 5px 0;
  text-align: center;
}

div.tabs ul.primary a {
  padding: 6px 20px;
  color: #999999;
  text-decoration: none;
  border-color: #000000 #000000 #eeeeee #000000;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  background-color: #eeeeee;
}

div.tabs ul.primary a.active {
  color: #000000;
  font-weight: bold;
  border-color: #000000 #000000 #ffffff #000000;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  background-color: #ffffff;
  margin-bottom: -4px;
}

/*


div.tabs ul.primary a:hover {
  text-decoration: underline;
}

div.tabs ul.secondary {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 2em;
}

div.tabs ul.secondary li {
  display: inline;
  padding: 0 7px 0 5px;
  list-style-type: none;
  border-right: #000000 1px solid;
}

div.tabs ul.secondary a {
  color: #999999;
  text-decoration: none;
}

div.tabs ul.secondary a.active {
  color: #000000;
  font-weight: bold;
}

div.tabs ul.secondary a:hover {
  text-decoration: underline;
}*/

/* Collapsible menus
-----------------------------------------*/


#user-edit .form-item
#views-edit-view .form-item,
#node-form .form-item {
  margin-bottom: 10px;
  /*padding: 0 5px 0 5px;*/
}

#user-edit .fieldset-wrapper,
#views-edit-view .fieldset-wrapper,
#node-form .fieldset-wrapper {
  margin: 10px 0 0 0; /*hides top line of content of collapsed fieldset*/
}
    
fieldset {
  margin: 10px 0 10px 0;
  padding: 0 5px 0 5px;
  overflow: auto;
}

label {
  vertical-align: top;  
}



#user-edit fieldset.collapsed,
#views-edit-view fieldset.collapsed,
#node-form fieldset.collapsed {
  overflow: hidden;
  height: 1px;
  border-width: 1px 0 0 0;
  padding: 0;
}

#user-edit fieldset textarea,
#views-edit-view fieldset textarea,
#node-form fieldset textarea {
  max-width: 480px;
}

/* Warnings/tips
-----------------------------------------*/

.description {
  padding: .5em;
  font-style: italic;
}

.messages,
.help {
  margin: 1em;
  padding: 1em;
  border-width: 2px;
  border-style: solid;
}

.error {
  border-color: #ff0000;
  background-color: #ffdddd;
}

.status {
  font-style: italic;
  border-color: #9FE4FF;
  background-color: #D9F4FF;
}

.help {
  font-style: italic;
  border-color: #FEFF7F;
  background-color: #ffffcc;
}

.help .more-help-link {
  font-weight: bold;
}





