

/* A font by Manfred Klein -> manfred-klein.ina-mar.com */

@font-face{
	font-family: 'FolksLight';
	src: url('../fonts/folkslight.eot');
	src: local('Folks-Light'), local('Folks-Light'), url('../fonts/folkslight.woff') format('woff'), url('../fonts/folkslight.ttf') format('truetype');
}

body {color: #858582;}
a.brand
{
    position: absolute;
    top: 72px;
    padding: 12px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 9px;
    text-align: left;
    width: 320px!important;
    height: 175px;
    z-index: 999;
}

a.brand strong
{
    position: absolute;
    bottom: 10px;
    font-size: 1em;
    left: 90px;
}

a.navbar-brand
{
    position: relative;
    width: 700px;
}

a.navbar-brand strong
{
    position: absolute;
    font-size: 1.5em;
    top: 30px;
    left: 120px;
    font-family: FolksLight, sans-serif;
}

ul.nav.navbar-nav li
{
    text-align: center;
    font-family: FolksLight, sans-serif;
}
ul.dropdown-menu li {
	text-align: left!important;
}
ul.nav.navbar-nav
{
    position: relative;
    left: 75px;
    margin-left: 0px;
    font-size: 1.4em;
}

.jumbotron
{
    margin-top: 106px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url('../img/homebg-wolgan6.jpg');
    background-position: bottom;
    height: 500px;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
}

.navbar-inverse
{
    background-color: rgba(32, 32, 32, 0.78);
    background-color: rgba(64,42,28,0.85);
    background-color: rgba(54,34,22,0.85);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
	color: #ddd;
}

.brand-message .head-message
{
    position: absolute;
    bottom: 10px;
    color: #e3e3e3;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 8px;
}

.jumbotron .brand-message
{
    position: relative;
    height: 100%;
    top: 0;
    padding: 0;
}

.btn
{
    background-color: #c41230;
    color: #ffffff;
    border: 1px solid #c41230;
}

a
{
    color: rgb(196, 15, 47);
}

a:hover
{
    color: #805439;
}

h2, .h2
{
    font-size: 1.4em;
    background-image: url('../img/smallballs.png');
    background-position: right;
    background-repeat: no-repeat;
    padding: 4px 0;
}

h1, h2, h3, h4, p.large, dt
{
    font-family: FolksLight, sans-serif;
    color: #805439;
}
h3, dt { font-size:  1.2em; }
.warn
{
    color: red;
    font-weight: bold;
}
h4 {
	font-size: 1em;
	margin: 18px 0 12px;
	padding: 0 0 0 30px;
}

.main-content h1
{
    margin: 0 0 0.4em;
    font-size: 24px;
    line-height: 1.2;
}

.main-content h2
{
    background: none;
}

img.top-banner
{
    margin-bottom: 0.7em;
}

#panels .panel img
{
    display: block;
    margin-bottom: 1em;
}

footer, .footer
{
    text-align: center;
    font-size: 0.8em;
}

.buttons .left
{
    float: left;
    margin-right: 12px;
    margin-left: 0;
}

.buttons .right
{
    float: right;
    margin-right: 0;
    margin-left: 12px;
}

.buttons
{
    text-align: center;
}

#panels .panel .btn
{
    width: 100%;
}

.navbar-nav > li > a
{
    padding-top: 25px;
    padding-bottom: 10px;
}

.top-nav
{
    padding-left: 0;
    padding-right: 0;
}

.panel .cal .dateicon
{
    float: left;
    width: 32px;
    height: 32px;
    background-image: url('../img/scheduled.gif');
}

.panel .cal .dateicon .date_m
{
    color: white;
    font-size: 8px;
    text-align: center;
    padding: 1px 0 0;
    margin: 0;
    line-height: 0.9em;
}

.panel .cal .dateicon .date_n
{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 4px 0 0;
    margin: 0;
    line-height: 0.9em;
}

.panel .cal .location, .panel .cal .dates
{
    padding: 0 0 0 40px;
    margin: 0;
    font-size: 12px;
}

.panel .cal
{
    padding-top: 0;
    padding-bottom: 8px;
}

p
{
    margin-top: 12px;
}

.head-message p, .panel p
{
    padding-left: 0;
}

.profile p,
.outline p,
dd {
    padding-left: 30px;
}
p.bulleted
{
    background-repeat: no-repeat;
    padding-left: 30px;
    background-image: url('../img/bubbles.jpg');
}

.main-content ul
{
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: 0.5em;
}

.main-content, .sidebar
{
    padding-left: 0;
    padding-right: 0;
}
.main-content .profile {
	clear: right;
}
.main-content .profile img {
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}

.article {
	overflow-y: auto;
}
.alignright, .floatright {
	padding: 4px;
	border: 1px solid #999;
	float: right;
	margin: 0 0 2px 16px;
}
.alignleft, .floatleft {
	padding: 4px;
	border: 1px solid #999;
	float: left;
	margin: 0 16px 2px 0;
}
.floatright, .floatleft {border: none;}
.commentlist {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
}
.commentlist p {
	margin: 6px 0;
}

.commentlist li {
	background-color: #edf0f2;
	border: 1px solid #e8eff3;
	color: #333333;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
.comment-author {
	color: #217EB9;
	font-weight: normal;
}
.feedback {
	font-size: 11px;
	border-top: 1px solid rgb(235, 240, 241);
	overflow-y: auto;
	margin-bottom: 8px;
}
.feedback-left {
	float: left;
	padding: 5px 0 0;
	margin: 0;
	color: #d2b8a0;
	width: 65%;
}
.feedback-right {
	float: right;
	padding: 5px 0 0;
	margin: 0;
	color: #d2b8a0;
	width: 35%;
	text-align: right;
}
.more-link{
	background:url(../img/readmore.jpg) center left no-repeat;
	font-size:11px;
	padding-left:15px;
}

.olderposts, .newerposts {
	display: block;
	margin: 0;
	width: 45%;
}

.olderposts {
	float: left;
	padding: 0 10px 0 0;
	text-align: left;
}

.olderposts a {
	background: url(../img/arrow-left.gif) no-repeat left center;
	margin: 0px;
	padding: 0px 0px 0px 17px;
}

.newerposts {
	float: right;
	padding: 0 0 0 10px;
	text-align: right;
}

.newerposts a {
	background: url(../img/arrow-right.gif) no-repeat right center;
	margin: 0;
	padding: 0px 17px 0px 0px;
}

#respond {
	clear: both;
	padding: 2em 0;
}


.container.content-wrap
{
    padding: 0 16px;
    margin-top: 130px;
}

.panelwrap {
	background-color: #eee;
	padding-top: 20px;
}
#panels
{
    padding-top: 2em;
}

.home.page #panels
{
    padding-top: 0;
}

#blogpanels {
	background-color: white;
	margin-top: 20px;
	overflow-y: auto;
}

