/*
Theme Name: Adaptimmune
Description: Adaptimmune: Targeting T Cell Receptors
Author: Twenty3design
Author URI: http://www.twenty3design.co.uk
version: 1.1
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #f4f4f4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	background: url(images/blockQuote.jpg) no-repeat;
	color: #868686;
	font-style:italic;
	padding:0 5px 0 30px;
	min-height: 63px;
	}

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


/* links */

a{
	color:#6cc2da;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 830px;
	margin: 0 auto;
	background: #f4f4f4 url(images/overallBG.jpg) center repeat-y;
	color:#333;
	}
	
/* header */

#header {
	background: url(images/headerBG.jpg) center no-repeat;
    width: 100%; 
	color: #fff; 
	height: 101px;
	}

#header h1{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	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: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
	}
	
#miniLinks{
	color: #689db1;
	float: right;
	font-size: 11px;
	padding: 30px 70px 0 0;
}

#miniLinks a{
	color: #689db1;
}

#miniLinks a:hover{
	color: #999;
	text-decoration:none;
}

/* main menu */


#menu {
	background: url(images/menuBG.jpg) center no-repeat;
	font-family: "Calibri", verdana, arial, times, serif;
	text-transform:uppercase;
	font-size: 14px;
	width:100%; 
	height:23px;
}


#menu ul {
	padding: 0;
	padding-top: 3px;
	text-align: center;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	color:#0B1316;
}


/* content */


#content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	float: left;
	width: 420px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.post {
	margin: 0 10px;
	line-height: 14pt;
	padding-bottom: 7px;
	border-bottom: solid 1px #B2B2B2;
	}
	
.post .date{
	font-style:italic;
	color: #9f9f9f;
}
	
.post h2{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	}
	
.post h2 a{
	color: #08122E;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post p{font-size: 12px;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-left:solid 1px #A2A2A2;
	border-bottom:solid 1px #A2A2A2;
	}
	

.navigation {
	margin: 12px 0 20px 0;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.pagetitle {}


/* left sidebar */

#left {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:8pt;
	width: 175px;
	float:left;
	padding-left: 30px;
	}

#left h2{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0 6px 0 12px;}

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

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

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

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

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

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

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



/* right sidebar */

#right{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	width: 175px;
	float:right;
	margin: 18px 20px 24px 0;
	}

#right h2{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal; 
	font-size:12px; 
	text-align: left;
	font-weight:bold;
	color: #08122E;	
	margin: 0;
	padding: 0 0 5px 0;
}

#right p {margin:0; padding: 0 6px 0 12px;}

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

#right ul {
	margin-left: 5px;
	padding:0;
	}

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

#right ul ul {
	margin: 0 0 -2px 8px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

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

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

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #fff;
	margin: 0;
	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: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:380px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #f4f4f4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	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: #f4f4f4;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #f4f4f4;}
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, Helvetica, sans-serif;
	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: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #f4f4f4;
	color: #797979;
	}

/* footer */

#footer {
	background: #f4f4f4 url(images/footerBG.jpg) no-repeat center top;
	clear: both;
	width: 100%;
	font-size: 7pt;
	height: 300px;
	padding:0;
	margin:0;
}

#footer a{
	color:#797979;
}


/* footer boxes*/

#footerBoxes{
	padding: 20px 0 0 40px;
}

#news {
	float: left;
	margin-right: 8px;
	width: 221px;
	height: 153px;
	background-color: #f4f4f4;
	border: #d6d4d4 solid 1px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 10px 0 10px;
	line-height: 14px;
}

#news .date{
	font-style:italic;
	color: #9f9f9f;
}

#news h2, h2 a{
	font-size:12px;
	font-weight:bold;
	line-height: 18px;
	color:#363636;
}

#news a:hover{
	color: #9f9f9f;
	text-decoration: none;
}

#topLine{
	color: #797979;
	margin: 0 58px 0 58px;
	padding-top: 60px;
	line-height: 16px;
	font-size: 10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	clear:both;
}

/* IE6 Only */
* html #topLine {
	padding-top: 30px;
}

/* IE7 Only */
*:first-child+html #topLine {
	padding-top: 30px;
}

#addContact{
	width: 370px;
	float: right;
	text-align: right;
	clear:both;
}

#regPrivacy{
	padding-top: 5px;
}

#bottomLine{
	color: #797979;
	margin: -5px 58px 0 58px;
	line-height: 16px;
	font-size: 10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	clear: both;
}

#telContact{
	float: right;
	text-align: right;
	width: 300px;
}

#telContact a{
	color:#797979;
}

#linkPrivacy{
	float: left;
	width: 400px;
	margin-top: 8px;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
}

#footer ul li a{
	padding-right: 5px;
	margin-right: 3px;
	border-right: 1px solid #797979;
}

#footer ul li:last-child a{  
	border-right: none;
}

#logoImg{
	text-align:center;
	background: #f4f4f4;
	padding-bottom: 20px;
}

/* others */

.ddsg-wrapper a{
	text-decoration:none;
}

.ddsg-wrapper a:hover{
	text-decoration:underline;
}

.ddsg-wrapper ul{
	list-style:none;
	padding: 0 0 0 20px;
}

.ddsg-wrapper ul ul{
	list-style: square;
	padding: 0 0 0 20px;
}

.printIcon{
	float: right;
}