/* CSS Document */

/*  Custom layout definitions, for BAP new site

Author: Caroline Mockett, Mockett Media.
info@mockettmedia.co.uk

Colours:
	pale blue: #d3e9eb
	mid blue: #8dc0c6
	dark blue: #007c85
	very dark blue: #001b37

October 2008   */

html * {
	border: 0;
	margin: 0;
	}
body{
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
	background: #d3e9eb;
	background-attachment: fixed;
	}	
h1 { 
	padding-left: 5px;
	height: 35px;
	font-size: 150%;
	font-weight: bold;
	color: #fff;
	background: #007c85;
	}
h1 em {
	color: #fff;
	}
h2 {
	margin-top: 15px;
	margin-left: 5px;
	font-size: 110%;
	color: #001b37;
	}
h3 {
	margin-left: 5px;
	margin-top: 20px;
	font-size: 100%;
	color: #007c85;
	}
h4 {
	margin-left: 5px;
	margin-top: 10px;
	font-size: 90%;
	color: #000;
	}
ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	}	
ul.showbullets {
	padding-left: 20px;
	list-style: disc;
	}
ul.supportingmedia {
	margin-top: 10px;
	}
ul.supportingmedia li {
	margin-bottom: 10px;
	}
ul.botmargin li {
	margin-bottom: 10px;
	}
ol {
	margin: 10px;
	padding-left: 20px;
	}
li.linefeed {
	margin-top: 15px;
	}
strong, em { 
	color: #007c85;
	}
#center p, #center li, #center dt, #center dd {
	margin-left: 5px;
	font-size: 85%;
	}
p {
	margin: 10px;
	}
p.attention {
	color: #f00;
	}
p.meta {
	font-size: 75% !important;
	font-weight: bold;
	}
p, li {
	font-size: 85%;
	}
.border {
	border: 1px solid #001b37;
	}
.clear {
	clear: both;
	}
.clearright {
	clear: right;
	}
.clearleft {
	clear: left;
	}
.uppercase {
	text-transform: uppercase;
	}
.underline {
	text-decoration: underline;
	}
.flashplayer {
	margin: 20px 10px;
	}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #001b37;
	}
a:visited {
	color: #001b37;
	}
a:hover, a:active {
	text-decoration: underline;
	}
a.next, a.prev {
	float: right;
	padding: 2px 5px;
	margin-top: -20px;
	border: 1px solid #001b37;
	color: #fff;
	background: #001b37;
	}
a.next {
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	}
a:visited.next, a:visited.prev {
	border: 1px solid #001b37;
	color: #fff;
	background: #001b37;
	}
a.extlink {
	padding-right: 15px;
	background: url(../../gfx/ext_link.gif) no-repeat center right;
	}
a.likeButton {
	color: #fff;
	background: #007c85;
	padding: 5px;
	text-decoration: none;
	margin-top: 5px;
	display: inline-block;
	}
a.blocklink {
	display: inline-block;
	padding: 25px;
	background: #007c85;
	color: #fff;
	text-decoration: none;
	width: 35%;
	font-size: 150%;
	text-align: center;
	margin: 15px;
	}
a.left {
	float: left;
	}
a.right {
	float: right;
	}
/* _____________________________________________________________________= main wrapper __*/
#wrapper{
	margin-left: 160px;
	margin-right: 200px;
	background: #fff;
}
.twocols #wrapper {
	margin-right: 0;
}
	
/* ____________________________________________________________= main navigation styles __*/
#mainnav {
	position:absolute;
	top: 0;
	left: 0;
	width:160px;
	padding: 140px 0 0 0;
	font-size: 130%;
	background: #d3e9eb url(../../gfx/mainnavlogo.gif) no-repeat top left;
	z-index: 2;
}
#vidplayer { /* tweak to make menu appear over video player */
	z-index: 0;
	}
	
#mainnav ul { /* all lists */
	float: left;
	width: 160px;
	list-style: none;
	font-size: 75%;
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #fff;
	}