#blogpanels h2 {
	font-size: 1.1em; font-weight: normal;
	border-bottom: 1px solid #ddd;
}

#blogpanels ul{
	list-style: none;
	margin: 1em 0 0;
	padding: 0px;
}

#blogpanels ul li{
	margin: 0px;
	padding: 0px 0px 5px 22px;
}
#blogpanels #comments li{
	background: url("../img/icon_bottom_center.gif") top left no-repeat;
}
#blogpanels #news li{
	background: url("../img/icon_bottom_left.gif") top left no-repeat;
}



.lhsbox h2
{
    text-align: center;
    font-size: 1.3em;
    font-family: FolksLight, sans-serif;
    background: none;
    margin-top: 10px;
    text-transform: uppercase;
}

.lhsbox ul
{
    width: 95%;
    margin: 2.5% auto 2.5%;
    padding: 0 8px;
    list-style: none;
    background-color: white;
    border-radius: 3px;
}



.lhsbox ul li
{
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: FolksLight, sans-serif;
    font-size: 0.9em;
    line-height: 1.5;
    text-transform: uppercase;
}

.lhsbox
{
    border: 1px solid #d4d3ce;
    margin-right: 16px;
    border-radius: 5px;
    background: url("../img/headbg.png") no-repeat top left #f6f5f5;
    background-size: 100%;
    margin-bottom: 12px;
}
.lhsbox p {
	padding: 10px;
	margin: 0 8px 8px;
	background-color: white;
}
#wp-calendar {font-family: arial, helvetica, sans-serif; width:95%; padding:5px 0px 4px; margin:0 auto; background: white; text-align: left; position: relative;}
#search-form {width:100%; padding:5px 10px 4px; margin:0 auto; background: white; text-align: right;}
#search-form #search-form-input {width: 152px;}
#sidebar tfoot {position: relative; top: 0;}
#sidebar tfoot #next {text-align: right; }

