html {
  margin: 0 !important;
  padding: 0;
  background: #fff; }

body {
  background: url(images/bg.gif) 0 0 repeat-x;
  font-family: 'Avenir', Arial, sans-serif;
  margin: 0;
  padding: 0; }

/* text styles */
h1, h2, h3, h4, h5, h6 {
  color: #010734;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'Avenir', Arial, sans-serif; }

h1 {
  font-size: 30px;
  margin: 0 0 18px 0;
  padding: 0; }

body.home h1 {
  text-transform: uppercase; }

h2 {
  font-size: 24px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-style: normal;
  padding: 0; }

.page-template-default #content h2 {
  font-size: 20px;
  margin: 15px 0; }

h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 15px 0; }

h3 span {
  font-weight: normal; }

h4 {
  font-size: 13px; }

h5 {
  font-size: 12px;
  font-weight: normal; }

h6 {
  font-size: 10px; }

blockquote, blockquote p {
  font-size: 22px;
  line-height: 26px;
  text-transform: none;
  line-height: 26px;
  font-weight: normal;
  font-style: italic;
  color: #010734;
  font-family: 'adobe-caslon-pro', georgia, serif;
  margin: 0 0 10px 0;
  padding: 0; }

p, #content li {
  font-family: 'Avenir', Arial, sans-serif;
  color: #010734;
  font-size: 14px;
  line-height: 19px;
  /*margin: 0;*/
  padding: 0 0 10px 0; }

a {
  color: #010734;
  text-decoration: none; }

a:hover {
  color: #000;
  text-decoration: underline; }

a:visited {
  color: #000; }

.hidden, #hidden {
  display: none; }

a.more-btn {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 9px 9px 19px;
  /*margin: 10px 0 0 0;*/
  background: #010734 url(images/more-btn-bg.gif) top left repeat-y;
  clear: both; }

a.more-btn:hover {
  background: #22274e url(images/more-btn-bg.gif) top left repeat-y;
  text-decoration: none; }

/* ---------------------------------------------------------------- HEADER */
#header {
  margin: 0 auto;
  width: 1170px;
  height: 255px;
  background: url(images/stripe.gif) top left no-repeat; }

h1.logo {
  float: left;
  width: 280px;
  height: 60px;
  margin: 90px 0 0 290px;
  padding: 0;
  border: 0 none; }

h1.logo.gov {
  width: 205px;
  height: 105px;
  margin: 42px 0 0 145px; }

h1.logo a {
  text-indent: -999px;
  overflow: hidden;
  font-size: 0px;
  background: url(images/chiefscientist-logo.gif) no-repeat top left;
  display: block;
  margin: 0;
  padding: 0;
  width: 280px;
  height: 60px; }

h1.logo.gov a {
  background: url(images/ausgov-logo.gif) no-repeat top left;
  width: 205px;
  height: 105px; }

h1.logo-print {
  display: none; }

/*Navigation*/
#nav {
  width: 1170px;
  height: 55px;
  float: left;
  margin: 50px 0 0 0; }

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 55px;
  width: 945px;
  float: left; }

#nav ul li {
  display: inline;
  margin: 0;
  padding: 0;
  float: left; }

#nav ul li a {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #010734;
  padding: 18px 20px 16px 20px;
  display: inline-block;
  background: url(images/nav-div.gif) top right no-repeat; }

#nav ul li a:hover {
  background: #bfbfc1;
  text-decoration: none;
  color: #000; }

#nav ul li ul {
  position: absolute;
  width: 300px;
  left: -999px;
  z-index: 9000; }

#nav ul li ul li {
  display: block;
  float: none; }

#nav ul li ul li a {
  background: none;
  display: block;
  background: #d8d9db;
  font-weight: normal;
  padding: 8px 20px 8px 20px; }

#nav ul li:hover ul, #nav ul li ul:hover {
  left: auto; }

form#search, form.em-events-search-form {
  float: right;
  margin: 10px 0 0 0;
  width: 210px;
  height: 35px; }

