/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults color="#70bfea"
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
	font-family: arial,Verdana, Lucida, sans-serif; 	
}
html {
	background: #70bfea url(../images/backgroundslice.jpg) repeat-x;
}
body {
	_behavior: url("themes/rinr2/css/csshover.htc");
	color: #333;
 	font-size: 62.5%; 
 	font-family: arial,Verdana, Lucida, sans-serif; 	
 	width: 960px;
 	margin: 0px auto;
}
div {
	float: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER */
div#full_container {
	width: 960px;
}

#BgContainer {
	width: 960px;  
	margin: 0 auto; 
}
#Container { 
	width: 960px;
}
#Layout {
	width: 948px;
}	
div#Content {
	width: 735px;
	padding-left: 10px;
	padding-right: 10px;
}
div#Content_Researchers {
	width: 540px;
	padding-left: 10px;
	padding-right: 10px;
}
div#Content_Cta {
	width: 710px;
	padding-left: 40px;
	padding-right: 10px;
}
div#Content_News {
	width: 610px;
	padding-left: 40px;
	padding-right: 10px;
}
#homeIcon {
    padding-top:3px;
}
/* Border
----------------------------------------- */
div#border{
	width: 954px;
	padding-right: 6px;
	background-image: url('../images/Pageborders/background.jpg');
	background-repeat: repeat-y;
}
div#bottomborder {
	width: 960px;
	height: 20px;
	line-height: 0px;
	background: transparent url(../images/Pageborders/page_09.png) no-repeat;
}
div#topborder{
	width: 960px;
	height: 63px;
	background-image: url('../images/Pageborders/page_01.png');
	background-repeat: no-repeat;
	background-position: 0px 44px;
}
	
/* HEADER
----------------------------------------- */
div#header { 
	background-image: url('../images/strapline.gif');
	background-repeat: no-repeat;
 	width: 960px; 
 	height: 132px;
}
div#logo {
	width: 242px;
	height: 93px;
	padding-top: 27px;
	padding-left: 53px;
	padding-right: 7px;
}
div#topline {
	width: 960px;
	height: 23px;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #193441;
	font-family:verdana;
	font-size:11px;
	text-align: right;
}
div#topline a {
    text-decoration:none;
    color: #193441;
}
div#topline a:hover {
    text-decoration:underline;
    color: #1072BA;
}
div#line_container {
	width: 870px;
	height: 2px;
	line-height: 0px;
	padding: 0px 45px 0px 45px;
}
div#Line {
	width: 870px;
	background-image: url('../images/navigation_line.gif');
	background-repeat: repeat-x;
	height: 2px;
	line-height: 0;
}
/* Navigation */
div#Navigation {
	width: 920px;
	height: 55px;
	padding-left: 40px;
}
div#Navigation .nav_item_link {
	font-weight:normal;
        letter-spacing:0.5px;
        line-height:20px;
	height: 25px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 15px;
	padding: 10px 0px 20px 0px;
}
div#Navigation .nav_item_current {
	height: 25px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 15px;
	padding: 10px 0px 20px 0px;
	background-image: url('../images/nav-arrow.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}
div#Navigation .nav_item_section {
	font-weight: bold;
	height: 25px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 15px;
	padding: 10px 0px 20px 0px;
	background-image: url('../images/nav-arrow.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}
div#Navigation .nav_item_link a span {
	height: 23px;
	display: block;
	padding: 0px 7px 0px 0px;
}
div#Navigation .nav_spacer {
	width: 20px;
	line-height: 0;
	height: 41px;
}
div#Navigation .nav_item_link:hover {
	background-image: url('../images/nav-arrow.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	cursor: pointer;
}
div#Navigation .nav_item_link a {
	color: #6B6364;
	display: block;
	height: 23px;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
}
div#Navigation .nav_item_link a:hover {
	background-image: url('../images/tab-left.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 0px 7px;
	cursor: pointer;
}
div#Navigation .nav_item_current a {
	background-image: url('../images/tab-left.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
}
div#Navigation .nav_item_section a {
	background-image: url('../images/tab-left.gif');
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
}
div#Navigation .nav_item_link a:hover span {
	height: 23px;
	background-image: url('../images/tab-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #1072BB;
	display: block;
	padding: 0px 7px 0px 0px;
	cursor: pointer;
}
div#Navigation .nav_item_current a span {
	height: 23px;
	background-image: url('../images/tab-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #1072BB;
	display: block;
	padding: 0px 7px 0px 0px;
}
div#Navigation .nav_item_section a span {
	height: 23px;
	background-image: url('../images/tab-right.gif');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #1072BB;
	display: block;
	padding: 0px 7px 0px 0px;
}    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
div#Sidebar 
{
	padding-top:25px;
	width: 190px;	
}
div#Sidebar .sidebarBox {
	width: 180px;	
}
#Sidebar ul {
	width: 180px;
	margin: 0px 0px 0px 0px;
}
#Sidebar ul li {
	margin: 0px 0px;
	list-style: none;
	width: 180px;
	display: block;
	height: 30px;
	padding-top: 10px;
}
#Sidebar ul li a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	width: 180px;
	height: 40px;
}
#Sidebar ul li a:hover {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	background: url(../images/leftHandArrow_01.gif) no-repeat left center;
}
#Sidebar ul li a.current {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	background: url(../images/leftHandArrow_01.gif) no-repeat left center;
}
#Sidebar ul li a span {
	display: block;
	width: 140px;
	height: 29px;
	padding-top: 11px;
	padding-left: 40px;
}
#Sidebar ul li a span em {
	display: block;
	font-style: normal;
	width: 140px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D7D8DC;
}
/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	width: 828px;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/