#wp-calendar caption {line-height: 18px; text-transform: none; margin-bottom: 1em;}
#wp-calendar th {font-weight: bold;}
#wp-calendar th,
#wp-calendar td {text-align: center;}
#wp-calendar td#prev {text-align: left; padding-top: 0.5em;}
#wp-calendar td#next {text-align: right; padding-top: 0.5em;}

/* Product Ordering */
#productOrderForm {
	padding: 0;
	width: 100%;
}
#productOrderForm fieldset { clear: both; border: none; text-align: right;}
.product {clear: both;}
.product img.float-left {float: left!important; margin: 0 12px 12px 0; }
.product p { margin-right: 112px; }
.product fieldset {
	clear: none!important;
	float: right;
	width: 100px;
	margin: 0 0 0 18px;
}

/* Courses index and details pages */
.scheduled-dates {
	clear:  both;
	/* font-size:  1.2em; */
	padding: 0 0 8px;
	margin-top:  0.5em;
}
.no-scheduled-dates {
	clear:  both;
	padding: 0 0 8px 0;
}

.scheduled-dates a, .no-scheduled-dates a {
	width:		195px;
	height:		26px;
	border:		1px solid #666;
	float:		left;
	color:  	white;
	background-color:  #c41230;
	border-radius: 3px;
	font-size: 0.9em!important;
	text-align:  center;
	padding: 4px 0 0;
	margin: -4px 16px 0 0;
	/* font-size:  0.83em; */
	vertical-align: super;
}
.no-scheduled-dates a {
	float:  right;
	margin:  0 0 16px 2em;
	font-size:  1em;
}
.scheduled-dates a:hover, .no-scheduled-dates a:hover {
	background-color: #805439;
	text-decoration: underline;
}
/* Lycette Registration form */
form { width:  60%; padding:  0 0 0  30px; }
fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
fieldset { border: none; text-align: right;}
fieldset fieldset { border: 1px solid #ccc; text-align: right; text-align: left; margin-top: 0; padding-top: 0;}
legend { font-size: 1.4em; color: #c41230; padding: 0 0 0 8px; margin:  0 0 0 8px; border: none;}
fieldset fieldset legend { font-size: 1.2em; padding: 0 8px; margin:  0 8px; width: auto; }
label { display: block; width:  100%; text-align: right; }
label input,
label select,
label textarea { width:  60%; margin: left: 1em; border: 1px solid #DFE2E0; padding: 4px; -moz-box-sizing: border-box!important; -webkit-box-sizing: border-box!important; box-sizing: border-box!important;}
label span.reqd { color:  red; padding: 0 6px 0 0;}
textarea { height:  80px; vertical-align: top;}

/* L&A Enquiry form */

label input#course { color: #858582!important; }
label input { font-weight: normal; font-size: small; }


/* Form errors */
input.error, select.error { color: red; border-color: red; }
label.error { color: red; font-weight: normal; }

/* Grid for Services page */
#grid { width:  596px; padding:  1em 0 0 30px; margin:  0; }
.gridbox { width:  270px; float: left; margin-bottom: 1em;}
.gridbox.left { margin-right:  50px; }
.gridbox.center { margin:  0 auto!important; padding-top: 0.2em; clear: both; float: none;}
.gridbox h2 { line-height: 1.2em; padding-bottom: 0; margin-bottom: 0;}

/* 
//	Display calendar (customisations: most calendar styles will appear in fullcalendar.css
*/
#calendar thead th {color: #805439; font-weight: normal; font-family: FolksLight, helvetica, arial, sans-serif;}
#calendar .face-to-face div,
#calendar .presentation div,
#calendar .online div{
	background-color: #EFD9DD; /* #D69CA8; */
	color: black;
	border: none;
}
#calendar .audit div,
#calendar .site-visit div {
	background-color: #e0d3bf; /* #C0A577;  #bf9464; */
	color: black;
	border: none;
}
#calendar a.online,
#calendar a.face-to-face,
#calendar a.presentation,
#calendar a.audit,
#calendar a.site-visit {
	border: none;
	border-bottom: 2px solid #69e;
}