form.em-events-search-form {
  width: 400px; }

form#search input, form.em-events-search-form input {
  float: left;
  background: #fff;
  border: 1px solid #9c9c9e;
  border-right: none;
  width: 131px;
  padding: 8px 12px;
  font-size: 16px;
  color: #7f7f83; }

form#search input.go, form.em-events-search-form input.em-events-search-submit {
  background: #d0dc49;
  border-right: 1px solid #9c9c9e;
  border-left: none;
  padding: 7px 25px;
  color: #010734;
  text-transform: uppercase;
  text-shadow: -1px 1px 0px #e8eea6;
  filter: dropshadow(color=#e8eea6, offx=-1, offy=1); }

form#search input.go {
  width: 30px; }

form.em-events-search-form input.em-events-search-submit {
  width: auto; }

form#search input.go:hover, form.em-events-search-form input.em-events-search-submit:hover {
  background: #c8d815; }

form.em-events-search-form {
  float: none;
  margin: 0 0 30px 0; }

/* ---------------------------------------------------------------- MAIN */
#main {
  margin: 0 auto;
  width: 1170px;
  min-height: 780px;
  overflow: auto;
  padding: 30px 0 50px 0; }

/* ------------------------------------- Home styles*/
#main #left {
  float: left;
  width: 380px;
  margin: 0 35px 0 0; }

/*Intro box*/
#main #left #intro {
  height: 115px;
  background: #cedc36 url(images/intro-thumb.jpg) top right no-repeat;
  padding: 35px 140px 35px 22px; }

#main #left #intro h1 {
  font-size: 28px;
  text-transform: none;
  line-height: 30px;
  font-weight: normal;
  font-style: italic;
  color: #010734;
  font-family: 'adobe-caslon-pro', georgia, serif; }

#main #left p#tagline {
  font-size: 16px;
  line-height: 20px;
  color: #010734;
  margin: 0;
  padding: 29px 30px 41px 30px; }

/*Events box*/
#main #left #events {
  background: #d8d9db;
  min-height: 150px;
  padding: 15px; }

#main #left #events, #main #left #fb, #main #left #meltwater {
  margin-bottom: 10px; }

#main #left #events ul {
  margin: 0;
  padding: 0; }

#main #left #events ul li {
  display: block;
  float: left;
  color: #010734;
  font-size: 15px;
  width: 315px;
  padding: 0 0 14px 0; }

#main #left #events ul li a {
  color: #010734;
  display: block;
  font-weight: bold; }

#main #left #events ul li span.date {
  width: 40px;
  height: 34px;
  display: block;
  padding: 6px 0 0 0;
  margin: 0 18px 0 0;
  float: left;
  background: #010734;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  text-align: center; }

#main #left #events ul li span.date span {
  font-size: 19px;
  line-height: 19px; }

/*Main*/
body.home #main #content {
  width: 755px;
  float: right; }

/*Slideshow*/
#main #content #slideshow {
  border-top: 5px solid #cedc36;
  margin: 0 0 35px 0; }

/*Home page columns*/
#main #content .column {
  width: 336px;
  padding: 20px 12px;
  border-top: 5px solid #cedc36;
  float: left; }

#main #content .column.two {
  float: right; }

/*Speeches column*/

#main #content #speeches ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#main #content #speeches ul li {
  position: relative;
  font-size: 15px;
  line-height: 18px; }

#main #content #speeches ul li h3 {
  position: relative;
  margin: 0 0 12px 0; }


#main #content #speeches ul li h3 a {
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  background: #010734;
  padding: 7px 10px 4px 10px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  clear: both;
  max-width: 310px; }

#main #content #speeches ul li a:hover {
  background: #000; }

/*Media column*/

#main #content #media div h3 a {
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px; }

#main #content #media p {
  font-size: 15px;
  line-height: 18px; }

#media #gallery {
  margin: 30px 0 0 0; }

#media #gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 336px;
  min-height: 150px; }

