/***********************/
/* general site styles */
/***********************/
.left {
	float: left;
}

.right {
	float: right;
}

.clearer {
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px 0 20px 0;
	text-align: center;
	background-color: #000;
	color: #fff;
	background-image: url(../img/keystage3/background.jpg);
	background-repeat: no-repeat;
	background-position: center 35px;
}

a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	color: #ffffff;
	background-color: inherit;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #999999;
}


/***********************/
/* layout              */
/***********************/
#siteContainer {
	text-align: left;
	margin: 0 auto;
	width: 750px;
}

#contentContainer {
	height: 100%;
}

#header {
	height: 150px;
	position: relative;
}

#logo {
    width: 750px;
    position: absolute;
    top: 45px;
    left: 0;
}

.contentBox {
	margin-bottom: 10px;
	clear: both;
	float: left;
	width: 100%;
}

.contextBox embed {
	margin-bottom: 0px;
}


/***********************/
/* toolbar links       */
/***********************/
.horizontalLinks {
	font-size: 1.1em;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

.horizontalLinks li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 5px 0px;
	border-right: 1px solid #fff;
}	

.horizontalLinks li.lastItem {
	border-right: 0;
}

#content .horizontalLinks li {
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 5px 0px;
	border-right: 1px solid black;
}	

#content .horizontalLinks li.lastItem {
	border-right: 0;
}

.horizontalLinks a {
	color: #fff;
	background-color: inherit;
}


/***********************/
/* navigation column   */
/***********************/
#navColumn {
	float: left;
	margin: 0 20px 0 0;
	width: 172px;
	color: #000;
}

#navColumn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navColumn a:hover {
	text-decoration: none;
}

/***********************/
/* first level links   */
/***********************/
#firstLevelLinks {
	font-size: 1.3em;
	font-weight: bold;
	background-color: #fff;
	color: #630;
}

#firstLevelLinks li {
	padding: 5px 0 0 26px;
/*	background-image: url(../img/keystage3/grey_bullet.gif); */
	background-position: 8px 9px;
	background-repeat: no-repeat;
}

#firstLevelLinks a {
	color: #630;
}

#firstLevelLinks li.currentLink a {
	color: #000;
}

#firstLevelLinks a:hover {
	text-decoration: underline;
}

/***********************/
/* second level links  */
/***********************/
#secondLevelLinks {
	font-size: 0.845em;
	background-image: none;
	padding-left: 0;
	position: relative;
	left: -15px;
}

/* IE 5 Mac only hack to fix nav */
* html>body #secondLevelLinks { left: -8px; }

#secondLevelLinks li {
	background-image:  url(../img/keystage3/grey_arrow.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding-left: 15px;
}


#secondLevelLinks li.currentLink {
	background-image:  url(../img/keystage3/black_arrow.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
}

#secondLevelLinks li.currentPageIndirect {
	background-image:  url(../img/keystage3/black_left_arrow.gif);
}

#secondLevelLinks li.pageIndirect {
	background-image:  url(../img/keystage3/grey_left_arrow.gif);
}

#firstLevelLinks #secondLevelLinks li a {
	color: #666;
}

#firstLevelLinks #secondLevelLinks li.currentLink a {
	color: #000;
	text-decoration: underline;
}


/***********************/
/* third level links   */
/***********************/
#thirdLevelLinks {
	background-image: none;
}

#thirdLevelLinks li {
	padding-left: 12px;
}

#firstLevelLinks #secondLevelLinks #thirdLevelLinks li a {
	color: #666;
	text-decoration: none;
}

#firstLevelLinks #secondLevelLinks #thirdLevelLinks li a:hover {
	text-decoration: underline;
}

#firstLevelLinks #secondLevelLinks #thirdLevelLinks li.currentLink a {
	color: #000;
	text-decoration: underline;
}

#firstLevelLinks li.clearstyles, #firstLevelLinks #secondLevelLinks li.clearstyles, #firstLevelLinks #secondLevelLinks #thirdLevelLinks li.clearstyles {
	background: none;
	color: #666666;
}

