img { -ms-interpolation-mode: bicubic; }

/*
-----------------------------------------------
Main styles (layout)
----------------------------------------------- */

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
}


/* Header
----------------------------------------------- */

#header {
	width: 100%;
	height: 140px;
	margin: 0;
	padding: 22px 0 0 0;
	background: #EFE9DA url(../../images/structural/header_bg.gif) top left repeat-x;
	}
	body#blog #header {
		background: #EEEFF3 url(../../images/structural/header_bg_blog.gif) top left repeat-x;
	}	
	#header-content {
		width: 940px;
		height: 162px;
		margin: 0 auto;
	}


/* Structural
----------------------------------------------- */

#main {
	width: 940px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0 0 0 0;
	margin: 2.5em auto 0;
	clear: both;
	background: #fff;
	border-bottom: 1px solid #568ED8;
	}

#footer {
	clear: both;
	padding: 22px 0 0 0;
	width: 940px;
	height: 60px;
	margin: 1.5em auto 0;
}

/* Columns */

#column-left {
	display: inline;
	float: left;
	width: 614px;
	min-height: 400px;
	height: auto !important;
	height: 100%;
	margin: 0 0 1.0em 1.1em;
	padding-right: 10px;
	line-height: 165%;
	border-right: 1px dashed #DDDDDD;
	}
	body#home #column-left {
		width: 624px;
		margin: 1.1em 0 0 1.1em;
		padding: 0;
	}
	body#blog.new #column-left {
		width: 614px;
		margin: 0 0 0 1.4em;
		padding-right: 7px;
	}

#column-right {
	display: inline;
	float: right;
	width: 275px;
	padding-right: 13px;
	}
	#column-right p {
		line-height: 1.5em;
	}


/* Headings
----------------------------------------------- */

h1 {
	display: block;
	clear: both;
	color: #666666;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0 0 0.7em 0;
	padding: 0;	
	}
	
h2 {
	color: #666666;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.0em 0pt 0.5em 0;
	padding: 0;	
	}
	h2 a {
		font-weight: normal;
		text-decoration: none !important;
		}
		h2 a:hover {
			text-decoration: underline !important;
		}

h3 {
	color: #666666;
	font-size: 1.2em;
	font-weight: normal;
	margin: 1.2em 0 0.6em;
	padding: 0;	
	}
	#column-left h3 {
		color: #568ED8;
		margin: 1.2em 0 0.4em;
	}

h4 {
	color: #666666;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0.2em 0 0.1em 0;
	padding: 0;
	}
		

/* Header
----------------------------------------------- */

#logo {
	display: block;
	padding: 0;
	margin: 0 0 0 0;
	width: 635px;
	height: 85px;
	background: #EFE9DA url(../../images/structural/logo.gif) top left no-repeat;
	}
	body#blog #logo {
		background: #EEEFF3 url(../../images/structural/logo_blog.gif) top left no-repeat;
	}
	#logo a {
		display: block;
		width: 635px;
		height: 85px;
	}

#logo-print {
	display: none;
}


/* Footer
----------------------------------------------- */

#footer p, #footer ul {
	color: #888;
	font-size: 0.9em;
}

#footer a {
	color: #888;
	}
	body#blog #footer a, body#blog #footer p, body#blog #footer ul {
		color: #fff;
	}

#footer #copyright {
	display: inline;
	float: left;
	width: 145px;
}

#footer ul {
	display: inline;
	float: left;
	width: 550px;
}

#footer ul li {
	display: inline;
	float: left;
	margin-right: 0.7em;
	padding-right: 12px;
	border-right: 1px solid #ccc;
	}
	#footer ul li.last {
		border-right: none;
	}
	
	
#footer #footer-contact {
	display: inline;
	float: left;
	clear: left;
	width: 690px;
}
	
#footer #footer-logo {
	display: inline;
	float: right;
	width: 216px;
	height: 64px;
	margin: -3.5em 0 3.5em 0;
	background: transparent url(../../images/structural/logo-footer.png) top left no-repeat;
	}
	
	body#blog #footer #footer-logo {
		background: transparent url(../../images/structural/logo-footer_blog.png) top left no-repeat;
	}
		
	#footer #footer-logo span {
		display: none;	
	}	
	

