












/*******************************************************************************
Filename:
neuropharm_print.css

Description:
A brief description of this style sheets' purpose.

Dependencies:
A list of externally referenced assets (@import/images/cursors/etc) used by this style sheet.

Author(s):
Ethan Cane (webmaster@ry.com)
*******************************************************************************/

a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFFF;
}

/* Remove all default borders from anchored images */
a img {
	border: none;
}

body {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: ; /* 12px */
	color: #000000;
	background-color: #FFFFFF;
}

/* First top level headings */

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1em;
}

/******************************************************************************/

/* Back to top page anchor point */
#top {
	display: none;
}

/* Skip links and access keys */
.skip {
	display: none;
}

/* Visual bar at top of all pages */
.viewport-top-horz-rule {
	width: 175px;
	height: 47px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
	background-image: url("/images/header/site_logo.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

/* Global page header */
#header {
	display: none;
}

.board-member-profile .image {
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}

.board-member {
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.board-member img {
	float: left;
	margin-right: 1em;
}

.back-to-top {
	display: none;
}

.subsection-navigation {
	display: none;
}

/* Sidebar content */
.sidebar-content {
	display: none;
}

/* Global page footer */
#footer {
	display: none;
}

.pagination {
	display: none;
}

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0 0 1em 0;
	padding: 0;
}

.numeral {
	float: left;
	margin-right: 1em;
}

.clear {
	clear: both;
}

/******************************************************************************/

.sIFR-flash {
	display: none;
}

/******************************************************************************/

/* Content Matter controls */
#cm-container {
	display: none;
}

/* Content Matter controls (minimised) */
#cm-logo-minimised {
	display: none;
}

/******************************************************************************/


form {
	margin: 0;
	padding: 0;
}

fielset {
 	border-width: 0;
	border-style: solid;
	border-color: transparent;
}

label, input, select, textarea {
	display: block;
	margin-bottom: 0.5em;
}

.landing-drop-shadow {
	display: none;
}