/*
Theme Name: Stroke Center
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: the WordPress team
Author URI: http://wordpress.org/
Description: Based on WordPress Twenty Eleven theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
  outline: 0;
}
body {
  background: #1d2023;
}
ol, ul {
  list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
  color: #333;
  font: 13px myriad-pro, "Myriad Pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.625;
}

#page {
  background: #fff;
  overflow: auto;
  padding-bottom: 20px;
}

/* Headings */

h1,h2,h3,h4,h5,h6 {
  clear: both;
}

h1, h3 {
  font-size: 20px;
  color: #2a3136;
  font-weight: 600;
}

h2 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

h3 {
  font-size: 14px;
}

h4 {
	font-size: 10px;
	letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
  color: #666;
  font-weight: bold;
}

hr {
  background-color: #f1f1f1;
  border: 0;
  height: 1px;
  margin-top: 35px;
	margin-bottom: 20px;  
}

/* Text elements */
p {
  margin-bottom: 1.0em;
}

.entry-content > ul {
	margin-bottom: 20px;
}

.entry-content > ul > li > span {
	display: block;
}

ul, ol {
  margin: 0 0 5px 2.5em;
}
ul {
  list-style: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
dl > p {
	font-size: 12px;
}
dd {
  margin-bottom: 1.625em;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
}
blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 15px;
  font-size: 14px;
  color: #7d7e7e;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}
code, kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
  background: #fafafa;
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
  color: #888;
}
input[type=text]:focus,
textarea:focus {
  color: #373737;
}
textarea {
  padding-left: 3px;
  width: 98%;
}
input[type=text] {
  padding: 3px;
}
input#s {
  background: url(images/search.png) no-repeat 5px 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  height: 22px;
  line-height: 1.2em;
  padding: 4px 10px 4px 28px;
}
input#searchsubmit {

}

/* Links */
a {
  color: #166eb2;
  text-decoration: none;
  outline: none;
}
a:focus,
a:active,
a:hover {
  text-decoration: underline;
}

a.button,
#page-side-nav a.button {
	display: inline-block;
	width: auto;
	margin-top: 10px;
	color: #1664b2;
	border: 1px solid #bdbdbd;
	padding: 1px 15px 2px 5px;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  background: #e8e8e8 url(images/small_button_background.png) no-repeat 100% 50%;
}

a.button.download {
	margin-top: 0px;
	background: #e8e8e8 url(images/small_button_background.png) no-repeat 100% 50%;
}

a.bigger_button {
	display: inline-block;
	-moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #bdbdbd;
  background: #e8e8e8 url(images/bigger_button_background.png) repeat-x top left;
  font-weight: 600;
  padding: 2px 0px;
  color: #006d9f;
}

#page-side-nav a.bigger_button {
	display: inline-block;
	color: #006d9f;
	font-weight: 600;
	padding: 2px 0px;
}


a.bigger_button:hover, a.bigger_button:active, a.bigger_button:focus {
	background: #d7d7d7 url(images/bigger_button_active_background.png) repeat-x top left;
	text-decoration: none;
}

a.button:hover, a.button:active, a.button:focus {
	text-decoration: none;
	background: #d7d7d7 url(images/small_button_active_background.png) no-repeat 100% 50%;
}

a.bigger_button span.subscribe {
	background: url(images/subscribe_icon.png) no-repeat 5px 2px;
	background: url(images/subscribe_icon.png) no-repeat 5px 2px, url(images/button_chevron.png) no-repeat 100% 50%;
	padding-left: 29px;
	padding-right: 18px;
	height: 20px;
	display: block;
}

.widget a.button:hover,
a.button:hover{
	text-decoration: none;
}


/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 13px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}

p.light_body {
	color: #7a7a7a;
}

p.light_body strong {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}

/* =Header
----------------------------------------------- */

#branding {
  position: relative;
  z-index: 2;
}
#site-title {
  margin-right: 270px;
  padding: 3.65625em 0 0;
}
#site-title a {
  color: #111;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
  color: #1982d1;
}
#site-description {
  color: #7a7a7a;
  font-size: 14px;
  /* margin: 0 270px 3.65625em 0; */
  margin: 0 270px .9em 0;
}
#branding #logo {
  height: 154px;
  width: 100%;
  overflow: auto;
}
#print_logo,
#print_section_name,
#print_breadcrumbs {
	display: none;
}
#branding #logo > a {
  margin: 27px auto 30px auto;
  display: block;
  height: 97px;
  width: 501px;
  text-decoration: none;
}

#branding #logo > a > img {
	height: 97px;
  width: 501px;
}


/* =Menu
-------------------------------------------------------------- */
#access > h1 {
  margin-bottom: 10px;
  font-weight: 500;
}

h1.section_header {
	font-weight: 500;
	margin-bottom: 5px;
}

.patientsfamilies {
  color: #a4b21f;
}

.healthprofessionals {
  color: #732A25;
}

.education {
  color: #1664B2;
}

#navigation {
  background: #202527 url('images/top_nav_background.png') repeat-x top left;
  color: white;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #e3e3e3;
}

#access {
  clear: both;
  overflow: hidden;
}

#access li.section_identifier {
	margin: -1px 6px -1px -1px;
	padding: 9px 15px 8px 15px;
	background-clip: border-box;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .09em;
  height: 20px;
}

#access li.section_identifier:hover > a,
#access li.section_identifier > a,
#access li.section_identifier > a:hover {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	color: white;
}

#access li.section_identifier:hover {
	padding: 9px 15px 8px 15px;
}

#access li#patientsfamilies {
	background: url('images/patients_identifier_background.png') repeat-x top left;
}

#access li#patientsfamilies:hover {
	background: url('images/patients_identifier_active_background.png') repeat-x top left;
}

#access li#professionals {
	background: url('images/professionals_identifier_background.png') repeat-x top left;
}

#access li#professionals:hover {
	background: url('images/professionals_identifier_active_background.png') repeat-x top left;
}

#access li#about {
	background: url('images/about_identifier_background.png') repeat-x top left;
}

#access li#about:hover {
	background: url('images/about_identifier_active_background.png') repeat-x top left;
}

#access li#news {
	background: url('images/news_identifier_background.png') repeat-x top left;
}

