/* This is the main Template Style Sheet for static styles*/

/* full height gradient background */

html {
    min-height: 100%;
}

body {
    font-size: 12px;
    line-height: 140%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* gantry css resets */

.rt-container,
#rt-sidebar-a,
#rt-sidebar-b {
    background-color: transparent;
}

/* link focus outlines */

/*a:focus, a:active, input:focus {
    outline: 2px dashed blue;
}*/


/* headings */

h1, .component-content h1.title,
h2, .module-title h2, h2.title, .component-content h2.title,
h3, h4, h5, h6 {
    letter-spacing: 0;
    line-height: 100%;
    font-weight: bold;
    margin: 15px 0 7px;
}

h1, .component-content h1.title {
    font-size: 230%;
}

h2, .module-title h2, h2.title, .component-content h2.title{
    font-size: 180%;
}

h3 {
    font-size: 160%;
}

h4 {
    font-size: 130%;
}

h5 {
    font-size: 110%;
}

h6 {
    font-size: 100%;
}


/* paragraphs */

p {
    margin: 0px 0px 8px;
}


/* lists */

ul,
.component-content ul {
    list-style-type: disc;
}

ul ul,
.component-content ul ul {
    list-style-type: circle;
}

ul li {
    margin: 3px 0;
}

ul li a {
    font-size: 100%;
}

.component-content ul li, .component-content ol li {
    line-height: 1.4em;
    margin-left: 15px;
}

ul, ol {
    padding-top: 7px;
    padding-bottom: 7px;
}


/* page shadow */

.headersection > .rt-container,
.featuresection > .rt-container,
.mainsection > .rt-container,
.footersection > .rt-container{
    /* box-shadow: 0 3px 4px #888; */
}


/* page border */

.headersection > .rt-container,
.featuresection > .rt-container,
.mainsection > .rt-container,
.footersection > .rt-container {
    border-color: #444;
    border-style: solid;
}

.headersection > .rt-container {
    border-width: 1px 1px 0 1px; /* top, right & left */
}

.featuresection > .rt-container,
.mainsection > .rt-container {
    border-width: 0 1px; /* right & left */
}

.footersection > .rt-container {
    border-width: 0 1px 1px; /* right, left & bottom */
}


/* positions */

#rt-main .rt-container {
    padding-top: 10px;
}


/* organisational banner module (site logo and name) */

.org-banner-module {
}

#site-logo {
    float: left;
    margin: 10px;
}

#site-logo a {
    display: block;
    background: url('../images/logo/logo.png') top left no-repeat transparent;
}

#site-logo a:hover,
#site-logo a:focus {
    background-position: 0 -100px;
}

#site-logo img {
    width: 220px;
    height: 100px;
}

#site-name {
    float: left;
    margin: 32px 10px
}


/* sidebars */

.sidebar {
    padding: 10px 0px;
}


/* modules */

body .module-style-none .rt-modblock {
    background-color: transparent;
}

.module-style-none .rt-modblock .module-title,
.module-style-none .rt-modblock .module-content {
    padding: 0;
}

/*.module-style-none .rt-modblock a {
    color: inherit;
}

.module-style-none .rt-modblock a:hover,
.module-style-none .rt-modblock a:focus,
.module-style-none .rt-modblock a:active {
    color: inherit;
}*/

#rt-content-top .rt-modblock .module-content {
    padding: 10px 0px 0px;
}

#rt-main .rt-block {
    padding: 0;
}

/*.rt-modblock h1, .rt-modblock h2, .rt-modblock h3, .rt-modblock h4, .rt-modblock h5, .rt-modblock .module-content p {
    margin: 0;
}*/

.rt-modblock .module-title h2 {
    margin: 0;
}

.rt-modblock .module-no-title h1 {
    margin-top: 0;
}

.rt-modblock .module-title, .rt-modblock .module-content {
    padding: 10px;
}

.rt-modblock .module-content {
    padding-top: 0;
}

#rt-sidebar-a .rt-modblock, #rt-sidebar-b .rt-modblock, #rt-sidebar-c .rt-modblock {
    margin-bottom: 20px;
    position: relative;
}

/*
filter: progid:DXImageTransform.Microsoft.Shadow(color='#888888', Direction=180, Strength=4);*/
#rt-sidebar-a .rt-modblock .module-content, #rt-sidebar-b .rt-modblock .module-content, #rt-sidebar-c .rt-modblock .module-content, #rt-sidebar-a .rt-modblock .module-title, #rt-sidebar-b .rt-modblock .module-title, #rt-sidebar-c .rt-modblock .module-title {
    position: relative;
}


/* credits buttons*/

#joomla-button {
    float: right;
}


/* footer menu */

.footer-menu {
    text-align: center;
}

.footer-menu ul {
    list-style: none outside none;
    padding: 0;
}

.footer-menu ul li {
    display: inline;
    border-right: 1px solid #ccc;
}

