/*************************************************************************
	Reading Sight: www.readingsight.org.uk/
	Developed by Electric Putty Ltd. <malcolm@electricputty.co.uk>

	MODULE: 	global.css
	PURPOSE:	all global rules for site
*************************************************************************/





/*Auto float clearing for compliant browsers
*************************************************************************/
#controls:after,
#search-form:after,
#banner:after,
#main-nav:after,
#breadcrumb:after,
#main-columns:after,
#main:after,
#contact-links:after,
#page-controls:after,
.intro:after,
.pagination:after,
.tabsort:after,
.clear-this:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	}





/* General Rules and classes
*************************************************************************/
body {
	background: #e5f3fa;
	color: #595959;
	/*font: normal 1.01em/1.2em "Arial","Helvetica", sans-serif;*/
	}

#skipto,
.disguise {
	position:absolute;
	left:-999em;
	}
	
.wrap {
	width: 960px;
	margin: 0 auto;
	}

a {
	text-decoration: none;
	}
	
strong {
	font-weight: bold !important;
	}

.fl-left {
	float: left;
	}
	
.fl-right {
	float: right;
	}

.img_right {
	float: right;
	clear: both;
	margin: 5px 0 10px 10px;
	}
	
.img_left {
	float: left;
	clear: both;
	margin: 5px 10px 10px 0;
	}

.more {
	background: url("../site_images/bg-bullet.gif") no-repeat right;
	font-size: 0.85em !important;
	font-weight: bold;
	padding: 0 12px 0 0;
	text-align: right;
	}

.back,	
.back-to {
	background: url("../site_images/bg-back.gif") no-repeat left;
	font-size: 0.85em !important;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin: 20px 0 0 0 !important;
	}





/* Main block positioning
*************************************************************************/
#banner {
	background: #ffffff;
	border-top: 1px solid #c1d1d9;
	}

#main {
	background: #fff url("../site_images/bg-body.gif") top left repeat-x;
	padding-bottom: 40px;
	}

#left {
	width: 220px;
	float: left;
	margin-right: 20px;
	}
	
#content {
	width: 678px;
	float: left;
	}

#content-left {
	float: left;
	width: 440px;
	}

#content-right {
	float: right;
	width: 220px;
	}

#main-columns {
	position: relative;
	}





/* Message
*************************************************************************/
.message {
	position:absolute;
	top: 0px;
	left: 250px;
	width: 440px;
	background: #fff url('../site_images/icon-alert.png') no-repeat 10px 50%;
	padding: 15px 10px 15px 50px;
	border: 2px solid #0088CF;
	font-weight: bold;
	color: #0088CF;
	z-index: 1000;
	-moz-box-shadow: 1px 1px 3px #A9A9A9; /* FF3.5+ */
	-webkit-box-shadow: 1px 1px 3px #A9A9A9; /* Saf3.0+, Chrome */
	box-shadow: 1px 1px 3px #A9A9A9; /* Opera 10.5, IE 9.0 */
}







/* Controls
*************************************************************************/
#controls {
	color: #8f9091;
	}

#controls ul.display {
	font-size: 80%;
	float: left;
	}

#controls ul.nav {
	font-size: 80%;
	float: right;
	}

#controls li {
	float: left;
	list-style: none;
	line-height: 1.2em;
	padding: 7px 0 6px 0;
	}

#controls li a {
	display: block;
	float: left;
	border-left: 1px solid #8f9091;
	padding: 0 10px;
	/*color: #0088cf;*/
	color: #047CBB;
	}

#controls li a:hover,
#controls li a:focus,
#controls li a:active {
	text-decoration: underline;
	background: #fff;
	}
	
#controls li.last a {
	padding-right: 1px;
	}

#controls li.no-border a {
	border-left: none;
	padding-left: 1px;
	}
	
#controls li.letter-med a {
	font-size: 140%;
	}
	
#controls li.letter-big a {
	font-size: 180%;
	}





/* Banner
*************************************************************************/
#banner {
	padding: 0 0 18px 0;
	}

