/* revlayout.css - style sheet for ict pages on www.bluesquarething.co.uk */

/* Based on a sheet created on April 22nd, 2007 */
/* This sheet applied first November 27th, 2009 */

body {
	font-family: Arial, serif;
	font-size: 0.9em;
	color: #000;
	background: #fff;
	margin-left: 3%;
	margin-right: 3%;
}





/* The header box at the top comes first */


h1 {
	background: #fff;
	color: #963;
	font-family: Georgia, Times, sans-serif;
	font-size: 2em;
	border-bottom: 3px solid #963;
	padding-left: 0.3em;
	padding-bottom: 0.3em;
	font-weight: normal;
}


h1 a:link {
	background: #fff;
	text-decoration: none;
	color: #963;
}

h1 a:visited {
	background: #fff;
	text-decoration: none;
	color: #963;
}




/* The navigation bar with all the elements associated with it */


div.navbar {
	background: #cc9;
	color: #000;
	float: left;
	width: 22%;
	border-right: 1px dotted #963;
	margin-bottom: 0.5em;
}

/* Here's the IE6 box size workaround */

html>body div.navbar {width: 20%;}



.navhead {
	padding: 0.5em 1em 0.5em 0.75em;
	background: #963;
	color: #fff;
	font-weight: bold;
}

.navitem {
	padding: 0.25em 1em 0.25em 1.5em;
}


.current {
	background: #ffe;
	color: #900;
	border-top: 1px solid #aa7;
	border-bottom: 1px solid #aa7;
	padding: 0.5em 1em 0.5em 1.5em;
}

.smaller {
	background: #ffe;
	color: #900;
	padding-left: 2em;
	font-size: 0.95em;
	line-height: 1.4em;
}


.navitem a:link {
	background: #cc9;
	text-decoration: none;
	color: #037;
}

.navitem a:visited {
	background: #cc9;
	text-decoration: none;
	color: #636;
}

.navitem a:hover {
	background: #cc9;
	color: #900;
	text-decoration: underline;
}


.subnav {
	color: #037;
	padding-left: 2em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	background-color: #ffe;
	list-style-type: circle;
	list-style-position: inside;
}
.subnav a:link {
	color: #037;
	text-decoration: none;
	background-color: #ffe;
}
.subnav a:visited {
	color: #636;
	text-decoration: none;
	background-color: #ffe;
}
.subnav a:hover {
	color: #900;
	background-color: #ffe;
}
.subcurrent {
	color: #900;
	background-color: #ffe;
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 2em;
}

/* The nav for the sub-blocks gets added 2010-09-12 */

.blocknav {
	color: #666;
	padding-left: 3em;
	padding-top: .25em;
	padding-bottom: .25em;
	background-color: #ffe;
}
.blocknav a:link {
	color: #037;
	text-decoration: none;
	background-color: #ffe;
}
.blocknav a:visited {
	color: #636;
	text-decoration: none;
	background-color: #ffe;
}
.blocknav a:hover {
	color: #900;
	background-color: #ffe;
}
.blockcurrent {
	color: #900;
	background-color: #ffe;
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 3em;
}

.examnav {
	color: #666;
	padding-left: 3.75em;
	padding-top: .25em;
	padding-bottom: .25em;
	background-color: #ffe;
}
.examnav a:link {
	color: #037;
	text-decoration: none;
	background-color: #ffe;
}
.examnav a:visited {
	color: #636;
	text-decoration: none;
	background-color: #ffe;
}
.examnav a:hover {
	color: #900;
	background-color: #ffe;
}
.examcurrent {
	color: #900;
	background-color: #ffe;
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 3.75em;
}





/* Some standard formatting options */

.linebelow {
	border-top: 1px solid #963;
}


.topimage {
	text-align: center;
	background: #cc9;
	padding: 0.5em 0em 0.5em 0em;
}

.rightimage {
	padding-bottom: 1em;
	padding-left: 1em;
	float: right;
}

/* Workarounds to avoid ugly boxes around images in IE */

:link img {
	border: 0px;
}

:visited img {
	border: 0px;
}


/* Headings defined slightly differently from standard */


h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #666;
}

h3 {
	font-size: 1.15em;
	font-weight: bold;
	color: #666;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}

/* The main text area comes next */

div.main {
	margin-left: 22%;
	padding-left: 3%;
	line-height: 1.3em;
}

div.main a:link {
	background: #fff;
	color: #037;
}

div.main a:visited {
	background: #fff;
	color: #636;
}

div.main a:hover {
	background: #fff;
	color: #900;
}


/* Effects such as boxing and bolding text are defined here */


.boxed {
	background: #fff;
	color: #000;
	border: 2px solid #963;
	padding: 0.25em 0.5em;
	margin-bottom: 0.5em;
}

.minibox {
	border-left: 3px solid #963;
	padding: 0.5em 1em 0.5em 0.75em;
	margin-bottom: 0.5em;
	margin-left: 5%;
	margin-right: 5%;
	background: #fc9;
}

.boldtext {
	font-weight: bold;
}

.lineabove {
	border-top: 1px dotted #963;
}

.smalltext {
	font-size: 0.6em;
}

.indent1 {
	padding-left: 2em;
}
.asideindent {
	padding-left: 2.5em;
}


.rightmark {
	text-align: right;
	font-style: italic;
	font-size: 0.9em;
	padding-bottom: 1em;
}

.red {
	padding-left: 1.5em;
	color: #f00;
	background: #fff;
}

/* Inline used to get thumb images in line with the text they're next to when linking to stuff like PDF docs */
.inline {
	float: left;
	padding-right: 0.5em;
}

.gapbelow {
	padding-bottom: 1em;
}
.gapabove {
	padding-top: 1em;
}


.credit {
	padding-bottom: 1em;
	font-size: 0.8em;
}



/* And the footer area */

div.footer {
	clear: both;
	margin-top: 0.5em;
	font-size: 0.7em;
	padding: 0.5em;
	line-height: 1.5em;
	border-top: 1px dotted #963;
}

/* Odds and sods */

.centre {
	text-align: center;
}
.lefttext {
	padding: 1em;
	float: left;
	border: thin solid #996633;
}

.clearright {
	clear: right;
}
.longlist {
	line-height: 1.8em;
}


/* To create italic blockquotes */
.blocked {
	font-style: italic;
	padding-right: 2em;
	padding-left: 2em;
}


/* To centre and provide structured widths for table cells when tables required to demonstrate tabular layout of written materials */
.tabcentrequart {
	font-weight: bold;
	text-align: center;
	width: 25%;
}
.tabsmaller {
	font-size: .9em;
}


.tabcentrefourfive {
	font-weight: bold;
	text-align: center;
	width: 45%;
}

.tabcentreten {
	font-weight: bold;
	text-align: center;
	width: 10%;
}

.tabcentre {
	text-align: center;
}
.codeindent {
	font-family: "Courier New", Courier, monospace;
	padding-left: 3.5em;
}
.example {
	font-style: italic;
	color: #666;
	margin-left: 1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-top: .5em;
	padding-bottom: .5em;
}

.tooltip {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}

