/*
Theme Name: CT Management
Theme URI: http://ctman.com.au
Description: CT Management theme for WordPress.
Author: Lisa Dale & Kayne Richens
Author URI: http://www.lisadale.com.au
Version: 3.0
Tags: CT Management

License: 
License URI:

General comments (optional).
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end reset */


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* end WordPress Core */



body {
    width: 970px;
    background-color: #EAEAEA;
    background-image: url('images/background.gif');
    background-repeat: repeat-x;
    background-position: top left;
    color: #555;
    font-size: 13px;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    line-height: 170%;
    max-width: 1250px;
    margin: 0 auto;
}

ol { list-style: decimal; margin-left: 20px; line-height: 1.6; }
ul { list-style: disc; margin-left: 40px; line-height: 1.6; }

ul, ol { margin-top: 10px; margin-bottom: 10px; }

p { margin: 10px 0; line-height: 1.3; }

a { color: #2c87c4; text-decoration: none; }
a:hover { text-decoration: underline; }

strong { font-weight: bold; }
em { font-style: italic; }

hr { border-color: #f5851f; border-width: 2px; margin: 30px 0 20px 0; }

blockquote { padding: 0 50px; }

small {
    margin-left: 20px;
    font-size: 50%;
}


#header {
    height: 230px;

    background: #adc3dc;
    background: -moz-linear-gradient(top, #EDF2F7 0%, #014693 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EDF2F7), color-stop(100%,#014693));
    background: -webkit-linear-gradient(top, #EDF2F7 0%, #014693 100%);
    background: -o-linear-gradient(top, #EDF2F7 0%, #014693 100%);
    background: -ms-linear-gradient(top, #EDF2F7 0%, #014693 100%);
    background: linear-gradient(top, #EDF2F7 0% ,#014693 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EDF2F7', endColorstr='#014693');/*For IE7-8-9*/ 
    /*height: 1%; For IE7 

    overflow: hidden;*/

    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: white;
    margin-bottom: 20px;
    position: relative;
}

#header h1 {
    background-image: url('images/header.png');
    background-repeat: no-repeat;

    position: absolute;
    width: 970px;
    height: 200px;
    top: 10px;
}

#header #search-bar {
    position: absolute;
    top: 135px;
    right: 10px;
}

#header #associate-login {
    position: absolute;
    top: 90px;
    right: 10px;
    font-size: 120%;
}

#header #associate-login .button {
    padding: 6px 10px;
    font-weight: normal;
    
    background: #01293f;
    background: -moz-linear-gradient(top, #0b466b 0%, #0a466b 50%, #01293f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b466b), color-stop(50%, #0a466b), color-stop(100%,#01293f));
    background: -webkit-linear-gradient(top, #0b466b 0%, #0a466b 50%, #01293f 100%);
    background: -o-linear-gradient(top, #0b466b 0%, #0a466b 50%, #01293f 100%);
    background: -ms-linear-gradient(top, #0b466b 0%, #0a466b 50%, #01293f 100%);
    background: linear-gradient(top, #0b466b 0%, #0a466b 50%, #01293f 100%);
}




#navigation {
    position: absolute;
    right: 10px;
    bottom: 0;
}

#nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav li a {
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: left;


    border-top: 1px solid #083653;
    border-left: 1px solid #083653;
    border-right: 1px solid #083653;

    background: #01293f;
    background: -moz-linear-gradient(top, #0b466b 0%, #0a466b 50%, #01293f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b466b), color-stop(50%, #0a466b), color-stop(100%,#01293f));
    background: -webkit-linear-gradient(top, #0b466b 0%, #0a466b 50%, #01293f 100%);
    background: -o-linear-gradient(top, #0b466b 0%, #0a466b 50%, #01293f 100%);
    background: -ms-linear-gradient(top, #0b466b 0%, #0a466b 50%, #01293f 100%);
    background: linear-gradient(top, #0b466b 0%, #0a466b 50%, #01293f 100%);

    font-size: 1.1em;
    padding: 5px 9px;
}

#nav li {
    margin-left: 2px;
    display: inline-block;
    float: left;
}

#nav li li {
    margin-left: 0;
}

#nav > li > a {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


#nav li.selected a,
#nav > li.current-menu-item a,
#nav > li.current_page_item a,
#nav > li.current_page_ancestor a {
    background: #f5f5f5;
    color: #4D4D4D;
}

#nav > li > ul {
    border-top-width: 0;
}

#nav > ul li.sfhover a,
#nav > ul li:hover a {
    background: #083653;
    color: #fff;
}

#nav li.sfhover,
#nav li:hover {
    position: relative;
    z-index: 1000;
}

#nav ul {
    border: 1px solid #222;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#nav ul li ul {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}



#nav ul,
#nav .sfhover ul ul,
#nav :hover ul ul {
    display: none;
    position: absolute;
}




#nav .sfhover ul,
#nav :hover ul {
    display: block;
    top: 100%;
    width: 180px;
    margin: 0;
}

#nav .sfhover ul li > a,
#nav :hover ul li > a {
    background: #083653;
    color: #fff;
    
    border-bottom: 1px solid #083653;
}

#nav .sfhover ul .sfhover > ul,
#nav :hover ul :hover > ul {
    left: 180px;
    top: -1px;
    width: 180px;
    display: block;
}

#nav ul li.sfhover > a,
#nav ul li:hover > a {
    background-color: whitesmoke;
    color: #4D4D4D;
}

#nav .sfhover ul li,
#nav :hover ul li {
    min-height: 30px;
    line-height: 20px;
    width: 180px;
}