#access li#news:hover {
	background: url('images/news_identifier_active_background.png') repeat-x top left;
}

#access ul {
  display: block;
  background: #d8d8d8 url(images/navigation_background.png) repeat-x top left;
  border: 1px solid #d4d4d4;
  border-bottom-color: #c3c3c3;
  border-right-color: #c3c3c3;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;  
  font-size: 13px;
  list-style: none;
  margin-bottom: 0px;
  height: 35px;
}

#section-access {
  font-size: 12px;
}

#section-access ul {
  margin: 0px 10px;
  text-decoration: none;
  list-style: none;
  line-height: normal;
  height: 45px;
  line-height: 45px;
}

#access li,
#section-access li {
  float: left;
}

#section-access li {
}

#master_navigation li:first-child {
}

#master_navigation li:first-child a {
}

#section-access ul#applications li.left_fix {
	margin-left: 0px;
}

#access a,
#section-access a {
  font-weight: bold;
  color: #333;
  display: block;
  padding: 0 15px;
  text-decoration: none;
}

#access a {
  font-weight: normal;
  padding: 2px 7px;
}

#access li.current_page_ancestor:hover > a,
#access li.current_page_parent:hover > a{
  padding: 1px 6px;
}

#access li:hover > a {
  padding: 1px 6px;
}

#section-access a {
  color: #6fcfe7;
  font-weight: 600;
}

#section-access a:hover,
#section-access a:active {
	color: #93e9ff;
}

#section-access ul#applications {
}

#section-access ul#applications li {
  margin-left: 10px;
  padding: 10px 0px;
  float: right;
}

#section-access ul#applications a {
  background: url(images/image_library_button_background.png) repeat-x scroll left top #003242;
  border: 1px solid #000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #b7f1ff;
  font-weight: 500;
  line-height: normal;
  padding: 4px 10px;
}

#section-access ul#applications a:hover,
#section-access ul#applications a:active {
  text-decoration: none;
	background: url(images/image_library_button_active_background.png) repeat-x scroll left top #003749;
}

#access ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  top: 3.333em;
  left: 0;
  width: 188px;
  z-index: 99999;
}
#access ul ul ul {
  left: 100%;
  top: 0;
}
#access ul ul a {
  background: #f9f9f9;
  border-bottom: 1px dotted #ddd;
  color: #444;
  font-size: 13px;
  font-weight: normal;
  height: auto;
  line-height: 1.4em;
  padding: 10px 10px;
  width: 168px;
}

#access li,
#access li:hover {
  padding: 5px 0px 5px 5px;
}


#access a:hover {
}

#access .current_page_item > a,
#access .current_page_ancestor > a {
  padding: 1px 6px;
}

#access .current_page_item:hover > a,
#access .current_page_ancestor:hover > a {
  padding: 1px 6px;
}

#access li:hover > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
  background: #fff; 
  border: 1px solid #c3c3c3;
  border-bottom-color: #dcdcdc;
  border-right-color: #dcdcdc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#access ul li:hover > ul {
  display: block;
}

#section-access li.current-page-ancestor,
#section-access li.current-menu-item{
	background: url(images/active_nav_full_right.png) no-repeat top right;

}

#section-access li.current-page-ancestor > a,
#section-access li.current-menu-item > a{
  background: url(images/active_nav_left.png) no-repeat top left;
	color: #fff;
	text-shadow: 1px 1px 1px #283034;
}

#section-access li.current-page-ancestor > a:hover,
#section-access li.current-menu-item > a:hover{
	text-decoration: none;
}

#section-access li.current-page-ancestor > a:hover span,
#section-access li.current-menu-item > a:hover span,
#section-access li.current-page-ancestor > a:active span,
#section-access li.current-menu-item > a:active span{
  border-bottom: none;
  padding-bottom: 0px;
}

#access .current_page_item > a,
#access .current_page_ancestor > a{
  font-weight: normal;
}


#section-access .current_page_item > a,
#section-access .current_page_ancestor > a,
#section-access .current-page-ancestor > a{
	font-weight: 600;
}

/* Search Form */
#branding #s {
}
#branding #s:focus {
}
#branding #searchsubmit, a#image_link {
  background: #23282b url(images/search_button_background.png) repeat-x top left;
  border: 1px solid #121517;
  display: inline-block;
  color: #4ac7e6;
  margin-top: -2px;
  padding: 2px 4px 3px 4px;
  font-size: 11px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 500;
}

#branding #searchsubmit:hover, a#image_link:hover {
	background: #282d30 url(images/search_button_active_background.png) repeat-x top left;
}

#branding #searchform {
  margin-top: -1px;
  text-align: right;
}
#branding #s::-webkit-input-placeholder { color:#6aa1b5; }
#branding #s {
  background: #131618;
  border-color: #000;
  color: #6aa1b5;
  padding: 3px 10px 4px 10px;
  font-size: 12px;
  line-height: 14px;
  height: 16px;
}
#branding #s,
#branding #s:focus {
  width: 150px;
}
#branding #s:focus {
}
#branding .with-image #searchform {
  top: auto;
  bottom: -27px;
  max-width: 195px;
}
#branding .only-search + #access div {
  padding-right: 205px;
}

/* =Inset area
----------------------------------------------- */
#inset {
  background: #f2f2f2 url(images/inset_background.png) repeat-x top left;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  height: 184px;
  padding: 15px 0px;
  margin-top: 20px;
}

#inset.full {
	background: #f2f2f2 url(images/large_inset_background.png) repeat-x top left;
	margin-top: 0px;
  height: 330px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 0px;
}


.callout_block {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0px 0px 5px #b1b1b1;
  -moz-box-shadow: 0px 0px 5px #b1b1b1;
  -webkit-box-shadow: 0px 0px 5px #b1b1b1;
  height: 168px;
  padding: 8px;
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
}

#patients_signs {
	background: #fff url(images/patients_signs_feature.jpg) no-repeat 50% 50%;
}

#patients_diagnosis {	
	background: #fff url(images/patients_diagnosis_feature.jpg) no-repeat 50% 50%;
}

#patients_caring {	
	background: #fff url(images/patients_caring_feature.jpg) no-repeat 50% 50%;
}

#professionals_imaging {
	background: #fff url(images/professionals_imaging_feature.jpg) no-repeat 50% 50%;
}