#media #gallery ul li {
  display: inline-block;
  margin: 0 2px 2px 0;
  padding: 0;
  width: 65px;
  height: 65px;
  float: left; }

/* ------------------------------------- Content styles*/
#main #content {
  width: 855px;
  float: left; }

#main #content img {
  float: left;
  display: block;
  margin: 0 20px 20px 0; }

body.home #main #content img {
  float: none;
  margin: 0; }

body.single-post #main #content a {
  text-decoration: underline;
  font-weight: bold; }

body.single-post #main #content a:visited {
  color: #666; }

body.single-post #main #content #breadcrumbs a:visited {
  color: #000; }

#breadcrumbs {
  font-size: 12px;
  margin: 0 0 30px 0; }

#main #content .feed {
  width: 825px;
  /*padding: 20px 15px;*/
  padding: 10px 15px;
  border-top: 2px solid #d8d9db;
  min-height: 100px;
  position: relative;
  overflow: auto; }

#main #content .feed.feature {
  border-top: 5px solid #cedc36;
  background: #d8d9db;
  margin: 0 0 10px 0; }

#main #content .feed p {
  font-size: 15px;
  line-height: 18px; }

#main #content .feed a.more-btn {
  float: right; }

#main #content #em-wrapper .feed {
  min-height: 50px; }

/* ------------------------------------- Right Sidebar styles*/
#main #right {
  width: 250px;
  float: right;
  margin: 95px 0 0 0; }

#main #right .sidebar-box {
  width: 206px;
  padding: 22px 22px 10px 22px;
  margin: 0 0 15px 0; }

#main #right .sidebar-box ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#main #right .sidebar-box ul li {
  margin: 0;
  padding: 0 0 8px 0;
  font-size: 14px; }

#main #right .sidebar-box h2 {
  font-size: 18px; }

/* Related Links box style*/
#main #right #related {
  background: #010734;
  color: #fff; }

#main #right #related h2, #main #right #related a {
  color: #fff; }

/* Links box style */
#main #right #links {
  background: #d8d9db; }

/* Archive box style */
#main #right #archive {
  background: #fff;
  border: 1px solid #1f244b;
  width: 204px; }

#main #right div#calendar {
  width: 170px;
  margin: 0 0 15px 0;
  padding: 22px 40px 22px 40px;
  text-align: center;
  background: #f4f4f4; }

/* Sub-nav style */
#main #right #sub-nav {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0; }

#main #right h3 {
  background: #010734;
  color: #d8d9db;
  padding: 8px 22px;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #232748; }

#main #right #sub-nav li a {
  color: #fff;
  display: block;
  padding: 8px 22px;
  font-size: 14px;
  width: 206px;
  background: #010734;
  border-bottom: 1px solid #232748; }

#main #right #sub-nav li a:hover {
  background: #cedc36;
  color: #010734;
  text-decoration: none; }

/* ---------------------------------------------------------------- FOOTER */
#footer-wrap {
  margin: 0 auto;
  width: 100%;
  background: #d8d9db url(images/footer-bg.gif) top left repeat-x; }

#footer {
  margin: 0 auto;
  width: 1080px;
  min-height: 60px;
  padding: 35px 0 45px 90px;
  background: url(images/stripe.gif) top left repeat-y; }

#footer p {
  font-size: 14px;
  float: left; }

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right; }

#footer ul li {
  display: inline;
  margin: 0 25px 0 0;
  font-size: 14px; }

/* ---------------------------------------------------------------- CONTACT FORM */
/* Contact form*/
.wpcf7-form {
  width: 50%;
  margin: 0 0 50px 0; }

