/* 

Style sheet for [Bournemouth University]
Created by [Marketing Communications]
E-mail [newmedia@bournemouth.ac.uk]
Version [3.0 build 081114.13:22]
W3C [Valid!]

ToC

	1. defaults
	2. structure
	3. links and navigation

Notes
This version incorporates improvements to accessbility, usability and use of classes and divs. 

*/

/* --------- 1. defaults  --------- */

/*:lang(th) { color:red!important; }*/

.picture img, .legacyPicture img {
	width: 140px;
	height: 120px;
}

.legacyPicture img {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	border: 1px solid #e1e1e1;
}

.picture {
	background-color: #f5f5f5;
	width: 140px;
	min-height: 100px;
	border: 1px solid #e1e1e1;
}

#article div.picture p {
	color: 33271c;
	padding: 5px;
	margin: 0;
}

/* --------- 1.1 gallery and pictures  --------- */

#gallery {
	margin: 0 0 20px;
	padding: 6px 5px 5px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
}

#imgPhoto {
	border: 1px solid #e1e1e1;
}

p#caption {
	padding: 5px 0 0 5px;
}

#gallery a.small img {
	margin: 0 0 0 2px;

	border: 1px solid #e1e1e1;
}

#gallery a.small {
	color: #ffffff !important;
	text-decoration: none !important;
	border-bottom: none !important;
	background-color: #ffffff !important;
}

/* --------- 1.2 google maps  --------- */

#maps {
	width: 478px;
	height: 358px;
	padding: 1px;
	border: 1px solid #e1e1e1;
	margin: 0 0 20px;
}

/* --------- 1.3 feature boxes  --------- */

#article .featureBox, #article .featureBox2, #article .featureBox3 {
	background-color: #ac005d;
	margin: 0 5px 20px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
/*fixes firefox bug */
}

#article .featureBox2 {
	background-color: #ffffff;
}

#article .featureBox3 {
	background-color: #f5f5f5;
}

#article .featureBox img, #article .featureBox2 img, #article .featureBox3 img {
/*prevents content editors breaking style */
	width: 140px;
	height: 120px;
	float: left;
	border-right: 1px solid #ffffff;
}

#article .featureBox p, #article .featureBox2 p, #article .featureBox3 p {
	color: #ffffff;
	margin: 0 0 0 145px;
	padding: 10px;
}

#article .featureBox2 p, #article .featureBox3 p {
	color: 33271c;
}

#article .featureBox h2, #article .featureBox2 h2, #article .featureBox3 h2,
#article .featureBox h3, #article .featureBox2 h3, #article .featureBox3 h3 {
	font-size: 1.20em;
	color: #006275;
	margin: 0 0 0 145px;
	padding: 10px 10px 0;
}

#article div.raa {
	width: 100%;
	margin-bottom: 15px;
	float: left;
	padding: 5px 5px 5px 0;
}

#article div.raa h2, #article div.raa h3 {
	color: #006275;
	font-weight: normal;
}

#article div.raa+p {
	color: #006275;
	font-weight: bold;
}

/* --------- 1.4 highlighted text boxes  --------- */

div.one {
	width: 48.0em;
}

div.two {
	width: 21.0em;
}

div.highlightedTextBox, div.callToActionTextBox {
	background-color: #f5f5f5;
	padding: 1.0em;
	margin: 0 0 2.0em;
	border: 1px solid #e1e1e1;
}

div.callToActionTextBox {
	min-height: 24.00em;
	clear: right;
}


#article div.callToActionTextBox.two.colour span.listTitle 
{
	color: #fff;
	font-size: 1.40em;
	line-height: 175%;
}

#article div.callToActionTextBox.two span.listTitle 
{

	font-size: 1.40em;
	line-height: 175%;
}

#article div.callToActionTextBox.colour ul.urlList li {
	background: url("../images/bullets/arrow-white.gif") no-repeat 0.65em 0.65em;
}

#article div.callToActionTextBox ul.urlList li {
	background: url("../images/bullets/arrow-sea-blue.gif") no-repeat 0.65em 0.65em;
}

