/* CSS Document */

/*
colours
========================
dark blue		#3f338b
light blue		#e8e6f1
dark orange		#f3960a
light orange	#ffe6bf
*/

/* @group site defaults */

* { margin: 0; padding: 0; }

html { }

body { margin: 0 auto; width: 960px; color: #3f338b; font: 14px/1.5 Helvetica, Arial, sans-serif; }

a { color: #f3960a; text-decoration: underline; }
a:hover { text-decoration: none; }
p { display: block; margin: 18px 0; }
h1 { font-size: 28px; margin: 0 0 18px 0; }
h2 { font-size: 16px; margin: 18px 0; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

br.clear { display: block; height: 1px; }

img.left { margin: 0px 10px 10px 0px }
img.right { margin: 0px 0px 10px 10px }
img.center { display: block; margin: 0px auto; }

img.small { width: 150px; }
img.medium { width: 300px; }
img.large { width: 600px; }

img { border: 0; }

table { width: 95%; border-collapse: collapse; }
table th { background: #eee; color: #000; padding: 2px; border: #aaa solid 1px; }
table td { padding: 1px 2px; border: #aaa solid 1px; }

.error { display: none; font-size: 14px; color: red; }

/* @end */

/* @group header */

#logo { float: left; margin-top: 20px; }

/* @group customisation */

#customise { display: block; float: right; width: 300px; height: 30px; background: #ffe6bf;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;

	-khtml-border-radius-bottomright: 20px;
	-khtml-border-radius-bottomleft: 20px;

	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;

	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
#customise #toggle { display: block; float: right; margin-right: 80px; width: 100px; line-height: 30px; background: url(/site/images/customise.png) no-repeat left center; color: #3f338b; padding-left: 24px; text-decoration: none; }
#customise #toggle:hover { text-decoration: underline; }
#customise #colourscheme,
#customise #layout { list-style: none; display: none; float: left; line-height: 1.3; padding: 10px 0 0 10px; border-left: 1px solid white; margin-left: 10px; }
#customise #colourscheme { width: 240px; }
#customise #colourscheme li,
#customise #layout li { float: left; padding-right: 20px;}
#customise li.action-title { width: 100% !important; font-size: 10px; font-weight: bold; }

/* @end */

/* @group navigation */

/* @group quicklinks */

#quicklinks { list-style: none; float: right; clear: right; margin: 40px 0 20px; }
#quicklinks li { display: block; float: left; padding-right: 10px; }
#quicklinks li a { display: block; float: left; width: 30px; height: 30px; text-indent: -10000px; overflow: hidden; }

a#home { background: url(/site/images/home.png) no-repeat center center; }
a#contact { background: url(/site/images/contact.png) no-repeat center center; }
a#sitemap { background: url(/site/images/sitemap.png) no-repeat center center; }

/* @end */

/* @group main menu */

#navigation { display: block; clear: both; width: 960px; height: 40px; list-style: none; margin: 0 auto 40px; }
#navigation li { display: block; float: left; height: 40px; }
#navigation li a { display: block; float: left; text-align: center; font-weight: bold; font-size: 17px; color: #3f338b; text-decoration: none; line-height: 40px;  border: 2px solid #fff; border-width: 0 2px; background: #e8e6f1; }
#navigation li a:hover { background: #ffe6bf; text-decoration: underline; }

#navigation #dyslexia { width: 124px; padding-left: 4px; border-left: 0;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;

	-khtml-border-radius-bottomleft: 20px;
	-khtml-border-radius-topleft: 20px;

	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-topleft: 20px;

	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}
#navigation #faq { width: 94px; padding-right: 4px; border-right: 0;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;

	-khtml-border-radius-bottomright: 20px;
	-khtml-border-radius-topright: 20px;

	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-topright: 20px;

	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}
#navigation #autism { width: 116px; }
#navigation #davis { width: 176px; }
#navigation #stories { width: 196px; }
#navigation #facilitators { width: 226px; background: #e8e6f1 url(/site/images/find-a-facilitator.png) no-repeat 30px center; text-indent: 24px; }
#navigation #facilitators:hover { background-color: #ffe6bf; }

/* @end */

/* @end */

/* @end */

/* @group main text */

#content-main { display: block; float: left; width: 600px; margin-bottom: 30px; }
#content-main ul,
#content-main ol { padding-left: 40px; margin: 18px 0 }
#content-main #summary { display: block; padding: 20px; margin-bottom: 20px; background: #e8e6f1;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#dyslexia-summary,
#davis-summary { display: block; background: #fff; width: 230px; padding: 2px 20px; 
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#dyslexia-summary { float: left; xborder: 1px solid #f3960a; }
#davis-summary { float: right; xborder: 1px solid #3f338b; }

#dyslexia-summary ul,
#davis-summary ul { padding-left: 18px; }

/* @end */

/* @group sidebar */

#content-extra { display: block; float: right; padding: 2px 20px 20px 20px; width: 260px; background: #ffe6bf; margin-bottom: 30px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#content-extra ul,
#content-extra ol { padding-left: 18px; margin: 18px 0; }

#find-fac-link,
#find-aut-link,
#postcode-link { display: block; background: white; padding: 10px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#find-aut-link,
#postcode-link { margin-top: 10px; }
#find-fac-link a,
#find-aut-link a { display: block; background: url(/site/images/find-a-facilitator.png) no-repeat left top; padding-left: 30px; font-weight: bold; }
#postcode-link a { display: block; background: url(/site/images/search.png) no-repeat left top; padding-left: 30px; font-weight: bold; }

/* @end */

/* @group postcode search */

#content-main.postcode { margin-bottom: 10px; }
#content-extra #faclist table th { text-align: left; background: none; border: 0; border-bottom: 1px dotted white; }
#content-extra #faclist table td { border: 0; border-bottom: 1px dotted white; }
#faclist span.phone { display: block; height: 24px; background: url(/site/images/contact.png) no-repeat left top; padding-left: 30px; }
#faclist span.town { display: block; height: 24px; background: url(/site/images/marker.png) no-repeat 6px top; padding-left: 30px; }

/* @end */



/* @group facilitator listings */

.facilitator { padding: 2px 20px; margin-bottom: 20px; background: #e8e6f1;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.facilitator h2 { font-size: 20px; margin-bottom: 0; color: #f3960a; }
.facilitator .location { margin-top: 0; }
.facilitator .location span { font-weight: bold; padding-right: 20px; }
.facilitator p.view-profile { background: white; height: 30px; line-height: 30px; 
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.facilitator .travel { padding-right: 25px; background: url(/site/images/travel.png) no-repeat right center; }
.facilitator p.view-profile a { display: block; padding-left: 40px; background: url(/site/images/facilitator.png) no-repeat 10px center; }

.profile h1,
.profile h2 { line-height: 1.1; margin-top: 0; }
#content-extra.profile h2 { margin-top: 18px; }

.profile div { clear: both; padding: 20px; margin-bottom: 20px; background: #e8e6f1;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.profile span { display: block; padding-left: 30px; height: 30px; line-height: 30px; }

.profile #name { height: 130px; }
.profile #picture { padding: 15px; background: white; clear: none; float: right; }
.profile #picture img { margin: 0; }

.profile #address { display: block; width: 250px; clear: none; float: left; }
.profile #address h2 { margin-bottom: 10px; }
.profile #address p { margin: 0; padding: 10px 20px; height: 130px; background: white;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.profile #contact { display: block; width: 250px; clear: none; float: right; padding-bottom: 10px; }
.profile #contact h2 { margin-bottom: 10px; }
.profile #contact ul { margin: 0; padding: 0; list-style: none; }
.profile #contact li { background: white; margin-bottom: 10px; padding-left: 10px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.profile #contact span { padding-left: 30px;  }

.profile span#languages { background: url(/site/images/languages.png) no-repeat left center; }
.profile #travel { background: url(/site/images/travel.png) no-repeat left center; }
.profile li #telephone { background: url(/site/images/telephone.png) no-repeat left center; font-weight: bold; }
.profile li #mobile { background: url(/site/images/contact.png) no-repeat left center; font-weight: bold; }
.profile li #email { background: url(/site/images/email.png) no-repeat left center; font-size: 11px; }
.profile li #web { background: url(/site/images/web.png) no-repeat left center; font-size: 11px; }
.profile #edit-profile { background: url(/site/images/edit-profile.png) no-repeat left center; }
.profile #upload-image { background: url(/site/images/upload-image.png) no-repeat left center; }
.profile #change-password { background: url(/site/images/password.png) no-repeat left center; }
.profile #logout { background: url(/site/images/logout.png) no-repeat left center; }

.profile ul#options { margin: 0; padding: 18px 0; list-style: none; }
.profile ul#options li { background: white; margin-bottom: 10px; padding-left: 10px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.profile ul#options a { display: block; padding-left: 30px; height: 30px; line-height: 30px; }

.profile ul#contactlist { margin: 0; padding: 0; list-style: none; }
.profile ul#contactlist li { border-bottom: 1px dotted white; margin-bottom: 10px; padding-left: 30px; padding-bottom: 10px; background: url(/site/images/message.png) no-repeat left top; }
.profile ul#contactlist li em { font-weight: bold; font-style: normal; font-size: 11px; }

.profile #errortext { background-color: #f97875; color: white; }

/* @group login */

fieldset { padding: 20px; margin-bottom: 20px; background: #e8e6f1;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#login h2,
.profile fieldset h2 { margin-top: 0; }

/* @end */

/* @end */

/* @group footer */

#help-areas { display: block; clear: both; width: 960px; background: #e8e6f1; height: 40px; line-height: 40px; text-indent: 20px; font-wight: bold; font-size: 17px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#dda-info { font-size: 11px; text-align: center; }

/* @end */


/* @group form */

fieldset { border: 0; }
label { display: block; clear: both; color: #f3960a; font-weight: bold; }
label.checkbox { display: inline; clear: none; padding-left: 20px; }
input,
textarea { height: 1.5em; font-size: 1em; font-weight: bold; width: 80%; margin-bottom: 10px; }

input.checkbox { width: auto; }
input[type="image"] { width: auto; height: auto; }

input.half { width: 50%; }
input.third { width: 30%; }

textarea { font-family: Arial, sans-serif; height: 15em; }
textarea.short { height: 10em; }
textarea.tall { height: 25em; }

input.button { width: auto; overflow: visible; padding: 0 20px; }
#email2 { display: none; }

/* @end */

