/* ********************************************************************** *
**  Lancashire Grid for Learning (LGfL) - www.lancsngfl.ac.uk
**  Global style sheet
*/


/* ********************************************************************** *
**  Basic tags
*/

html {
	background-color: #fff;
	color: #000;
}

body {
	background-color: #fff;
	color: #000;
	font-family: sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	background: none;
	border-bottom: 1px solid #aaa;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0.5em 0 0.2em;
}
h1 { font-size: 170%; }
h2 { font-size: 140%; }
h3, h4, h5, h6 { 
	border-bottom: none;
	font-weight: 600;
}
h3 { font-size: 125%; }
h4 { font-size: 115%; }
h5 { font-size: 100%; }
h6 { font-size: 85%;  }

p {
	margin: 0.4em 0.2em 0.5em;
	line-height: 1.5em;
}

hr {
	background-color: #aaa;
	border: 0;
	color: #aaa;
	height: 1px;
	margin: 0.2em 0;
}


/* ********************************************************************** *
**  Formatting
*/

abbr, acronym, .explain {
	background: none;
	border-bottom: 1px dotted #000;
	color: #000;
	cursor: help;
}
blockquote, q {
	font-family: serif;
	font-style: italic;
}
code {
	background-color: #f9f9f9;
}
pre {
	background-color: #f9f9f9;
	border: 1px dashed #2f6fab;
	color: #000;
	line-height: 1.1em;
	padding: 1.0em;
}


/* ********************************************************************** *
**  Links
*/

a {
	background: none;
	color: #039;
	text-decoration: underline;
}
a:active { color: #f90; }
a:visited { color: #36c; }
a:hover {
	color: #f00;
	text-decoration: underline;
}

/* ********************************************************************** *
**  Frames
*/

iframe { }


/* ********************************************************************** *
**  Tables
*/

table {
	font-size: 100%;
	text-align: left;
}
caption { }
thead { }
tfoot { }
tbody { }
tr { }
th { }
td { }


/* ********************************************************************** *
**  Lists
*/

ul { 
	line-height: 1.5em;
/*	list-style-image: url("bullet.gif"); */
	list-style-type: square;
	margin: 0.3em 0 0 3.0em;
	padding:0;
}
ol {
	line-height: 1.5em;
	margin: 0.3em 0 0 3.0em;
	padding:0;
	list-style-image: none;
}
li { margin-bottom: 0.1em; }

dl {
	margin: 0.2em inherit 0.5em;
}
dt { 
	font-weight: 600; 
	margin-bottom: 0.1em;
}
dd {
	line-height: 1.5em;
	margin: 0.1em 2.0em;
}


/* ********************************************************************** *
**  Forms
*/

form {
	border: 0;
	margin: 0;
	padding: 0;
}
input { }
textarea {
	background-color: #fff;
	border: 1px solid #2f6fab;  
	color: #000;
	overflow: auto;
	padding: 0.1em;
	width: 100%;
}
label { }
fieldset {
	border: 1px solid #ddd;
	line-height: 1.5em;
	margin: 1.0em 0;
	padding: 0 1.0em 1.0em;
}
legend {
	background: #fff;
	padding: 0.5em;
	font-size: 95%;
}
select {
	border: 1px solid #2f6fab;  
	color: #000;
	vertical-align: top;
}
optgroup { }
option { }
button { }


/* ********************************************************************** *
**  Images
*/

img { }
img.icon { border: 0; }
map { }
area { }


/* ********************************************************************** *
**  Structure
*/

/*
** Page body
*/
	#pageBody {
		border: 0;
		margin: 0 auto;
		text-align: left;
		width: 100%;
	}

/*
** Page status bar
*/
	#pageStatus {
		background-color: #f8f8f8;
		border-bottom: 1px solid #000;
		color: #333;
		font-family: sans-serif;
		font-size: 85%;
		height: 1.40em;
		margin: 0 auto;
		padding: 0.2em 0 0;
		text-align: left;
	}
	#pageStatus a {
		color: #000;
		text-decoration: none;
	}
	#pageStatus a:hover {
		color: #33f;
		text-decoration: underline;
	}
	#pageStatus div.info {
		float: left;
		padding: 0 0 0 2px;
	}
	#pageStatus div.options {
		float: right;
		padding: 0 2px 0 0;
	}
	@media print {
		#pageStatus {
			display: none;
		}
	}

/*
** Page header bar
*/
	#pageHeader {
		display: none;
	}


/*
** Page footer bar
*/
	#pageFooter {
		display: none;
	}

/* ********************************************************************** *
**  Navigation trail
*/
	#trail {
		display: none;
	}
	#trailList {
		display: none;
	}


/* ********************************************************************** *
**  Emphasis
*/
	.hi { color: #c00; }
	.tiny {	font-size: 80%; }


/* ********************************************************************** *
**  Accessibility tweeks
*/

	#accessKeys {
		position: absolute;
		top: -1000px;
	}
	
	
/* ********************************************************************** *
**  Display tweeks
*/
	.noBorder { border: 0; }
	.hideme { display: none; }
	.spacer { clear: both; }
	.highvis { display: none; }


/* ********************************************************************** *
**  Drop shadows
*/
	.dsWrap1, .dsWrap2, .dsWrap3 {
		display: block;
		} 
	.dsWrap1 {
		background: url('/lgfl_shared/images/shadows/01ds_main.png') right bottom no-repeat;
		position: relative;
		}
	.dsWrap2 {
		background: url('/lgfl_shared/images/shadows/01ds_bl.png') left bottom no-repeat;
		position: relative;
		}
	.dsWrap3 {
		background: url('/lgfl_shared/images/shadows/01ds_tr.png') right top no-repeat;
		padding: 0 4px 4px 0;
		}


/* End of file */