#mainnav li { /* all list items */
	position : relative;
	float : left;
	padding: 3px 0;
	line-height : 1.65em;
	margin-bottom : 0;
	width: 160px;
	font-size: 80%;
	border-bottom: 1px solid #fff;
	color: #007c85;
	background: #8dc0c6;
	}
#mainnav li ul { /* second-level lists */
	position : absolute;
 	margin-left : 160px; 
	width: 180px;
	margin-top : -2px;
	left: -999em;
	border-left: 1px solid #fff;
	}	
#mainnav .subnav li { /* second-level list items */
	padding: 0;
	line-height: 2.22; 
	font-size: 130%;
	width: 180px;
	}
#mainnav li ul ul { /* third-and-above-level lists */
	left: -999em;
	font-size: 80%;
	border-left: 1px solid #fff;
	}		
#mainnav .subnav li ul li { /* third-level list items */
	padding: 0;
	margin: 0;
	line-height: 2.2; 
	font-size: 127%;
	border-bottom: 1px solid #fff;
	}	
#mainnav a:link, #mainnav a:visited {
	display : block;
	padding: 0 0 0 5px;
	text-decoration: none;
	color: #007c85;
	}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus {
	text-decoration: underline;	
	background: #007c85;
	color: #d3e9eb;
	}

/* _______________________________________= body class matches list item with main nav elements __ */	
.home #mainnav #home, 
.aboutus #mainnav #aboutus,
.awards #mainnav #awards,
.bursaries #mainnav #bursaries,
.contact #mainnav #contact,
.council #mainnav #council,
.showdocs #mainnav #docs,
.publicdocs #mainnav #publicdocs, 
.education #mainnav #education,
.extevents #mainnav #extevents,
.journal #mainnav #journal,
.journal #mainnav #sage,
.morenews #mainnav #morenews,
.summermeetings #mainnav #summermeetings,
.links #mainnav #links, 
.members #mainnav #members, 
.natsocs #mainnav #natsocs, 
.vacancies #mainnav #vacancies,
.declaration #mainnav #declaration,
.homeuser #mainnav #homeuser,
.temp #mainnav #temp {
	color: #fff;
	background: #007c85;
	}
/* _______________________________________= body class matches with main nav elements __ */	
.home #mainnav #home a, 
.aboutus #mainnav #aboutus a,
.awards #mainnav #awards a,
.bursaries #mainnav #bursaries a,
.contact #mainnav #contact a,
.council #mainnav #council a,
.showdocs #mainnav #docs a,
.publicdocs #mainnav #publicdocs a, 
.education #mainnav #education a,
.extevents #mainnav #extevents a,
.journal #mainnav #journal a,
.journal #mainnav #sage a,
.morenews #mainnav #morenews a,
.summermeetings #mainnav #summermeetings a,
.links #mainnav #links a, 
.members #mainnav #members a, 
.natsocs #mainnav #natsocs a, 
.homeuser #mainnav #homeuser a,
.vacancies #mainnav #vacancies a,
.declaration #mainnav #declaration a,
.temp #mainnav #temp a {
	color: #d3e9eb;
	background: #007c85;
	}
#mainnav li:hover, #mainnav li.sfhover, 
#mainnav li:hover a, #mainnav li.sfhover a {  /* with suckerfish class */
	color: #d3e9eb;
	background: #007c85;
	}
#mainnav li:hover ul, 
#mainnav li li:hover ul, 
#mainnav li li li:hover ul, 
#mainnav li.sfhover ul, 
#mainnav li li.sfhover ul, 
#mainnav li li li.sfhover ul { /* suckerfish lists nested under hovered list items */
	color: #d3e9eb;
	background: #007c85;
	left: auto;
	top: 0;
	}	
/* news page rightcol stuff */
.norightcol #rightcol {
	height: 200px;
	}
.norightcol #rightcol span {
	display: block;
	height: 38px;
	background: #007c85;
	}
/* _________________________________________________________________________= columns __*/
#center {
	margin-top: 80px;
	min-height: 510px;
	border-bottom: 3px solid #007c85;
	padding-bottom: 10px;
	}
.twocols #ceneter {
	margin-right: 0;
	}