#professionals_diagnosis {	
	background: #fff url(images/professionals_diagnosis_feature.jpg) no-repeat 50% 50%;
}

#professionals_presentation {	
	background: #fff url(images/professionals_presentation_feature.jpg) no-repeat 50% 50%;
}

#modules .callout_block > p{
  color: white;
  font-size: 16px;
  font-weight: 600;
  width: 220px;
  position: absolute;
  line-height: 20px;
  top: 125px;
  left: 30px;
  padding: 0px;
  text-align: right;
}

#modules .callout_block.professionals > p {
	font-size: 15px;
}

#modules h1 {
  font-size: 17px;
}

#modules a,
#modules a:hover {
  display: block;
  text-decoration: none;
}

#modules p {
  font-size: 13px;
  font-color: #151515;
  padding: 0px 16px;
  margin: 5px 0px;
  font-weight: normal;
}

#modules > #image_library {
  width: 192px;
  padding: 13px; 
  background: #dadada url(images/image_library_background.png) repeat-x top left;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-weight: bold;
  box-shadow: inset 0px 0px 3px 2px #d2d4d4;
  -moz-box-shadow: inset 0px 0px 3px 2px #d2d4d4;
  -webkit-box-shadow: inset 0px 0px 3px 2px #d2d4d4;
}

#modules > #image_library:hover {
	background: #e1e1e1 url(images/image_library_active_background.png) repeat-x top left;
	box-shadow: inset 0px 0px 3px 2px #d9dcdc;
	-moz-box-shadow: inset 0px 0px 3px 2px #d9dcdc;
	-webkit-box-shadow: inset 0px 0px 3px 2px #d9dcdc;
}

#modules > #image_library h1 {
  margin-top: -4px;
  color: #202529;
}

#modules > #image_library h1,
#modules > #image_library p {
  padding: 0px 2px;
}

#modules > #image_library p {
	color: #464646
}

#modules a.home_block,
#not_found #modules .grid_3.block {
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0px 0px 5px #b1b1b1;
  -moz-box-shadow: 0px 0px 5px #b1b1b1;
  -webkit-box-shadow: 0px 0px 5px #b1b1b1; 
}

#modules a.home_block:hover,
#modules a.home_block:active,
#modules a.callout_block:hover,
#modules a.callout_block:active {
	box-shadow: 0px 0px 5px #747474;
	-webkit-box-shadow: 0px 0px 5px #747474;
  -moz-box-shadow: 0px 0px 5px #747474; 
}

#modules a.home_block > h1,
#not_found #modules .grid_3.block h1 {
  color: white;
  padding: 2px 10px;
  margin: -4px 0px 0px 0px;
  font-size: 17px;
  font-weight: 600;
  width: 184px;
  height: 30px;
}

#modules a#patients_block h1,
#modules h1#patients_families {
  background: #a2af1f url(images/patients_families_background.png) no-repeat top left;
}

#modules a#professionals_block h1,
#modules h1#professionals {
  background: #c54f42 url(images/professionals_background.png) no-repeat top left;
}

#modules a#trials_block h1,
#modules h1#clinical_trials {
  background: #0077b3 url(images/trials_background.png) no-repeat top left;
}

#modules a#patients_block:hover h1,
#modules a#patients_block:active h1 {
  background: #a1b31b url(images/patients_families_active_background.png) no-repeat top left;
}

#modules a#professionals_block:hover h1,
#modules a#professionals_block:active h1 {
  background: #c73e37 url(images/professionals_active_background.png) no-repeat top left;
}

#modules a#trials_block:hover h1,
#modules a#trials_block:active h1 {
  background: #006bb4 url(images/trials_active_background.png) no-repeat top left;
}

#not_found #modules #caption h1 {
    color: #2A3136;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}

/* =Sponsors
----------------------------------------------- */
#sponsors.pullup {
  margin-top: -50px;
  margin-bottom: 0px;
	background: #fff;
	border: 1px solid #dddddd;
	color: #777;
	padding: 8px 0px 0px 0px;
}

#sponsors {
  margin-top: 40px;
  margin-bottom: 0px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  overflow: auto;
  width: 940px; /* need to override this manually */
  padding: 0px;
  background-color: #171a1c;
  border: 1px solid #0f1213;
}

#sponsors > .grid_6 {
  width: 450px;
}

#sponsors p {
	width: 400px;
	padding: 10px 0px 10px 10px;
	margin-bottom: 0px;
	color: #47535b;
	float: left;
}

#sponsors.pullup p {
  color: #777;
  width: 530px;
  padding: 0px 0px 0px 10px;
}

#sponsors.pullup > img {
  margin-top: 8px;
  display: block;
  float: right;
}

#sponsors.pullup ul li {
	margin-left: 40px;
}

#sponsors ul {
	list-style: none;
}

#sponsors ul li {
	display: inline;
	float: left;
	margin-left: 30px;
}

/* =Content
----------------------------------------------- */
#content {
  overflow: auto;
  padding-top: 25px;
  margin-bottom: 25px;
}


#main {
  clear: both;
  padding: 0;
}

#two_column_container {
	overflow: auto;
	background: url(images/content_background.png) repeat-y top left;
}

.container_12 header.grid_12,
.container_12 article.grid_12 {
	width: 920px;
	padding: 0px 10px;
}

#posts {
	width: 680px;
	padding: 0px 10px;
}

.container_12 header.search {
	width: 940px;
	padding: 0px;
}

.hentry.grid_9{
	padding-left: 25px;
	padding-right: 50px;
	width: 635px;
}

header.prefix_3 > h1 {
	padding-left: 15px;
}

.entry-header > h1 {
	margin-bottom: 10px;
}

.page-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0 0 2.6em;
  text-transform: uppercase;
}
.page-title a {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
}
.hentry,
.no-results {
  position: relative;
}
.hentry:last-child,
.no-results {
  border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
  padding-right: 76px;
}
.entry-header > h1.section-title{
	margin-bottom: 0px;
}
.section-title {
  font-weight: 600;
  font-size: 22px;
  padding: 0px;
  margin-bottom: 0px;
  color: #16577b;
}
.section-title.patients {
	color: #778416;
}
.section-title.professionals {
	color: #c23930;
}
.section-title.trials {
	color: #276586;
}
.entry-title {
  clear: both;
  line-height: 1.5em;
  padding-bottom: .3em;
  padding-top: 15px;
}
.entry-title,
.entry-title a {
  text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
  color: #1982d1;
}
.entry-meta {
  color: #666;
  clear: both;
  font-size: 13px;
  line-height: 18px;
  padding: 0px;
}

