/* MoL Learning CSS - by Rik Abel - rik@tapelondon.co.uk 


COLOURS
-------

kids - #f6bf18
adults - #f85e09
parents - #b50000
teachers - #74b51d




*/





/* reset.css v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.3;
	font-family: Arial, Verdana, Helvetica,sans-serif;
	font-size: small;
	background: #006699;
	text-align: center;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup
table {
	border-collapse: collapse;
	border-spacing: 0;
}

 */


/* =general stuff */

a,
a:visited {
	color: #2350A0;
}

a:hover,
a:visited:hover {
	color: #1E0F58;
}


.hide {
	display: none;
}


.left {
	float: left;
}

.right {
	float: right;
}


.clearthis{
	clear: both;
}


/* =links */

a.emailTxt,
a.emailTxt:visited {
	padding: 2px 0 2px 20px;
	background: #fff url(img/email.png) 0 50% no-repeat;
}


a.mapLink,
a.mapLink:visited {
	padding: 2px 0 2px 20px;
	background: #fff url(img/sitemap_color.png) 0 50% no-repeat;
}

a.helpLink,
a.helpLink:visited {
	padding: 2px 0 2px 20px;
	background: #fff url(img/help.png) 0 50% no-repeat;
}


#whoAreYou a,
#whoAreYou a:visited {
	width: 130px;
	display: block;
	text-align: center;
	padding: 5px 0;
	font-size: 130%;
	color: #fff;
}


#whoAreYou a:hover,
#whoAreYou a:visited:hover {
	text-decoration: none;
}

#whoAreYou a#kidsLink {
	background: #f6bf18;
}

#whoAreYou a#adultsLink {
	background: #f85e09;
}

#whoAreYou a#familiesLink {
	background: #b50000;
}

#whoAreYou a#teachersLink {
	background: #74b51d;
}




a.link,
a.link:visited {
	background: #E5F5FA url(img/link.gif) top right no-repeat;
	display: block;
	padding: 2px 30px 2px 0;
}

a.feature,
a.feature:visited {
	background: #E5F5FA url(img/feature.gif) top right no-repeat;
	display: block;
	padding: 2px 30px 2px 0;
}

a.factpack,
a.factpack:visited {
	background: #E5F5FA url(img/factpack.gif) top right no-repeat;
	display: block;
	padding: 2px 30px 2px 0;
}

a.pdf,
a.pdf:visited {
	background: #E5F5FA url(img/pdf.gif) top right no-repeat;
	display: block;
	padding: 2px 30px 2px 0;
}

a.game,
a.game:visited {
	background: #E5F5FA url(img/onlinegame.gif) top right no-repeat;
	display: block;
	padding: 2px 30px 2px 0;
}

a.external,
a.external:visited {
	background: #E5F5FA url(img/external.gif) top right no-repeat;
	display: block;
	padding: 2px 30px 2px 0;
}

a.enlarge,
a.enlarge:visited {
	background: #E5F5FA url(img/enlarge.gif) 0 0 no-repeat;
	padding: 3px 0 3px 30px;
}

a.saveLarge,
a.saveLarge:visited {
	background: transparent url(img/icon_image.gif) top right no-repeat;
	display: block;
	padding: 2px 20px 2px 0;
}

/* =layout */


#container {
	margin: 10px auto;
	width: 780px;
	text-align: left;
	background: #069;	
}

#cPad {
	padding: 10px;
	overflow: hidden;
	background-color: #fff;
}

#breadcrumb {
	padding-bottom: 5px;
	border-bottom: 1px solid #E5F5FA;
	margin-bottom: 10px;
	color: #999;
}

#breadcrumb img {
	vertical-align: middle;
}


#breadcrumb strong {
	color: #c00;
}

#header {
	overflow: auto;
	margin-bottom: 10px;
	clear: both;
}

#logo {
	float: left;
}

#utiLinks {
	float: right;
	text-align: right;
	color: #ccc;
}


#sidebar {
	width: 200px;
	float: left;
	background: #fff;
}



#content {

	width: 550px;
	float: right;
	background: #fff;
	overflow: auto;
}

#footer {
	background: #fff;
	margin-top: 10px;
	clear: both;
	color: #999;
	overflow: auto;
}