#banner img {
	display: block;
	float: left;
	margin: 22px 0 0 10px;
	}

p.slogan {
	float: left;
	margin: 22px 0 0 14px;
	background: url("../site_images/text-slogan-small.gif") no-repeat;
	text-indent: -999em;
	width: 194px;
	height: 75px;
	}

#search-form {
	float: right;
	margin: 51px 2px 0 0;
	}
	
#subheader input,
#search-form input {
	float: left;
	width: 198px;
	padding: 3px 5px;
	color: #666;
	border: 1px solid #cccccc;
	background: url("../site_images/bg-search.gif") no-repeat;
	margin-right: 10px;
	}

#subheader button,
#search-form button {
	float: left;
	background: #da5d40 url("../site_images/bg-search-button.gif") repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	height: 24px;
	width: 80px;
	line-height: 1em;
	cursor: pointer;
	}





/* Main nav
*************************************************************************/
#main-nav {
	background: #5c5e60 url("../site_images/bg-main-nav.gif") repeat-x;
	font-weight: bold;
	font-size: 83%;
	line-height: 1.2em;
	}

#main-nav li {
	float:left;
	list-style:none;
	border-left: 1px solid #8f9091;
	width: 77px;
	min-height: 49px;
	}
	
#main-nav li.forum {
	border-right: 1px solid #8f9091;
	}

#main-nav li a,
#main-nav li a:visited {
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 10px 7px 10px;
	}

#main-nav li.home { width: 90px; }
#main-nav li.access_to_reading { width: 115px; }
#main-nav li.helping_the_reader { width: 115px; }
#main-nav li.staff_training_development { width: 150px; }
#main-nav li.buildings_equipment { width: 125px; }
#main-nav li.policy_development { width: 140px; }
#main-nav li.facts_about_sight_loss { width: 121px; }
#main-nav li.forum { width: 90px; }

#main-nav li.home a,
#main-nav li.forum a {
	padding: 17px 10px 16px 10px;
	}

#main-nav li a:active,
#main-nav li a:focus,
#main-nav li a:hover,
#main-nav li.here a {
	background: #e5f3fa url("../site_images/bg-main-nav-over.gif") repeat-x;
	/*color: #0088cf;*/
	color: #047CBB;
	}





/* Breadcrumb
*************************************************************************/
#breadcrumb {
	font-size: 77%;
	font-weight: bold;
	line-height: 1.1em;
	color: #707274;
	padding: 11px 11px 10px 3px;
	}

#breadcrumb a,
#breadcrumb span {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	/*color: #0088cf;*/
	color: #047CBB;
	}
	
#breadcrumb span.arrow {
	width: 4px;
	background: url("../site_images/bg-arrow.gif") no-repeat 50% 50%;
	text-indent: -999em;
	}

/* Reading plan breadcrumb
*************************************************************************/
div#breadcrumb {
	padding: 0;
	}

div#breadcrumb p.bc {
	float: left;
	padding: 11px 11px 10px 3px;
	}

div#breadcrumb p.log {
	float: right;
	background: #fff;
	padding: 6px 5px 6px 11px;
	margin: 5px 0 0 0;
	border: 1px solid #C1D1D9;
	}

div#breadcrumb p.log a,
div#breadcrumb p.log span {
	display: inline;
	float: none;
	margin: 0 8px;
	}

div#breadcrumb p.log span {
	color: #666;
	}









/* Sub nav
*************************************************************************/
#nav_sub {
	border: 1px solid #c1d1d9;
	font-size: 85%;
	}
	
#nav_sub li {
	border-top: 1px solid #c1d1d9;
	list-style:none;
	}
	
#nav_sub li.first {
	border-top: 0;
	}

#nav_sub li a {
	display: block;
	background: #e4f2f9 url("../site_images/bg-sub-nav.gif") top left repeat-x;
	/*color: #0088cf;*/
	color: #047CBB;
	padding: 9px 10px;
	font-weight: bold;
	}

