/*
Theme Name: Immunocore
Theme URI: http://www.immunocore.com
Description: Immunocore Ltd
Author: lbdesign
Author URI: http://lbdesign.tv
version: 1.0
*/

/* basics */
body {
margin: 0;
padding: 0;
background-color: #fff;
font-family: arial, verdana, times, serif;
font-size: 0.75em;
}
	
h2 {
margin-top:10px;
}
h3 {
margin-top:10px;
}

small {
font-size: 90%;
}

/* images and misc. */

img{ border: none; padding: 0; }
img a{border:none;}

img.alignleft{ 
margin: 0 30px 20px 0;
padding: 0;
float: left;
border: none;
}
img.alignright {
margin: 0 0 20px 30px;
padding: 0;
float: right;
border: none;
}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a {
color:#106d92;
text-decoration:none;
border: none;
}
a:hover {
color:#106d92;
text-decoration: underline;
border: none;
}
/*** rss link ***/
#sidebar p.rss {
margin: 20px 10px 0 10px;
padding: 4px 0 0 20px;
background-image: url('images/rss.gif');
background-position: left 6px;
background-repeat: no-repeat;
font-size: 90%;
border-top: 1px solid #ccc;
}
p.rss a:link, p.rss a:visited {
color: #999;
text-decoration: none;
}
p.rss a:hover, p.rss a:active {
text-decoration: underline;
}


/* container */
#container {
margin: 0 auto;
padding: 0;
width: 932px;
background: #fff;
color:#333;
}
	
/* header */

#header {
	background: #fff;
    width: 924px; 
	color: #000; 
	height: 120px;
	margin: 0;
	}

#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}
	
#logo{
padding: 38px 0 0 26px;
height: 59px;
width: 295px;
float: left;
}

#quote{
margin: 0 10px 0 0;
padding: 50px 0 0 35px;
font-size: 150%;
text-align: right;
color: #808080;
background-color: transparent;
font-weight: normal;
width: 350px;
line-height: 22px;
float: right;
}
#quote span {
display: block;
font-size: 120%;
}
#contact_download{
background: #e7eaea url('images/download_bg_left.jpg') no-repeat;
width: 260px;
height: 85px;
float: right;
margin: 17px 17px 0 0;
}

#contact{
width: 500px;
float: right;
margin: 0 10px 0 0;
padding: 0;
line-height: 15px;
font-size: 90%;
text-align: right;
}
#contact ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#contact ul li {
display: inline;
}
.contact_title{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
#download{
	float: right;
}

/* main menu */

#menu {
margin: 0;
padding: 0;
background-color: #09476e;
font-size: 130%;
font-weight: normal;
width: 932px; 
float: left;
}
#menu ul {
margin: 0;
padding: 0;
float: left;
list-style-type: none;
}
#menu ul li {
display: inline;
float: left;
}
#menu ul li a:link, #menu ul li a:visited {
color: #fff;
padding: 10px 20px;
text-decoration: none;
display: block;
}
#menu ul li a:hover, #menu ul li a:active {
background-color: #106d92;
text-decoration: none;
}
#sub_menu {
margin: 0 0 30px 0;
padding: 0;
width: 932px;
background-color: #b0ccde;
clear: both;
font-size: 120%;
font-weight: normal;
color: #fff;
float: left;
}
#sub_menu ul {
margin: 0;
padding: 0;
float: left;
}
#sub_menu ul li {
display: inline;
float: left;
}
#sub_menu ul li a:link, #sub_menu ul li a:visited {
color: #09476e;
padding: 8px 10px;
text-decoration: none;
display: block;
}
#sub_menu ul li a:hover, #sub_menu ul li a:active {
background-color: #ccc;
text-decoration: none;
}

/*** outer content ***/
#outer-content {
margin: 0;
padding: 0;
float: left;
background-image: url('images/sidebar_bg.gif');
background-repeat: repeat-y;
background-position: right top;
width: 932px;
}
/* content */
#content {
float: left;
width: 694px;
overflow: hidden;
}	
.post {
margin: 0 75px 10px 0;
padding: 10px 10px 14px 0;
line-height: 14pt;
border-bottom: 1px solid #ccc;
}
.postHome {
margin: 0 75px 10px 0;
padding: 10px 10px 14px 0;
line-height: 14pt;
border-bottom: 1px solid #ccc;
width: 580px;
}
.post h2, h2.newsEvents {
color: #09476e;
background-color: transparent;
font-size: 200%;
font-weight: normal;
line-height: 1.3em;
}
.post h2.primary {
margin: 20px 0 30px 0;
}	
.post h2 a {
color: #09476e;
text-decoration: none;
}
.post h2 a:hover {
color: #106d92;
text-decoration: none;
}
.post p{
color: #555;
}
.post a{text-decoration:none;}
.post a:hover{text-decoration:underline;}