.entry-meta a {
  color: #166eb2;
}
.single-author .entry-meta .by-author {
  display: none;
}

.entry-content p:last-child {
	margin-bottom: 5px;
}

.entry-content h1 {
	margin: 0 0 5px;
	display: block;
}

.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
  margin: 0 0 5px;
  display: inline-block;
}
/*
.entry-content h3,
.comment-content h3 {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}
*/
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  width: 100%;
}
.entry-content th,
.comment-content th {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-transform: uppercase;
  font-weight: bold;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}
.entry-content #s {
  width: 75%;
}
.comment-content ul,
.comment-content ol {
  margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
  margin-bottom: 0;
}
dl.gallery-item {
  margin: 0;
}
.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.625em;
}
.page-link a {
  background: #eee;
  color: #373737;
  margin: 0;
  padding: 2px 3px;
  text-decoration: none;
}
.page-link a:hover {
  background: #888;
  color: #fff;
  font-weight: bold;
}
.page-link span {
  margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
  background: #eee;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #666;
  /* float: right; */
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
  background: #888;
  color: #fff;
}
.entry-content .edit-link {
  clear: both;
  display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
   /* Fluid images for posts, comments, and widgets */

}
img[class*="align"],
img[class*="wp-image-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
  max-width: 97.5%;
  width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {	
	margin-top: 5px;
  margin-bottom: 10px;
}
p img,
.wp-caption {
}
.wp-caption {
  margin-bottom: 0px;
  max-width: 96%;
  padding: 0px;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #7a7a7a;
  font-size: 11px;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0px;
  padding: 2px 10px;
  position: relative;
}

.wp-caption p:last-child {
	margin-bottom: 0px;
}

#content .gallery {
  margin: 0 auto 1.625em;
}
#content .gallery a img {
  border: none;
}
img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
/*
  border: 1px solid #ddd;
  padding: 6px;
*/
}
.wp-caption img {
/*   border-color: #eee; */
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
  background: #eee;
  border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
  background: #fff;
  border-color: #ddd;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
  margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
  margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
  background: #f7f7f7;
}

/* Author Info */
#author-info {
  font-size: 13px;
  overflow: hidden;
}
.singular #author-info {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 2.2em -35.6% 0 -35.4%;
  padding: 20px 35.4%;
}
.archive #author-info {
  border-bottom: 1px solid #ddd;
  margin: 0 0 2.2em;
  padding: 0 0 2.2em;
}
#author-avatar {
  float: left;
  margin-right: -78px;
}
#author-avatar img {
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px #bbb;
  -moz-box-shadow: 0 1px 2px #bbb;
  box-shadow: 0 1px 2px #bbb;
  padding: 3px;
}
#author-description {
  float: left;
  margin-left: 108px;
}
#author-description h2 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
  background: #eee url(images/comment-bubble.png) no-repeat;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  line-height: 35px;
  overflow: hidden;
  padding: 0 0 0;
  position: absolute;
  top: 1.5em;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 43px;
  height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
  background-color: #1982d1;
  color: #fff;
  color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
  visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  position: absolute;
  text-transform: uppercase;
  top: -5px;
}
.entry-header hgroup .entry-title {
  padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
  padding: 20px 0 0;
}
.recent-posts .entry-header .entry-format {
  display: none;
}
.recent-posts .entry-header hgroup .entry-title {
  padding-top: 0;
}

/* Custom selector to float articles when sidenav is present */
.page .article-floated {
  float: left;
  display: inline;
}

blockquote.pull {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6125em;
  margin: 0 0 1.625em;
  text-align: center;
}
.singular blockquote.pull {
  margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
  margin: 0 1.625em 0 0;
  text-align: right;
  width: 33%;
}
.singular .pull.alignleft {
  margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
  margin: 0 0 0 1.625em;
  text-align: left;
  width: 33%;
}
.singular .pull.alignright {
  margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
  width: 33%;
}
.singular .entry-meta .edit-link a {
  /*
bottom: auto;
  left: 50px;
  position: absolute;
  right: auto;
  top: 80px;
*/
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
  display: none;
}
.singular .format-aside .entry-title {
  display: block;
}
.format-aside .entry-content {
  padding: 0;
}
.singular .format-aside .entry-content {
  padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
  display: none;
}
.singular .format-link .entry-title {
  display: block;
}
.format-link .entry-content {
  padding: 0;
}
.singular .format-link .entry-content {
  padding: 1.625em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
  float: left;
  display: block;
  margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
  display: none;
}
.singular .format-status .entry-title {
  display: block;
}
.format-status .entry-content {
  padding: 0;
}
.singular .format-status .entry-content {
  padding: 1.625em 0 0;
}
.format-status img.avatar {
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  float: left;
  margin: 4px 10px 2px 0;
  padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
  color: #555;
  font-size: 17px;
  margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
  min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
  padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
  margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
  background: #ddd;
  margin-top: -7px;
  padding: 20px 30px;
  overflow: hidden;
}
.indexed.format-image div.entry-meta {
  display: inline-block;
  float: left;
  width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
  float: none;
  width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
  display: block;
}
.indexed.format-image footer.entry-meta a {
  color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
  color: #fff;
}
#content .indexed.format-image img {
  border: none;
  max-width: 100%;
  padding: 0;
}
.indexed.format-image .wp-caption {
  background: #111;
  margin-bottom: 0;
  max-width: 96%;
  padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
  color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
  color: #444;
}
.indexed.format-image a:hover img {
  opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-width: 1px 0;
  overflow: hidden;
  padding: 1.625em 8.9%;
}
.error404 #main #s {
  width: 95%;
}
.error404 #main .widget {
  clear: none;
  float: left;
  margin-right: 3.7%;
  width: 30.85%;
}
.error404 #main .widget_archive {
  margin-right: 0;
}
.error404 #main .widget_tag_cloud {
  float: none;
  margin-right: 0;
  width: 100%;
}
.error404 .widgettitle {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase;
}