div#search_form {
    height:52px;
    padding-left:369px;
    padding-top:67px;
    width:284px;
}
div#search_form form {
	padding: 0px;
	margin: 0px;
	width: 244px; 
	height: 40px;
}
div#search_form form fieldset {
	padding: 0px;
	margin: 0px;
}
#SearchForm_SearchForm_action_results {
    border:0 none;
    height:32px;
    line-height:0;
    margin-left:-21px;
    padding-top:4px;
    width:50px;
}
#Search {
	width: 194px;
	height: 40px;	
}
#Search .middleColumn {
	width: 179px;
	height: 29px;
	background-image: url('../images/searchBox04_white2.png');
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-left: 15px;
}
#Search .middleColumn input {
	width: 161px;
	height: 18px;
	border: none;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
/*span.middleColumn .message {
	margin: 4px 0 0 3px;
}*/
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

#Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

div#Footer {
	width: 960px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#Footer .footerTop {
	width: 960px;
	height: 130px;
	background-image: url('../images/rcuk_box.png');
	background-repeat: no-repeat;	
}
div#Footer .footerBottom {
	width: 915px;
	padding: 10px 0px 0px 45px;
	font-size: 11px;
}
div#Footer a { 
	color: #1a3e4c; 
}
div#Footer a:hover {
	color: #fff;
	text-decoration: none;
}
div#Footer .footerTop p {
	color: #193441;
	font-size: 11px;
	padding: 10px 80px 0px 48px;
}
div#Footer .footerTop h1 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 35px;
}
.footerlogo{
	padding-left:48px;
	padding-right:30px;
	padding-top:12px;
	float:left;
}
	/*********************Top Navigation***********************************/		
#Navigation table{
width:100%;
}
	
/***************************Front Page Styles***************************/	
div#FrontContent{
        padding-left:20px;
	width: 362px;
}
#FrontColumns br {
    margin-bottom:10px;
}
div#FrontPagecolumn {
	width:551px;
}
div#FrontPageHeaderImage {
	width: 552px;
	height: 232px;
	background-image: url('../images/homepage2.jpg');
	background-repeat: no-repeat;
}
div.FrontPageImage {
	width: 552px;
	height: 62px;
	padding-top: 170px;	
}
div.Fronttitle{
    color:#FFFFFF;
    font-family:Palatino Linotype;
    font-size:13px;
    font-weight:bold;
    height:20px;
    letter-spacing:1px;
    padding-left:100px;
    margin-top:-5px;
    width:160px;
}
div#FrontColumns {
	width: 490px;
	padding-left: 62px;
}
div#FrontPageblue {
	width: 201px;
	background:#cbe0f1;
	
}
div#FrontPagePink {
	width: 202px;
	background:#f0e9f0;
	margin-left: 39px;
}
#FrontPageblue p{
	padding-left:15px;
	color:#1072ba!important;
	font-family:Palatino Linotype
}
	#FrontPageblue li{
	color:#1072ba!important;
	}
	#FrontPageblue a{
	color:#1072ba!important;
	}
	#FrontPagePink p{
        padding-left:15px;
        color:#895880!important;
	font-family:Palatino Linotype;
        }
	#FrontPagePink li{
	color:#895880!important;
	}
	#FrontPagePink a{
	color:#895880!important;
	}
	.Frontpageicons{
	display:inline;
	}
	#FrontPagecolumn ul{
	list-style:none;
	margin: 0 12px 18px;
	}
	#FrontPagecolumn li{
	/*border-bottom: .2em dotted;*/
        font-family:Palatino Linotype;
	}
        #FrontPagecolumn ul li{
	border-bottom: .2em dotted;
        }
	#FrontPagecolumn li img{
	float:left;
	clear:left;
	}
	#FrontPagecolumn a{
	padding-top: 10px;
	padding-bottom:10px;
	font-family:Palatino Linotype
	}
/*******************Blue link************************/
	#Bluelink{
	height: 27px!important;
	display:inline;
	}
	.bluebackground{
	background:transparent url(../images/bluebutton1.gif) left no-repeat;
	height:27px!important;
		}
	.bluebackground a{
	background: url(../images/bluebutton1.gif) right no-repeat;
	color:white!important;
	font-size:16px;
	margin-left:14px;
	padding:5px;
		}
/*******************Researchers Page************************/
		#FeatureBox{
	background:#ecf7fd;
	border:0.1em solid #c9d0d6;
	width:700px;
	height:149px;
	margin-bottom:40px;
	}
div#Boxes {
	padding-top: 60px;
	width: 178px;
}
div#Twitter {
	width: 278px;
}
div .Researchersboxes {
	width:168px;
	height:90px;
	padding-bottom: 10px;
}