.post ul {}

.post li {}

.entry p {
margin: 12px 100px 0 0;
text-align: justify;
}
.entry img {
margin: 15px 0;
padding: 0;
border: 1px solid #ddd;
}
.entry ul {
margin: 12px 0;
padding: 0;
list-style-image: url('images/list-squares.gif');
}
.entry ul li {
margin: 0 90px 3px 20px;
padding: 0;
color: #555;
}
.entryHome p {
margin: 0;
padding: 0 65px 0 0;
font-size: 135%;
line-height: 125%;
color: #454545;
font-weight: normal;
}
.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
.navigation {
margin: 10px 0 20px 0;
font-size: 100%;
float:left;
width:100%;
}
.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


/*** sidebar ***/
#sidebar {
margin: 0;
padding: 0;
width: 236px;
float:right;
border-top: solid #ffa805;
}
#sidebar-inner {
margin: 0;
padding: 0;
}
.sidebar_title{
	background: #fff;
	border-bottom: 1px solid #ccc;
	width: 226px;
	height: 28px;
	padding: 20px 0 0 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
}

#sidebar h3{
margin-top: 0;
line-height: 22px;
color: #000;
}
#sidebar h3.homeEvent {
margin: 0;
}
#sidebar p {
	margin:0;
	padding: 0;
	line-height: 18px;
	color: #565656;
}

.coloured_block{
	background: #f4f4f4;
	padding: 0 10px 0 10px;
}

.plain_block{
	padding: 5px 10px;
	margin: 10px 10px 10px 0;
}

.address h4{
	color: #000;
	font-weight: bold;
}

.address{
	font-size: 12px;
	padding-left: 10px;
}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E5E5E5;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
margin: 0;
padding: 12px 0 0 0;
width: 932px;
height: 50px;
clear: both;
font-size: 90%;
color: #404040;
background-color: #fff;
border-top: 1px solid #999;
}
#footer p {
margin: 5px 0 0 10px;
padding: 0;
float: left;
width: 300px;
}
#footer p.legal {
margin: 12px 0 0 0;
padding: 0;
text-align: right;
color: #9898b7;
background-color: transparent;
width: 924px;
float: none;
}
#footer a{color: #807f7f;text-decoration: none;}
#footer a:hover{color: #807f7f;text-decoration: underline;}
#footer ul {
margin: 0 10px 0 0;
padding: 5px 0 0 0;
text-align: right;
}
#footer ul li{
margin: 0;
padding: 0 0 0 5px;
list-style-type: none;
display: inline;
}


/* misc. */

.print_icon{
	float: right;
	/*padding: 5px 5px 15px 20px;*/
	padding: 20px 25px 15px 20px;
}

.border_main{
height: 10px;
margin: 0 -20px 10px -16px;
}

/* IE6 Only */
* html .border_main {
	margin-top: -9px;
}

.border_sidebar{
	border-bottom: 1px solid #ccc;
	height: 10px;
	margin: 0 -5px 20px -12px;
}

/* IE6 Only */
* html .border_sidebar {
	margin-right: -12px;
}

/* IE7 Only */
*:first-child+html .border_sidebar {
	margin-right: -12px;
}

.edit_link a{
	font-size: 11px;
}

#news_block{
	width: 100%;
	padding: 0 0 0 20px;
	overflow: auto;
}

.news{
	width: 44%;
	float: left;
	font-size: 12px;
	padding-right: 40px;
	color: #555555;
	line-height: 19px;
}

.news .date{
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.news h3 a{
	font-size: 16px;
}

.readmore{
	font-weight: bold;
	color: #3080a1;
}
#main_section {
margin: 0;
padding: 0;
width: 932px;
}

.bullet_points{
	margin-left: 25px;
	font-size: 10px;
}

.imageRight{
	float: right;
	padding-left: 5px;
}

/* Rounded Corners */

.sidebar_block{display:block}
.sidebar_block *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#f4f4f4}
.sidebar_block1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #eceeee;
  border-right:1px solid #eceeee;
  background:#f0f1f1}