/* Intro */
article.intro {
  background: #f9f9f9;
  border-bottom: none;
  margin: -1.855em -8.9% 1.625em;
  padding: 0 8.9%;
}
article.intro .entry-title {
  display: none;
}
article.intro .entry-content {
  color: #111;
  font-size: 16px;
  padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
  background: #aaa;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  padding: 0 8px;
  position: absolute;
  top: 30px;
  right: 20px;
  text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
  background: #777;
}

/* Featured post */
section.featured-post {
  float: left;
  margin: -1.625em -8.9% 1.625em;
  padding: 1.625em 8.9% 0;
  position: relative;
  width: 100%;
}
section.featured-post .hentry {
  border: none;
  color: #666;
  margin: 0;
}
section.featured-post .entry-meta {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
  float: right;
  height: auto;
  margin: 0 -8.9% 1.625em 0;
  max-width: 59%;
  position: relative;
  right: -15px;
}
section.featured-post.small {
  padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
  opacity: .8;
}
article.feature-image.small {
  float: left;
  margin: 0 0 1.625em;
  width: 45%;
}
article.feature-image.small .entry-title {
  line-height: 1.2em;
}
article.feature-image.small .entry-summary {
  color: #555;
  font-size: 13px;
}
article.feature-image.small .entry-summary p a {
  background: #222;
  color: #eee;
  display: block;
  left: -23.8%;
  padding: 9px 26px 9px 85px;
  position: relative;
  text-decoration: none;
  top: 20px;
  width: 180px;
  z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
  background: #1982d1;
  color: #eee;
  color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
  border: none;
  max-height: 288px;
  padding: 0;
  width: 100%;
}
section.feature-image.large .showcase-heading {
  display: none;
}
section.feature-image.large .hentry {
  border-bottom: none;
  left: 9%;
  margin: 1.625em 9% 0 0;
  position: absolute;
  top: 0;
}
article.feature-image.large .entry-title a {
  background: #222;
  background: rgba(0,0,0,0.8);
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
  background: #eee;
  background: rgba(255,255,255,0.8);
  color: #222;
}
article.feature-image.large .entry-summary {
  display: none;
}
section.feature-image.large img {
  display: block;
  height: auto;
  max-width: 117.9%;
  padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
  border-bottom: 1px solid #ddd;
  display: block;
  height: 328px;
  margin: 1.625em -8.9% 20px;
  max-width: 1000px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.featured-posts .showcase-heading {
  padding-left: 8.9%;
}
.featured-posts section.featured-post {
  background: #fff;
  height: 288px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  width: auto;
}
.featured-posts section.featured-post.large {
  max-width: 100%;
  overflow: hidden;
}
.featured-posts section.featured-post {
  -webkit-transition-duration: 200ms;
  -webkit-transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 200ms;
  -moz-transition-property: opacity, visibility;
  -moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
  opacity: 0;
  visibility: hidden;
}
.featured-posts #featured-post-1 {
  opacity: 1;
  visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
  content: ' ';
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
  width: 100%;
  height: 45px;
  position: absolute;
  top: 230px;
}
.featured-post .feature-image.small:after {
  top: 253px;
}
#content .feature-slider {
  top: 5px;
  right: 8.9%;
  overflow: visible;
  position: absolute;
}
.feature-slider ul {
  list-style-type: none;
  margin: 0;
}
.feature-slider li {
  float: left;
  margin: 0 6px;
}
.feature-slider a {
  background: #3c3c3c;
  background: rgba(60,60,60,0.9);
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
  box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
  display: block;
  width: 14px;
  height: 14px;
}
.feature-slider a.active {
  background: #1982d1;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
  -moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
  box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
  cursor: default;
  opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
  padding: 0 0 1.625em;
}
section.recent-posts .hentry {
  border: none;
  margin: 0;
}
section.recent-posts .other-recent-posts {
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin: 0;
}
section.recent-posts .other-recent-posts li {
  padding: 0.3125em 0;
  position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
  border-top: 1px solid #ddd;
  font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
  color: #373737;
  float: left;
  max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
  content: '-';
  color: transparent;
  font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
  border-bottom: 2px solid #999;
  bottom: -2px;
  color: #444;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.76333em;
  padding: 0.3125em 0 0.3125em 1em;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
  border-color: #bbb;
  color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
  color: #1982d1;
  border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0 -8.9% 1.625em;
  overflow: hidden;
  padding: 1.625em 1.625em 0;
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto 1.625em;
  max-width: 100%;
}
.image-attachment div.attachment a img {
  border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
  border-color: #ddd;
  background: #fff;
}
.image-attachment .entry-caption p {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0 0 2.6em;
  text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
  clear: both;
  overflow: hidden;
  padding: 0 0 1.625em;
}
#content nav a {
  font-size: 13px;
  font-weight: bold;
  line-height: 2.2em;
}
#nav-above {
  padding: 0 0 1.625em;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous {
  float: left;
  width: 50%;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#content nav .meta-nav {
  font-weight: normal;
}

/* Singular navigation */
#nav-single {
  float: right;
  position: relative;
  top: -0.3em;
  text-align: right;
  width: 100%;
  z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
  float: none;
  width: auto;
}
#nav-single .nav-next {
  padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */
.widget-area {
  font-size: 13px;
}
.widget {
  clear: both;
  margin: 0 0 2.2em;
}
.widget-title {
  color: #2a3136;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.widget ul {
  font-size: 13px;
  margin: 0;
  list-style: none;
}
.widget ul ul {
  margin-left: 1.5em;
}
.widget ul li {
  color: #777;
  font-size: 13px;
}
.widget a {
  text-decoration: none;
  
}
.widget a:hover,
.widget a:focus,
.widget a:active {
  text-decoration: underline;
}

/* Search Widget */
.widget_search form {
  margin: 0 0 1.625em;
}
.widget_search #s {
  width: 120px;
  font-size: 13px;
}
.widget_search #searchsubmit {
  padding: 6px 4px;
  background: #ddd;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  color: #888;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  top: 0px;
}
.widget_search #searchsubmit:active {
  background: #1982d1;
  border-color: #0861a5;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
  list-style: square;
  margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
  color: #666;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.76333em;
  text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
  color: #29628d;
}

