/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
     
-------------------------------------------------------------- */


@import "reset.css";



/* =CONTAINERS
-------------------------------------------------------------- */

body {
	background: #e9eab5;
	color: #707070;
}

div#container { /* set as 'standard' width, centred container for 1024x768 site */
	background: url(/assets-caring-with-confidence/img/layout/container-top.gif) no-repeat scroll center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 7px auto;
	padding-top: 10px;
	width: 760px;
}


/* =SITE-TOOLS
-------------------------------------------------------------- */

ul#site-tools {
	list-style: none;
	float: right;
}

ul#site-tools li {
	border-right: 1px solid #fff;
	float: left;
	padding: 0 0.5em;
}

ul#site-tools li.last {
	border-right: 0;
	padding-right: 0;
}

div#site-search {
	float: right;
	text-align: right;
}


/* =NAV-PRIMARY
-------------------------------------------------------------- */

ul#nav-primary {
	list-style-type: none;
	float: right;
}

ul#nav-primary li {
	border-right: 1px solid #e9eab5;
	float: left;
	padding: 0 1em;
}

ul#nav-primary li.first {
	padding-left: 0;
}

ul#nav-primary li.last {
	border-right: 0;
	padding-right: 0;
}


/* =NAV-SECONDARY
-------------------------------------------------------------- */

div#nav-secondary ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}

div#nav-secondary ul li {
	padding-top: 0.5em;
}


/* =NAV-TERTIRARY
-------------------------------------------------------------- */

ul#nav-tertiary {
	color: #fff;
	float: left;
	list-style: none;
	margin: 0.05em 0 2em 0;
}

ul#nav-tertiary li {
	float: left;
	padding: 0 0.5em;
}

/* =BREADCRUMB
-------------------------------------------------------------- */

div#nav-breadcrumb ul {
	border-left: 1px solid #ccc;
	list-style: none;
	margin: 0 0 1em 0;
	padding-left: 10px;
}


/* =CONTENT CONTAINERS
-------------------------------------------------------------- */

div#branding {
	background: #fff;
	float: left;
	padding: 1em 20px;
}

div#content {
	background: #fff url(/assets-caring-with-confidence/img/layout/container-bottom.gif) no-repeat scroll center bottom;
	float: left;
	padding: 0 20px 10px 20px;
}

div#content-primary {
	float: left;
	padding: 0 20px;
	width: 380px;
}

body.home div#content-primary {
	
	padding: 0;
}

div#content-secondary {
	float: left;
	width: 150px;
}

body.home div#content-primary {
	width: 720px;
}

div#content-tertiary {

}

div#register-now {
	background: url(/assets-caring-with-confidence/img/layout/background-register.gif) no-repeat top center;
	clear: right;
	padding-bottom: 1em;
}

div#resources {
	float: left;
}

div#footer {
	background: #50ab14;
	border: 1px solid #fff;
	clear: both;
	color: #fff;
	float: left;
	height: 1em;
	margin-top: 1em;
	padding: 0.5em;
	width: 744px;
}

/* =SITE-INFO
-------------------------------------------------------------- */

ul#site-info {
	list-style-type: none;
} 


/* =BASIC TYPOGRAPHY
-------------------------------------------------------------- */

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* Dont resize here, resize text elements below */
    line-height: 1.125em;
}

p, ul, ol, dl, table, form {
	font-size: 0.75em; /* 12px - changing this will mean you have to re-calculate all nested font-sizing - just leave it alone! */
}

p {
	margin: 0 0 1em 0;
}

div#register-now p {
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0.5em 1.5em 0.5em 1em;
}

div#footer p {
	float: left;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.5em;
}

h1 {
	background: transparent url(/assets-caring-with-confidence/img/layout/background-h1.gif) no-repeat top left;
	font-size: 1em; /* 16px */
	margin-bottom: 1.1em;
	padding: 0.35em 0.35em 0.35em 0.75em;
}

body.home h1 {
	background: none;
	font-size: 1.2em;
	margin: 1em 0 0 0;
	padding-left: 0;
}

h2 {
	font-size: 0.8em; /* 14px */
}

body.home h2 {
	font-size: 1.2em;
	padding-bottom: 0.6em;
}

h2#intro {
	background: #009300 url(/assets-caring-with-confidence/img/layout/background-intro.gif) repeat-x bottom center;
	padding: 2em;
	width: 480px;
	color: #fff;
	font-weight: normal;
	font-size: 0.85em;
	line-height: 1.3em;
}

div#register-now h2 {
	color: #fff;
	clear: right;
	font-size: 1em;
	padding: 0.1em 1.5em 0.1em 0.7em;
}