.sidebar_block2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e8ebeb;
  border-right:1px solid #e8ebeb;
  background:#f1f2f2}
.sidebar_block3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f1f2f2;
  border-right:1px solid #f1f2f2;}
.sidebar_block4{
  border-left:1px solid #eceeee;
  border-right:1px solid #eceeee}
.sidebar_block5{
  border-left:1px solid #f0f1f1;
  border-right:1px solid #f0f1f1}
  

/* Rounded Corners Menu */

.admin_menu_bg ul{
margin: 0 auto;
padding: 0;
list-style: none;
float: left;
}
.admin_menu_bg li{
float: left;
list-style: none;
display: block;
}
.admin_menu_bg li a{
padding: 0 0 0 20px;
float: left;
display: block;
color: #fff;
text-decoration: none;
height: 43px;
line-height: 42px;
text-align: center;
cursor: pointer;
border: 0;
}
.admin_menu_bg li a span{
float: left;
display: block;
padding: 0 17px 0 0;
}
.admin_menu_bg li a:hover{
background-color: #5e96b9;
color: #fff;
}
.admin_menu_bg li a:hover span{
background: #5e96b9;
color: #fff;
}
/* rotator */

#slideshow{ 
margin: 0 90px 20px 0; 
width: 600px; 
height: 280px;
background: #15849c; 
position: relative;
}
#slideshow a {
color: #fff;
text-decoration: none;
}
#rotator_wrapper {
width: 600px;
height: 280px;
}
#rotator {
list-style-type: none;
margin: 0;
padding: 0;
}
#rotator li { 
position: absolute; 
left: 0;
top: 0;
}

#rotator_controls {
margin: 0;
padding: 0;
list-style-type: none;
padding-top: 10px;
position: absolute;
left: 10px;
top: 250px;
width: 150px;
}

#rotator_controls li {
margin-left: 5px; 
display: inline;
float: left;
width: 10px;
height: 10px;
text-indent: -9999px;
}

#rotator_controls .current {
background-color: #fff;
}

#rotator_controls a {
display: block;
width: 10px;
height: 10px;
border: 1px solid #fff;
overflow: hidden;
}

#rotator_play_pause {
position: absolute;
right: 10px;
top: 250px;
padding-top: 5px;
}
/*** First row of grey buttons on the home page ***/
#row01 {
margin: 0 0 20px 0;
padding: 0;
float: left;
width: 600px;
}
#row01 ul {
margin: 0;
padding: 0;
list-style-type: none;
float: left;
}
#row01 li {
float: left;
width: 200px;
margin: 0;
display: block;
font-size: 130%;
}
#row01 li a:link, #row01 li a:visited {
padding: 8px;
width: 176px;
background-color: #999;
color: #fff;
text-decoration: none;
display: block;
}
#row01 li a:hover, #row01 li a:active {
background-color: #15849c;
text-decoration: none;
}
/*** Second row of editable stuff on the home page ***/
#row02 {
margin: 0 0 20px 0;
padding: 0;
float: left;
width: 590px;
background-color: #efefef;
border-top: 1px dotted #ffa805;
}
#row02 h2 {
margin: 0 0 8px 0;
padding: 12px 0 0 20px;
font-weight: normal;
color: #09476e;
background-color: transparent;
}
#row02 img {
margin: 0;
padding: 0;
border: 1px solid #ccc;
}
#row02 p {
padding: 0 20px;
line-height: 1.5em;
}
/***
#row02 ul {
margin: 0;
padding: 0;
list-style-type: none;
float: left;
}
#row02 li {
margin: 0 33px 0 0;
padding: 8px;
float: left;
width: 264px;
background-color: #efefef;
border-top: 1px dotted orange;
}
#row02 li h2 {
margin: 0 0 8px 0;
padding: 5px 0 0 0;
font-weight: normal;
color: #09476e;
background-color: transparent;
}
#row02 li img {
margin: 0 0 12px 0;
padding: 0;
border: 1px solid #ccc;
}
***/