/* Navigation
----------------------------------------------- */

#navigation {
	width: 100%;
	display: block;
	margin: 2.5em 0 0 0;
	background: #999999; 
}

#navigation ul {
	position: absolute;
	width: 890px;
	height: 25px;
	margin: 0;
	padding: 0;
	z-index: 100;
	}
	#navigation ul li {
		position: relative;
		display: inline;
		float: left;
		min-width: 80px;
		width: auto !important;
		width: 80px;
		height: 25px;
		list-style: none;
		margin: 0 0.8em 0 0;
		padding: 0 0;
		text-align: center;
		background: #999999;
		}
		#navigation li a {
			display: block;
			/*height: 22px;*/
			margin: 0;
			padding: 4px 19px 6px;
			color: #fff;
			font-weight: normal;
			font-size: 1.1em;
			text-decoration: none;
			}
				
		#navigation ul li:hover {
			background: #999999 !important;
			}
			#navigation ul li:hover a {
				color: #ccc;
			}
		
	#navigation ul li ul {
		display: none;
		background: #999999;
		}
		#navigation ul li.show ul {
			position: absolute;
			display: block !important;
			width: 110px;
			z-index: 1000;
			margin: -1.8em 0 0 0;
			padding: 0 0 0 0;
			background: #999999;
			}
			#navigation ul li#nav-about.show ul, #navigation ul li#nav-about.show ul li a {
				width: 120px !important;
			}
			#navigation ul li ul li {
				display: block !important;
				margin: 0 !important;
				padding: 0 !important;
				height: 40px !important;
				background: #999999;
				}
				#navigation ul li ul li a {
					display: block;
					width: 110px !important;
					color: #fff !important;
					padding: 12px 3px;
					margin: 0 0 0.1em 0;
					background: #999999;
					border-top: 1px dashed #bbb;
					}
					#navigation ul li ul li.first a, #navigation ul li ul li:first-child a {
						border-top: 0;
					}
					#navigation ul li ul li:hover a {
						color: #ccc !important;
					}
					
			#navigation ul li#nav-about.show ul {
				margin-left: -2.0em;
			}
			#navigation ul li#nav-publications.show ul {
				margin-left: -0.2em;
			}
			#navigation ul li#nav-events.show ul {
				margin-left: -1.4em;
			}
		

/* Set 'on' status for navigation items */
body#home #navigation #nav-current, body#issues #navigation #nav-previous, body#news-page #navigation #nav-news, body#contacts #navigation #nav-contacts {
	background: #7A003C url(../../images/structural/nav_left-on.gif) top left no-repeat;
	}
	body#home #navigation #nav-home span, body#about #navigation #nav-about span, body#publications #navigation #nav-publications span, body#events #navigation #nav-events span, body#projects #navigation #nav-projects span, body#contact #navigation #nav-contact span, body#support #navigation #nav-support span, body#atkin #navigation #nav-atkin span {
		width: 8px !important;
		height: 4px;
		margin: -0.2em auto 0;
		padding: 0 2px;
		border: 0;
		position:relative;
		background: url(../../images/structural/arrow_on.gif) top center no-repeat;
	}
	
	
#nav-blog {
	position: relative;
	display: none;
	z-index: 100;
	float: right;
	width: 49px;
	height: 22px;
	margin: -2.5em 0 0 0;
	padding: 0 !important;
	text-align: center;
	background: url(../../images/structural/blog_bg.gif) top left no-repeat;
	}
	#nav-blog a {
		display: block;
		color: #fff;
		font-size: 1.1em;
		text-decoration: none;
		margin: -0.2em 0 0 0 !important;
		}
		#nav-blog:hover a {
			color: #ccc;
		}
		
#nav-blog2 {
	position: relative;
	display: block;
	z-index: 100;
	float: right;
	width: 163px;
	height: 32px;
	margin: -7.3em 0 0 0;
	padding: 0 !important;
	text-align: center;
	background: url(../../images/structural/blog.gif) top left no-repeat;
	}
	#nav-blog2 a {
		display: block;
		color: #fff;
		font-size: 1.1em;
		text-decoration: none;
		margin: 0.35em 0 0 2.6em !important;
	}