.wpcf7 input, .wpcf7 textarea {
  border: none;
  background: #f9f9f9;
  margin: 0;
  padding: 12px;
  width: 85%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border: 1px solid #9c9c9e; }

.wpcf7 .radio-button input {
  width: auto; }
.wpcf7 .radio-button span {
width:100%;
}
input.wpcf7-submit {
  background: #d0dc49;
  padding: 7px 25px;
  color: #010734;
  width: 25%;
  text-transform: uppercase;
  text-shadow: -1px 1px 0px #e8eea6;
  filter: dropshadow(color=#e8eea6, offx=-1, offy=1);
  float: left; }

.wpcf7-select {
width:100%;
max-width:388px;
height: 41px;
border: 1px solid #9c9c9e;
}

input.wpcf7-submit:hover {
  background: #c8d815; }

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
  border: 2px solid #FF0054 !important; }

/* ---------------------------------------------------------------- SLIDESHOW */
/* Browser Resets */
.flex-container a:active, .flexslider a:active {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  width: 100%;
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides > li {
  position: relative; }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative; }

/* Caption style */
.flex-caption {
  width: 340px;
  min-height: 35px;
  padding: 20px 40px 20px 20px;
  position: absolute;
  right: 0;
  bottom: 50px;
  background: #010734;
  color: #fff;
  font-size: 17px;
  line-height: 20px; }

.flex-caption .read-more {
  clear: both;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  right: 40px;
  bottom: 2px; }

/* Direction Nav */
.flex-direction-nav {
  position: absolute;
  bottom: 25px;
  left: 355px;
  min-width: 80px;
  padding: 5px 5px 8px 5px;
  background: #010734; }

#content .flex-direction-nav li {
  display: inline;
  padding: 0; }

.flex-direction-nav li a {
  width: 9px;
  height: 11px;
  display: inline-block;
  background: url(images/controls.gif) no-repeat 0 0;
  cursor: pointer;
  text-indent: -9999px; }

.flex-direction-nav li .next {
  background: url(images/controls.gif) no-repeat top right;
  float: right; }

.flex-direction-nav li .prev {
  background: url(images/controls.gif) no-repeat top left; }

.flex-direction-nav li:hover .next {
  background: url(images/controls.gif) no-repeat bottom right; }

.flex-direction-nav li:hover .prev {
  background: url(images/controls.gif) no-repeat bottom left; }

/* Control Nav */
.flex-control-nav {
  position: absolute;
  left: 370px;
  bottom: 26px;
  text-align: center;
  min-width: 50px;
  padding: 5px 0 8px 0;
  z-index: 1; }

#content .flex-control-nav li {
  margin: 0 0 0 5px;
  padding: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 12px;
  line-height: 13px; }

.flex-control-nav li:first-child {
  margin: 0; }

.flex-control-nav li a {
  color: #fff;
  cursor: pointer;
  padding: 2px 5px 0 5px;
  display: block; }

.flex-control-nav li a:hover, .flex-control-nav li a.active {
  color: #010734;
  background: #cedc36;
  text-decoration: none; }

/* -------------------------------------- Events page: Calendar */
body.page-template-events-php #content-inner.single h3 {
  clear: both; }

div#events-header {
  display: block;
  float: left;
  width: 100%; }

ul.dbem_events_list {
  padding: 0;
  margin: 0;
  list-style: none; }

ul.dbem_events_list li {
  margin: 0 0 10px 0;
  background: none !important;
  padding: 0 !important; }

table.dbem-calendar-table {
  margin: -10px auto 0 auto;
  width: 90% !important; }

table.dbem-calendar-table a {
  color: #cedc36;
  text-decoration: none !important; }

table.dbem-calendar-table thead a {
  color: #cedc36;
  font-weight: normal; }