/*** News on home page ***/
#recentNews {
margin: 0 0 50px 0;
}
#recentNews.homer {
border-top: 20px solid #fff;
}
#recentNews h2, #events h2 {
margin: 5px 10px 12px 10px;
padding: 0 0 12px 25px;
border-bottom: 1px solid #999;
font-size: 140%;
font-weight: bold;
color: #09476e;
background-image: url('images/squares.gif');
background-position: left 4px;
background-repeat: no-repeat;
}
#sidebar #recentNews li {
margin: 0 0 8px 0;
}
#recentNews li.mainNews {
margin: 0 0 12px 0;
}
#recentNews li.mainNews a:link, #recentNews li.mainNews a:visited {
color: #000;
font-size: 130%;
}
#recentNews li.mainNews a:hover, #recentNews li.mainNews a:active {
font-size: 130%;
}
#recentNews li.mainNews img {
margin: 0 10px 5px 0;
float: left;
}
#events {
margin: 0 0 50px 0;
}
#events p.more {
margin: 10px 0 0 0;
}


/*** Publications / Brochure download link ***/
#brochure, #publications {
background-color: #09476e;
font-size: 140%;
}
#publications {
margin: 30px 0 5px 0;
padding: 0;
}
#brochure a:link, #brochure a:visited  {
padding: 8px 0 8px 40px;
color: #fff;
text-decoration: none;
background-image: url('images/white-squares.gif');
background-position: 10px 14px;
background-repeat: no-repeat;
display: block;
}
#publications a:link, #publications a:visited  {
padding: 12px 0 12px 40px;
color: #fff;
text-decoration: none;
background-image: url('images/white-squares.gif');
background-position: 10px 14px;
background-repeat: no-repeat;
display: block;
}
#brochure a:hover, #brochure a:active,
#publications a:hover, #publications a:active   {
text-decoration: none;
background-image: url('images/white-squares-02.gif');
background-color: #106d92;
}
#brochure span {
display: block;
}
/*** Contact details in right column ***/
#contact-info {
margin: 20px 10px;
}
#contact-info h4 {
margin: 0 0 8px 0;
padding: 0;
font-size: 130%;
color: #000;
background-color: transparent;
}
#contact-info p {
margin: 0 0 5px 0;
}
/*** Side of the page secondary nav ***/
#side_page_menu {
margin: 0 0 50px 0;
border-top: 20px solid #fff;
}
#side_page_menu h2 {
margin: 10px;
padding: 0 0 8px 0;
border-bottom: 1px solid #999;
font-size: 130%;
font-weight: normal;
color: #09476e;
background-color: transparent;
}
#side_page_menu li:after {
margin: 0 0 2px 4px;
font-size: 110%;
content: "\00BB \0020";
color: #999;
}
#side_page_menu li a:link, #side_page_menu li a:visited {
color: #666;
}
#clearone {
clear: both;
height: 1px;
}
/*** What's On button in the News + Events section ***/
#sidebar p.eventsLink {
margin: 0 0 30px 0;
font-size: 130%;
}
p.eventsLink a:link, p.eventsLink a:visited {
margin: 0;
padding: 5px 8px;
color: #fff;
background-color: #ffa805;
text-decoration: none;
display: block;
}
p.eventsLink a:hover, p.eventsLink a:active {
text-decoration: none;
color: #454545;
background-color: #ccc;
}
/*** Print functionality ***/
.print_icon {
float: right;
margin: 25px 95px 15px 20px;
padding: 3px 12px;
font-size: 90%;
border: 1px solid #a7bfde;
}
/*** Staff page formatting ***/
div.staff {
min-height: 200px;
}
h2.staff {
margin: 20px 0 30px 0;
font-size: 200%;
line-height: 1.3em;
font-weight: normal;
color: #09476e;
background-color: transparent;
}
.staff p {
padding: 0 0 12px 100px;
font-size: 100%;
line-height: 14pt;
color: #555;
background-color: transparent;
}
div.staff img {
border: none;
float: left;
margin: 0 25px 0 0;
}
/*** Making the ImmTAC page formatting ***/
div.imm {
min-height: 200px;
}
h2.imm {
margin: 20px 0 30px 0;
font-size: 200%;
line-height: 1.3em;
font-weight: normal;
color: #09476e;
background-color: transparent;
}
.imm p {
padding: 0 0 12px 100px;
font-size: 100%;
line-height: 14pt;
color: #555;
background-color: transparent;
}
div.imm img {
border: 1px solid #ddd;
float: left;
margin: 0 25px 0 0;
}
#intropara p {
padding: 0 100px 12px 0;
font-size: 100%;
line-height: 14pt;
color: #555;
background-color: transparent;
}
#spacer {
float: left;
height: 30px;
}
