@charset "utf-8";
/*
Theme Name: The International Society of Neuropathology
Theme URI: http://www.intsocneuropathol.com/
Description: The 2011 theme for The International Society of Neuropathology.
Author: David Robinson
Author URI: http://www.malimrobin.co.uk/
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: white, blue, two-columns, three-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, rtl-language-support, editor-style, custom-menu
*/

body {
	font: 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
a img {
	border: none;
	background: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited {
	color: #790000;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	background-color: none;
	color: #FFF;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background: #FFFFFF;
	margin: 10px auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header {
	margin: 0;
	padding: 0;
}

.header img {
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header .logoBar {
	background-color: #003;
	background: url(images/brain_header.png) top left no-repeat;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 960px;
	height: 108px;
}
.header .navBar {
	background: url(images/menubar-bg.png) left top repeat-x;
	height: 31px;
	margin: 5px 0;
	text-align: center;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.header .navBar ul {
	list-style: none;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 7px 0 8px 0;
}
.header .navBar ul li {
	display: inline;
	padding: 0 20px;
	background: none;
}
.header .navBar a {
	padding: 5px 0;
	width: 120px;
}
.header .navBar a:link, .header .navBar a:visited {
	text-decoration: none;
	color: #00275C;
}
.header .navBar a:hover, .header .navBar a:focus {
	text-decoration: none;
	color: #600;
	background: none;
	border-bottom: 2px solid #600;
}
.header .searchBar {
	padding-right: 20px;
	float: right;
	margin: 8px 0;
}

	
/* ~~ These are the columns for the layout. ~~ 
*/
.wrap {
	margin: 0;
	padding: 20px 0 0 0;
	background: #FFF;
	clear: both;
}
.threecolumn .leftcol, .twocolumn .leftcol {
	float: left;
	width: 200px;
	padding: 0 20px 20px 0;
}
.threecolumn .centrecol {
	float: left;
	width: 380px;
	padding: 0 20px 20px 20px;
}
.threecolumn .rightcol {
	float: left;
	width: 280px;
	padding: 0 20px 20px 20px;
}
.twocolumn .content {
	float: left;
	width: 660px;
	padding: 0 20px 20px 20px;
}
.displayPane {
	border: 1px solid #CEDBED;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.wrap h1, .displayPane h1 {
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: #00275C;
	font-weight: normal;
	background: url(images/display-panel-header-bg.png) top left repeat-x;
	margin: 0;
	padding: 3px 0 5px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	clear: both;
}
.displayPane h2 {
	font-size: 13px;
	padding: 8px 15px 0 15px;
	font-weight: bold;
}
.displayPane p {
	padding: 5px 15px 0 15px;
}
.displayPane p.categoryDescription {
	padding: 10px 15px 5px 15px;
}
.displayPane .homethumb, .post .homethumb  {
	float: right;
	padding: 3px;
	border: 1px solid #CCC;
	margin: 5px 15px 5px 5px;
}
.displayPane .post {
	display: block;
	clear: both;
}

.displayPane ul {
	list-style: none;
	padding: 5px 0 0 30px;
	margin: 0;
}
.displayPane ul ul {
	list-style: disc;
}

.twocolumn .post {
	padding: 15px 15px 5px 15px;
	border-bottom: 1px solid #00275C;
}
.twocolumn .post:last-child {
	border: none;
}
.twocolumn .post h2 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 8px;
}
.twocolumn .post p {
	padding-bottom: 10px;
}
.post a, .post a:link, .post a:visited {
	color: #790000;
	text-decoration: none;
	background-color: none;
}
.post a:hover, .post a:focus {
	color: #FFF;
	text-decoration: none;
	background-color: #790000;
}

.twocolumn .category-intro p   {
	padding: 15px;
}
.twocolumn .category-intro ul   {
	padding-left: 30px;
}
.twocolumn .publications .post {
	padding-left: 180px;
}
.twocolumn .single .post .coverimg {
	float: right;
	padding-left: 10px;
	padding-bottom: 15px;
}

.twocolumn .single dl
{
}

.twocolumn .single dt
{
	clear: left;
	float: left;
	width: 80px;
	margin: 0;
	padding: 0 0 0 40px;
	font-weight: bold;
}
.twocolumn .single dt:after {
	content: ":";
}
.twocolumn .single dd
{
	padding: 0;
}

.twocolumn .single p.orderlink {
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
	font-size: 1.2em;
	color: #790000;
}
.twocolumn .single p.orderlink:before {
	content:"<< ";
}
.twocolumn .single p.orderlink:after {
	content:" >>";
}
.twocolumn .single .gallery { margin-bottom: 14px; }
.twocolumn .single .gallery dl.gallery-item {}
.twocolumn .single .gallery dt.gallery-icon:after {
	content: none;
}
.twocolumn .single .gallery dt.gallery-icon {
	clear: none;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.twocolumn .single .gallery dt.gallery-icon img.attachment-thumbnail { 
	border: 0px; 
}
.twocolumn .single .gallery dd.gallery-caption { margin-top: 3px; font-size: 11px; color: #777; font-style: italic; }


.twocolumn .publications .coverimg {
	float: left;
	margin: 15px 0 10px 0px;
}

.twocolumn .page h2 {
	font-size: 13px;
	padding: 8px 15px 0 15px;
	font-weight: bold;
}
.twocolumn .page p {
	padding: 5px 15px;
}
.twocolumn .page ul {
	list-style: disc;
	padding: 0 0 0 45px;
}

.twocolumn .category .caselinks a {
	display: block;
	width: 120px;
	float: left;
}

p.postlinks {
	color: #999;
	padding: 10px 0 0 0;
	font-size: 0.9em;
	clear: both;
}
p.postlinks a, p.postlinks a:link, p.postlinks a:visited {
	color: #999;
	text-decoration: underline;
}
p.postlinks a:hover, p.postlinks a:focus {
	background-color: #999;
	color: #FFF;
	text-decoration: none;
}

.navigation {
	padding-bottom: 15px;
}
.navigation a, .navigation a:link, .navigation a:visited {
	color: #790000;
	text-decoration: none;
}
.navigation a:hover, .navigation a:focus {
	color: #FFF;
	background-color: #790000;
}

#respond {
	padding: 15px;
}
#respond #comment {
	font: 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	width: 600px;
}
p.comment-form-comment label {
	display: none;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
	list-style: none;
}
.content ul {
	list-style: none;
}
.content li {
	padding-top: 5px;
}

/* ~~ The footer styles ~~ */
.footer {
	font-size: 11px;
	line-height: 11px;
	padding: 10px 0 10px 0;
	background: #FFF url(images/footerbar-bg.png) top left repeat-x;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	color: #999;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	width: 960px;
}
.footer a {
	margin-left: 10px;
	color: #999;
}
.footer a:link, .footer a:visited {
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: #006;
	background-color: #999;
	text-decoration: none;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.alignright {
	float:right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}

.wp-caption {
	border: 1px solid #999;
}
.wp-caption img {
	padding: 5px;
}
p.wp-caption-text {
	color: #666;
	padding: 0 5px 5px 5px;
	font-style:italic;
	text-align: center;
}

.thumblinks {
	padding-bottom: 15px;
}
.thumblinks .thumbcontainer {
	height: 120px;
    display: table-cell;
    vertical-align: middle;
	background-color: #EEE;
	margin-bottom: 5px;
	width: 100%;
}
.thumblinks .left {
	margin-left: 20px;
}
.thumblinks .right {
	margin-right: 20px;
}
.thumblinks img {
	border:1px solid #777;
	padding: 2px;
	margin: 0 20px;
}

.entry-attachment {
	padding-top: 15px;
}
.entry-attachment img {
	border: 1px solid #DDD;
	padding: 8px;
}