/***********************/
/* content             */
/***********************/
#content, #contentWide {
	float: left;
	margin: 0 0 0 0;
	color: #000;
	font-size: 1.2em;
}

#content {
	width: 557px;
}

#contentWide {
	width: 750px;
}

#content a, #contentWide a {
	color: #600;
	text-decoration: underline;
}

#content p, #contentWide p {
	margin: 10px 0 10px 0;
	line-height: 1.3em;
}

#padding {
	padding: 15px 24px 0 24px;
	background-color: #fff;
	min-height: 450px;
	height: auto !important;
	height: 450px;	
}

#contentWide #padding {
	padding: 15px 10px 0 10px;
}

.halfColumn {
	width: 242px;
}

.oneThirdColumn {
	width: 156px;
	margin-right: 20px;
}

.lastColumn {
	margin-right: 0;
}

#content .imageCaption, #contentWide .imageCaption {
	clear: both;
	text-align: right;
	font-size: 0.85em;
	margin-top: 2px;
	margin-bottom: 2px;
}


/***********************/
/* breadcrumb trail    */
/***********************/
#breadcrumb {
	clear: both;
	height: auto;
	width: inherit;
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

#breadcrumbPage {
	text-decoration: underline;
}

#breadcrumb a {
	text-decoration: none;
	color: #999999;
	margin-right: 3px; /* was originally 6px but reduced to prevent breadcrumb from overclipping */
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb .divider {
	 font-size: 1.3em;
	 color: #999999;
	 margin-right: 6px;
}

.share-block {
	visibility: hidden;
}



/* bookmark hidden */
#bookmark {
	float: right;
	visibility: hidden;
}
#bookmark .bookmark_spacer{
    display: none;
}
#bookmark .social {
    padding-left:6px;
}
#bookmark #myGslbookmark.social {
    display:none;
}
#bookmark .share-block a:last-child {
    display:none;
}


/***********************/
/* headings            */
/***********************/
#content h1, #contentWide h1 {
	font-size: 2.5em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 1px 0 10px 0;
/*	background: url(../img/keystage3/header_background.gif) bottom repeat-x; */
}

#content h2, #contentWide h2 {
	font-size: 1em;
	padding: 4px 12px;
	margin: 5px 0 5px 0;
	color: #fff;
	background: url(../img/keystage3/header_strip_full.jpg) right no-repeat; 
}

#content .halfColumn h2, #content .oneThirdColumn h2 {
	font-size: 1em;
	padding: 4px 12px;
	margin: 5px 0 5px 0;
	color: #fff;
	background: url(../img/keystage3/header_strip.gif) right no-repeat; 
}

#content h3, #contentWide h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 3px 0 5px 0;
}

#contentWide .mapBox h2, #contentWide .mapBox h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 1.2em;
	color: black;
	background: none;
	margin: 3px 0 5px 0;
}

#content h4, #contentWide h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 3px 0 5px 0;
}

/***********************/
/* footer              */
/***********************/
#footer {
	height: 20px;
	clear: both;
	padding: 25px 18px 0 18px;
	color: #fff;
}

#footer a {
	color: #fff;
}

#copyrightNotice {
	font-size: 1.1em;
	float: right;
	margin: 0;
	border: 0;
	padding: 0 15px 0 0;
	color: #fff;
	background-color: inherit;
}


/* quiz */
#quiz {
	width: inherit;
}

.question {
	border-top: 1px solid #ccc;
}

.options {
	width: 310px;
}

.button {
	border-top: 1px solid #ccc;
}

.correct {
    background: url(../img/keystage3/correct.gif) no-repeat 100% 80%;
}
.try_again {
    background: url(../img/keystage3/try_again.gif) no-repeat 100% 80%;
}


/***********************/
/* annotated map       */
/***********************/
#map {
	width: 730px;
	height: 610px;
	margin: 0;
	position: relative;
}

#mapContentLeft {
	width: 200px;
	height: 420px;
	position: absolute;
	top: 0;
	left: 0;
}

#mapContentRight {
	width: 200px;
	height: 420px;
	position: absolute;
	top: 0;
	right: 0;
}