#footer img {
	float: left;
}

#footer p {
	float: right;
	text-align: right;
}

/* =navigation */


ul#nav {
	margin-bottom: 20px;
	background: #fff;
}

ul#nav li {
	margin-bottom: 5px;
	background: #fff;
}

ul#nav li a,
ul#nav li a:visited {
	display: block;
	padding: 5px;
	background: #E5F5FA;
	text-decoration: none;
	font-size: 110%;
}


ul#nav li a:hover,
ul#nav li a:visited:hover  {
	color: #fff;
	background-color: #09c;
	background-image: none;
}


ul#nav li a.on,
ul#nav li a:visited.on {
	color: #fff;
	background: #069;
	font-weight: bold;
}

ul#nav ul {
	margin-top: 5px;
	margin-bottom: 10px;

}


ul#nav li li a,
ul#nav li li a:visited {
	font-size: 100%;
	padding-left: 15px;
	background: #E5F5FA url(img/diagstripes.png) 0 0 repeat;
}

ul#nav li li a.on,
ul#nav li li a:visited.on {
	color: #c00;
	background-color: #E5F5FA;
	background-image: none;
}


#sidebar ul#nav li li  a:hover,
#sidebar ul#nav li li a:visited:hover {
	color: #fff;
	background-color: #09c;
	background-image: none;
}


/* =boxes and modules */


#learningHead {

	overflow: auto;
	background: #fff;
	margin-bottom: 10px;
}

#learningHead img {
	float: left;
	margin-right: 10px;
}

#learningHead #blurb {
	width: 280px;
	float: left;
	
}


.box {
	margin-bottom: 10px;
	background-color: #E5F5FA;
	padding: 10px;
	overflow: auto;
}


.newsItem {
	overflow: auto;
	margin-bottom: 10px;
	clear: left;
}

.newsItem img {
	float: left;
	margin-right: 10px;
}


#newsFlash {
	background-color: #ffc;
	margin-top: 10px;
}

#whoAreYou {
	overflow: auto;
	background: #fff;
	margin-bottom: 10px;
}

#whoAreYou .left {
	margin-right: 10px;
}


#featuresBox p,
#factpackBox p {
	font-size: 110%;
	overflow: auto;
}


#featuresBox p {
	clear: left;
}


#featuresBox p img,
#factpackBox p img {
	vertical-align: middle;
	float: left;
	margin-right: 10px;
}


#linksBox dt {
	font-size: 125%;
}

#linksBox dd {
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
}

#linksBox dt a,
#linksBox dt a:visited {
	display: block;
	
}


.redBox {
	padding: 5px;
	background: #c00 url(img/hilite_02.png) 0 50% repeat-x;
	margin-bottom: 10px;
	overflow: hidden;

}

.redBox img {
	float: right;
}

.redBox div {
	overflow: auto;
}


.imgWrap {
	overflow: auto;
	margin-bottom: 10px;
}

.imgWrap img {
	float: right;
	margin-left: 10px;
}


#picLinks .imgWrap {
	border-bottom: 1px solid #c00;
}


.thumbWrap {
	overflow: auto;
	margin-bottom: 10px;
	clear: left;
}


.thumbnail {
	width: 120px;
	float: left;
	margin-left: 10px;
	display: inline;
}

.thumbnail img {
	margin-bottom: 10px;
}


.imgBox img {
	float: left;
}

.imgBox br {
	clear: both;
}


.right .imgBox ul {
	float: left;
	width: 150px;
	margin-left: 0.5em;
}


/* =columns */


.colwrap {
	overflow: hidden;
	clear: both;
	margin-top: 10px;
}

.colwrap .left {
	width: 230px;
	overflow: auto;
	background: #fff;
}

.colwrap .right {
	width: 310px;
	overflow: auto;
	background: #fff;
}

/* =typography */

#learningHead h1 {
	font-size: 270%;
	margin-bottom: 0.25em;
	color: #09c;
	font-weight: bold;
}


#learningHead p#strapline {
	font-weight: bold;
	font-size: 130%;
	color: #cc0000;
	margin: 0;
}

h2 {
	font-size: 140%;
}