#rightcol{
	position: absolute;
	top: 80px;
	right: 0;
	width:200px;
	font-size: 80%;
	background: #8dc0c6;
	color: #007c85;
	padding: 0;
	border-bottom: 2px solid #fff;
	}
#rightcol h3 {
	margin-left: 0;
	margin-top: 0;
	height: 30px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 130%;
	background: #007c85;
	color: #fff;
	font-weight: bold;
	font-size: 170%;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	}
#news ol {
	padding-left: 0;
	}
#news ol li {
	margin-bottom: 10px;
	padding: 5px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

/* ______________________________________________________________= Main header styles __ */
	
#header {
	padding: 0;
	position:absolute;
	top: 0;
	left: 160px;
	background: #d3e9eb;
	width: 800px;
	}
	
/* Gilder-levin replaces header with image */
#header #sitename {
	width: 800px;
	height: 80px;
	position: relative;
	}
#header p {
	margin: 0;
	padding: 0;
	}
#header #sitename span {
	background: url(../../gfx/mainheader.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
/* ________________________________________________________________= thumbnail & image styles __*/

#image1, #image2 {
	padding: 3px;
	text-align: center;
	}
#image1, .floatright {
	float: right;
	margin: 10px;
	}
#ivslogo {
	margin-top: 50px;
	}
.awards #image1 {
	margin-top: -150px;
	width: 300px;
	display: block;
	}
#image2, .floatleft {
	float: left;
	margin: 10px 10px 10px 5px;
	}
.caption {
	font-size: 75%;
	font-weight: bold;
	color: #001b37;
	margin-top: 5px;
	display: inline-block;
	}
.copyright {
	font-size: 85% !important;
	color: #f00;
	}
/* ___________________________________________________________________= lists and thumbnail images __*/

dl dd {
	margin-bottom: 0;
	font-size: 75%;
	}
dl dd em {
	font-size: 80%;
	}
dl dd.text {
	margin-bottom: 20px;
	}
ol.atoz li {
	list-style-type: lower-latin;
	}
p.documentlist {
	margin-left: 20px;
	}
ul.documentlist li {
	margin-bottom: 15px;
	}
.documentlist li a.pdf,
a.pdf, a.word, a.excel, a.ppt, a.link {
	padding-left: 25px;
	background: url(../../gfx/pdf_small.gif) no-repeat top left; 
	min-height: 20px;
	display: inline-block;
	}
a.word, a:hover.word {
	background: url(../../gfx/doc_small.gif) no-repeat top left; 
	}
a.link, a:hover.link {
	background: url(../../gfx/url_small.gif) no-repeat top left; 
	}
a.ppt, a:hover.ppt {
	background: url(../../gfx/ppt_small.gif) no-repeat top left; 
	}
a.excel, a:hover.excel {
	background: url(../../gfx/xls_small.gif) no-repeat top left; 
	}
img#memberImage {
	float: right;
	width: 100px;
	height: 135px;
	border: 1px solid #001b37;
	margin: 10px;
	margin-top: 0;
	}
.doccatlist {
	margin: 10px;
	}
.doccatlist li {
	width: 90%;
	margin-bottom: 10px;
	clear: left;
	}
.doccatlist li img {
	float: left;
	margin-right: 10px;
	vertical-align: top;
	}
span.eventstatus {
	font-weight: bold;
	color: #f00;
	}
.educationmodules li {
	margin-bottom: 10px;
	}
#eabuk, #eabint { /* Journal Advisory Page - UK and International EAB lists */
	width: 49%;
	float: left;
	}
.newsstories {
	width: 98%;
	padding: 10px 0;
	margin: 10px 0;
	list-style: none;
	text-align: left;
	}
.newsstories dd {
	margin:  0 0 10px 0;
	}
.termslist {
	margin-left: 10px;
	list-style: lower-roman;
	list-style-position: inside;
	font-size: 85%;
	}
.termslist li {
	margin-bottom: 5px;
	}
.awardlist li a {
	padding-left: 20px;
	font-size: 90%;
	}
.eventlist {
	list-style: none;
	margin-left: 0;
	}
