/*
-----------------------------------------------
Client: BiUpdate Foundation
Author: Mark Wassmer
Author: Copious Ltd - www.copious.co.uk
Copyright: 2010, Copious Ltd
Version:  01 Jun 2010
----------------------------------------------- */

/* Import Stylesheets
----------------------------------------------- */
@import "reset.css";
@import "core.css";
@import "forms.css";
@import "blog.css";



/* Content
----------------------------------------------- */

.colLeft {
	float: left;
	margin-top: 10px;
	padding-top: 20px;
	width: 415px;
}

.colRight {
	float: right;
	padding-top: 30px;
	width: 415px;
	line-height: 1.2em;
}

#subNav {
	background: #316990;
	color: white;
	float: right;
	margin-right: 10px;
	width: 429px;
	padding: 0 25px 4px 25px;
	line-height: 1.8em;
}

#subNav a {
	color: white;
	background: transparent;
}


/* Common Typography
----------------------------------------------- */

h1, h2, h3, h4, h5, h6	{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	}

	
h1 { 
	color: #D40000;
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 1.7em; 
	font-weight: normal;
	line-height: 1em;
	}

h1#courseName { 
	color: #D40000;
	margin: 0 0 .3em 0;
	padding: 0;
	font-size: 1.7em; 
	font-weight: normal;
	line-height: 1em;
	text-decoration: none;
	}
	
h1#courseName span { 
	text-decoration: underline;
	}
	
.colLeft h2,
.colLeft h3 {
	color: #D40000;
	margin: 0 0 .2em 0;
	padding: 0;
	font-size: 1.6em; 
	font-weight: normal;
	line-height: 1em;
	}
	
.colLeft h3#respond {
	border-top: 1px solid #C7D3DA;
	color: #316990;
	margin-top: 40px;
	padding: 5px 0;
	font-size: 1.4em;
}
	
.colLeft h2.subTitle,
.colLeft h3.subTitle,
.colRight h2.subTitle {
	color: #D40000;
	margin: .5em 0 .2em 0;
	padding: 0;
	font-size: 1.3em; 
	font-weight: normal;
	line-height: 1em;
	}
	
.colLeft h2.subTitle {
	padding-top: 10px;
	border-top: 1px solid #C7D3DA;
	}
	

.colRight h2,
.colRight h3,
.colRight h4 {
	color: #333333;
	margin: 0 0 .2em 0;
	padding: 0;
	font-size: 1.6em; 
	font-weight: normal;
	line-height: 1em;
	}
	

.colRight h5,
.colRight h6 {
	color: #333333;
	margin: 0 0 .2em 0;
	padding: 0;
	font-size: 1.4em; 
	font-weight: normal;
	line-height: 1em;
	}
	
.colLeft p,
.colRight p {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 1em;
	line-height: 1.3em;
	}
	
.colLeft p.welcome {
	color: #316990;
	font-size: 1.1em; 
	font-weight: bold;
	line-height: 1.2em;
}

.colLeft p.intro {
	color: #316990;
	font-size: 1.1em; 
	font-weight: bold;
	line-height: 1.2em;
}



/* General Typography
----------------------------------------------- */

p.embiggen {font-size: 1.2em; font-weight: bold; line-height: 1em; color: #316990;}
	
dl#courseListings {
	margin-top: 10px;
}

dl#courseListings dt {
	margin-top: 10px;
}

dl#courseListings dt a,
dl#courseListings dd span {
	font-weight: bold;
}

dl#courseListings dd {
	color: #00385A;
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.2em;
}

dl#courseListings strong {
	color: #D40000;
}

.colRight p.viewAllEvents {
	background: #DCEAF3;
	border-top: 1px solid #C7D3DA;
	border-bottom: 1px solid #C7D3DA;
	margin-top: 30px;
	padding: 10px 0;
}

ul#tutors {
	list-style-type: none;
}

ul#tutors li {
	background: #DCEAF3;
	color: #234E6F;
	border: 1px solid #C7D3DA;
	margin-top: 15px;
	padding: 5px;
}

ul#tutors li a {
 font-weight: bold;
}

ul#tutors li.listTop {
	margin-top: 0;
}

ul#tutorsQuick {
	background: #DCEAF3;
	color: #234E6F;
	border: 1px solid #C7D3DA;
	padding: 10px;
	list-style-type: none;
}

