@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,600,700,300);

body.contentpane {
  background: #ffffff;
  padding: 25px;
}

#theme-width {
  margin: 0px auto;
}

.w-fluid {
  width: 98%;
}

.w-fixedwide {
  width: 1200px;
}

.w-fixednarrow {
  width: 1000px;
}

h1.headerdebug, h2.headerdebug {
  color: #ffffff;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

h1.headerdebug a {
  color: #ffffff;
}

h1.headerdebug {
  background: #990000;
}

h2.headerdebug {
  background: #0074E3;
}

/* modules
----------------------------------------------- */

.moduletable, .moduletable_text, .moduletable_menu, .leading {
  margin-bottom: 15px;
  height: 100%;
  overflow: hidden;
}

#main-content-handler .grid_5 .moduletable_menu h3, #main-content-handler .grid_5 .moduletable_menu {
  clear: both;
}

#main-content-handler .grid_5 .moduletable_menu .menu {clear: both; float:left;width:100%;}
#main-content-handler .grid_5 .moduletable_menu .menu li {float: left; width: 50%; }
#main-content-handler .grid_5 .moduletable_menu .menu li li {float: none; width: 100%; padding: 3px 0px;}

.moduletable_empty h3, .moduletable_menu h3, .moduletable_text h3, .moduletable h3,  
#tab-modules-handler .moduletable h3, #top-modules .moduletable h3,
#tab-modules-handler .moduletable_empty h3, #top-modules .moduletable_empty h3,
#footer .moduletable h3, #footer .moduletable_empty h3, #footer .moduletable_text h3, #footer .moduletable_menu h3 {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 160%;
  line-height: 100%;
  font-weight: 300;
  padding-bottom: 8px;
  letter-spacing: 0px;
}

.img-left {
  float: left;
  margin: 0px 10px 0px 0px;
}

.img-right {
  float: right;
  margin: 0px 0px 0px 10px;
}

.moduletable_empty, .moduletable_menu {
  margin-bottom: 10px;
  height: 100%;
}

.moduletable table td, .moduletable_text table td, .moduletable_menu table td, .moduletable_empty table td {
  border: 0;
}

.moduletable ul li, .moduletable_text ul li, .moduletable_menu ul li {
  margin: 0 0 0 5px;
}

#bot-modules .moduletable ul li, #bot-modules .moduletable_text ul li, #bot-modules .moduletable_menu ul li, #bot-modules .moduletable_empty ul li {
  margin: 0 0 0 5px;
  padding-bottom: 0px;
  padding-top: 1px;
}

#bot-modules ul.menu li a {
  padding: 2px 0px 2px 24px;
}

.moduletable h3.ht a, .moduletable h3.ht a.visible,
.moduletable_text h3.ht a, .moduletable_text h3.ht a.visible,
.moduletable_menu h3.ht a, .moduletable_menu h3.ht a.visible {
  font-weight: bold;
  background: url("../images/switch_minus.png") 100% 3px no-repeat;
  display:block;
  text-decoration: none;
}

.moduletable h3.ht a.hidden,
.moduletable h3.ht a.hidden:hover,
.moduletable_text h3.ht a.hidden,
.moduletable_text h3.ht a.hidden:hover,
.moduletable_menu h3.ht a.hidden,
.moduletable_menu h3.ht a.hidden:hover {
  background-image: url("../images/switch_plus.png");
}

.moduletable h3.hide a, .moduletable h3.hide a.visible,
.moduletable_text h3.hide a, .moduletable_text h3.hide a.visible,
.moduletable_menu h3.hide a, .moduletable_menu h3.hide a.visible {
  background: url("../images/switch_plus.png") 100% 3px no-repeat;
}

.moduletable h3.hide a.hidden,
.moduletable h3.hide a.hidden:hover,
.moduletable_text h3.hide a.hidden,
.moduletable_text h3.hide a.hidden:hover,
.moduletable_menu h3.hide a.hidden,
.moduletable_menu h3.hide a.hidden:hover {
  background-image: url("../images/switch_minus.png");
}

#top-modules .moduletable_empty {
  padding: 0 5px 5px 0px;
}

/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-handler {
  line-height: 22px;
  font-weight: bold;
}

#breadcrumb-handler img {
  vertical-align: middle;
  margin: -2px 6px 0 6px;
}

#breadcrumb-handler a {
  font-weight: normal;
}

/* Article Details
----------------------------------------------- */

.article-details {
  padding: 10px;
}

.article-details p {
  padding: 0 !important;
  margin: 0 !important;
}

.blog .modifydate {
  float: right;
  width: 50%;
  text-align: right;  
}

.items-leading {
  padding: 0 0 30px 0;
}

.cols-1
{
        display: block;
        float: none !important;
        margin: 0 !important;
}

.cols-2 .column-1
{
        width:46%;
        float:left;
}