table.dbem-calendar-table, table.dbem-calendar-table thead {
  font-weight: normal;
  color: #cedc36; }

table.dbem-calendar-table thead {
  line-height: 50px; }

table.dbem-calendar-table td, td.eventless, table.em-calendar td.eventless-pre, .em-calendar td.eventless-post, table.em-calendar td.eventless-today {
  font-size: 12px; }

table.dbem-calendar-table td.eventless-today, table.dbem-calendar-table td.eventful-today {
  background: none !important;
  color: #000000;
  font-size: 12px; }

tr.days-names {
  color: #000;
  font-size: 12px; }

thead tr td {
  font-size: 14px; }

td.month_name {
  font-size: 18px;
  font-weight: normal; }

table.dbem-calendar-table td.eventless-pre, .dbem-calendar td.eventless-post {
  color: #CCCCCC;
  font-size: 12px; }

table.dbem-calendar-table td.eventful a {
  text-decoration: none !important; }

table.dbem-calendar-table td.eventful a:hover {
  text-decoration: underline !important; }

td.eventful, td.eventful-post, td.eventful-today {
  color: #010734 !important;
  font-size: 12px;
  background: #cedc36;
  padding: 2px 4px;
  text-align: center; }

td.eventful a, td.eventful-post a, td.eventful-today a {
  color: #fff !important;
  font-weight: normal !important; }

table.dbem-calendar-table td.eventful-pre a, table.dbem-calendar-table td.eventful-post a {
  background: none repeat scroll 0 0 #aaaaaa;
  color: #FFFFFF !important;
  font-size: 12px;
  padding: 2px 6px; }

/*Pagination*/
#content .paging {
  list-style: none;
  margin: 0;
  padding: 0; }

#content .paging li {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 11px;
  padding: 7px 5px;
  margin: 0 0 3px 0;
  background: #010734; }

#content .paging li a {
  color: #fff;
  padding: 5px 5px; }

#content .paging li a:hover {
  background: #fff;
  color: #010734;
  text-decoration: none; }

#content .paging li.active {
  color: #D0DC49; }

td.eventful a, td.eventful-post a, td.eventful-today a {
  color: #010734 !important; }

/* all A tags whose HREF attribute ends in .a file extention */
#content a span.pdf {
  width: 16px;
  height: 16px;
  background: transparent url(images/icon_pdf.gif) no-repeat center right;
  display: inline-block; }

#content a span.mailto {
  width: 16px;
  height: 16px;
  background: transparent url(images/icon_mailto.gif) no-repeat center right;
  display: inline-block; }

#content a span.doc {
  width: 16px;
  height: 16px;
  background: transparent url(images/word.gif) no-repeat center right;
  display: inline-block; }

#content a span.xls {
  padding-right: 18px;
  background: transparent url(images/excel.gif) no-repeat center right;
  display: inline-block; }

#content a span.jpg {
  padding-right: 18px;
  background: transparent url(images/picture.gif) no-repeat center right;
  display: inline-block; }

#content a span.external {
  width: 16px;
  height: 16px;
  background: transparent url(images/external_link.gif) no-repeat center right;
  display: inline-block; }

/* Gallery */
dt.gallery-icon {
  display: block;
  float: left;
  width: 75px; }

dd.gallery-caption {
  display: block;
  float: right;
  width: 200px; }

#gallery-1 .gallery-item {
  width: 280px !important;
  height: 100px;
  text-align: left !important; }

.twitter-section {
  margin-top: 10px;
  clear: both;
  overflow: hidden; }
  .twitter-section .title {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    margin: 0;
    padding: 15px 20px;
    border-left: 10px solid #cedc36;
    background-color: #010734;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    text-transform: none;
    position: relative; }
    .twitter-section .title:after {
      content: url(images/img-bg-twitter.png);
      position: absolute;
      top: 13px;
      right: 12px; }
  .twitter-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both; }
    .twitter-section ul li {
      position: relative;
      margin: 0;
      box-sizing: border-box;
      min-height: 100px;
      clear: both;
      padding: 15px; }
      .twitter-section ul li:nth-child(even) {
        background-color: #eaeaea; }
      .twitter-section ul li em {
        font-weight: 700;
        font-size: 90%; }
    .twitter-section ul .image {
      position: absolute;
      top: 15px;
      left: 15px; }
    .twitter-section ul .text {
      padding: 0 5px 0 90px;
      font-size: 13px; }
  .twitter-section .tw-content {
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: border-box;
    height: 210px;
    overflow: auto;
    padding: 0; }



/*# sourceMappingURL=style.map */