/* Twitter */
.widget_twitter li {
  list-style-type: none;
  margin-bottom: 14px;
}
.widget_twitter .timesince {
  display: block;
  font-size: 11px;
  margin-right: -10px;
  text-align: right;
}

/* Widget Image */
.widget_image img {
  height: auto;
  max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
  color: #555;
  width: 95%;
  text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
  text-align: center;
}
.widget_calendar #wp-calendar caption {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0 3px 0;
  text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.widget ul > li {
  margin-bottom: 15px;
}

.widget ul > li:last-child {
  margin-bottom: 5px;
}

ul#recent_news li,
ul#clinical_trials li {
  display: block;
}

ul#recent_news li > span,
ul#clinical_trials li > span,
ul#events li > span {
	
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}

.FlexoArchives_widget_archives ul > li {
  margin-bottom: 0px;
}

/* =Footer
----------------------------------------------- */

#colophon {
  clear: both;
}

#primary_content {
  width: 100%;
  overflow: auto;
}

#widgets {
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 35px;
  background: url(images/home_widgets_background.png) repeat-y top left;
}

#widgets > #features {
  margin-left: 15px;
  width: 290px;
}

#features {
	margin-left: 20px;
	width: 290px;
}

.textwidget > h1 {
	display: block;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}

.textwidget > ul {
	margin-bottom: 15px;
}

.textwidget > ul#news_sources > li:before {  
	content: none;  
}

.textwidget > ul > li {
	margin-bottom: 0px;
}

#section_widgets h3 {
	color: #2a3136;
	font-size: 16px; 
}

#widgets > #features > a.block {
  display: block;
}

#widgets > #features > a.block:hover {
  text-decoration: none;
}

#widgets > #features > a.block > h1 {
  color: white;
  font-weight: bold;
  margin-top: -5px;
  padding: 5px 10px;
  font-size: 14px;
}

#section_widgets {
	margin-top: 20px;
	background: url(images/widget_container_background.png) repeat-y top left;
	overflow: auto;
}

#section_widgets .widget {
	margin: 0 0 5px 0;
}

#section_widgets > #first {
	width: 285px;
	padding-right: 15px;
}

#section_widgets > #second {
	margin-left: 5px;
	width: 305px;
}

#features > .featured_application {
  overflow: auto;
  margin: 20px 0px;
  padding-top: 15px;
  border-top: 1px solid #e2e2e2;
  display: block;
	color: #333333; 
}

#features > a.featured_application:hover,
#features > a.featured_application p:hover {
	text-decoration: none;
}

#features > .featured_application.narrow {
	margin-top: 0px;
}

#features > .featured_application.narrow.first {
	margin-top: 0px;
}

#features > .first {
  padding-top: 0px;
  border: none;
}

.featured_application > img {
  padding: 6px;
  border: 1px solid #ddd;
  float: left;
  width: 48px;
}

.featured_application:hover > img {
	border: 1px solid #c7c7c7;
}

.featured_application > div {
  float: left;
  clear: none;
  width: 218px;
  margin-left: 10px;
}

.featured_application h1 {
  font-weight: 600;
  font-size: 15px;
}

a.featured_application > div > h1 {
	display: inline-block;
  color: #3a434a;
  background: url(images/small_chevron.png) no-repeat 100% 50%;
  padding-right: 15px;
}

.featured_application > div > p {
  padding: 0px;
  line-height: 16px;
  margin-bottom: 0px;
}

#widgets #first {
  padding-left: 10px;
  margin-right: 15px;
  width: 290px;
}

#widgets #second { /* We have to manually adjust the size of this grid container because of the right and left borders */
  width: 290px;
  margin: 0;
  padding: 0px 15px;
}

#widgets aside {
	margin-bottom: 5px;
}

#footer {
	background: url(images/footer_background.png) repeat-x top left;
}

footer{
  padding: 20px 0px;
}

footer.container_12 {
	overflow: auto;
}

footer.container_12 > .grid_3 {
  border-left: 1px solid #404b53;
  width: 199px;
  padding: 0px 10px;
}

footer h1 {
  font-size: 13px;
  text-transform: uppercase;
  color: #61a4bb;
  font-weight: 500;
  letter-spacing: 1px;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer a,
footer p {
  color: #6d7f8c;
}

#hon_compliance {
  border: none;
  width: 220px;
  padding: 0;
}

#hon_compliance .grid_1 {
	text-align: right;
}

#hon_compliance .grid_2 {
	width: 150px;
	margin-left: 0px;
}

#hon_compliance p{
  font-size: 11px;
  line-height: 14px;
}

#hon_compliance a {
	border-bottom: 1px dotted #3a464f;
}

#hon_compliance a:hover, #hon_compliance a:active {
	text-decoration: none;
	border-bottom: 1px solid #6d7f8c;
}

p#copyright{
  color: #4a565f;
  font-size: 11px;
  padding: 15px 10px;
}
/* =Print
----------------------------------------------- */