#nav-blog3 {
	position: relative;
	display: block;
	z-index: 100;
	float: right;
	width: 210px;
	height: 32px;
	margin: -7.3em 13em 0 0;
	padding: 0 !important;
	text-align: center;
	background: url(../../images/structural/blog_dark.gif) top left no-repeat;
	}
	#nav-blog3 a {
		display: block;
		color: #fff;
		font-size: 1.1em;
		text-decoration: none;
		margin: 0.35em 0 0 2.6em !important;
	}
			
	
/* Sidebar navigation */
		
#sidebar {
	display: inline;
	clear:right;
	float: right;
	width: 290px;
	margin: 1em 0 0.5em 1.5em;
	padding: 10px 5px 10px 15px;
	color: #fff;
	background: #558DD8;
	}
	#sidebar h3 {
		margin: 0 0 0.3em;
		color: #fff;
	}
	#sidebar ul li {
		color: #fff;
	}
	#sidebar a {
		color: #fff;
	}
	

	
/* Homepage
----------------------------------------------- */


/*** (Homepage left) ***/

#promotion {
	position: relative;
	height: 243px;
	margin: 0;
	padding: 0;	
	z-index: 0;
	overflow: hidden;
}

#promotion-item {
	margin: 0 !important;
	padding: 0;	
	list-style: none;
	background: none;
}

#promotion-item a {
	text-decoration: none;
	cursor: pointer;
	}
	#promotion-item a:hover {
		color: #666666;
	}
#promotion-item p {  /* Removed from promo area 16/02/09 */
	display: none;
	/*position: absolute;
	z-index: 100;
	margin: 16.0em 0 0 2.0em;
	padding: 3px 6px;
	background: transparent url(../../images/structural/transparent-white.png) top left repeat;*/
}

.homepageVideo {
	width:625px;
	overflow: hidden;
}

#news-list li {
	display: block;
	list-style: none;
	background: none;
	width: 610px;
	margin: 0.0em 0 0 !important;
	padding: 5px 0 0 !important;
    font-size: 15px;
    /*border-bottom: 1px dashed #ddd;*/
	}
	/*#news-list li:hover {
		background: #fafafa;
	}*/
	#news-list li a {
		/*display: block;*/
		text-decoration: none;
		cursor: pointer;
		}
		#news-list li a:hover {
			color: #666666;
		}
    
	p.date {
		display: inline !important;
		float: left;
		clear: left !important;
		width: 29px !important;
		height: 33px;
		margin: 0 1.0em 0 0 !important;
		padding: 11px 0 0;		
		color: #6D6E70;
		font-size: 0.8em !important;
		font-weight: normal;
		line-height: 1em;
		text-align: center;
		background: transparent url(../../images/structural/date_bg.gif) no-repeat scroll left top;
	}
	#news-list li p.snippet {
		overflow: hidden;
        font-weight:normal;
		display: inline;
		float: left;
		clear: right;
		width: 550px;
		margin: 0 0 0.5em 0;
		line-height: 1.2em;
	}
	
#projects-list {
	display: block;
	width: 620px;
	/* height: 380px;*/
    margin: -0.3em 0 14em 0;
	padding: 0;
    
	}
	#projects-list li {
		display: inline;
		float: left;
		list-style: none;
		width: 288px;
		/*height: 45px;*/
		margin: 1.0em 1.0em 0 0 !important;
		padding: 10px 0 5px 10px !important;
		/* background: #e4e4e4; */
		}
		#projects-list li:hover {
		/* 	background: #ECE5D5; */
		}
		#projects-list li h3 {
			margin: 0 0 0.5em 0;
			padding: 3px 3px 3px 6px;
			color: #fff;
			line-height: 1.2em;
			background: #568ED8;
			}
			#projects-list li h3 a {
				color: #fff;
				text-decoration: none;
				}
				#projects-list li h3 a:hover {
					text-decoration: underline;
				}
		#projects-list li p.aim {
			line-height: 1.3em;
			margin: 0 0.4em 0 0;
			background: none;
			padding: 0;
		}
		#projects-list li .more-link {
			margin-top: 0;
		}
		