ul#tutorsQuick li {
	background: url(../img/icons/tutor-arrow.gif) no-repeat 5px 50%;
	border-bottom: 1px solid #C7D3DA;
	padding: 2px 0  2px 17px;
	line-height: 1.7em;
}

p.question {
	background: #DCEAF3 url(../img/icons/question-arrow.gif) no-repeat 10px 50%;
	color: #234E6F;
	border: 1px solid #C7D3DA;
	margin-bottom: 10px;
	padding: 5px 5px 5px 20px;
	font-size: 1.1em;
	font-weight: bold;
}

div.courseDetails {
	background: #F3FBFE;
	border: 1px solid #DCEAF3;
	margin-bottom: 40px;
	padding: 5px;
}

.colLeft  div.courseDetails p.intro {
	background: #DCEAF3;
	color: #316990;
	margin-bottom: .2em;
	padding: 5px;
	font-size: 1.2em; 
	font-weight: bold;
	line-height: 1.2em;
}

div.courseDetails p.location {
	color: #316990;
	font-weight: bold;
}
	
ul#previousCourses {
	list-style-type: none;
}

ul#previousCourses li {
	background: url(../img/icons/previous-arrow.gif) no-repeat 0 .4em;
	color: #7B7B7B;
	margin-top: 10px;
	padding: 2px 0 2px 10px;
	line-height: 1em;
}

ul#previousCourses li a {
 font-weight: bold;
}

ol.courseTopic {
	margin: 0 0 20px 35px;
	line-height: 1em;
}


ol.courseTopic li {
	border-bottom: 1px solid #C7D3DA;
	padding: 4px 0;
	font-size: 1em;

}

ol.courseTopic li.title {
	font-weight: bold;
}

ol.courseTopic ul {
	margin: 0 0 0 25px;
	list-style-type: lower-alpha;
}

ol.courseTopic li ul li {
	border-bottom: none;
	padding: 4px 0;
	font-size: 1em;
	font-weight: normal;
}

p.courseStarts {
	color: #316990;
	font-style: italic;
	font-size: 1.1em;
}

div#tutorialTeam {
	background: #F3FBFE;
	border: 1px solid #DCEAF3;
	color: #316990;
	margin: 0;
	padding: 10px;
}

div#tutorialTeam dl {
	margin-top: 10px;
}

div#tutorialTeam dl dt {
	color: #316990;
	margin-top: 10px;
	font-size: 1.1em;
}

div#tutorialTeam dl dt strong {font-weight: bold;}

div#tutorialTeam dl dd {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.2em;
}

.colLeft div#tutorialTeam h3 {
	color: #316990;
	margin: 0 0 .2em 0;
	padding: 0;
	font-size: 1.6em; 
	font-weight: normal;
	line-height: 1em;
	}
	
#keyInfo {
	background: #DCEAF3;
	color: #234E6F;
	border: 1px solid #C7D3DA;
	margin: 10px 0 20px 0;
	padding: 10px;
}

#keyInfo a:link,
#keyInfo a:visited {
	color: #234E6F;
}

#keyInfo a:hover,
#keyInfo a:active {
	color: white;
}


.colRight #keyInfo h4 {
	color: #234E6F;
	margin: 0;
	padding: 0;
	font-size: 1.6em; 
	font-weight: normal;
	line-height: 1em;
}
	
p.fees {
	background: #F9FBFD;
	color: #234E6F;
	margin: 5px 0 10px 0;
	border: 2px solid #C7D3DA;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

p.pleaseRead {font-weight: bold;}


#contact em {
	font-size: .9em;
}

address {
	font-style: normal;
	margin-bottom: 20px;
}

ul.eventBullets {
margin: 0 0 20px 0;
padding: 0;
}


ul.eventBullets li {
margin-left: 30px;
padding: 0;
}


ul.eventBullets li.title {
list-style-type: none;
font-weight: bold;
margin-left: 0;
padding: 0;
}


	
/* Imagery
----------------------------------------------- */

img.moreInfoButton {
	margin-top: 2px;
}

.portrait {
	float: right;
	background: #DCEAF3;
	border: 1px solid #C7D3DA;
	margin: 0 0 8px 8px;
	padding: 5px;
}

.photoFrame {
	background: white;
	border: 1px solid #C7D3DA;
	margin-bottom: 14px;
	padding: 5px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	
/* Misc Elements
----------------------------------------------- */
.skiplink {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}
	

hr {
	height: 1px;
	background-color: #C7D3DA;
	color: #C7D3DA;
	border: none;
	padding: 0;
	margin: 10px 0 10px 0;
	