@media print {
  body {
    background: none !important;
    font: 15px myriad-pro, "Myriad Pro", Helvetica, Arial, sans-serif;
    line-height: 24px;
  }
  footer.entry-meta a[rel=bookmark]:link:after,
  footer.entry-meta a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] "; /* Show URLs */
  }
  #page {
    overflow: visible;
  }
  #two_column_container {
  	background: none;
  }
  header.entry-header.grid_9.prefix_3 {
  	width: 940px;
  	padding-left: 0px;
  	margin: 0px 10px 10px 10px;
  }
  header.entry-header.grid_9.prefix_3 h1.entry-title {
  	padding: 0px;
  	margin: 0px;
  }
  #two_column_container article.grid_9 {
  	width: 940px;
  }
  #two_column_container article.grid_9 .singular .entry-content {
  	padding: 0px;
  }
  #navigation, #sponsors, #two_column_container > #page-side-nav {
  	display: none;
  	visibility: hidden;
  }
  .wp-caption .wp-caption-text {
  	color: #333;
  	font-size: 12px;
  	line-height: 18px;
  }
  #print_logo,
  #print_section_name,
  #print_breadcrumbs {
		display: block;
		text-align: center;
	}
	#print_breadcrumbs {
		margin-top: 10px;
	}
	#print_logo {
		margin-top: 5px;
		color: #000;
		font-size: 30px;
	}
	#print_section_name {
		font-size: 24px;
	}
	footer > .grid_3 {
		display: none;
	}
  #branding {
    border-top: none !important;
    padding: 0;
  }
  #branding hgroup {
    margin: 0;
  }
  #site-title a {
    font-size: 21pt;
  }
  #site-description {
    font-size: 10pt;
  }
  #branding #searchform {
    display: none;
  }
  #branding img {
    display: none;
  }
  #access {
  }
  #main {
    border-top: none;
    box-shadow: none;
  }
  #primary {
    margin: 0;
  }
  #content {
    overflow: visible;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .entry-meta .edit-link a {
    display: none;
  }
  #content nav {
    display: none;
  }
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular #comments-title {
    margin: 0;
    width: 100%;
  }
  .singular .entry-header > h1 {
  	padding-left: 20px;
  }
  .singular .hentry {
    padding: 0;
  }
  .entry-title,
  .singular .entry-title {
    font-size: 20px;
  }
  .entry-meta {
    font-size: 10pt;
  }
  .entry-header .comments-link {
    display: none;
  }
  .page-link {
    display: none;
  }
  .singular #author-info {
    background: none;
    border-bottom: none;
    border-top: none;
    margin: 2.2em 0 0;
    padding: 0;
  }
  #respond {
    display: none;
  }
  .widget-area {
    display: none;
  }
  #colophon {
    display: none;
  }
	#inset,
	#features,
	#logo,
	#access,
	#section-access {
		display: none;
		visibility: hidden;
	}
}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
  margin-left: -7.6%;
  margin-right: -7.6%;
  padding-left: -7.6%;
  padding-right: -7.6%;
  max-width: 1000px;
}
#ie7 section.featured-post {
  margin-left: -7.6%;
  margin-right: -7.6%;
  max-width: 850px;
}
#ie7 section.recent-posts {
  margin-right: 7.6%;
}



/* Code added for styling news items/links */
ul#menu-top-level-navigation .current_page_parent {
  font-weight: bold;
}

.format-link {
  padding-bottom: 15px;
  margin-bottom: 0px;
}

article.format-link {
}

.format-link p {
  margin-bottom: 0px;
}

.format-link p > span {
  font-size: .8em;
  display: block;
}

article.format-link .entry-content {
  padding-top: 0px;
}

#home-header-image {
  margin-bottom: 20px;
}

h1.document_category {
  font-size: 1.2em;
  font-weight: bold;
}

ul.document_list {
  list-style: none;
  margin-left: 10px;
}

ul.document_list ul {
	margin-left: 0px;
}

ul.document_list > li.document {
  background: url(images/icon_link.gif) no-repeat 0px 2px;
  padding-left: 26px;
  margin-bottom: 3px;
}

ul.document_list > li.document.pdf{
	background: url(images/icon_pdf.gif) no-repeat 0px 2px;
}

/* =Side navigation
----------------------------------------------- */

#page-side-nav {
  padding: 0px 10px;
  width: 200px;
  margin-right: 0px;  
}

#page-side-nav ul {
  margin: 0px;
  list-style: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#page-side-nav > ul > li.page_item > ul.children {
	display: none;
}

#page-side-nav > ul > li.page_item.current_page_ancestor > ul.children,
#page-side-nav > ul > li.page_item.current_page_parent > ul.children,
#page-side-nav > ul > li.page_item.current_page_item > ul.children {
	display: block;
}


#page-side-nav a {
  display: block;
  font-size: 13px;
  font-weight: normal;
  padding: 3px 0px;
	color: #5a5a5a;
}

#page-side-nav a:hover, 
#page-side-nav a:active,
#page-side-nav .current_page_item a:hover,
#page-side-nav .current_page_item a:active,
#page-side-nav .current_page_parent a:hover,
#page-side-nav .current_page_parent a:active,
#page-side-nav li.current_page_parent > ul.children > li.current_page_item > a:hover {
  text-decoration: none;
  color: #166EB2;
}

#page-side-nav p > a {
	display: inline;
	padding: none;
}

#page-side-nav a:first-child {
  padding-top: 0px;
}

#page-side-nav .current_page_item a,
#page-side-nav .current_page_parent a,
#page-side-nav li.current_page_parent > ul.children > li.current_page_item > a {
  font-weight: bold;
  color: #5A5A5A;
}

#page-side-nav .current_page_parent > ul.children > li > a,
#page-side-nav .current_page_item > ul.children > li > a {
	font-weight: normal;
}

#page-side-nav ul.children {
  padding-bottom: 0px;
  border-bottom: none;
}

#page-side-nav ul.children > li > a{

}

#page-side-nav ul.children {
	list-style-type: square;
	margin-left: 20px;
}



/* =News, post styles
----------------------------------------------- */
span.news_source, span.news_extras {
  display: block;
  margin-bottom: 2px;
}


span.entry_date {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;  
}

.format-link {
  padding: 10px 0px;
  border-bottom: 1px solid #f4f4f4;
}

/* =Syndrome styles
----------------------------------------------- */
ul#syndrome_navigation {
	list-style: none;
	padding: 0;
	margin: 10px 0px;
}

ul#syndrome_navigation > li {
	display: inline;
	
}

ul#syndrome_navigation > li:first-child {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	padding-left: 0px;
	margin-right: 10px;
	font-weight: bold;
	color: #666;
}

ul#syndrome_navigation > li > a {
	padding: 5px 7px;
}

ul#syndrome_navigation > li > a.active {
	padding: 5px 7px;
	background-color: #f0f0f0;
	border: 1px solid #D4D4D4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* =Fancybox Override 
----------------------------------------------- */
#fancybox-title-over {
	font: 13px myriad-pro, Helvetica, Arial, sans-serif;
}

/* =Events Manager Styling
----------------------------------------------- */
.eme_events_list {
	margin-left: 0px;
	list-style: none;
}

div.events_left {
	width: 300px;
	margin-right: 19px;
	float: left;
}

div.events_right {
	width: 300px;
	float: left;
}

#next_event > a {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #1B679C;
}

div.event{	
	margin-bottom: 15px;
}