/*** (Homepage right) ***/

#tools {
	height: 224px;
	margin: 1.1em 0 0 0;
	padding: 7px 12px 12px;
	background: url(../../images/structural/tools_bg.gif) top left repeat-x;
	}
	body#blog #tools {
		background: url(../../images/structural/tools_bg_blog.gif) top left repeat-x;
	}
	#tools h3 {
		margin: 0.3em 0 0.2em;
		}
		#tools h3#rss-feeds {
			width: 87px;
			background: url(../../images/icons/icon_rss.gif) center right no-repeat;
		}

#tools form {
	margin: 0 0 1.4em 0;
}
		
#tools #search-term {
	display: inline;
	float: left;
	clear: left;
	width: 201px;
	height: 27px;
	margin: 0.2em 0 0 0;
	padding: 10px 10px 0px 10px;
	color: #999999;
	background: url(../../images/structural/search_bg.gif) top left no-repeat;
	border: 0;
}

#tools #newsletter-address {
	display: inline;
	float: left;
	clear: left;
	width: 201px;
	height: 27px;
	margin: 0.2em 0 0 0;
	padding: 10px 10px 0px 10px;
	color: #999999;
	background: url(../../images/structural/newsletter_bg.gif) top left no-repeat;
	border: 0;
}

#tools .text-button {
	display: inline;
	float: left;
	width: 22px;
	margin: 0.7em 0 0 0.4em;
	clear: right;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
	border: 0;
	background: none;
	cursor: pointer;
	}
	#tools .text-button:hover {
		text-decoration: none;
	}
	
#tools #rss-list {
	margin: 0.6em 0 0 0;
	}
	#tools #rss-list li {
		display: inline;
		float: left;
		list-style: none;
		background: none;
		border-right: 1px dashed #d5d5d3;
		margin: 0 0.8em 0 0;
		padding: 0 8px 0 0;
		}
		#tools #rss-list li.last {
			border-right: 0;
			margin: 0;
			padding-right: 0;
		}
		
		
#events-list li {
	display: block;
	list-style: none;
	}
	#events-list li a {
		display: block;
		height: 46px;
		padding: 10px 0 0 0;
		margin: 0.1em 0 0.2em;
		background: #EFE9DA;
		border-left: 4px solid #568ED8;
		font-size: 1.1em;
		text-decoration: none;
		}
		#events-list li a:hover {
			background: #E4E4E4;
			text-decoration: underline;
		}
		#events-list li p {
			margin: 0 0.6em 0 0.9em;
			line-height: 1.4em;
		}

.more-link.events {
	margin: 0.3em 0.3em 0.5em 0 !important;
	}
	.more-link.events a.calendar-link {
		margin-right: 0.4em;
		border-right: 1px dashed #ddd;
		padding-right: 8px;
	}
		
p.mission {
	clear: both;
	border-top: 1px dashed #ddd;
	margin: 0.5em 0 -1.2em;
}
	
h2#mission {
	border-top: 1px dashed #ddd;
	padding-top: 14px;
	margin: 0.1em 0 0.2em;
}
		

#column-right h2#testimonials-header {
	width: 100px;
	margin: 2.0em 0 0 0;
}

#column-right .next-testimonial {
	float: right;
	margin: -1.7em 0 0 0;
}

#column-right #testimonials {
	margin: 0;
	min-height: 270px;
	height: auto !important;
	height: 270px;
}

#column-right #testimonial {
	list-style: none;
	background: url(../../images/structural/quote_bg.gif) top left no-repeat;
	padding: 0 0 0 0;
	}
	#column-right #testimonial h3 {
		color: #568ED8;
	}
	#column-right #testimonial img {
		margin: 0.4em 0 0.3em 0.4em;
	}
	#column-right #testimonial p {
		
	}
	
#facebook-link {
	display: none;
	}
	body#blog #facebook-link {
		display: block;
		margin: 1.0em 0 1.5em;
	}
	body#home #facebook-link {
		display: block;
		margin: 2.3em 0;
	}

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