.cols-2 .column-2
{
        width:46%;
        float:right;
        margin:0
}

.cols-3 .column-1
{
        float:left;
        width:29%;
        padding:0px 5px;
        margin-right:4%

}
.cols-3 .column-2
{
        float:left;
        width:29%;
        margin-left:0;
        padding:0px 5px
}
.cols-3 .column-3
{
        float:right;
        width:29%;
        padding:0px 5px
}

.items-row
{
        overflow:hidden;
        margin-bottom:20px !important;
}

.column-1,
.column-2,
.column-3
{
        padding:10px 5px
}

.column-2
{
        width:55%;
        margin-left:40%;
}

.column-3
{
        width:30%
}

.blog-more {
        padding:10px 5px
}

.items-row {
  margin: 0px;
  padding: 14px 0px;
  overflow: hidden;
  background: url(../images/sep-bg.gif) repeat-x bottom left;
}

.article_column {
  padding: 0;
}

.row_separator2
{
  display: block;
  clear: both;
  margin: 0;
  border: solid 0px;
}

.article_separator, .row_separator {
  display: none;
}

.buttonheading {
  float: right;
  margin: 0px 0px 0px 0px;
}

.buttonheading a {
  margin: 5px 2px 10px 2px;
}

.createdate, .modifydate, .createdby {
  display: block;
  font-size: 11px;
}

.articleinfo {
  float: right;
  width: 48%;
  margin-left: 2%;
  padding: 2px 0px 2px 2%;
}

table.contenttoc {
  float: right;
  width: 48%;
  margin-left: 2%;
}

table.contenttoc td {
  background: url(../images/arrow.png) no-repeat 8px 11px;
  padding: 5px 4px 5px 30px;
}

.counter {
  padding: 5px 0px;
  text-align: left;
  font-size: 90%;
  font-weight: bold;
}

.contentheading {
  font: 300 230%/120% 'Open Sans', Arial, Helvetica, sans-serif;
  margin-bottom: 0.7em;
}

.componentheading {
  font: 300 160%/120% 'Open Sans', Arial, Helvetica, sans-serif;
}

p.readmore a {
  font-weight: bold;
  background: url(../images/readon-bg.png) no-repeat right;
  float: left;
  padding-right: 14px;
}

/* Messages 
----------------------------------------------- */

#system-message dt.error, #system-message dt.notice, #system-message dt.message {
  display: none;
}

#system-message ul {
  padding: 0 15px 0 25px;
  margin: 0;
  list-style: none;
}

#system-message ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}

#josForm label, .publishing .n-order label, .n-1st-order, form.user .user-lb label, fieldset.publishing div label {
  float: left;
  width: 20%;
  line-height: 30px;
  margin: 3px 0;
}

.tool-tip {
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  -moz-border-radius:5px 5px 5px 5px;
  -webkit-box-shadow: #dedede 0px 0px 0px 1px, rgba(0, 0, 0, 0.296875) 1px 2px 5px;
  box-shadow: #dedede 0px 0px 0px 1px, rgba(0, 0, 0, 0.296875) 1px 2px 5px;
  -moz-box-shadow:0 0 0 1px #dedede, 1px 2px 5px rgba(0, 0, 0, 0.3);
  background: #fafafa;
  padding: 10px;
}

.tool-title {
  font-weight: bold;
  padding: 5px 0;
}

.weblinks .contentdescription img {
  margin: 0 10px 20px 10px;
}

.weblinks td img {
  margin: 3px 5px 0px 0px;
}

.contact_email label {
  float: left;
  line-height: 36px;
  width: 180px;
}

.contact_email {
  clear: both;
  padding: 3px 0px;
}

.highlight {
  font-weight: bolder;
}

.bannerfooter_text {
  text-align: right;
  font-size: 90%;
  padding: 10px 0px;
}

.banneritem_text {
  padding: 5px 0px;
  font-size: 90%;
}

.banneritem_text a {
  font-weight: bold;
  font-size: 110% !important;
}

.form-validate.user div {
  clear: both;
}

.jicons-icons {
  float: left;
  margin-right: 10px;
}

.contact-street, .contact-suburb, .contact-state, .contact-postcode, .contact-country {
  display: block;
  padding: 2px 0px 6px 0px;
}

.pane-sliders .title {
  background: url(../images/body-bg/hbg-p10.png) repeat-x 0 0;
  padding: 10px;
}

.contact-email label {
  float: left;
  width: 30%;
}

.contact-input-box input, input.required {
  width: 160px;
}

.contact-slider {
  padding-top: 15px;
}

ul.actions {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: right;
    list-style-position: outside;
    list-style-type: square;
    display: inline;
   float: right;
}

ul.actions li {
   background: none !important;
    display: inline;
    line-height: 1.7em;
    margin: 0px !important;
    padding: 0px !important;
}

.article-details dl {
  margin-bottom: 0px;
}