div#resources h2 {
	background: transparent url(/assets-caring-with-confidence/img/layout/background-h2.gif) no-repeat top left;
	font-size: 1em; /* 16px */
	margin-bottom: 0.6em;
	padding: 0.35em 0.35em 0.35em 0.75em;
}

div#nav-secondary ul h2 {
	background: url(/assets-caring-with-confidence/img/layout/background-resources.gif) no-repeat top left;
	margin-bottom: 1em;	
	padding: 0.55em 1em;
}

h3 {
	
}

/* =NESTED HEADINGS */
ul h1, ol h1, table h1 {
	font-size: 2.67em;
}

ul h2, ol h2, table h2 {
	font-size: 2.34em;
}

ul h3, ol h3, table h3 {
	font-size: 2em;
}

ul h4, ol h4, table h4 {
	font-size: 1.67em;
}

ul h5, ol h5, table h5 {
	font-size: 1.33em;
}

ul h6, ol h6, table h6 {
	font-size: 1em;
}


/* =LINKS
-------------------------------------------------------------- */

a:link, a:visited, a:focus, a:active {
	color: #339933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a#course-overview {
	background: url(/assets-caring-with-confidence/img/layout/button-course-overview.jpg) no-repeat top center;
	height: 38px;
	left: 28px;
	text-indent: -999px;
	top: 231px;
	position: absolute;
	width: 139px;
}

a#support {
	background: url(/assets-caring-with-confidence/img/layout/button-support.jpg) no-repeat top center;
	height: 38px;
	left: 175px;
	text-indent: -999px;
	top: 231px;
	position: absolute;
	width: 139px;
}

a#register-now {
	background: url(/assets-caring-with-confidence/img/layout/button-register-now.jpg) no-repeat top center;
	height: 38px;
	left: 553px;
	text-indent: -999px;
	top: 230px;
	position: absolute;
	width: 139px;
}

a:hover#course-overview {
	background: url(/assets-caring-with-confidence/img/layout/button-course-overview-over.jpg) no-repeat top center;
}

a:hover#support {
	background: url(/assets-caring-with-confidence/img/layout/button-support-over.jpg) no-repeat top center;
}
	
a:hover#register-now {
	background: url(/assets-caring-with-confidence/img/layout/button-register-now-over.jpg) no-repeat top center;
}

div#branding a {
	color: #66cc33;
}

div#footer a {
	color: #fff;
}

h2#intro a {
	color: #ffffcc;
	font-weight: bold; 
}

div#nav-secondary ul a {
	color: #66CC33;
}

ul#nav-tertiary a {
	color: #fff;
}

#skipLink { 
	position:absolute;
	left:-9000px;
	top:0; 
	z-index:20;
} 

/* icon links */

.pdf, a.pdf, a.pdf:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/pdf.gif) no-repeat 0 0;
}

.word, a.word, a.word:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/word.gif) no-repeat 0 0;
}

.excel, a.excel, a.excel:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/excel.gif) no-repeat 0 0;
}

.txt, a.txt, a.txt:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/txt.gif) no-repeat 0 0;
}

.flash, a.flash, a.flash:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/flash.gif) no-repeat 0 0;
}
.video, a.video, a.video:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/video.gif) no-repeat 0 0;
}

.podcast, a.podcast, a.podcast:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/podcast.gif) no-repeat 0 0;
}

.pub, a.pub, a.pub:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/pub.gif) no-repeat 0 0;
}

.rss, a.rss, a.rss:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/rss-feed.gif) no-repeat 0 0;
}

.print, a.print, a.print:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/print.gif) no-repeat 0 0;
}

.friend, a.friend, a.friend:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/friend.gif) no-repeat 0 0;
}

.help, a.help, a.help:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/help.gif) no-repeat 0 0;
}

.info, a.info, a.info:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/info.gif) no-repeat 0 0;
}
	
/* =LISTS
-------------------------------------------------------------- */

ul {
	margin: 0 0 1em 2em;
}

ul#formats {
	list-style-type: none;
	padding-bottom: 1.5em;
}

ul#formats li {
	background: url(/assets-caring-with-confidence/img/layout/background-bullet.gif) left center no-repeat;
	color: #339933;
	padding: 0.1em 1.5em;
}

ol { 
	margin-left: 2.4em; /* larger left margin to line up numeral with bullets on unordered lists */
}

ol.alpha {
	list-style-type: lower-alpha;
}

dl {
	margin: 0 0 1em 2em;
}

dt {
	font-weight: bold;
}

dt, dd {
	margin: 0 0 0.5em 0 ;
}