#content-header {
	width: 100%;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 3px;
	margin: 1.0em 0 1.5em;
	}
	#content-header h2 {
		display: inline;
		float: left;
		clear: right;
		width: 500px;
		font-size: 1.2em;
		line-height: 1.3em;
		margin: -0.2em 0 0 0;
		font-weight: bold;
		/*overflow: auto;*/
		}
		#content-header h2 a {
			color: #568ED8 !important;
			text-decoration: underline;
			font-weight: bold;
			}
			#content-header h2 a {
				color: #568ED8 !important;
				text-decoration: none;
			}
		
	body#blog #news-list #content-header h2 {
		color: #568ED8;
	}
	#content-header p.date {
		margin-top: 0.2em;
	}

.content-image {
	float: right;
	margin: 0.3em 0 0.5em 0.5em;
	}
	.content-image.person {
		margin-left: 1.5em;
	}
	.content-image img {
		border: 1px solid #E6DFCE;
	}

	
#content-footer {
	width: 100%;
	margin-top: 2.0em;
	padding-top: 10px;
	border-top: 1px dashed #ddd;
	}
	#content-footer a {
		color: #888;
	}
	#content-footer a:hover {
		color: #666666;
	}
	#content-footer .download {
		display: inline;
		float: right;
		width: 150px;
		height: 40px;
		margin: 0.4em 0.4em 0.5em 0;
		padding: 0px 3px 0px 6px;
		background: #fafafa;
		border: 1px solid #efe9da;
		}
		#content-footer .download.pdf {
			padding-left: 38px !important;
			background: #fafafa url(../../images/icons/icon_pdf.gif) center left no-repeat;
		}
		#content-footer .download a {
			display:	block;
			padding: 10px 0 0 0;
			font-size: 1.2em;
		}
	#content-footer .back-link, #content-footer .print, #content-footer .addthis {
		display: inline;
		float: left;
		margin: 0 1.3em 0 0;
		}
		#content-footer .back-link span {
			color: #aaa;
			}
			#content-footer .back-link:hover span {
				color: #568ED8;
			}
		#content-footer .print {
			padding: 0 0 4px 14px;
			background: url(../../images/icons/icon_page.gif) center left no-repeat; 
		}
		.addthis {
			padding: 0 0 3px 14px;
			background: url(../../images/icons/icon_add.gif) center left no-repeat; 
			}
			.addthis:hover {
				padding: 0 0 3px 14px;
				background: url(../../images/icons/icon_add-hover.gif) center left no-repeat;
			}
	
/* Events 
----------------------------------------------- */

#column-left #events-header {
	display: inline;
	float: left;
}

#column-left .calendar-link {
	display: inline;
	float: right;
	clear: right;
	margin: 1.5em 0.3em 0 0;
	padding: 0 0 2px 19px;
	background: url(../../images/icons/icon_calendar.gif) center left no-repeat;
	}
	#column-left .calendar-link:hover a {
		color: #666666;
	}
	body#home #column-left .calendar-link {
		background: none !important;
		margin: 0 0.8em 0 0 !important;
		padding: 0 8px 0 0 !important;
		clear: none !important;
		float: left !important;
	}
	
.transcript, info {
	padding: 0 0 2px 16px;
	background: url(../../images/icons/icon_info.gif) center left no-repeat;
}

#video {
	margin: 0.4em 0 0.4em 0;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 5px;
	}
	#video.last {
		border-bottom: 0;
	}
	#VideoPlayback {
		margin: 0.2em 0 0.2em 0;
	}
	
#conference-photos {
	display: inline;
	float: left;
	width: 400px;
	height: 270px;
	overflow: hidden;
	background: #fff;
	/*border-top: 2px solid #DAD2C0;
	border-right: 2px solid #DAD2C0;
	border-bottom: 2px solid #DAD2C0;
	border-left: 2px solid #DAD2C0;*/
	text-align: center;
	padding: 0px;
}
#conference-photos div.slide {
	width: 400px;
	height: 270px;
	text-align: center;
}

#conference-photos div.slide {
	position: relative;
}

.next {
	display: inline;
	float: left;
	width: 70px;
	margin: 10.0em 0 0 1.4em;
}
.previous {
	display: inline;
	float: left;
	width: 70px;
	margin: 10.0em 1.4em 0 0;
}

