/* Additions for the static build: things Joomla components/extensions used to style. */

/* Language flags (was mod_languages) */
.mod-languages ul.lang-inline {list-style: none; margin: 0; padding: 0; text-align: right;}
.mod-languages ul.lang-inline li {display: inline-block; margin: 0 0 0 6px;}
.mod-languages ul.lang-inline li img {vertical-align: middle; border: 1px solid transparent;}
.mod-languages ul.lang-inline li.lang-active img {border-color: #0493f7;}

/* Measurement tables (were Fabrik list modules) */
.fabrikTable {margin: 0 0 1.6em;}
.fabrikTable h3 {margin: 0 0 6px; color: #327599;}
.fabrikTable table {border-collapse: collapse; width: 100%; font-size: 11px; background: #fff;}
.fabrikTable th {background: #327599; color: #fff; padding: 5px 8px; text-align: left; border: 1px solid #d5d5d5; font-weight: bold;}
.fabrikTable td {padding: 4px 8px; border: 1px solid #e5e5e5;}
.fabrikTable tr:nth-child(even) td {background: #f6f6f6;}
.fabrikTable .nodata {color: #777; font-style: italic;}

/* Automatic list of sub-pages on section pages that had no text of their own */
ul.subnav {list-style: square inside; margin: 1em 0;}
ul.subnav li {line-height: 1.8em;}

/* Contact page */
.contact .ContactBody {overflow: hidden;}
.contact-address dl {margin: 0;}
.contact-address dt {font-weight: bold; margin-top: 8px; color: #327599;}
.contact-address dd {margin: 0 0 2px;}
#contact-form dt {margin-top: 6px;}
.contact-status {padding: 8px 12px; margin: 0 0 1em; border-radius: 3px;}
.contact-ok  {background: #e3f4d7; border: 1px solid #6dac2d;}
.contact-err {background: #fde2e2; border: 1px solid #c33;}
.contact-list .contact-entry {padding: 12px 0; border-bottom: 1px solid #e5e5e5;}
.contact-list .contact-entry:last-child {border-bottom: 0;}
.contact-list h3 {margin-bottom: 4px;}

/* K2 module lists carry no bullets (the reset stylesheet only sets list-style-position) */
div.k2ItemsBlock > ul, div.k2ItemsBlock > ul > li, ul.headlines, ul.headlines > li {list-style: none;}

/* A main column with no content collapses to 0px and stops blocking the sidebar float */
#rt-main .rt-grid-8, #rt-main .rt-grid-12 {min-height: 1px;}

/* Category listing tidy-ups */
.catItemView {margin-bottom: 20px;}