/* =NESTED ELEMENTS - resetting the font-sizes */
ul ul, ol ol, ul ol, ol ul, dd ul, dd ol,
table ul, table ol, ul table, ol table,
ul p, ol p, dl p, table p, p code, p pre,
form ul, form ol, form dl, form table, form code, form pre, form p
{
	font-size: 100%;
}

ul ul, ol ol, ul ol, ol ul, dd ul, dd ol
{
	margin-bottom: 0;
}


/* =OTHER ELEMENTS
-------------------------------------------------------------- */

img#banner {
	border: 1px solid #b9d3b9;
	margin: 1em 0 0 0;
}

div#main {
	position: relative;
}

.border {
	border: 1px solid #aaa;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
	margin-bottom: 1em;
}

blockquote { 

}

pre, code {
	font-size: 0.85em;
	margin: 0 0 1em 0;
}


/* =TABLES
-------------------------------------------------------------- */

/* NOTE: tables still need 'cellspacing="0"' in the markup for browser reset consistency */

table {
	width: auto;
	margin: 0 0 1em 0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

th,td {
	padding: 0.3em 0.4em 0.2em 0.4em;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

th {
	font-weight:bold;
}

table .alt { /* use this class on every other <tr> for a zebra effect - change colour as suits */
	background: #edf3fe;
}

hr {
	border: none;
	background-color: #ccc;
	height: 1px;
}


/* -------------------------------------------------------------- 
   -------------------------------------------------------------- 
	     				FORMS
   -------------------------------------------------------------- 
   -------------------------------------------------------------- */
   

/* =DEFAULT-FORM-STYLES
----------------------------------------------- */

form.default-form {
}

form.default-form fieldset {	
	margin: 1em 0 0 0;
	padding: 0;
	border: 1px solid #EEE;
}

div#site-search fieldset {
	border: none;
	padding: 0;
}

form.default-form fieldset.actions {
	border: none;
}

form.default-form legend {
	font-weight: bold;
	padding:.5em;
	margin-left:1em;
}

form.default-form p {

}

form.default-form div {
	display: block;
	width: 100%;
	float: left;
	padding: 0.5em 0 0.5em 0;
	border-top: 1px solid #EEE;
}

form.default-form div.alt {
	background: #edf3fe; /* example background colour for optional 'zebra' effect */
}

form.default-form label {
	position: relative;
	top: 0.15em;
	padding: 0 0 0 1em;
	width: 15em; /* change this width according to your site design to line things up */
	float: left;
}

form.default-form label em {
	position: absolute;
	right: 0.5em;
	color: red;
	font-weight: bold;
}

form.default-form .radio, form.default-form .checkbox {
	position: relative;
	top: 0.2em;
	float: left;
	margin: 0 0.5em 0 0.5em;
	width: auto;
}

form.default-form #day, form.default-form #month, form.default-form #year {
	position: relative;
	top: 0;
	width: 4.8em; /* small width set for date selection dropdowns */
}

form.default-form fieldset.actions {
	border: none;
	text-align:right; /* set right or left as suits your design */
}

form.default-form fieldset.actions p {
	display: inline;
}

form.default-form #submit {
	width: auto;
}

form.default-form input, form.default-form textarea, form.default-form select {
	width: 15em;	
}

form.default-form .error { /* example highlighting style for form validation */
	border: 1px solid red;
	background: #FFCCCC;
}


/* =ERROR MESSAGES
----------------------------------------------- */

div#error {
	padding: 18px 0 0 52px;
	margin: 1em 0 1em 0;
	border: 1px solid red;
	background: #FFCCCC url(../img/icons/icon-alert-warning.gif) no-repeat 10px 10px;
}


/* =BREADCRUMBS and =SEARCH
---------------------------------------------------------- */

#crumbs-search {
        }

#breadcrumbs {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0 0 8px 0;
        }
        
#breadcrumbs li {
        display: inline;
        font-size: 100%;
        }

#breadcrumbs li a {
        color: #abb400;
        text-decoration: none;
        }

#breadcrumbs li {
        border-left: 1px solid #d3dddb;
        margin-left: 5px;
        padding-left: 5px;
        }
        
#breadcrumbs li.firstItem {
        font-weight: bold;
        margin: 0;
        padding: 0;
        border: none;
        text-decoration: none;
        }
        
#breadcrumbs li a:hover {
        color: #abb400;
        text-decoration: underline;
        }
        
#crumbs-search form {
        float: right;
        }
        
#crumbs-search input {
        border: 1px solid #d3dddb;
        }
        
#crumbs-search input.knop {
        border: none;
        }
        
/* Image right-aligned style */
#content-primary img.right {
    float: right;
    margin: 0 0 1em 0.2em;
}