#nav_sub li a:active,
#nav_sub li a:focus,
#nav_sub li a:hover,
#nav_sub li.here a {
	background: #0088cf url("../site_images/bg-sub-nav-over.gif") repeat-x;
	color: #fff;
	}

#nav_sub li li {
	border-top: 1px solid #e5f3fa;
	}

#nav_sub li li a,
#nav_sub li.here li a {
	background: #fff url("../site_images/bg-arrow.gif") no-repeat 10px 50%;
	font-size: 95%;
	padding: 9px 10px 9px 20px;
	/*color: #0088cf;*/
	color: #047CBB;
	}

#nav_sub li li a:active
#nav_sub li li a:focus,
#nav_sub li li a:hover,
#nav_sub li li.here a {
	background: #f1f8fb url("../site_images/bg-arrow.gif") no-repeat 10px 50%;
	/*color: #0088cf;*/
	color: #047CBB;
	}

#nav_sub li li li a,
#nav_sub li li.here li a {
	background-image: none;
	font-weight: normal;
	padding: 5px 10px 5px 30px;
	}

#nav_sub li li.here li a {
	background-color: #fff;
	}
	
#nav_sub li li li a:active
#nav_sub li li li a:focus,
#nav_sub li li li a:hover,
#nav_sub li li li.here a {
	background-image: none;
	background-color: #f1f8fb;
	/*color: #0088cf;*/
	color: #047CBB;
	}
	

#sub-nav-shadow {
	background: url("../site_images/bg-shadow.png") repeat-x top left;
	height: 4px;
	width: 220px;
	}




/* Content
*************************************************************************/
#content {
	padding: 20px 19px 20px 20px;
	border: 1px solid #c1d1d9;
	background: #fff;
	}

#content img {
	/*
	display: block;
	float: right;
	margin: 0 0 20px 20px;
	*/
	}

#content h1 {
	color: #d4422b;
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 0 0 18px 0;
	font-weight: normal;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e17a6a;
	}

#content h2 {
	color: #d4422b;
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 0 0 3px 0;
	padding: 12px 0 3px 0;
	font-weight: normal;
	}

#content h2.landing {
	border-bottom:1px solid #c1d1d9;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	}

#content .cat {
	color: #8f9091 !important;
	}
	
#content h3 {
	color: #d4422b;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0 0 9px 0;
	padding-top: 6px;
	font-weight: normal;
	}
	
#content h4 {
	font-size: 1em;
	line-height: 0.95em;
	margin: 0 0 6px 0;
	padding-top: 6px;
	font-weight: normal;
	color: #d4422b;
	}

#content h5 {
	font-size: 0.9em;
	margin: 0 0 3px 0;
	padding-top: 6px;
	font-weight: normal;
	color: #d4422b;
	}

#content h6 {
	}

#content p,
#content li {
	font-size: 0.9em;
	}

#content li p {
	font-size: 100%;	
	}

#content p {
	margin: 0 0 12px 0;
	}

#content a {
	color:#0088cf;
	border-bottom: 1px dotted #0088cf;
	}

#content a:hover,
#content a:focus,
#content a:active {
	border-bottom: 0;
	}

#content-shadow {
	background: url("../site_images/bg-shadow.png") repeat-x top left;
	height: 4px;
	width: 718px;
	float: right;
	}





/* Content right 
*************************************************************************/
#content-right img {
	display: block;
	margin-bottom: 20px;
	}





/* Editorial 
*************************************************************************/
.editorial ul {
	list-style: none;
	padding: 12px 0 12px 0;
	}
	
.editorial ul ul {
	padding: 10px 0 0 0;
	}

.editorial ul li {
	padding: 0 0 0 25px;
	background: url("../site_images/bg-content-bullet.gif") 5px 6px no-repeat;
	margin: 0 0 10px 0;
	}

.editorial li li {
	font-size: 100%;
	}
	
.editorial ol {}
	
.editorial ol li {
	padding: 0 0 0 6px;
	margin: 0 0 10px 25px;
	}

	
.editorial .details {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 1.2em;
	}