div.event p {
	margin-bottom: 0px;
}

div.event span {
	display: block;
}

div#next_event {
	margin-top: 10px;
	width: 186px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
	margin-bottom: 30px;
}

div#event_map {
	margin: 10px 0px;
	width: 184px;
	height: 150px;
	border: 1px solid grey;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

div.sidebox {
  padding: 12px 0px;
  border-top: 1px solid #ddd;
}

/* =Contact form
----------------------------------------------- */
#contact_form {
	width: 260px;
	padding-left: 40px;
}

/* =Jump to links
----------------------------------------------- */
#jump {
	overflow: auto;
	margin-bottom: 20px;
}

#jump > #left {
	float: left;
	width: 280px;
}

#jump > #right {
	float: left;
	width: 280px;
}

table#contributors {
}

table#contributors tr:first-child > td,
table#presentations tr:first-child > td,
table.pharma tr:first-child > td {
	border-top: 0px;
}

table#presentations {
	border: none;
}

table#presentations td {
	vertical-align: top;
	border: none;
}

table#presentations td > img {
	height: 50px;
	width: 50px;
	padding: 3px;
	border: 1px solid #f1f1f1;
}

table#presentations td > a {
	margin-top: 3px;
	display: block;
	font-weight: 600;
	font-size: 15px;
}

/* =Neuropathology library
----------------------------------------------- */
table.neuropath td, table.neuropath th {
	vertical-align: top;
}

/* =Search page
----------------------------------------------- */
#search_container {
	background-color: #f2f2f2;
  border: 1px solid #BFBFBF;
  border-radius: 4px 4px 4px 4px;
  width: 938px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  
	overflow-y: auto;
	overflow-x: hidden;
}

#search_container.bottom-space {
	margin-bottom: 180px;
}

#search_container #search_header {
	background: rgb(37,142,188); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(37,142,188,1) 0%, rgba(29,112,170,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, rgba(37,142,188,1) 0%,rgba(29,112,170,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(37,142,188,1) 0%,rgba(29,112,170,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(37,142,188,1) 0%,rgba(29,112,170,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(37,142,188,1) 0%,rgba(29,112,170,1) 100%); /* W3C */
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	margin: -1px -1px 20px -1px;
	padding: 10px 20px 10px 20px;
	height: 50px;
	min-height: 50px;
	width: 900px;
}

#search_container #search_header h1 {
	color: #fff;
	font-size: 18px;
	line-height: 50px;
}

#search_container #search_header h1 span#for {
	color: #94DFF8;
}

#search_container #search_header p {
	margin-bottom: 0px;
	color: #94DFF8;
}

#search_container #results {
	padding: 0px 10px;
	width: 900px;
}


.type-page.search_result {
	border: 1px solid #dde2e2;
  padding: 10px 10px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.type-page.search_result h1 {
	padding: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 2px solid #dde2e2;
	line-height: 22px;
	display: inline-block;
}

.type-page.search_result p {
	margin-bottom: 5px;
}

/* =404 page and "No results" search pages
----------------------------------------------- */
#not_found_header {
	height: 175px;
	max-height: 175px;
	background: url(images/series_of_tubes.jpg) no-repeat top left;
	padding-left: 378px;
	width: 564px;
}

#not_found_header h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 72px;
	color: #364046;	
	font-weight: 700;
	line-height: 72px;
}

#not_found_header h2 {
	font-size: 30px;
	line-height: 34px;
	color: #9e9e9e;
	font-weight: 600;
}

#not_found.search_page #modules {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

#not_found #modules {
	background: #e1e1e1 url(images/not_found_body_background.png) repeat-x top left;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 180px;
	padding: 15px 0px 20px 0px;
}

#not_found #modules #caption {
	width: 180px;
	padding-top: 35px;
	padding-left: 20px;
}

#not_found #modules #caption h1 {
	font-weight: 700;
	color: #2a3136;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 10px;
}

#not_found #modules #caption h2 {
	font-weight: 700;
	color: #2a3136;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}

#not_found #modules #caption p {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

#not_found #modules .grid_3.block {
	width: 204px;
	padding: 8px;
}

#not_found #modules .grid_3.block h1 {
	margin-top: 0px;
}

#not_found #modules .grid_3.block h1 a {
	color: #fff;
}

#not_found #modules .grid_3.block div {
	background-color: #f2f2f2;
	padding: 10px;
}

#not_found #modules .grid_3.block div ul {
	margin: 0px;
	list-style: none;
	clear: both;
}

#not_found #modules .grid_3.block div ul li {
	background: url(images/list_chevron.png) no-repeat 0px 50%;
	padding-left: 10px;
}

#not_found #modules .grid_3.block div ul a {
	font-weight: 600;
}

#not_found #modules .grid_3.block div ul a:hover {
	text-decoration: underline;
} 

#not_found #modules .grid_3.block div img {
	border: 1px solid #cccccc;
	float: left;
	display: inline;
	margin: 0px 10px 10px 0px;
}

#not_found #modules .grid_3.block div p {
	padding: 0px;
	margin: 0px;
	line-height: 17px;
}


/* =Quicklinks widget
----------------------------------------------- */
.textwidget .row {
	width: 305px;
	clear: both;
	margin-bottom: 15px;
	overflow: auto;
}

.textwidget .row h1 {
	display: block;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  text-transform: uppercase;
}

.textwidget div.left,
.textwidget div.right {
	float: left;
	width: 145px;
}

.textwidget div.left ul,
.textwidget div.right ul {
	margin: 0px;
	padding: 0px;
}

.textwidget div.right {
	margin-left: 15px;
}

.textwidget div.left ul li,
.textwidget div.right ul li {
	list-style: none;
	margin-bottom: 0px;
}

/* =JS alert 
----------------------------------------------- */
div.js_alert {
	background: url(images/alert_background.png) repeat-x top left;
	border: 1px solid #7e2e29;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;	
	padding: 4px 8px;
	margin-bottom: 20px;
}

div.js_alert p {
	font-size: 12px;
	color: #fff;
	padding-left: 20px;
	margin-bottom: 0px;
	line-height: 14px;
	background: url(images/request_error_icon.png) no-repeat 0% 50%;
}

.entry-content div.js_alert p:last-child {
    margin-bottom: 0px;
}