/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 20 November 2008 18:57:37
*/


/* Screen CSS for CIT pathways */

body {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    /* Centering for older versions of IE */
    text-align:center;    
}

form {
    margin:0;
    padding:0;
    display:inline;
}


/**
 * Heading 1 - Main masthead
 */

h1 {
    margin:0 0 5px 0;
    /**
     * Absolute sizing needed so h1 (which is an image) 
     * does not resize the page when the font size changes
     */
    font-size:10px;
}

/**
 * Heading 2 - Main heading for pages
 */
 
h2 {
    color:#003366;
    margin:0.25em 0 0.5em;
    padding:0;
    font-size:1.4em;
    font-weight:normal;
}

/**
 * Heading 3 - Secondary heading for pages
 */
 
h3 {
    /*color:#9D4F9D;*/
    color:#006699;
    margin:0.5em 0 0.25em;
    padding:0;
    font-size:1.1em;
    font-weight:bold;
}

/**
 * Heading 4 - Tertiary heading for pages
 */
 
h4 {
    color:#333333;
    margin:0.25em 0 0.25em;
    padding:0;
    font-size:1em;
    font-weight:bold;
}

p {
    margin:0.5em 0 1em 0;
}

/**
 * Set all images to have no border
 */

img {
    border:0;
    margin:0;
    padding:0;
}

/**
 * Unordered list item bullets
 */

ul li {
    list-style-image:url(http://www.canberra.edu.au/__data/assets/image/0006/47706/bullet.png);
}

/**
 * Definition lists
 */ 
 
dt, dd {
    margin:0 0 0.5em 0;
    padding:0;
}

dt {
    float:left;
}

dd {
    padding:0 0 0 5em;
}

/**
 * Default table details
 */

table th {
    vertical-align:top;
    font-weight:bold;
    text-align:left;
} 

table td {
    text-align:left;
    vertical-align:top;
    padding:0.5em 0 0.5em 0;
}

/**
 * Default link colours
 */

a {
    color:#0099FF;
}

a:hover {
    color:#FF9900;
}

/**
 * Links to PDF documents have PDF icons
 */

a.pdf {
    background-image:url(http://www.canberra.edu.au/__data/assets/image/0004/47713/pdf.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding:2px 0 2px 26px;
}

/** 
 * For priority 3 accessibility, links need to be separated with more than whitespace,
 * since this can impact design, use this class when you need an 'invisible' link 
 * separator
 */

.linkseparator {
    display:none;
}

/**
 * Spacer para used for Mac IE 5 
 */
 
.spacer {
    margin:0 0 30px 0;
}

/**
 * CSS min-height prop and clear
 */
 
.prop {
    height:425px;
    float:right;
    width:1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

/**
 * Main layout.
 * Background should be 'watermarked' behind main menu and body content.
 */
 
#layout {
    margin:0 auto 0 auto;
    padding:10px 0 0 0;
    background-image:url(http://www.canberra.edu.au/__data/assets/image/0004/47704/background.jpg);
    background-repeat:no-repeat;
    width:762px;
    text-align:left;
}

#layout.sub {
    background-image:url(http://www.canberra.edu.au/__data/assets/image/0003/47721/sub_background.jpg);
}

/**
 * UC and CIT logo images
 */

#cit {
    float:left;
}

#uc {
    float:right;
}

/**
 * Main menu
 */
 
#menu {
    margin:96px 0 0 0;
    padding:0;
    list-style-type:none;
    font-size:10px;    
    text-indent:none;
    text-align:left;
}

#menu li {
    text-align:left;
    margin:0;
    display:inline;
    font-size:10px;
    text-indent:none;
}

/* Centre image needs margin on both sides to stay exactly in the centre */
#menu li.centre {
    margin:0 8px 0 8px;
}

/**
 * Body content
 */
 
#content {
    font-family:Arial, Helvetica, sans-serif;
    width:500px;
    margin:10px 0 0 0;
    font-size:0.8em;
    min-height:425px;
    /* IE min-height hack 
    height:350px;
    min-height:350px;  */
}

/**
 * Search box, search results and course links
 */

#search {
    border:0;
    margin:0;
    padding:0;
    vertical-align:top;
}

#search legend,
#search label {
    display:none;
}

#keyword,
#course {
    display:inline;
}

input.button {
    margin:2px 0 -4px 2px;
}

/**
 * Sidebar search
 */

#sidebar #search  {
    margin:0;
    padding:6px 12px 0px 12px;
}

#sidebar #search input {
    display:block;
    margin:0;
    padding:0;
}

#sidebar #search .button {
    padding:4px 0 4px 0;
}

/**
 * Reset margins and padding 
 */

#results p,
#results ol,
#results ol li,
#results ol li dl,
#results ol li dl dt,
#results ol li dl dd {
    margin:0;
    padding:0;
}

#results ol {
    text-indent:0;
    list-style-type:none;
}

/* Apply explicit margins */

#results ol li dl {
    margin:0 0 0.5em 0;
}

#results ol li dl dt {
    font-weight:bold;
    float:left;

}

#results ol li dl dd {
    margin:0.1em 0.1em 0.1em 10em;
}

/**
 * Side bar content
 */ 
#sidebar {
    top:350px;
    margin:0 0 0 516px;
    width:246px;
    padding:0;
    position:absolute;
}

/**
 * Sub level pages use the sub class to ensure correct height from top 
 * since smaller menu images are used.
 */

#sidebar.sub {
    top:230px;
}

#sidebar p, #sidebar h3, #sidebar li {
    margin:0;
    font-size:0.7em;
    letter-spacing:1px;
}

#sidebar h3 {
    margin:30px 0 0 0;
}

#sidebar p {
    margin:6px 2px 0 18px;
}

#sidebartop {
    height:16px;
    background-image:url(http://www.canberra.edu.au/__data/assets/image/0010/47719/sidebar-top.png);
    background-repeat:no-repeat;
    font-size:1px; /* To ensure box isn't too high */
}

#sidebarbody {
    background-image:url(http://www.canberra.edu.au/__data/assets/image/0008/47717/sidebar-background.png);
    background-repeat:repeat-y;
}

#sidebarbottom {
    background-image:url(http://www.canberra.edu.au/__data/assets/image/0009/47718/sidebar-bottom.png);
    background-repeat:no-repeat;
}

/**
 * Announcements
 */
 
#announcements h3 {
    margin:0 0 10px 0;
}

#announcements ul {
    margin:0 0 0 34px;
    padding:0;
}

#announcements ul li {
    margin:0 6px 0 0;
    padding:0;
}

/**
 * Useful contacts
 */

#contacts {

}

/**
 * More questions
 */
 
#questions {
    
}

/**
 * Search panel
 */

#searchpanel {

}

/**
 * Global footer
 */
 
#footer {
    margin:0 auto 0 auto;
    width:762px;
    font-size:0.7em;
    color:#666666;
}

#footer p {
    margin:0 0 0.25em 0;
    padding:0 0 0 0;
}

#footer ul {
    margin:0;
    padding:0;
}
 
#footer li {
    display:inline;
    list-style-type:none;
}

#footer li a {
    color:#666666;
}

#footer li a:hover {
    color:#333333;

}