#download-list {
	margin: 0 0 1.5em !important;
	padding: 0 !important;
	}
	#download-list li {
		display: inline;
		float: left;
		border-right: 1px dashed #ddd;
		padding: 0 7px 4px 0 !important;
		margin: 0 0.7em 0 0 !important;
	}
	
	
#people-list li {
	display: block;
	list-style: none;
	background: none;
	width: 590px;
	margin: 0.4em 0 0;
	padding: 5px 0 0 !important;
	border-bottom: 1px dashed #ddd;
	}
	#participants-list li:hover {
		background: #fafafa;
	}	

ul#news-list.people li {
	padding: 8px 6px 4px 17px !important;
	background: url(../../images/icons/icon_person.gif) center left no-repeat !important;
	}
	ul#news-list.people li:hover {
		background: #fafafa url(../../images/icons/icon_person_on.gif) center left no-repeat !important;
	}
	
/*form#people {
	background: #FAFAFA;
	border: 1px solid #EFE9DA;
	padding: 8px 0 8px 10px;
	}
	form#people label {
	width: 156px;
	padding: 0 5px 2px 0;
	font-size: 1.0em;
}*/
	
	
/* Calendar */

#calendar-controls {
	margin: 1.5em 0 1.0em;
	width: 100%;
	}
	#calendar-controls p, #calendar-controls h3 {
		display: inline;
		float: left;
		width: 33%;
		margin: 0;
		padding: 0;
		color: #666666;
	}
	#calendar-controls p.previous {
		text-align: left;
	}
	#calendar-controls p.next {
		text-align: right;
	}	
	#calendar-controls h3 {
		font-size: 1.4em;
		text-align: center;
	}
	#calendar-controls table { border: 0px; padding:0px;	}

	
table#calendar {
	border: 1px solid #EFE9DA;
	padding: 0;
	}
	table#calendar th {
		padding: 3px;
		vertical-align: middle;
		text-align: center;
		border: 1px solid #EFE9DA;
		background: #E7E2D1;
		font-weight: bold;
	}
	table#calendar td {
		padding: 3px 5px 5px 6px;
		vertical-align: top;
		text-align: right;
		border: 1px solid #EFE9DA;
		}
		table#calendar td a {
			display: block;
			text-align: left;
			font-size: 0.9em;
			line-height: 1.2em;
			text-decoration: none;
		}
		table#calendar td.event {
			background: #558DD8;
			color: #fff;
			}
		table#calendar td.navsel {
			background: #FAFFEF;
			color: #000000;
			}
		table#calendar td.navsel a {
			color: #000000;
			}
			table#calendar td a {
				color: #fff;
				}
				table#calendar td a:hover {
					/* color: #fff; */
					text-decoration: underline;
				}
		
				
/* Projects 
----------------------------------------------- */

ul#news-list.projects li {
	padding-bottom: 8px !important;
	}

ul.projects h3 {
	margin-top: 0.0em !important;
}

.aim {
	display: block;
	clear: both;
	border-bottom: 1px dashed #ddd;
	padding: 5px 5px 5px 7px;
	background: #fafafa;
}

#project-nav {
	display: inline;
	float: right;
	margin: -2.7em 0 0 0;
	padding: 4px 4px 8px;
	}
	#project-nav li {
		display: inline;
		float: left;
		list-style: none;
		margin: 0 0.5em 0 0 !important;
		border-right: 1px dashed #ddd;
		padding: 0 6px 0 0 !important;
		}
		#project-nav li.last, #project-nav li:last-child {
			border-right: none;
			padding-right: 0 !important;
			margin-right: 0 !important;
		}
		#project-nav li.active a {
			color: #568ED8 !important;
			text-decoration: none !important;
		}


/* Contact page 
----------------------------------------------- */

#contact-details li {
	list-style: none;
}

body#contact fieldset {
	width: 412px;
	}
	body#contact label {
		width: 160px;
	}
	
	
/* Blog */

body#blog #news-list .more-link {
	text-decoration: underline;
	margin: 0 0 0.4em;
	}
	body#blog #news-list .more-link:hover {
		text-decoration: none;
	}