.footer-menu ul li:last-child {
    border-right: none;
}

.footer-menu ul li a {
    padding: 10px;
}


/* accessibility links */

.accessibility-links {
    float: left;
}

.accessibility-links ul {
    list-style: none outside none;
    padding: 0;
}

.accessibility-links ul li {
    display: inline;
    border-right: 1px solid #ccc;
}

.accessibility-links ul li:last-child {
    border-right: none;
}

.accessibility-links ul li a {
    padding: 10px;
}


/* standard Joomla search module */

.search {
    float: right;
}
.search {
    padding-bottom: 5px;
    padding-top: 5px;
}


/* smart search module */

#mod-finder-searchform > .finder {
    text-align: right;
    padding: 10px 0;
}

#mod-finder-searchform label {
    display: block;
    height: 0px;
    overflow: hidden;
}

#mod-finder-searchform .inputbox,
#mod-finder-searchform .button {
    border: 1px solid #ccc;
    line-height: 18px;
    padding: 0 10px;
    margin: 0;
}

#mod-finder-searchform .inputbox {
    height: 30px;
    border-radius: 5px 0 0 5px;
}

#mod-finder-searchform .inputbox:focus {
    background-color: #fafafa;
    border-color: #4d90fe;
    box-shadow: 0 1px 2px #88f inset;
}

#mod-finder-searchform .button {
    height: 32px;
    border-radius: 0 5px 5px 0;
    border-width: 1px 1px 1px 0;
    vertical-align: top;
    background-color: #eee;
    font-weight: bold;
}

#mod-finder-searchform .button:hover,
#mod-finder-searchform .button:focus {
    background-color: #ccc;
}


/* login module */

#form-login-username,
#form-login-password {
    margin: 10px 0;
}


#form-login-username .inputbox,
#form-login-password .inputbox {
    width: 180px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    line-height: 18px;
    padding: 0 10px;
    margin: 0;
}

#form-login-username .inputbox:focus,
#form-login-password .inputbox:focus {
    background-color: #fafafa;
    border-color: #4d90fe;
    box-shadow: 0 1px 2px #88f inset;
}

#login-form label {
    font-weight: bold;
}

#login-form .button {
    width: 90px;
    border: 1px solid #ccc;
    line-height: 18px;
    padding: 0 10px;
    margin: 0;
    height: 32px;
    border-radius: 5px;
    border-width: 1px 1px 1px 0;
    vertical-align: top;
    background-color: #eee;
    font-weight: bold;
}

#login-form .button:hover,
#login-form .button:focus {
    background-color: #ccc;
}

#form-login-remember {
    margin: 10px 0;
}

#form-login-remember label {
    font-weight: normal;
}


/* ohanah events module (custom list) */

.ohanah ul {
    list-style-type: none;
    padding: 0;
}

.ohanah ul li {
    margin: 5px 0;
}

.ohanah .mod-event-title h3 {
    margin: 0;
}


/* latest news module */

ul.latestnews {
    list-style-type: none;
    padding-left: 0;
}


/* social networking module (mod_nice_social_bookmark) */

.nsb_container {
    margin-top: 10px;
}

.nsb_container a img {
    margin-right: 6px;
}


/* breadcrumbs */

.breadcrumbs {
    margin-bottom: 5px;
}

.breadcrumbs ol {
    padding: 0;
    list-style-type: none;
}

.breadcrumbs ol li:last-child {
    font-weight: bold;
}

.breadcrumbs a {
    display: block;
    float: left;
    margin-right: 8px;
    padding-right: 16px;
}

.breadcrumbs a.pathway {
    background: url('../images/menus/breadcrumb-arrow.png') right center no-repeat;
}


/* Joomla front-end edit icon tooltip */

.tip {
    color: white;
    background-color: black;
    padding: 5px 10px;
    font-size: 80%;
    opacity: 0.9;
    filter: alpha(opacity=90); /* for IE8 and earlier */
}

.tip-title {
    font-weight: bold;
    font-size: 150%;
}


/* miscellaneous */

.chronoform {
    display: none;
}

.hidden {
    /*display: none;*/
    text-indent: -9999px;
    height: 0;
}

.smaller {
    font-size: 80%;
}

.copyright-notice p {
    text-align: center;
    padding: 10px 0;
}

.component-content .rt-article-bg {
    border: none;
}





/* ========== TODO - CHECK CONSOLIDATE EVERYTHING BELOW ========== */

.component-content .category .title {
    font-size: 100%;
}








#Postcode_div select {
	width: 290px !important;
}


.component-content .rt-articleinfo {
    margin-bottom: 5px;
}


/*Latest News module list items padding need to similar to other list items for consistency reasons*/

ul.latestnews li a, ul.mostread li a {
    padding: 0px;
}

ul.mostread {
    padding-left: 15px;
}