#article div.callToActionTextBox ul.urlList li a {
	border-bottom: none;
}

#article div.callToActionTextBox.colour ul.urlList li a:link, #article div.callToActionTextBox.colour ul.urlList li a:visited  {
	color: #fff;
	border-bottom: none;
}

#article div.callToActionTextBox.colour ul.urlList li a:hover  {
	color: #ef1a00;
	background: #fff;
	border-bottom: 1px solid #ef1a00;
}

div.red {
	background: #ef1a00 url(../images/backgrounds/large-red-gradient-bg.png) repeat-x left bottom;
}

div.grey {
	background: #eee url(../images/backgrounds/large-grey-gradient-bg.png) repeat-x left bottom;
}



/* --------- 1.5 lists  --------- */

#article ol.orderedList {
	color: 33271c;
	font-size: 1.10em;
	line-height: 1.50em;
	padding: 0 0 1.0em 2.5em;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 1.0em;
}

#article ol.orderedList li {
	margin-bottom: 0.50em;
}

#article ul.bulletList, #article ul.urlList {
	margin-bottom: 10px;
	line-height: 225%;
	list-style-type: none;
}

#article ul.bulletList li, #article ul.urlList li {
	color: 33271c;
	font-size: 1.20em;
	background: url("../images/bullets/square-sea-blue.gif") no-repeat 0.75em 0.60em;
	padding: 0 0 0 25px;
}

#article ul.urlList li {
	background: url("../images/bullets/arrow-sea-blue.gif") no-repeat 0.65em 0.65em;
}

#accordion div {
	color: 33271c;
	padding: 10px;
	border: 1px solid #e1e1e1;
	border-top: none;
}

div#accordion h2.ui-accordion-header {
	color: 33271c;
	font-size: 1.20em;
	line-height: 150%;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 20px;
	display: block;
	border: 1px solid #e1e1e1;
	background: #eeeeee url(../images/bullets/arrow-grey.gif) no-repeat 8px 8px;
}

div#accordion.ui-accordion.current {
	margin-bottom: 20px;
}

#accordion h2.ui-accordion-header.current {
	color: #ffffff;
	background: #ac005d url(../images/bullets/arrow-down-white.gif) no-repeat 8px 11px;
}

#article .ui-tabs-panel {
	width: 80%px;
	background: #f5f5f5;
	margin: 0 0 20px;
	padding: 10px;
	border: 1px solid #e1e1e1;
	clear: left;
}

/* style for hiding panels */
.ui-tabs-hide {
	display: none;
}

/* for ul holding tab li elements */
.ui-tabs-nav {
	zoom: 1;
	padding: 0 0 0 5px;
	list-style-type: none;
}

/* tabs */
ul#tabs.ui-tabs-nav li {
	margin: 0 2px 0 0;
	float: left;
	clear: right;
}

/* style link inside tab */

ul#tabs.ui-tabs-nav a:link, ul#tabs.ui-tabs-nav a:visited {
	color: #4c4c4c;
	font-size: 1.20em;
	font-weight: bold;
	text-decoration: none;
	background: #ccc url(../images/backgrounds/tabbed-list-dark-grey-bg.png) no-repeat right top;
	display: block;
	border-left: 1px solid #e1e1e1;
	border-bottom: none;
	padding: 8px 12px 8px 8px;
}


/* link style for selected tab */

.ui-tabs-selected a:link, .ui-tabs-selected a:visited, .ui-tabs-selected a:hover {
	color: #000000 !important;
	background: #f5f5f5 url(../images/backgrounds/tabbed-list-light-grey-bg.png) no-repeat right top !important;
	position: relative;
	/*
position to overlap panel to remove border line between panel and tab */
   top: 1px;
}
/* remove outline around link of selected tab */
.ui-tabs-nav a:focus {
	outline: none;
}


/* --------- 1.6 paragraph styles  --------- */

#article h1 {
	color: #006275;
	font-size: 2.20em;
	margin: 0 0 0.50em;
	padding-bottom: 10px;
}