body#blog #news-list #content-header {
	padding-bottom: 0 !important;
}

.blog_comment	{	margin-bottom: 5px;	}

.comments-links a {
	display: inline !important;
	float: left !important;
	text-decoration: underline !important;
	}
	.comments-links a:hover {
		text-decoration: none !important;
	}
	.comments-links span {
		display: inline;
		float: left;
	}
	
body#blog ul#news-list li .content a, body#blog ul#news-list li .other-content a {
	display: inline !important;
	text-decoration: underline !important;
}
body#blog ul#news-list li .snippet a, body#blog ul#news-list li .full-content a {
	display: inline !important;
	text-decoration: underline !important;
}		

body#blog #news-list .other-content {
	display: none;
}
body#blog #news-list .other-content.show {
	display: inline;
}

body#blog #news-list .full-content {
	display: none;
}
body#blog #news-list .full-content.show {
	display: block;
}
body#blog .snippet.show {
	margin: 0 !important;
}

body#blog .content {
	display: inline;
}
	
body#blog .content.show {
	margin: 0 !important;
}

body#blog  ul#news-list li .content.show .show-link, body#blog .content.show .dots {
	display: none !important;
}

body#blog  ul#news-list li .snippet.show .show-link, body#blog .snippet.show .dots {
	display: none !important;
}

body#blog .hide-link	{
	margin: 0.8em 0 !important;
}

#column-left .download {
		display: block;
		height: 40px;
		margin: 0.4em 0.4em 0.5em 0;
		padding: 0px 3px 0px 6px;
		}
		#column-left .download.pdf {
			padding-left: 38px !important;
			background: url(../../images/icons/icon_pdf.gif) center left no-repeat;
		}
		#column-left .download a {
			display: block;
			padding: 10px 0 0 0;
			font-size: 1.2em;
		}
		
/* Updated Blog (270509) */

.blog-item {
	width: 600px;
}

.blog-item .blog-body {
	clear: both;
	width: 100%;
}

#blogo {
	/*background: url(../../images/structural/blog-header.gif) top left no-repeat;*/
	width: 606px;
	height: 73px;
	margin: 1.0em 0 1.0em 0;
	}
	#blogo span {
		display: none;
	}
	
	.blog-item-header {
		height: 50px;
		margin: 0.5em 0 1.5em;
		border-top: 1px solid #EEEFF3;
		}
		/*.no-photo .blog-item-header {
			height: 20px;
			}*/
	
	.blog-item-header img {
		display: inline;
		float: left;
		width: 60px;
	}
	
	.blog-item-header h3 {
		display: inline;
		float: left;
		width: 529px;
		margin: 0.6em 0 0.4em 0.6em !important;
		font-size: 1.4em;
		color: #43648F !important;
		}
		.blog-item-header h3 a {
			color: #43648F !important;
		}
		/*.no-photo .blog-item-header h3 {
			margin-left: 0 !important;	
		}*/
	
	.blog-item-header .tags {
		width: 360px;
		display: inline;
		float: right;
		text-align: right;
		color: #aaa;
		font-size: 0.9em;
		}
		.blog-item-header .tags a {
			color: #aaa;	
		}
		.blog-item-header .author-information .author {
			display: inline;
			float: left;
			color: #aaa;
			font-size: 0.9em;
			}
			.blog-item-header .author-information .author a {
				color: #aaa;
			}

	.blog-photo {
		margin: 0.0em 0 0.5em 0;
		border-bottom: 4px solid #E1E9F6 !important;
	}
	
	.contrib-thumb {
		
		}
	
	
	.comments {
		clear: both;
		margin: 0 0 1.5em;
	}
	
	.comments-left {
		display: inline;
		float: left;
		width: 280px;
		}
		.comments-left a {
			text-decoration: underline !important;	
			}
			.comments-left a:hover {
				text-decoration: none !important;	
			}
		
	.comments-right {
		float: right;
		width: 300px;
		text-align: right;
		}
		.comments-right a {
			text-decoration: underline !important;	
			}
			.comments-right a:hover {
				text-decoration: none !important;	
			}
	