.box h2 {
	padding: 5px;
	color: #fff;
	background: #c00  url(img/hilite_02.png) 0 50% repeat-x;
	margin-bottom: 10px;
}

.redBox h2 {
	color: #fff;
	float: left;
	background-color: transparent;
}


h3 {
	font-size: 120%;
	color: #09c;
	margin-bottom: 0.5em;
}

.box h3 {
	padding: 5px;
	color: #fff;
	background: #09c url(img/hilite_02.png) 0 50% repeat-x;
	margin-bottom: 0.5em;
}


#kidsBox h3,
.kids .box h3,
#kidsBox h2,
.kids .box h2 {
	background-color: #f6bf18;
}

#adultsBox h3,
.adults .box h3,
#adultsBox h2,
.adults .box h2 {
	background-color: #f85e09;
}

#familiesBox h3,
.families .box h3,
#familiesBox h2,
.families .box h2 {
	background-color: #b50000;
}

#teachersBox h3,
.teachers .box h3,
#teachersBox h2,
.teachers .box h2 {
	background-color: #74b51d;
}

#content p {
	margin-bottom: 0.75em;
}

h4 {
	font-size: 120%;
	margin-bottom: 0.25em;
	color: #09c;
}

.kids h4 {
	color: #f6bf18;
}

.adults h4 {
	color: #f85e09;
}

.families h4 {
	color: #b50000;
}

.teachers h4 {
	color: #74b51d;
}

h5 {
	font-size: 110%;
	margin-bottom: 0.25em;
}

#newsFlash h5 {
	color: #f60;
	background: transparent url(img/newspaper.png) 100% 50% no-repeat;
}

h6 {
	font-size: 100%;
}


.newsItem p {
	font-size: 90%;
}


p.big {
	font-size: 150%;
	margin-bottom: 0.25em;
}

#sidebar p.quote {
	margin-top: 20px;
	color: #069;
}

/* =forms */

#search {
	float: left;
}


#search label {
	
	color: #069;
	text-transform: uppercase;
	margin-right: 5px;
	
}

#search .search-input {
	border:1px solid #CBCBCB;
	width: 135px;
	margin-right: 8px;
}

#search .search-button,
input.redButton {
	color: #fff;
	background: #c00;
	text-transform: uppercase;
	border: 1px solid #c00;
	padding: 0 5px;
}

input.redButton {
	margin-top: 1em;
}

.search-button:hover,
.redButton:hover,
label:hover {
	cursor: pointer;
	cursor: hand;
}


.formBox label,
#survey2 label {
	color: #069;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
	margin-top: 1em;
}


input.smallInput {
	width: 40px;
	border: 1px solid #cbcbcb;
	padding: 2px;
}

input.mediumInput {
	width: 150px;
	border: 1px solid #cbcbcb;
	padding: 2px;
}


input.bigInput,
textarea.bigInput {
	width: 284px;
	border: 1px solid #cbcbcb;
	padding: 2px;
}

input.smallInput:focus,
input.mediumInput:focus,
input.bigInput:focus,
textarea.bigInput:focus {
	border-color: #c00;
}


#content .formBox p {
	margin: 0;
	color: #666;
	font-size: 90%;
}



#survey1 label {
	margin: 0 10px;
	color: #069;
	font-weight: bold;
}




#survey2 p {
	margin-top: 1em;
}

#survey2 .redButton {
	font-size: 120%;
}


/* =lists */

ul.bullet,
.box ul,
td ul {
	margin-left: 1em;
	margin-bottom: 0.75em;
}

ul.bullet li,
.box ul li,
td ul li {
	background: transparent url(img/bullet_blue.png) 0 0.1em no-repeat;
	padding-left: 20px;
	margin-bottom: 0.25em;
}


.teachers ul.bullet li,
.teachers .box ul li,
td ul li {
	background-image: url(img/bullet_green.png);
	}
	
	
.kids ul.bullet li,
.kids .box ul li {
	background-image: url(img/bullet_yellow.png);
	}
	
.adults ul.bullet li,
.adults .box ul li {
	background-image: url(img/bullet_orange.png);
	}
	
.families ul.bullet li,
.families .box ul li {
	background-image: url(img/bullet_red.png);
	}