div#article h1 + p {
	color: #006275;
	font-size: 1.30em;
	border-top: 1px solid #e1e1e1;
	padding-top: 10px;
	background: url("../images/backgrounds/small-grey-gradient-bg.png") repeat-x left top;
}

#article h2 {
	color: #33271c;
	font-size: 1.60em;
	margin: 0 0 1.00em;
}


#article h3 {
	color: #33271c;
	font-size: 1.40em;
	margin: 0 0 1.00em;
	
}

#article h4, h5, h6 {
	color: #33271c;
	font-size: 1.20em;
	margin-bottom: 5px;
}

#article p {
	color: #33271c;
	font-size: 1.10em;
	line-height: 150%;
	margin: 0 0 1.0em;
}

#article blockquote {
	color: #006275;
	font-size: 1.40em;
	line-height: 125%;
	font-weight: bold;
	width: 150px;
	min-height: 125px;


/*fixes rendering issue in sIFR rendering issue in firefox */
}

#aside blockquote {
	padding-bottom: 2.0em;
	background: url("../images/backgrounds/speech-bubble-caption-bg.png") no-repeat center bottom;
}

#aside blockquote p {
	color: 33271c;
	border: 2px solid #e1e1e1;
	padding: 1.00em;
	margin: 0;
	font-size: 1.30em;
	line-height: 150%;
	background: #fff url(../images/backgrounds/large-grey-gradient-bg.png) repeat-x left top;
}

cite {
	font-size: 1.10em;
	color: 33271c;
	font-style: normal !important;
}

#article q {
/*quote tag not recognised by ie */
	color: 33271c;
	font-weight: bold;
}

#article div.publications h3 {
	font-size: 1.20em;
	line-height: 150%;
	color: #000;
	background-color: #eee;
	margin: 0 0 10px;
	padding: 5px 5px 5px 7px;
	border: 1px solid #e1e1e1
}

#article div.publications {
	margin: 0 0 20px;
	border-bottom: 1px solid #e1e1e1;
}

#article div.publications p {
	padding: 0 5px;
}

#article div.publications p cite {
	font-style: italic !important;
}

/* --------- 1.7 personality profile  --------- */

#article div.profileBox, #article div.profileBox2 {
	margin: 0 0 20px;
	border-bottom: 1px solid #e1e1e1;
}

#article div.profileBox h2, #article div.profileBox h3, #article div.profileBox h4, #article div.profileBox h5, #article div.profileBox h6, #article div.profileBox2 h2, #article div.profileBox2 h3, #article div.profileBox2 h4, #article div.profileBox2 h5, #article div.profileBox2 h6 {
	font-size: 1.20em;
	line-height: 150%;
	color: #ffffff;
	background-color: #ac005d;
	margin: 0 0 10px;
	padding: 5px 5px 5px 7px;
	border: 1px solid #e1e1e1;
}

#article div.profileBox2 h2, #article div.profileBox2 h3, #article div.profileBox2 h4, #article div.profileBox2 h5, #article div.profileBox2 h6 {
	color: 33271c;
	background-color: #eeeeee;
}

#article div.profileBox p, #article div.profileBox2 p {
	padding: 5px;
}

/* --------- 1.8 tables  --------- */

#article table {
	margin-bottom:20px;
}

#article th {
	color: 33271c;
	font-size: 1.20em;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
	background-color: #eee;
	padding: 5px 5px 5px 7px;
	border: 1px solid #e1e1e1;
}

#article td {
	color: 33271c;
	font-size: 1.20em;
	line-height: 150%;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #e1e1e1;
}

/* --------- 1.9 microformats  --------- */

/* --------- 1.9.1 vCard  --------- */

.vcard {
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}

#article .vcard h3 {
	color: 33271c;
	font-size: 1.20em;
	line-height: 150%;
	background-color: #eeeeee;
	padding: 5px 5px 5px 7px;
	border: 1px solid #e1e1e1;
}