/*
// Healthcheck form styles*/
form ol {padding-left: 0;}
li.question {margin-bottom: 2em;}
li.question fieldset {border: 1px solid #666; border-radius: 7px; padding: 8px; text-align: left;}
li.question fieldset input,
li.question fieldset select { width: 240px; box-sizing: border-box!important; -moz-box-sizing: border-box!important; -webkit-box-sizing: border-box!important;}
li.question fieldset label input { width: 24px; }
li.question fieldset label { text-align: left; }

li.question fieldset fieldset {border: none; padding: 8px; margin-bottom: 8px;}
li.question fieldset fieldset legend {margin-left: 0; padding-left: 4px;}
li.question fieldset fieldset label {display: inline-block; margin-right: 24px; width: auto;}

@media (max-width:991px)
{
    .btn-lg, .btn-group-lg > .btn
    {
        font-size: 12px!important;
    }
}

@media (max-width:479px)
{
    .buttons .btn
    {
        width: 100%;
        float: none;
        margin: 0 0 4px;
        display: inline-block;
        white-space: wrap!important;
    }
    .jumbotron p
    {
        font-size: 1em;
    }
    .jumbotron
    {
        padding-left: 10px;
        padding-right: 10px;
        height: 150px;
        background-size: auto 100%;
        background-position: -130px 0;
    }
    a.navbar-brand strong
    {
        font-size: 16px;
        top: 14px;
        width: 150px;
    }
    .head-message p {
    	margin: 4px 0 0;
    }
    .head-message p.intro-text {
    	display: none;
    }
    .head-message {
    	background: none!important;
    	width: 100%;    		
    	padding: 0 10px 0;
    	bottom: 4px!important;
    }
    .navbar .top-nav {
    	height: 106px;
    }
    .head-message .btn-lg, .btn-group-lg > .btn {
    	padding-top: 3px;
    	padding-bottom: 2px;
    }
    ul.nav.navbar-nav {
    	background-color: rgba(0, 0, 0, 0.8);
    	margin-top:6px;
    	padding-top: 7px;
    	width: 100%;
    	left: 0;
    }
    .navbar-collapse {
    	border: none;
    	box-shadow: none;
    }
    .navbar-collapse .navbar-nav a {
    	padding: 8px 15px 8px;
    	text-align: left;
    	width: 100%;
    	white-space: normal;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    	color: #ccc;
    	padding-left: 32px;
    }
}
@media (min-width:480px) and (max-width:767px)
{
    .buttons .btn
    {
        width: 100%;
        float: none;
        margin: 0 0 4px;
        display: inline-block;
        white-space: wrap!important;
    }
    .jumbotron p
    {
        font-size: 1em;
    }
    .jumbotron
    {
        padding-left: 10px;
        padding-right: 10px;
        height: 250px;
        background-size: auto 100%;
    }
    a.navbar-brand strong
    {
        font-size: 16px;
        top: 14px;
        width: 150px;
    }
    .head-message p {
    	margin: 4px 0 0;
    }
    .head-message p.intro-text {
    	display: none;
    }
    .head-message {
    	width: 100%;    		
    	padding: 8px 10px;
    }
    .navbar .top-nav {
    	height: 106px;
    }
    .head-message .btn-lg, .btn-group-lg > .btn {
    	padding-top: 6px;
    	padding-bottom: 4px;
    }
    ul.nav.navbar-nav {
    	background-color: rgba(0, 0, 0, 0.8);
    	margin-top:6px;
    	padding-top: 7px;
    	width: 100%;
    	left: 0;
    }
    .navbar-collapse {
    	border: none;
    	box-shadow: none;
    }
    .navbar-collapse .navbar-nav a {
    	padding: 8px 15px 8px;
    	text-align: left;
    	width: 100%;
    	white-space: normal;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    	color: #ccc;
    	padding-left: 32px;
    }
}

@media (min-width:768px) and (max-width:991px)
{
    .jumbotron
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .jumbotron p
    {
        font-size: 1.2em;
    }
    ul.nav.navbar-nav
    {
        font-size: 1.2em;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
    .panel h2
    {
        font-size: 1.1em;
    }
}

@media (min-width:1200px)
{
    .lhsbox h2
    {
        padding-top: 8px;
        padding-bottom: 10px;
    }
}

@media (max-width:991px)
{
    .lhsbox
    {
        font-size: 0.8em;
    }
    .lhsbox h2
    {
        padding-top: 0;
        padding-bottom: 2px;
        margin-top: 8px;
    }
}

@media (min-width:768px) and (max-width:991px)
{
    .main-content h1
    {
        font-size: 1.5em;
    }
}

@media (max-width:767px)
{
    .main-content h1
    {
        font-size: 1.4em;
    }
    .sidebar
    {
        display: none;
    }
}