.editorial .details li {
	background: none;
	padding: 0;
	margin: 0 0 5px 0;
	}
	
.editorial .details li.type {
	color: #275a75;
	}
	
.editorial .details li.date,
.editorial .details li.phone {
	color: #8f9091;
	}
	
.editorial .details li.author,
.editorial .details li.url {
	color: #7d7e7f;
	}
	
.editorial .details li.publisher,
.editorial .details li.email {
	color: #68696a;
	}
	
.editorial .download,
.editorial .link {
	border: 1px solid #c1d1d9;
	background: #f7fbfd;
	padding: 5px;
	font-size: 1em !important;
	line-height: 1em;
	color: #656769;
	}

.editorial .media {
	border: 1px solid #c1d1d9;
	background: #f7fbfd;
	padding: 5px;
	text-align: center;
	}

.editorial .org-list {
	padding: 0;
	}

.editorial .org-list li {
	padding: 0 0 12px 0;
	background: none;
	margin: 0 0 0 0;
	}

.editorial .org-list li p {
	font-size:100% !important;
	}

.editorial .org-list h2 {
	margin: 0 0 3px 0 !important;
	padding: 0 !important;
	}

.editorial .news-date {
	font-weight: bold;
	margin: 10px 0 !important;
	}

.editorial .news-image {
	display: block;
	border: 1px solid #c1d1d9;
	background: #f7fbfd;
	padding: 5px;
	margin: 0 0 12px 0;
	}





/* Comments 
*************************************************************************/
.comments-title {
	border-bottom: 1px solid #e17a6a;
	margin: 0 0 12px 0 !important;
	}

.comment {
	background: url("../site_images/bg_open_quote.gif") no-repeat 5px 5px;
	padding: 2px 10px 0 35px;
	}
	
.comments-list {
	padding: 0 !important;
	}

.comments-list li {
	background: url("../site_images/bg_open_quote.gif") no-repeat 5px 5px !important;
	padding: 5px 10px 5px 40px !important;
	margin: 0 0 5px 0;
	}
	
.comments-list li.even {
	background: #f9fcfd url("../site_images/bg_open_quote_even.gif") no-repeat 5px 5px !important;
	border-top: 1px solid #c1d1d9;
	border-bottom: 1px solid #c1d1d9;
	}

.comments-list li p {
	margin: 0 !important;
	}

.comments-list li p.credit {
	margin: 5px 0 0 0 !important;
	font-size: 80% !important;
	}





/* Pagination
*************************************************************************/
.no-resources {
	border-top:1px solid #c1d1d9;
	padding-top: 10px;
	}

.pagination {
	border-top:1px solid #c1d1d9;
	border-bottom:1px solid #c1d1d9;
	background: #f9fcfd;
	padding: 15px 10px 16px 10px;
	margin-bottom: 20px;
	}

.pagination p {
	line-height: 1.1em !important;
	font-size: 0.85em !important;
	padding: 0;
	margin: 0 !important;
	color: #666;
	}
	
.next,
.next-greyedout {
	background: url("../site_images/bg-more.gif") no-repeat right;
	padding-right: 12px;	
	}
	
.next-greyedout {
	background: url("../site_images/bg-more-grey.gif") no-repeat right;
	}
	
.prev,
.prev-greyedout {
	background: url("../site_images/bg-back.gif") no-repeat left;
	padding-left: 12px;	
	}
	
.prev-greyedout {
	background: url("../site_images/bg-back-grey.gif") no-repeat left !important;
	}
	
.greyedout,
.prev-greyedout,
.next-greyedout {
	color: #bcbcbc;
	}





/* Resource list
*************************************************************************/
.res-list,
.landing-list {
	list-style: none;
	}

.res-list li {
	font-size: 1em;
	padding: 2px 0 10px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #c1d1d9;
	}
	
.res-list h4 {
	color: #275a75;
	margin: 19px 0 12px 0;
	}

.landing-list li {
	font-size: 1em;
	padding: 2px 0 10px 0;
	}





/* Contact /controls links
*************************************************************************/
#contact-links {
	margin: 0 0 20px 0;
	list-style: none;
	}