#mapContentBottom {
	position: absolute;
	top: 420px;
	left: 0;
}

#mapImageContainer {
	width: 330px;
	height: 420px;
	position: absolute;
	top: 0;
	left: 200px;
}

#mapImageContainer fieldset {
	width: 330px;
	height: 405px;
}

.mapBox {
	background: url(../img/keystage3/mapbox.gif) top left no-repeat;
	width: 200px;
	height: 190px;
	float: left;
	margin-bottom: 20px;
}

.mapBox .padding {
	padding: 5px 10px;
}

#mapContentLeft .middle, #mapContentRight .middle {
	position: absolute;
	top: 210px;
	left: 0;
}

.middle {
	position: absolute;
	top: 0;
	left: 265px;
}

.bottom {
	margin-right: 20px;
}

.wide {
	background: url(../img/keystage3/mapbox_wide.gif) top left no-repeat;
	width: 245px;
}

.wider {
	background: url(../img/keystage3/mapbox_wider.gif) top left no-repeat;
	width: 355px;
}

.right {
	float: right;
	margin-right: 0;
}

.tall {
	height: 400px;
	background-image: url(../img/keystage3/mapbox_tall.gif);
}

/***********************/
/* image map           */
/***********************/

#imageMap {
	text-align: center;
	margin-bottom: 10px;
}

.imageMapImage {
	margin: 10px 0;
}

#imageMap .divider {
	 font-size: 1.3em;
	 color: black;
	 margin-left: 6px;
	 margin-right: 6px;
}

/***********************/
/* data tables         */
/***********************/
.tabularData table {
	width: 100%;
	margin: 0 0 5px 0;
}

.tabularData caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 2px;
}

.tabularData th {
	font-size: 1.1em;
	padding: 0 2px 5px 2px;
	border-bottom: 1px solid #999;
	font-weight: bold;
	color: #990000;
	text-align: left;
}

.tabularData td {
	padding: 5px 10px 2px 2px;
	border-bottom: 1px dotted #999;
}

#checkAnswers {
        background-image: url(../img/keystage3/button_check_answers.gif);
}

.unanswered, .wronglyAnsweredGap, .invalidQuestion {
        border: 2px solid red;
}

/* Avoid increasing line height on the fill the gaps quiz */
.fillTheGapForm input.wronglyAnsweredGap {
       border: 1px solid red;	
       background: #fee;
}

.quizOptionRadioButton {
        text-align: top;
        width: 10%;
}

/* Multiple Choice forms */
.radio { background-color: transparent; }

.radio.correct { background: none; }

.aQuestion {
        line-height: 1.5em;
}

.formRow {
        clear: both;
}

.formLabel {
        width: 89%;
        margin: 2px 1% 4px 0;
        float: left;
        text-align: left;
        vertical-align: top;
}

.formField {
        width: 10%;
        float: left;
        margin-bottom: 4px;
}

.score {
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 20px;
}

.questionText {
        margin-bottom: 0.5em;
}

.questionText  img {
        float: right;
}

/* form errors */
.errorMessage {
        border: none;
        padding: 2px 5px 2px 5px;
        margin-top: 8px;
        margin-bottom: 8px;
        color: white;
        background-color: #ff0000;
        font-weight: bold;
        width: 100%:
}

.errorMessage ul {
        margin-left: 2em;
}

.trailingGap {
        padding-bottom: 30px;
}

.clearer {
        clear: both;
}

hr.questionDivider {
        color: #ffffff;
        background-color: inherit;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #999999;
}

.showCrossOrTick {
        float: right;
		width:65px;
		height:52px;
		display:none;
}
.showCrossOrTick.correct {background-image: url(../img/keystage3/correct.gif);}
.showCrossOrTick.tryagain {background-image: url(../img/keystage3/try_again.gif);}

.fillTheGapForm {
        line-height: 1.3em;
}

.fillTheGapForm input {
        font-size: 1em;
        border: 1px solid;
        padding-top: 0;
        padding-bottom: 0;
}