/* 

Style sheet for [Bournemouth University]

Created by [Richard Prowse]

E-mail [rprowse@bournemouth.ac.uk]

Version [2.0 build 080511.19:09]
W3C [Valid!]

ToC

	1. sifr
	2. defaults
	3. structure
	4. links and navigation

Notes
This version incorporates improvements to accessbility, usability and use of classes and divs. 

*/


/* --------- 1. sift  --------- */

.sIFR-flash {
	margin: 0;
	visibility: visible !important;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* --------- 2. defaults  --------- */

abbr, acronym {
	border-bottom: 1px dotted #333333;
	cursor: help;
}

em {
	font-style: normal;
	font-weight: bold;
}

.small {
	color: #333333 !important;
	font-size: 0.90em !important;
}

.intro {
	color: #006275 !important;
	font-weight: bold !important;
}

hr {
	background-color: #e1e1e1;
	height: 1px;
	margin: 0 5px 15px;
	border: none;
}

/* --------- 2.1 platform consistency  --------- */
 
html { /* fixes shift page bug safari & firefox */
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	font: 62.5%/1.0 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; /* set default size, font & line-height */
	text-align: left;
	background-color: #eeeeee;
}

* { /* removes margins & padding added by browsers */ 
	margin: 0;
	padding: 0;
}

a img { /* removes borders added by browsers around linked images */
	border: none;
}

img { /* removes borders added by browsers around linked images */
	border: none;
}

ul, ol, dl { 
	position: relative; 
}

/* --------- 2.2 alignment  --------- */

#article .right {
	margin: 2px 5px 10px 10px;
	float: right;
	position: relative;
}

#article .left {
	margin: 2px 10px 10px 5px;
	float: left;
	position: relative;
}

/* --------- 2.3 clear fixes  --------- */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block;
}

/* --------- 3. structure  --------- */

#wrapper {
	background: #ffffff url(../images/backgrounds/wrapper-bg.png) repeat-y;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#blank {
	background-color: #ffffff;
	padding: 0px;
	position: relative;
}

/* --------- 3.1 skip content  --------- */

#skipContent {
	display: none;
}

/* --------- 3.2 header  --------- */

#header {
	background-color: #ffffff;
	height: 6.8em;
	clear: both;
}

#header img {
	background-color: #ffffff;
	width: auto;
	height: auto;
	margin: 5px 0 0 10px;
	float: left;
	clear: left;
	
}

#header .printLogo img {
	display: none;
}

#header h1 {
	display: none;
}

/* --------- 3.2.1 site tools --------- */

ul#siteTools { /*stops site tools list from being reversed */
	color: #000000;
	float: right;
	clear: right;
	position: relative;
	list-style-type: none;
}

#siteTools li {
	font-size: 1.0em;
	line-height: 1.5em;
	height: 1.5em;
	padding: .6em 0;
	display: inline;

	float: left;
}

/* --------- 3.2.2 breadcrumb bar --------- */

#breadCrumbs {
background: #000000 url(../images/backgrounds/black-breadcrumb.png) repeat-x left top;
	height: 3.2em;
	display: block;
	clear: both;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

#breadCrumbs h2 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0.50em 0 0;
	padding: 0 10px 0 10px;
	float: left;
	clear: left;
}

form#siteSearch {
	float: right;
	clear: right;
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

#siteSearch p {
	margin: 0 10px 0 0px;
}

#siteSearch p label { /*stop label from being visible */
	display: none;
}

input#words { /*controls size of text field */
	min-height: 18px;
}

input:focus {
	background-color: #dbf0ff;
	
}

input#submit1 {
	margin: 0 0 0 5px;
}

/* --------- 3.3 navigation  --------- */

form#jumpNav {
	background-color: #333333;
	border-top: 1px solid #e1e1e1;
}

#jumpNav p label { /*stop label from being visible */
	display: none;
}

select#quicklink { /*controls size of 'Jump to:' list */
	font-size: 1.0em;
	width: 100px;
}

input#submit2 { /*control size of 'Go' button */
	font-size: 1.0em;
}

#nav {
	background-color: #e1e1e1;
	width: 160px;
	float: left;	
	clear: left;
	position: relative;
}

#nav ul {
	background-color: #333333;
	list-style-type: none;
}

#nav p {	
	font-size: 1.00em;
	background-color: #ffffff;
	padding: 7px;
	border-bottom: 1px solid #cccccc;
}

/* --------- 3.4 sidebar  --------- */

#aside {
	background-color: #ffffff;
	width: 160px;
	margin: 0 10px 0 0;
	float: right;
	clear: right;
	position: relative;
}

#aside ul {
	background-color: #ffffff;
	border-bottom: 1px solid #e1e1e1;
	list-style-type: none;
	margin: 0 0 20px;
}