.eventlist li, .vcard {
	margin: 10px 20px 10px 5px;
	padding: 5px;
	clear: left;
	min-height: 60px;
	background: url(../../gfx/microformat.gif) top right no-repeat;
	border: 1px solid #007c85;
	}
.eventlist li{
	background: none;
	}
.eventlist li h2 {
	margin: 0;
	}
.eventlist li em {
	font-style: normal;
	font-weight: bold;
	color: #007c85; 
	}
.eventlist li strong, .vcard strong {
	float: left;
	width: 7.5em;
	padding-right: 1em;
	color: #007c85;
	}
.vcard img.mugshot {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	text-align: right;
	border: 1px solid #007c85;
	}
.vacantposts li {
	margin-bottom: 10px;
	}
ul.lower-roman  {
	padding-left: 30px;
	}
ul.lower-roman li {
	list-style-type: lower-roman;
	}
.usercpd ul.inline li {
	display: inline-block;
	height: 20px;
	}
.usercpd ul.inline {
	margin-top: 10px;
	}
.usercpd ul.modstatus {
	margin-top: 20px;
	}
.usercpd ul.modstatus li {
	margin-bottom: 10px;
	}
.usercpd ul.completed li,
.usercpd ul li.completed {
	padding-left: 25px;
	background: url(traffic_green.gif) no-repeat top left;
	}
.usercpd ul.notdone li,
.usercpd ul li.notdone {
	padding-left: 25px;
	background: url(traffic_red.gif) no-repeat top left;
	}
.usercpd ul.older li,
.usercpd ul li.older {
	padding-left: 25px;
	background: url(traffic_orange.gif) no-repeat top left;
	}
/* ___________________________________________________________________= flash player styles __*/

.module object, .module embed,
.topic object, .topic embed {
	margin-top: -10px;
}
.topic #center img {
	margin-top: 0px;
	}
.section object, .section embed,
.printcertificate object, .printcertificate embed {
	margin-left: 5px;
	margin-top: 10px;
	border: 1px solid #001b37;
}
.toppadding10 {
	padding-top: 10px;
	}
.printcertificate .toppadding10 {
	padding-top: 30px;
	}
/* ___________________________________________________________________= table styles __*/

table {
	border: 1px solid #007c85;
	border-collapse: collapse;
	margin: 10px;
	font-size: 80%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
table th, table td {
	padding: 3px;
	vertical-align: text-top;
	border-bottom: 1px solid #007c85;
	}
table th {
	color: #fff;
	background: #007c85;
	text-align: left;
	}
table tr.colheaders th {
	background: #8dc0c6;
	color: #000;
	}

table caption {
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	}
/* ___________________________________________________________________= logged-in user styles __*/
p.loggedinuser {
	float: right;
	margin-top: 5px;
	}
.usernav {
	margin-top: 5px;
	float: left;
	}
.usernav li {
	display: inline;
	}
.usernav a {
	border: 1px solid #8dc0c6;
	padding: 2px 5px;
	background: #8dc0c6;
	}
.usernav a:hover,
.usernav a:focus, 
.userhome .usernav #userhome a,
.userdetails .usernav #userdetails a,
.userpassword .usernav #userpassword a { /* match the user nav ID with body class for highlights */
	color: #fff;
	background: #001b37;
	border: 1px solid #001b37;
	}
.followsusernav {
	margin-top: 60px;
	}
/* ___________________________________________________________________= footer styles __*/

#footer {
	clear:both; 
	padding: 10px 0 0 0;
	font-size: 75%;
	text-align: center;
	background: #d3e9eb;
	margin-left: 160px;
	margin-right:200px;
	}
#footer p, #footer ul {
	margin: 0;
	padding: 0;
	}
#footer ul {	
	display: block;
	list-style: none
	}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0.25em;
	}
/* match wrapper class with footer elements */	
.terms #footer #terms a {
	color: #007c85;
	}
/* in development */	
div.incomplete h2,
div.incomplete p, 
div.incomplete li,
div.incomplete a,
div.incomplete strong,
div.incomplete em,
span.incomplete,
span.incomplete a {
	color: #f00 !important;
	}