body#blog .back-link {
	width: 100%;
	border-top: 2px solid #E1E9F6;
	padding-top: 10px;
	padding-bottom: 8px;
}

body#blog #news-list li ul li {
	display: list-item;
	list-style: disc !important;
	list-style-type: disc !important;
	padding: 0 0 0 4px !important;
	margin: 0.2em 0 0.2em 2.0em !important;
}

.blog-block {
	margin: 1.5em 0;
	clear: both;
}
	
.blog-block h3 {
	background: #DFE8F9;
	padding: 6px 0 8px 10px;
	color: #456690;
	margin: 0;
}

.blog_comment .comment {
	padding-bottom: 10px;
	background: #fff url(../../images/structural/comment-bg.gif) top left no-repeat;
}

.blog_comment .meta {
	padding-top: 3px;
	border-top: 1px dashed #ddd;
	}
	.blog_comment .comment-name {
		font-weight: bold;
		color:	#568ED8;
	}
	.blog_comment .comment-date {
		font-style: italic;
		color:	#888;
		font-size: 0.9em;
	}
	
.blog-body #addthis {
	display: inline;
	float: left;
	height: 22px;
	margin: 0.8em 0 0 29.8em;
	padding: 0 9px 0 14px;
	border-right: 1px dashed #ddd;
}
		

#introduction-block {
	border-left: 1px solid #E5EBF2;
	border-right: 1px solid #E5EBF2;
	border-bottom: 1px solid #E5EBF2;
	}
	#introduction-block p {
		padding: 8px 4px 0px 10px !important;
		}
		#introduction-block p span.free {
			color: #568ED8;
		}
		#introduction-block p span.radicals {
			color: #43648F;
		}

#contributors-block li {
	display: inline;
	float: left;
	width: 135px;
	margin: 0 !important;
	padding: 0;	
	border: 1px solid #E5EBF2;
	list-style: none;
	background: none;
	}
	#contributors-block li:hover {
		background: #EEEFF3 !important;
	}
	#contributors-block li a {
		display: block;
		background: none;
		font-size: 0.9em;
		color: #43648f;
		cursor: pointer;
		}
		#contributors-block li a img {
			display: inline;
			float: left;
		}
		#contributors-block li a p {
			display: inline;
			float: left;
			margin: 0.0em 0 0 0.3em;
			padding: 9px 0px 5px 0 !important
		}

		
#tags-block li {
	display: inline;
	float: left;
	width: 135px;
	margin: 0 !important;
	padding: 0;
	border: 1px solid #E5EBF2;
	list-style: none;
	background: none;
	}
	#tags-block li.fixed {
		background: #F7FAFE;
	}
	#tags-block li:hover, #reading-block li:hover {
		background: #EEEFF3 !important;
	}
	#tags-block li a {
		display: block;
		background: none;
		font-size: 1.0em;
		padding: 8px 0px 10px 8px !important;
		color: #43648f;
		}	
		
#reading-block li {
	display: inline;
	float: left;
	width: 265px;
	margin: 0 !important;
	padding: 0 0 0 7px;
	border: 1px solid #E5EBF2;
	list-style: none;
	background: none;
	}
	#reading-block li a {
		display: block;
		background: transparent url(../../images/icons/icon_external.gif) center left no-repeat;
		font-size: 1.0em;
		padding: 8px 0px 10px 14px !important;
		color: #43648f;
		}	
		
#reading-block h3 {
	background: #DFE8F9 url(../../images/icons/arrow-down.gif) center right no-repeat !important;
	padding-right: 9px !important;
	}
	#reading-block h3.open {
		background: #DFE8F9 url(../../images/icons/arrow-left.gif) center right no-repeat !important;
		padding-right: 9px;
	}
		
#subscribe-block {
	padding: 10px 10px 10px 45px;
	border: 1px solid #dbe2ec;
	background: #EEF4F9 url(../../images/icons/icon_rss-large.gif) center left no-repeat;
	}
	#subscribe-block h3 {
		background: none !important;
		font-size: 1.3em;
		}
		#subscribe-block h3 a {
			color: #43648f;
			}
			#subscribe-block h3 a span {
				color: #568ed8;
			}