#aside li {
	color: #333333;	
	font-size: 1.20em;
	padding: 4px 4px 4px 20px;
	background: url("../images/bullets/arrow-sea-blue.gif") no-repeat 0.50em 0.40em;
}

#aside .nextSteps {
	color: #ffffff;
	font-size: 1.20em;
	font-weight: bold;
	background: #000000;
	margin: 60px 0 0px;
	padding: 5px 5px 7px 7px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
}

#aside .bookmarks {
	color: #ffffff;
	font-size: 1.20em;
	font-weight: bold;
	background: #ac005d;
	padding: 5px 5px 7px 7px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
}

/* --------- 3.4.1 hobsonsEMT  --------- */

#hobsonsEMT, #hobsonsEMTOption {
	background: #ffffff url(../images/backgrounds/box-gradient-bg.png) repeat-x left bottom;
	width: 160px;
	margin: 0 0 15px;
	border: 1px solid #e1e1e1;
}

#hobsonsEMT form, #hobsonsEMTOption form {
	min-height: 55px;
	padding: 8px 8px 10px;
}

#hobsonsEMT img, #hobsonsEMTOption img {
	width: 160px;
	height: 30px;
	border-bottom: 1px solid #e1e1e1;
}

#hobsonsEMT p, #hobsonsEMTOption p {
	color: #333333;
}

input#quser {
	margin: 6px 0;
}

select#did {
	font-size: 1.0em;
	width: 120px;
	margin: 6px 0;
}

input.vasearch {
	margin: 6px 0;
}

/* --------- 3.4.2 marketing campaigns  --------- */

#globalCampaign {
	width: 158px;
	height: 98px;
	margin: 0 0 10px;
	padding: 1px;
	border: 1px solid #e1e1e1;
}

#aside .localCampaign {
	width: 158px;
	height: 48px;
	margin: 0 0 10px;
	padding: 1px;
	border: 1px solid #e1e1e1;
}

/* --------- 3.4.3 footer  --------- */

#footer {

	min-height: 5.0em;
	padding: 4px;

	clear: both;

	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #cccccc;
	background: #999999 url(../images/backgrounds/footer-gradient-bg.png) repeat-x 0 bottom;
}


#footer p {

	color: #ffffff;
	font-size: 1.10em;
	line-height: 1.50em;

	text-align: center;
	display: block;

}

ul#legal {
	color: #333333;
	text-align: center;
	list-style-type: none;
}

#legal li {
	font-size: 1.10em;
	line-height: 1.50em;
	padding: 5px;
	display: inline;
}

/* --------- 4. links and navigation  --------- */

#siteTools li a:link, #siteTools a:visited {

	color: #333333;

	text-decoration: none;

	padding: 2px 6px;
	border-left: 1px solid #cccccc;
}

#siteTools li a:hover {

	color: #000000;
	text-decoration: underline;
}

#breadCrumbs h2 a:link, #breadCrumbs a:visited {
	color: #ffffff;
	text-decoration: none;
}

#breadCrumbs h2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#nav p a {
	display: block;
}

#nav p a:link, #nav p a:visited {
	color: #333333;
	text-decoration: none;
}

#nav p a:hover {
	color: #ffffff;
	background-color: #333333;
}

#nav li.lilevel20, #nav li.lilevel30, #nav li.lilevel40 {
	display: none;
}

#nav li.lilevel21 {
	color: #333333;
	font-size: 1.30em;
	background-color: #ffffff;
	padding: 5px 5px 5px 8px;
	border-bottom: 1px solid #cccccc;

}

#nav li.lilevel31 {
	color: #ffffff;
	font-size: 1.20em;
	background-color: #666666;
	padding: 5px 5px 5px 14px;
}

#nav li.lilevel41 {
	color: #006275;
	font-size: 1.10em;
	background: #eeeeee url(../images/backgrounds/nav-bg.gif) repeat-x 0 bottom;
	padding: 5px 5px 5px 22px;
}

#nav a.level2 {
	color:#333333;
	text-decoration: none;
}

#nav a.level3 {
	color:#ffffff;
	text-decoration: none;
}

#nav a.level4 {
	color: #006275;
	text-decoration: none;
}

#aside a:link, #aside a:visited {
	color: #333333;
	text-decoration:none;
	display: block;
}

#aside a:hover {
	color: #333333;
}



#footer p a:link, #footer p a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#legal li a:link, #legal a:visited {
	color: #ffffff;

	text-decoration: none
}

#legal li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*a[href$=".pdf"] {
	background: url("../images/externallink.gif") no-repeat right;
	padding-right: 15px;
}

a[href$=".doc"] {
	background: url("../images/externallink.gif") no-repeat right;
	padding-right: 15px;
}

a[href$=".xls"] {
	background: url("../images/externallink.gif") no-repeat right;
	padding-right: 15px;
}

a[href^="mailto:"] {
	background: url("../images/externallink.gif") no-repeat right;
	padding-right: 15px;
}*/