#page-controls {
	margin: 30px 0 0 0;
	list-style: none;
	}

#page-controls li,
#contact-links li {
	float:left;
	padding: 0 25px 0 0;
	margin-right: 15px;
	}
	
#page-controls li.to-top {
	background: url("../site_images/icon-to-top.gif") center right no-repeat;
	padding: 0 17px 0 0;
	}

#page-controls li.email,
#contact-links li.email {
	background: url("../site_images/icon-email.gif") center right no-repeat;
	}

#page-controls li.print,
#contact-links li.print {
	background: url("../site_images/icon-print.gif") center right no-repeat;
	}

#page-controls li.share,
#contact-links li.share {
	background: url("../site_images/icon-share.gif") center right no-repeat;
	}
	
#page-controls li.share span,
#contact-links li.share span {
	float: left;
	}
	
#contact-links li.last {
	margin-right: 0;
	}
	
#page-controls li a,
#contact-links li a {
	display: block;
	float:left;
	font-weight: bold;
	font-size: 0.85em;
	}

#page-controls li a {
	font-size: 1em !important;	
	}
	
#page-controls li a:hover,
#page-controls li a:active,
#page-controls li a:focus,
#contact-links li a:hover,
#contact-links li a:active,
#contact-links li a:focus {
	background:#0088cf;
	color:#fff;
	}




/* RSS
*************************************************************************/
#rss {
	border: 1px solid #c1d1d9;
	background: #fae1c8 url("../site_images/bg-rss.gif") top left repeat-x;
	padding: 8px 10px 10px 10px;
	margin-bottom: 20px;
	}

#rss a {
	display: block;
	background: url("../site_images/icon-rss.gif") top right no-repeat;
	border: 0;
	line-height: 1.1em;
	color: #5c5e60;
	font-size: 1.1em !important;
	padding: 0 60px 0 0;
	}




/* box / Wide box / Form box
*************************************************************************/
.box {
	border-top:1px solid #c1d1d9;
	background: url("../site_images/bg-box-bottom.gif") bottom left no-repeat;
	padding: 0 1px 30px 1px;
	margin-bottom: 20px !important;
	}

.box-top-30 {
	margin-top: 30px;
	}

.box-top-20 {
	margin-top: 20px;
	}

.box-flat {
	border:1px solid #c1d1d9;
	background: #fff;
	padding: 0px;
	margin-bottom: 0px !important;
	}

.box img {
	display: block;
	}

.box a {
	color:#0088cf;
	border-bottom: 1px dotted #0088cf;
	}

.box h2 {
	color: #d4422b;
	font-size: 1.25em;
	font-weight: normal;
	margin: 16px 0 12px 0;
	}

.box h3 {
	/*
	background: #a5d5ee url("../site_images/bg-box-header.gif") bottom left repeat-x;
	color: #fff !important;
	*/
	
	background: #d9effb url("../site_images/bg-box-header.gif") bottom left repeat-x;
	color: #5B5D5F !important;
	padding: 8px 10px 12px 10px !important;
	margin: 0 0 12px 0;
	}
	
.box h3 a {
	color: #fff !important;
	border: 0;
	}
	
.box h3 a:hover,
.box h3 a:focus,
.box h3 a:active {
	background: #fff !important;
	color: #0188cf !important;
	}

.box h3.box-light {
	background: #edf7fb url("../site_images/bg-box-form-header.gif") bottom left repeat-x;
	/*color: #656769 !important;*/
	}

.box-inner {
	margin: 12px;
	}
	
.box-inner a:hover,
.box-inner a:focus,
.box-inner a:active {
	border-bottom: 0;
	background:#0088cf;
	color:#fff !important;
	}

.box h4 {
	color: #d4422b;
	margin: 0 0 8px 0;
	}
	
.box h4 a {
	color: #d4422b;
	border-bottom: 1px dotted #d4422b;
	}

.box p,
.box li {
	font-size: 0.9em;
	}