#nav .sfhover ul li a,
#nav :hover ul li a {
    padding: 5px 5px 5px 10px;
}






/*

#nav ul.sub-menu {
    position: absolute;
    display: block;
    z-index: 9999999;
}

#nav ul.sub-menu li {
    float: none;
    display: block;
}
*/


h2, h3, h4 {
    font-family: Arial, serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #004495;
    line-height: 1.2em;
    margin: 8px 0;
}

h2 { font-size: 2.4em; }
h3 { font-size: 2.0em; }
h4 { font-size: 1.6em; }

h2:first-letter,
h3:first-letter,
h4:first-letter,
.heading { 
    font-size: 1.2em; 
}

.heading {
    font-weight: bold;
    text-transform: uppercase;
}

div#container {
    background: white;
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

div#content {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    float: left;
    width: 100%;
}

div#content .padder {
    border-right: 1px solid #DDD;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-right: 225px;
}

.padder {
    padding: 19px;
}

#sidebar {
    border-left: 1px solid #DDD;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    float: left;
    margin-left: -226px;
    margin-top: 1px;
    width: 224px;
}

#sidebar h3.widgettitle {
    background: transparent;
    clear: left;
    margin: 0 0 10px 0;
    padding: 0;
    color: #0679fa;
    font-size: 1.4em;
}

#sidebar .padder {
    padding: 10px;
}

#subscribe {
    background-color: #0b466b;
    text-align: center;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    padding: 5px 10px 10px 10px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    margin-bottom: 20px;
}

#subscribe input {
    margin-bottom: 2px;
}

input[type="text"] {
    width: 160px;
    padding: 6px 10px;
    border: 1px solid black;

    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

button, 
a.button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"], 
ul.button-nav li a, 
div.generic-button a, 
.comment-reply-link {
    color: #fff !important;
    background: #2762a4;
    filter: none !important;
    border: 1px solid #1a374d;
    font-weight: bold;
    padding: 3px 5px;
    text-decoration: none;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

button:hover,
a.button:hover,
a.button:focus,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
ul.button-nav li a:hover,
ul.button-nav li.current a,
div.generic-button a:hover,
.comment-reply-link:hover {
    background: #5689c2;
}

input[type=submit] {
    background-color: #f69f55;
    padding: 6px 10px;
    color: #0b466b !important;
    border: 1px solid #f98624;
}

input[type=submit]:hover {
    background-color: #f79f69;
}


.date-box {
    float: left;
    width: 55px;
    margin-bottom: 10px;
    -moz-box-shadow: 2px 2px 6px #EDEDED;
    -webkit-box-shadow: 2px 2px 6px #EDEDED;
    box-shadow: 2px 2px 6px #EDEDED;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#EDEDED')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#EDEDED');
}

.date-box-month {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.date-box-day {
    font-size: 2em;
    text-align: center;
    padding: 8px 0;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.date-article-footer {
    margin: 10px 0;
    clear: left;
    border-bottom: 1px solid #e6e6e6;
}

.date-content {
    margin-left: 62px;
}

.date-title a {
    font-weight: bold;
}

.date-excerpt {
    font-size: 0.9em;
}




#news .date-box-month {
    background-color: #013B7B;
    color: white;
}

#news .date-title a {
    color: #013B7B;
}


#events h3.widgettitle {
    color: #f8a056 !important;
}

#events .date-box-month {
    background-color: #f8a056;
    color: #fff;
}

#events .date-title a {
    color: #d36406;
}


.publication,
.internal_resource,
.service_resource {
    border-top: 1px solid #DDD;
    border-top: 1px solid #DDD;
    padding: 10px 0;
}

.publication-meta,
.internal_resource-meta,
.service_resource-meta {
    float: right;
    color: #a9a9a9;
}



#related-links {
    clear: both;
    margin: 10px;
    padding: 10px 20px 0 20px;
    
    background-color: #aac3e5;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#related-links hr {
    border: 2px dotted #dddddd;
    margin: 10px 0 20px 0;
}

#related-links .images {
    text-align: center;
}

#related-links .images img {
    padding: 0 20px;
    border-right: 1px solid #c6d5e9;
    margin: 0px 0 20px 0;
}

#related-links img.last {
    border-right: none
}



#footer {
    clear: both;
    margin: 10px;
    padding: 20px 0;

    background-color: #f2f0f0;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

    text-align: center;
}

#footer ul {
    list-style: none;
    margin: 6px 0;
}

#footer ul li {
    display: inline;
    padding: 0px 6px 2px 6px;
    margin: 0;
    font-weight: bold;
    border-right: 2px solid #f7b47c;
    color: #666;
}

#footer ul li a {
    text-decoration: none;
    color: #666;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer ul li.last {
    border-right: none !important;
}

.pdf_icon {
    background-image: url('images/pdficon_small.png');
    background-repeat: no-repeat;
    background-position: left center;

    padding-left: 20px;
}

.pdf_icon_large {
    background-image: url('images/pdficon_large.png');
    background-repeat: no-repeat;
    background-position: left center;

    padding: 20px 40px;
}

.nav-previous,
.pagenavi {
    float: right;
}

.tri-column-left{
	width: 31%; 
	float: left;
}

.tri-column-center{
	width: 31%; 
	float: left; 
	margin-left: 2%; 
	border-left: 1px solid #DDD; 
	padding-left: 1%;  
	border-right: 1px solid #DDD; 
	padding-right: 1%;
}

.tri-column-right{
	width: 32%; 	
	float: right; 
	margin-left: 1%;
}