#article .vcard p {
	margin: 0px;
	padding: 5px;
}

#article div.vcard p.org {
	margin-bottom: -8px;
}

#article .street-address p {
	padding-bottom: 0;
}

#article .telecommunications .tel {
	padding: 5px;
}

/* --------- 1.9.2 hCalendar  --------- */

.vevent {
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}

#article .vevent h3 {
	color: #ffffff;
	font-size: 1.20em;
	line-height: 150%;
	background-color: #ac005d;
	padding: 5px 5px 5px 7px;
	border: 1px solid #e1e1e1;
}

#article .vevent p {
	margin: 0px;
	padding: 5px;
}

#article .summary {
	color: #006275;
	font-weight: bold;
}

.vevent abbr {
/* used to hide meaningless iso standard time abbreviation from appearing on the content page */
	border-bottom: none;
	background: none;
	cursor: default;
}

/* --------- 1.9.3 staff search  --------- */

select#school, select#subject, select#research {
	width: 350px;
}


/* --------- 1.9.4 search results  --------- */

#article dl {
	padding-top: 10px;	
}

#article dl dt {
	font-size: 1.40em;
	line-height: 140%;
	font-weight: bold;
	background: url("../images/bullets/arrow-sea-blue.gif") no-repeat 0.25em 0.25em;
	padding: 0 0 5px 15px;
}

#article dl dd {
	color: 33271c;
	font-size: 1.20em;
	line-height: 140%;
	padding: 0 5px 5px 15px;
	margin: 0 0 15px;
}


/* --------- 2. structure  --------- */

#article {
	background-color: #ffffff;
	width: 48.0em;
	min-height: 67.50em;
	float: left;
	clear: right;
	padding: 2.0em 2.0em 2.0em;
}

div#article.campaign {
	width: 72.4em;
}


/* --------- 3. links and navigation  --------- */

/* --------- 3.1 alphabetical list  --------- */

.alphabeticalList {
	color: 33271c;
	font-size: 1.60em;
	font-weight: bold;
	background: #eee;
	min-height: 75px;
	margin: 0 0 20px;
	border: 1px solid #e1e1e1;
}

#article .alphabeticalList ol {
	margin-left: 18px;
	list-style-type: none;
}

#article .alphabeticalList ol li {
	width: 35px;
	line-height: 250%;
	float: left;
}

#article .alphabeticalList a:link, #article .alphabeticalList a:visited {
	color: 33271c;
	border-bottom: none;
}

#article .alphabeticalList a:hover {
	color: 33271c;
	background: none;
	border-bottom: 1px solid #333333;
}

#article .alphabeticalTitle {
	margin-left: 6px;
}

/* --------- 3.2 menu and related lists  --------- */

#article .menuListTitle, .relatedListTitle {
	color: #ffffff;
	font-size: 1.20em;
	line-height: 150%;
	font-weight: bold;
	background-color: #ac005d;
	padding: 5px 5px 5px 7px;
	display: block;
	border: 1px solid #e1e1e1;
}

#article .relatedListTitle {
	color: #ffffff;
	background-color: #ac005d;
}

#article ul.menuList {
	list-style-type: none;
}

#article li.menuListRow, li.menuListBottomRow {
	color: 33271c;
	font-size: 1.20em;
	background: url("../images/bullets/arrow-sea-blue.gif") no-repeat 0.60em 0.90em;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #e1e1e1;
	line-height: 250%;
}

#article li.menuListBottomRow {
	margin-bottom: 20px;
}

#article .menuListRow a:link, #article .menuListRow a:visited, #article .menuListBottomRow a:link, #article .menuListBottomRow a:visited {
	color: #006275;
	font-weight: bold;
	border-bottom: none;
}

#article .menuListRow a:hover, #article .menuListBottomRow a:hover {
	color: #ffffff;
	background-color: #006275;
}


#article a:link, #article a:visited {
	color: #006275;
	text-decoration: none;
	border-bottom: 1px solid #006275;
}

#article a:hover {
	color: #ffffff;
	background-color: #006275;
}