.box ul {
	list-style: none;
	margin: 12px 0;
	padding: 0 !important;
	}

.box li {
	padding: 0 0 0 12px;
	background: url("../site_images/bg-bullet.gif") 0 5px no-repeat;
	/*font-weight: bold;*/
	margin: 0 0 4px 0
	}

.box li p {
	margin-bottom: 20px;
	font-size: 100%;
	}

.box label {
	float: left;
	width: 75px;
	text-align: right;
	font-weight: bold;
	color: #666769;
	}

.box input {
	float: left;
	color: #666769;
	}


.box form .text {
	margin-left: 20px;
	width: 198px;
	padding: 3px 5px;
	color: #666;
	border: 1px solid #cccccc;
	background: url("../site_images/bg-search.gif") no-repeat;	
	}

.box textarea {
	border: 1px solid #cccccc;
	color: #666;
	margin-left: 20px;
	width: 310px;
	height: 94px;
	}
	
.box form h4,
.box form p {
	margin: 0 0 12px 0 !important;
	}

.box form .input-align {
	margin-left: 95px !important;
	}

.box form button { 
	background: #da5d40 url("../site_images/bg-search-button.gif") repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	height: 24px;
	width: 80px;
	line-height: 1em;
	cursor: pointer;
	margin-right: 10px;
	}

.box-shadow {
	background: url("../site_images/bg-shadow.png") repeat-x top left;
	height: 4px;
	margin-bottom: 20px;
	}



/* Sort tabs
*************************************************************************/
.tabsort {
	border-top: 1px solid #fff;
	font-weight:bold;
	display:block;
	position:relative;
	z-index: 5;
	border-bottom: 1px solid #c1d1d9;
	}

.tabsort ul {
	margin: 0 0 0 7px;
	}

.tabsort ul li {
	float: left;
	font-size: 0.8em;
	list-style: none;
	margin: 0 6px 0 0 !important;
	border-bottom: 1px solid #FFF;
	padding: 0 !important;
	height: 1em;
	min-height:30px;
	background: #5d5f61 url("../site_images/bg-tab-inactive.gif") left top repeat-x;
	}

.tabsort ul li a,
.tabsort ul li a:visited,
.tabsort ul li span.inactive {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 1em;
	padding: 9px 12px;
	border: none;
	color: #FFF;	
	}

.tabsort ul li a:hover,
.tabsort ul li a:active,
.tabsort ul li a:focus {
	background:#0088cf;
	}
	
.tabsort ul li.selected {
	background:#FFF url("../site_images/bg-tab-active.gif") left top repeat-x;
	border: 1px solid #c1d1d9;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px !important;	
	}


.tabsort ul li.selected a,
.tabsort ul li.selected a:visited {
	border:none;
	/*color: #0088cf;*/
	color: #047CBB;
	background: url("../site_images/bg-tab-sort-selected-left.png") left top no-repeat;
	}




/* Footer
*************************************************************************/
#footer {
	border-top: 1px solid #d1dde3;
	font-size: 0.8em;
	padding: 5px 0 100px 0;
	}

#footer ul {
	float:right;
	}
	
#footer li {
	float: left;
	list-style: none;
	line-height: 1.2em;
	padding: 6px 0 0 0;
	}

#footer li a {
	display: block;
	float: left;
	border-right: 1px solid #333;
	padding: 0 10px;
	color: #333;
	}

#footer li a:hover,
#footer li a:focus,
#footer li a:active {
	text-decoration: underline;
	background: #fff;
	}
	
#footer li.last a {
	border-right: none;
	padding-right: 0;
	}




/* Site map
*************************************************************************/
#sitemap li {
	background: none;
	font-weight: bold;
	padding-left: 0;
	font-size: 1em;
	}

#sitemap li li {
	font-size: 0.8em;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
	}

#sitemap li li li {
	font-size: 100%;
	background: url("../site_images/bg-content-bullet.gif") 5px 6px no-repeat;
	font-weight: normal;
	}

#sitemap li li li a {
	color: #747577;
	border-bottom: 1px dotted #747577;
	}
