@charset "utf-8";
/*
	Royal Society Publishing [roy020]
	--------------------------------------------------
	Author:			Dan Scotton (dan.scotton@designuk.com)
	Date:			06/03/08
	Description:	Formatting.css
					This stylesheet controls the visual 
					look and feel for the Royal Society 
					Publishing site.

	CONTENTS
	----------------
	COLOUR REFERENCE
	GENERAL ELEMENTS
	GENERAL CLASSES
	COMMON ELEMENTS
	COMMON CLASSES
	LAYOUT ELEMENTS
	LOZENGES
	PASSAGES
	BUTTONS
	CORNERS
	ICONS
	TEMPLATE SPECIFIC


	COLOUR REFERENCE
	--------------------------------------------------
	Dark Red			#9C0427
	Light Grey			#E6E6E6

*/


/*
** GENERAL ELEMENTS
** ----------------
*/
	
/* BODY */
body {
	background:#FFF url(../img/structural/backgrounds/792x1_bg_body.jpg) left top repeat-x;
	color:#333;
	font:normal normal 62.5%/1.333 Verdana, Lucida, Arial, Helvetica, sans-serif; /* 16px baseline grid */
}


/* HEADINGS */
h1 {
	font-size:240%; /* 36px */
	font-weight:normal;
	line-height:1.33; /* 48px (3x baseline) */
}
h2 {
	color:#9C0427;
	font-size:180%; /* 24px */
	font-weight:bold;
	line-height:1.33; /* 48px (3x baseline) */

}
h3, #col-2 .content-box h3 {
	background-color:#9C0427;
	color:#FFF;
	font-size:150%; /* 22px */
	font-weight:normal;
	line-height:1.45; /* 32px (2x baseline) */
}
h4 {
	color:#9C0427;
	font-size:120%; /* 13px */
	font-weight:bold;
	line-height:1.23; /* 16px (1x baseline) */
}
h5 {
	font-size:120%; /* 12px */
	font-weight:bold;
	line-height:1.33; /* 16px */
}													
h6 {
	line-height:1.6; /* 16px */
}

#content-block h1, #content-block h2, #content-block h3, #content-block h4, #content-block h5, #content-block h6 {
	font-family:Verdana, Lucida, Arial, Helvetica, sans-serif;
}

h4 a, h4 a:visited {
	color:#9C0427;
	font-size:120%; /* 13px */
	font-weight:bold;
	line-height:1.23; /* 16px (1x baseline) */
}

/* LISTS */
li {
	font-size:120%; /* 12px */
}
li ul li {
	font-size:1em; /* 14px */
}

li ol li,li li{
	font-size:1em;; 
}

li h4 {
	font-size:1em;; /* 13px */
} 
li p {
	font-size:1em;;
}
dl {
	margin:1.6em 0;
}
dt,
dd {
	font-size:120%;
	line-height:1.33;
}
dt {
	clear:left;
	float:left;
	padding-right:4px;
}

/* PARAGRAPHS */
p {
	font-size:120%; /* 12px */
	line-height:1.33;
} 

/* PARAGRAPH MARGINS */
#content p,
#content ul,
#content ol {
	margin:0 0 16px;
}
#content blockquote p,
#content .lozenge p,
#content .lozenge ul,
#content .lozenge ol {
	margin-bottom:0;
}

/* CONTENT LISTS FIVE COLUMN ONLY */
#content.c5-3 ul li {
	list-style-position:inside;
	list-style-type:disc;
}

/* LINKS */
a:link,
a:visited {
	color:#9C0427;
	text-decoration:none;
}

div.hw-gen-page a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #9C0427;
	color: #9C0427; 
	text-decoration:none;	
}

/*
a:hover {
	text-decoration:none;
}
*/
	
/*
** GENERAL CLASSES
** ---------------
*/
	
/* FLOATS */
.fleft {
	float:left;
	!important;
}
.fright {
	float:right !important;
}

/* CLEARING */
.cleft {
	clear:left;
}
.cright {
	clear:right;
}

/* AUTO WIDTH */
.auto_width {
	width:auto !important;
}

/* HORIZONTAL RULE */
.hr {
	width:960px;
}
.hr hr {
	display:none;
}

/*
** COMMON ELEMENTS
** ---------------
*/
	
/* LISTS */
#utilities ul {
	float:right;
	margin:0 10px 0 0;
}
#user ul {
	float:right;
	margin:0 21px 0 0;
}
#utilities li,
#user li {
	float:left;
}

/* LINKS */
#utilities a,
#user a,
#foot a {
	color:#333;
	text-decoration:none;
}
#utilities a {
	font-weight:bold;
}
#utilities a:hover,
#user a:hover,
#foot a:hover {
	text-decoration:underline;
	border-bottom: 0px solid;
}


/*
** COMMON CLASSES
** --------------
*/
	
/* DELIMITER */
.delimiter a {
	padding:0 4px;
	border-right:1px solid #000;
}
ul.delimiter li.first a{

	border-left:0 !important;
}
.last a, a.last{
	margin-right:0 !important;
	padding-right:0 !important;
	border-right:0 !important;
}
/* INFORMATION_BAR */
div.information_bar {
	background:#FFF url(../img/structural/backgrounds/27x1_bg_grey_white_gradient.jpg) left top repeat-x;
	position:relative;
	padding:6px 7px 2px;
	clear:both;
}
.information_bar p {
	float:left;
	color:#000;
}
.information_bar p.leadin {
	color:#9C0427;
	margin-right:4px;
}
.information_bar ol {
	float:left;
	margin-left:-4px;
}
.information_bar li {
	display:block;
	float:left;
	padding:0 10px 0 4px;
}
.information_bar li.active {
	background-image:none;
	color:#9C0427;
}
.information_bar a {
	color:#000;
}
.information_bar a:hover {
	color:#9C0427;
}
#did_you_know {
	margin-top:-34px;
}

/*
** LAYOUT ELEMENTS
** ---------------
*/
			
/* SKIP LINKS */
#skiplinks {
	display:none;
}

/* HEADER */

div#header {
	background:#E5E7F0;
}

div#header img#main-logo {
	margin-top:15px; 
	margin-left:15px;
}

div#header a:hover {
	border-bottom:0px solid;
}

/* UTILITIES */
#utilities {
	background-color:#E6E6E6;
	line-height:2.2;
	padding:0;
	position:absolute;
	right:10px;
	text-align:right;
	top:0;
	width:960px;
}

/* USER */
#user {
	position:absolute;
	right:0;
	top:5.2em;
	width:500px;
}

#user #authstring {
    display: block;
    width: 500px;
    text-align: right;
}


/* NAVIGATION */  
#navigation {  
height:3.25em;  
}  
#navigation li {  
display:block;  
float:left;  
}  
#navigation li ul {  
background-color:#9C0427;  
display:none;  
left:10px;  
position:absolute;  
width:960px;  
z-index:20;  
}  
#navigation li ul li {  
display:block;  
float:left;  
}  
#navigation li.selected ul,  
#navigation li.sfbreadcrumb ul {  
display:block;  
z-index:10;  
}  
#navigation a {  
color:#000;  
display:block;  
font-size:150%;  
padding:1px 8px;  
position:relative;  
text-decoration:none;  
}  
#navigation li.selected a,  
#navigation li.sfbreadcrumb a,  
#navigation li:hover a {  
background-color:#9C0427;  
color:#FFF;  
}  
#navigation li a:hover {  
margin-bottom:-1px;  
text-decoration:none;  
}  
#navigation li ul li a {  
color:#FFF;  
font-size:100%;  
margin:4px 0;  
padding:0 8px;  
}  
#navigation .delimiter a {  
border-color:#999;  
}  
#navigation .delimiter li ul a {  
border-color:#C3677D;  
}  



/* COL-2 */
#col-2  {
	background:#FFF url(../img/structural/backgrounds/227x1_bg_sub_navigation.jpg) left top repeat-x;
	background-color:#FFFFFF;
	font-size:100%;
}

#col-2 {
	float:left;
	margin:0px;
/*	overflow:hidden;*/
        overflow:visible;
	padding:5px;
	width:204px;
	position:relative;
}

#pageid-content #col-2 {
	padding:5px 10px 5px 0;
}

#col-2 div.sidebar {
	background-color:transparent;
	border:1px solid #C0C0C0;
	font-size:90%;
}

#col-2 div.sidebar h4 {
	font-size:120%;
}

#col-2 .toc-navigation .toc-links li {
	font-size:100%;
}

#col-2 .toc-navigation cite {
	font-size:100%;
}

#col-2 .issue-sections {
	border-top:0px solid 
}

#col-2 div.sidebar-qs {
	background-color:#D3D3D3;
	border-top:2px solid #C0C0C0;
	border-bottom:2px solid #C0C0C0;
	border-right:2px solid #C0C0C0;
	font-size:88%;
	margin:5px 7px 5px 0px;
	padding:5px;
	position:relative;
	min-height:60px;
}

#col-2 div.sidebar-qs input#issue-search-input{
	width: 105px;
}

#col-2 div.sidebar-qs p.button label{
	margin: 0px;
}

/* SUBNAVIGATION */
#col-3 div#subnavigation {
	background:#FFF url(../img/structural/backgrounds/227x1_bg_sub_navigation.jpg) left top repeat-x;
	padding:8px 6px;
	position:relative;
	width:181px; /* 193-6 lpadding -6 rpadding */
	margin: 0px;
}

#subnavigation h4 {
	margin-bottom:10px;
}
#subnavigation h4 a {
	text-decoration:none;
}
#subnavigation ul.pub-links li {
	font-size:130%;
}
#subnavigation ul.pub-links li a, #subnavigationul.pub-links  li.first a  {
	background:transparent url(/shared/img/standard-design/design1/black-dot-arrow.gif) no-repeat scroll 0px 5px;
	color:#000;
	display:block;
	display:inline-block;
	padding:0px 0px 0px 10px;
	text-decoration:none;

}

#subnavigation ul.pub-links li a:hover {
	border-bottom: 1px dotted #202088;
	margin-bottom: -1px
}

#subnavigation li ul li {
	font-size:92%;
}
#subnavigation li ul li {
	padding-left:12px;
}
#subnavigation li.active ul li a {
	text-decoration:none;
	color:#000;
}

div#social_network{
height:auto;
min-height:0px;
position:relative;
}

div#social_network img {
padding: 2px 5px 0 0;
}

div#social_network a {
color:#000000;
}

/* foot */
#foot {
	background-color:#E6E6E6;
	line-height:2.7;
	padding:0 10px;
}
#foot p {
	line-height:2.25; /* 27px */
}
#foot ul,
#foot li {
	float:left;
}

#foot .fright {
clear:right;
}
#foot #intl {
float:left;
line-height:2.25;
clear:left;
}

/*
** LOZENGES
** --------
*/
	
/* COMMON LOZENGE STYLES */
div.lozenge {
	background:#E6E6E6 url(../img/structural/backgrounds/279x1_bg_lozenge_c4.jpg) left top repeat-x;
	float:left;
	margin-bottom:10px;
	min-height:225px;
	position:relative;
}
div.lozenge h3 {
	background-image:url(../img/structural/backgrounds/23x20_bg_lozenge_heading.png);
	background-position:200px center;
	background-repeat:no-repeat;
	font-size:140%;
	line-height:2.29;
	min-height:32px;
	padding-left:10px;
}
/*
.lozenge h3.reduce {
	min-height:25px;
	line-height:0.9;
	padding:4px 30px 3px 10px;
}
*/
.lozenge img {
	display:block;
}
.lozenge ul,
.lozenge ol {
	padding:0 8px;
}
.lozenge ul li,
.lozenge ol li {
	background:transparent url(../img/structural/bullets/11x9_bullet_right_red.gif) left 9px no-repeat;
	border-bottom:1px solid #CCC;
	padding:6px 0 6px 16px;
	width:200px;
}
.lozenge h3 a {
	display:block;
	color:#FFF;
}


.lozenge a {
	text-decoration:none;
}
.lozenge a:hover {
	border-bottom: 1px dotted #202088;
	margin-bottom: -1px
}
/* IMAGE_FLOAT */
.image_float img {
	float:left;
	padding:0 8px 8px 0;
}
.image_float h4 {
	margin:8px 6px 0 0;
}
#content .image_float p {
	margin:0 6px 8px 0;
}
#content .image_float ul {
	border-top:1px solid #CCC;
	clear:both;
	margin:8px;
	padding:4px 0 0 0;
}
.image_float ul li {
	background-image:none;
	border:0;
	float:left;
	padding:0;
	width:auto;
}
.image_float li a {
	font-size:90%;
	text-decoration:none;
}

.image_float li a:hover {
	border-bottom: 0px dotted;
	margin-bottom: -1px
}

.image_float .delimiter a {
	padding:0 6px;
	border-color:#CCC;
}

/* TEXT ONLY */
.text_only {
	min-height:150px;
}
.text_only h4 {
	margin:8px 10px 4px;
}
#content .text_only p {
	margin:0 10px;
}
.text_only hr {
	display:none;
}
/* HAVE YOUR SAY */
#col-3 div#have_your_say {
	background:#E6E6E6 url(../img/structural/backgrounds/75x90_bg_watermark_small.png) right 14px no-repeat;
	min-height:140px;
	position:relative;
	width:184px;
}
#col-3 div#have_your_say img {
	float:left;
	margin-right:8px;
}
#col-3 div#have_your_say h3 {
	background-image:url(../img/structural/backgrounds/25x19_bg_lozenge_heading_watermark.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#col-3 div#have_your_say h3 p {
	margin:0;
	padding:0;
	font-size:100%;
}
#col-3 div#have_your_say p {
	font-size:140%; /* 14px */
	margin:8px 0 0 0;
	line-height:1.1;
	padding:0 8px;
}
#col-3 div#have_your_saydiv.lozenge_c5-1 p {
	margin-left:0;
	width:auto;
}

#have_your_say.lozenge_c5-1 {
	padding-bottom:30px;
}

/* ARTICLE FINDER */
#col-3 div#article_finder {
	background:#E6E6E6;
	margin: 0px;
	padding: 0px;
	position:relative;
}
#col-3 div#article_finder h3 {
	font-size:140%;
	line-height:2.29;
	min-height:32px;
	padding-left:10px;
}
#col-3 div#article_finder form {
	padding:8px;
	margin:0px;
	width:180px;
}

#col-3 div#article_finder div.adv-search-link {
	padding-top:5px;
	font-size:100%
} 

#col-3 div#article_finder div.adv-search-link a{
	text-decoration:none;
} 

#col-3 div#article_finder label {
	left:-9999px;
	position:absolute;
}

#col-3 div#article_finder input#header-qs-input{
	width:100px;
	display:inline;
}

p.button {
	position:relative;
	display:inline;
}
.button input {
	vertical-align:bottom;
}
#col-3 div#article_finder p.field_search input {
	width:180px;
}

/* FEATURED THIS ISSUE */
#featured_this_issue ul {
	background:transparent url(../img/structural/backgrounds/157x187_bg_watermark_medium.png) right top no-repeat;
}

/* ALSO OF INTEREST */
div#col-3 #also_of_interest {
	background:#395D77 url(/images/content/lozenge/184x107_also_of_interest.jpg) left bottom no-repeat;
	min-height:130px;
	width:184px;
}
div#col-3 #also_of_interest h3 {
	background-color:#2DABAB;
	padding-left:8px;
}
div#col-3 #also_of_interest p {
	color:#FFF;
	font-size:140%;
	line-height:1.1;
	margin:6px;
}

/* LOGIN / REGISTER LOZENGES */
#lozenge_login,
#lozenge_register {
	min-height:170px;
}
#lozenge_login h3,
 #lozenge_register h3 {
	background-image:none;
	font-size:160%;
	font-weight:bold;
	line-height:2.12;
}
#lozenge_login form {
	padding:7px 12px 0 7px;
}
#content #lozenge_login p { /* added #content to increase css specificity */
	margin:0 0 8px;
}
#content #lozenge_login p.remember_me {
	margin-left:65px;
}
#lozenge_login label {
	float:left;
	display:block;
	width:65px;
}
#content #lozenge_login p.remember_me label {
	padding-left:3px;
	font-size:11px;
}
#lozenge_login p input {
	width:188px;
}
#lozenge_login a {
	color:#000;
	display:block;
	font-size:110%;
	margin:0 10px;
	text-decoration:underline;
}
#lozenge_register li {
	padding-top:3px;
	padding-bottom:3px;
	background:	transparent url(../img/structural/bullets/11x9_bullet_right_turquoise.gif) no-repeat scroll left center;
	border:0;
	font-size:130%;
	font-weight:bold;
}
#lozenge_register .button_register {
	margin-right:10px;
}

/* SIDEBAR LOZENGES */

#col-3 div.lozenge_sidebar{
	background:#FFF url(../img/structural/backgrounds/227x1_bg_sub_navigation.jpg) left top repeat-x;
	margin-bottom:10px;
	width:193px;
	position:relative;
}


#col-3 div.lozenge_sidebar h3 {
	background-image:url(../img/structural/backgrounds/23x20_bg_lozenge_heading.png);
	background-position:200px center;
	background-repeat:no-repeat;
	font-size:140%;
	line-height:2.29;
	min-height:32px;
	padding-left:10px;
}

#col-3 div.lozenge_sidebar h3 a {
	color:white
}
#col-3 div.lozenge_sidebar h3 a:hover{
	border-bottom: 1px dotted white;
}

#col-3 div.lozenge_sidebar ul {
	margin:8px 0;
	padding:0 8px 4px 8px;
}
#col-3 div.lozenge_sidebar ul li {
	background:none;
	border:0;
	padding:0;
	list-style:none !important;
	width:auto;
}
#col-3 div.lozenge_sidebar li a {
	background:transparent url(/shared/img/standard-design/design1/black-dot-arrow.gif) no-repeat scroll 0 5px;
	color:#000;
	.display:inline-block;
	padding-left:10px;
	text-decoration:none;
}

#col-3 div.lozenge_sidebar div.cb-section li a {
	background:none;
	color:#000;
	.display:inline-block;
	padding-left:10px;
	text-decoration:none;
}

/* add this so the issue link and etoc link can be lined up even it runs to more than one row */
#col-3 div.lozenge_sidebar div#sidebar-current-issue div.cb-section li {
	padding-left:10px;
}
#col-3 div.lozenge_sidebar div#sidebar-current-issue div.cb-section li a {
	padding-left:0px;
}


#col-3 div.lozenge_sidebar a:hover {
	margin-bottom: -1px
}
#col-3 div.lozenge_sidebar .field_search input {
	width:160px;
}

#col-3 div.lozenge_sidebar div.cb-contents {
margin:0px;
padding-bottom:5px;
}

#col-3 div.lozenge_sidebar div#sidebar-current-issue {
background-color:transparent;
border:0px;
margin:0px;
padding:0px;
}


#col-3 div.content-box {
background-color:transparent;
padding:0em;
}
#col-3 div.content-box {
font-size:100%;
line-height:1;
}


/* FIVE COLUMN LOZENGES */


div.lozenge_c5-1 {
	background:#E6E6E6 url(../img/structural/backgrounds/279x1_bg_lozenge_c4.jpg) left top repeat-x;
	float:left;
	margin-bottom:10px;
	min-height:230px;
	position:relative;
	width:184px;
}

#pageid-home div.lozenge_c5-1 {
	width:235px;
}

#content div.lozenge_c5-1 h3 {
	background-image:url(../img/structural/backgrounds/23x20_bg_lozenge_heading.png);
	background-position:200px center;
	background-repeat:no-repeat;
	font-size:140%;
	line-height:2.29;
	min-height:32px;
	padding-left:10px;
}
#content div.lozenge_c5-1 ul {
	margin:8px 0;
	padding:0px 8px;
	clear: both; 
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#content div.lozenge_c5-1 ul li {
	background:none;
	border:0;
	padding:2px 0px;
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:none !important;
     	display: list-item; 
	width:auto;
}
#content div.lozenge_c5-1 li a {
	background:transparent url(/shared/img/standard-design/design1/black-dot-arrow.gif) no-repeat scroll 0 5px;
	color:#000000;
	padding-left:10px;
	text-decoration:none;
}
#content div.lozenge_c5-1 a:hover {
	margin-bottom: -1px
}
#content div.lozenge_c5-1 .field_search input {
	width:160px;
}
#have_your_saydiv.lozenge_c5-1 {
	padding-bottom:30px;
}

#pageid-home h3 img#first-cite {
	display:inline;
	padding:0px 4px;
	margin: 0 0 -3px 0 ;
}

/* LOZENGE COLOURS */
#librarians h3,
#featured_topics h3,
#have_your_say h3,
#featured_this_issue h3 {
	background-color:#999;
}
#authors h3,
#free_content h3 {
	background-color:#202021;
}
#latest_news h3 {
	background-color:#C3677D;
}
#lozenge_register h3 {
	background-color:#2DABAB;
}
.biological_science h3 {
	background-color:#005E40;
}
.physical_science h3 {
	background-color:#043E87;
}
.cross_d_science h3 {
	background-color:#571756;
}
.general_science h3 {
	background-color:#000;
}
.history_science h3 {
	background-color:#736158;
}

/* TEMP LOZENGE COLOURS FOR AUTHORS/LIBRARIANS */
#content .blue h3 {
	background-color:#0D4B8A;
}
.blue h4 {
	color:#0D4B8A;
}

/* LOZENGE HEADING BACKGROUND OVERRIDES */
#featured_this_issue h3,
.c5-1.lozenge h3 {
	background-image:none;
}


/*
** PASSAGES
** --------
*/
	
/* PASSAGE CONTAINER */
.passage_container {
	clear:both;
}
.passage_container h3 {
	background-color:transparent;
	color:#000;
	line-height:2;
	padding:0 8px;
	font-size:160%;
	font-weight:bold;
}
/* PASSAGE */
.passage {
	background:transparent url(../img/structural/backgrounds/27x1_bg_grey_white_gradient.jpg) left top repeat-x;
	clear:both;
	font-size:120%;
	padding:0 8px;
	position:relative;
	margin:0 0 20px;
	/* width:556px; */
}
.passage h4 {
	font-size:100%;
	line-height:2;
	color:#000;
}

#content .passage ul,
#content .passage ol {
	list-style-position:inside;
	margin-left:0;
}
.passage ul {
	list-style-type:disc;
}
.passage ol {
	list-style-type:decimal;
}
.passage li {
	font-size:100%;
}
.passage a {
	font-weight:bold;
}
.passage p {
	font-size:100%;
}
.passage h4 a {
	font-size:100%;
}
.passage p a {
	font-size:100%;
	font-weight:normal;
}
.passage a.top {
	background:transparent url(../img/structural/bullets/9x11_bullet_top_red.png) left 2px no-repeat;
	color:#000;
	font-size:100%;
	font-weight:normal;
	padding-left:12px;
	position:absolute;
	right:8px;
	text-decoration:none;
	top:4px;
}
#content .passage .details { /* added #content for increased css specificity */
	border-top:1px solid #CCC;
	margin-top:-8px;
	padding:2px 0;
}
.passage .author {
	border-right:1px solid #000;
	padding-right:5px;
}
.passage .date {
	padding-left:5px;
}

/*
** BUTTONS
** -------
*/
.button_rs_homepage,
.button_more,
.button_comment,
.button_register {
	display:block;
	height:22px;
	text-indent:-9999px;
}
.button_rs_homepage {
	background:transparent url(../img/structural/buttons/roysoc_pub.png) left bottom no-repeat;
	/*float:right;*/
	position:absolute;
	right:6px;
	width:180px;
	height:50px;
	margin-top:15px;
}
.button_more {
	background:transparent url(../img/structural/buttons/58x22_button_more.png) left top no-repeat;
	float:right;
	margin:8px;
	width:58px;
}

div.hw-gen-page a.button_more:hover {
	margin:8px;
	border-bottom:0px solid;
}


div#have_your_say .button_more {
	background:transparent url(../img/structural/buttons/58x22_button_more.png) left top no-repeat;
	bottom:0;
	position:absolute;
	right:0;
	width:58px;
	}

	
	.button_comment {
	background:transparent url(../img/structural/buttons/78x22_button_comment.png) left top no-repeat;
	bottom:6px;
	position:absolute;
	right:8px;
	width:78px;
}
.button_register {
	background:transparent url(../img/structural/buttons/67x22_button_register.png) left top no-repeat;
	float:right;
	width:67px;
}
.comment_container {
	clear:both;
	padding:6px 0 0;
	border-top:1px solid #CCC;
}
.comment_container .button_comment {
	position:static;
	float:right;
}

/*
** CORNERS
** -------
*/
.corner_top_left,
.corner_top_right,
.corner_bottom_left,
.corner_bottom_right {
	height:6px;
	overflow:hidden;
	position:absolute;
	width:6px;
}
.corner_top_left {
	background:transparent url(../img/structural/corners/6x6_corner_top_left.png) left top no-repeat;
	left:0;
	top:0;
}
.corner_top_right {
	background:transparent url(../img/structural/corners/6x6_corner_top_right.png) right top no-repeat;
	right:0;
	top:0;
}
.corner_bottom_left {
	background:transparent url(../img/structural/corners/6x6_corner_bottom_left.png) left top no-repeat;
	bottom:0;
	left:0;
}
.corner_bottom_right {
	background:transparent url(../img/structural/corners/6x6_corner_bottom_right.png) right top no-repeat;
	bottom:0;
	right:0;
}

/*
** ICONS
** -----
*/
#content .icon_links .icon_rss {
	background:transparent url(../img/structural/icons/15x15_icon_rss.gif) left center no-repeat;
}
#content .icon_links .icon_submit {
	background:transparent url(../img/structural/icons/16x16_icon_submit.gif) left center no-repeat;
}
#content .icon_links .icon_alerts {
	background:transparent url(../img/structural/icons/16x16_icon_alerts.gif) left center no-repeat;
}
#content .icon_links .icon_library {
	background:transparent url(../img/structural/icons/15x15_icon_library.gif) left center no-repeat;
}
#content .icon_links .icon_bookmark {
	background:transparent url(../img/structural/icons/16x16_icon_bookmark.gif) left center no-repeat;
}
#content .icon_links .icon_editorial {
	background:transparent url(../img/structural/icons/15x15_icon_editorial.gif) left center no-repeat;
}
#content .icon_links .icon_metrics {
	background:transparent url(../img/structural/icons/15x15_icon_metrics.gif) left center no-repeat;
}

/*
** TEMPLATE SPECIFIC
** -----------------
*/
	
/* HOMEPAGE/JOURNAL SELECTION */
#hero,
.hero {
	float:left;
	margin:0 0 10px;
	width:717px;
}
#hero img,
.hero img {
	display:block;
}

/* JOURNAL CONTENT */
#content .icon_links {
	background:transparent url(../img/structural/backgrounds/32x1_bg_icon_links.gif) left top repeat;
	border-top:1px solid #CCC;
	margin-top:-1px;
	width:400px;
}
#content .icon_links li {
	float:left;
	list-style:none !important;
	padding:0 5px 0 20px !important;
}
#content .icon_links a {
	border-right:1px solid #CCC;
	color:#9C0427;
	display:block;
	font-weight:bold;
	line-height:2.67;
	padding-right:5px;
	text-decoration:none;
}
#content .icon_links .icon_editorial {
	width:220px;
}

#content .icon_links a:hover {
	text-decoration:underline;
	border-bottom: 0px solid;
}

/* FAQ */
#faq li {
	background:transparent url(../img/structural/bullets/11x9_bullet_right_red.gif) left center no-repeat;
	padding-left:14px;
	position:relative;
}
#faq li h4 a {
	line-height:1.83;
}
#faq a {
	color:#000;
	line-height:100%;
	text-decoration:none;
}

/* BLOCKQUOTE */
blockquote {
	background:transparent url(../img/structural/backgrounds/187x224_bg_watermark_large.png) left top no-repeat;
	bottom:0;
	height:230px;
	position:absolute;
	left:-194px;
}
blockquote div {
	margin:50px 35px;
}
blockquote h4,
blockquote p {
	font-size:140%; /* 14px */
}
blockquote a {
	font-size:110%; /* 11px */
}

/* NEWS */

#pageid-news .hero {
	background-color:#000;
	min-height:14:100%;
	position:relative;
}
#pageid-news .hero img {
	float:right;
}
#pageid-news .hero_copy {
	background-color:#000;
	bottom:0;
	color:#FFF;
	float:left;
	left:15px;
	position:absolute;
}
#pageid-news .hero_copy h2 {
	color:#FFF;
	font-size:5:100%;
	font-weight:normal;
	line-height:1;
}
#pageid-news .hero_copy p {
	margin:0;
	font-size:18px;
}
#pageid-news h2 {
	color:#202021;
	font-size:240%;
	font-weight:bold;
	line-height:1.33;
	padding:0;
}
#content#pageid-news h2 a {
	color:#000;
	text-decoration:none;
}
#content#pageid-news h2 a:hover {
	margin-bottom: -1px
}
#pageid-news dl {
	margin:0 0 10px;
	padding:3px 0;
	border:1px solid #CCC;
	border-width:1px 0;
}
#pageid-news dt,
#pageid-news dd {
	clear:none;
	display:block;
	float:left;
}
#pageid-news dt {
	font-weight:bold;
	padding-left:6px;
}
#pageid-news dd {
	border-right:1px solid #000;
	padding-right:6px;
}
#pageid-news img.fleft {
	margin:0 8px 8px 0;
}
#pageid-news img.fright {
	margin:0 0 8px 8px;
}
#pageid-news p.leadin {
	font-size:140%;
	font-weight:bold;
}
.news_articles {
	border-top:1px solid #CCC;
	padding-top:15px;
}
.news_articles h4 {
	background:transparent url(../img/structural/bullets/11x9_bullet_right_red.gif) left 4px no-repeat;
	margin-left:96px;
	padding-left:14px;
}
.news_articles h4 a {
	text-decoration:none;
}
.news_articles h4 a:hover {
	margin-bottom: -1px
}
.news_articles li:hover h4,
.news_articles li:hover p {
	cursor:pointer;
}
#content .news_articles p {
	margin-left:110px;
}
.news_articles p a {
	color:#000;
	text-decoration:none;
}
.news_articles p a:hover {
	text-decoration:none;
}
.news_articles img {
	float:left;
	margin:0 6px 15px 0;
}

/* HAVE YOUR SAY FORM */
#have_your_say_form {
	background-color:#E6E6E6;
	margin:0 0 16px;
	position:relative;
}
#have_your_say_form h3 {
	background-color:#999;
	font-size:160%;
	font-weight:bold;
	line-height:2;
	padding-left:10px;
}
#have_your_say_form form {
	padding:10px 10px 0;
}
#have_your_say_form p {
	margin-bottom:4px;
}
#have_your_say_form p.error {
	color:#C00;
	font-weight:bold;
	line-height:1.6;
	margin:10px;
}
#have_your_say_form label {
	display:block;
	float:left;
	padding-right:5px;
	padding-top:1px;
	text-align:right;
	width:60px;
}
#have_your_say_form #first_name,
#have_your_say_form #email {
	width:170px;
}
#have_your_say_form #surname {
	width:216px;
}
#have_your_say_form #comments {
	height:80px;
	width:456px;
}
#have_your_say_form #submit_comment {
	margin-right:25px;
}
#have_your_say_form a {
	color:#000;
	font-size:110%;
	margin:0 0 0 75px;
}
#have_your_say_form a.top {
	background:transparent url(../img/structural/bullets/9x11_bullet_top_red.png) left 2px no-repeat;
	color:#FFF;
	font-size:120%;
	padding-left:12px;
	position:absolute;
	right:8px;
	text-decoration:none;
	top:4px;
}
#content #cover p {
	margin: 10px auto; 
	padding: 2px 0pt; 
	clear: left; 
	border: 2px solid #ccc;
	text-align: center;
	width: 120px;
}

#content #cover p a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #9C0427;
	color: #9C0427; 
	text-decoration:none;
}

#content #cover a:hover {
	text-decoration: none;
	border-bottom:0px solid
}

	
#col-3 {
float:left;
margin:0px 0px 10px 10px;
overflow:visible;
padding:0px;
text-align:left;
width:193px;
background-color:white;
}	

#col-3 div {
margin:0px;
padding:0px;
}

#col-3 div.col-space {
margin:0px;
padding:5px;
clear:both;
}

#col-3 div.cb-section {
border-bottom:0px solid; 
}

#col-3 .content-box h3 {
margin:0;
padding:0;
}

#col-2 div {
margin:0px;
padding:0px;
}

#col-2 div.article-nav, #col-2 div.search-nav, #col-2 div.sidebar-issue-nav {
font-size:100%;
margin:0px 2em 1em;
padding:0.5em 0px;
text-align:center;
}

#col-2 div.content-box {
	font-size:105%;
}

#col-2 div.cb-section ol li {
	font-size:105%;
}

#col-3 div.current-issue a img{
	border:1px solid #000000;
}

#col-3 div.current-issue a:hover{
	border-bottom:0px solid #000000;
	margin-bottom:0px;
}

#col-3 div.current-issue {
	margin:0px auto;
	width:100%;
	text-align:center;
}


#pageid-content #content-block {
	padding-left: 40px;
	background: transparent url(/local/img/journal_stripe.gif) top left repeat-y;
}

#content-block div#related {
	margin-bottom:10px;
}

#content-block h3 {
	font-family:Verdana, Lucida, Arial, Helvetica, sans-serif;
}

#content-block {
	float: left;
	width: 518px; /* 533 */
}

#pageid-home #content-block {
	float: left;
	width: 732px;
}

div.pagetype-proxied #content-block {
	float: left;
	width: 732px;
}

#pageid-content #content-block {
	width: 483px; /* 518 */
}

div#hovering-abs {
	font-size: 100%;
}

div#hovering-abs-close a span {
	font-size: 80%;
}
div#hovering-abs h1 {
	font-size: 120%;
	font-weight:600;
}

#col-3  ul.tower-ads  {
	list-style-type: none;
	list-style-image: none;
	margin:0em;
	padding:0em;
}
	

#col-3  ul.tower-ads li  img{
	display: block;
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-right:auto;
	margin-left:auto;
	padding:0px
}

#col-3 div.lozenge_sidebar h3.publisher {
	background-color:#9C0427;
}
div#pageid-toc div#content-block form h4,
div#pageid-pap-index div#content-block form h4,
div#pageid-pap-bysection div#content-block form h4 {
	font-family:Verdana, Lucida, Arial, Helvetica, sans-serif;
}

#col-2 div#slugline, #col-2 div#docked-slugline {
	line-height:1.2;
}

#col-2 div.content-box ol {
	list-style-image:url(/shared/img/standard-design/design1/black-dot-arrow-sm.gif);
	list-style-type: square;
}
#col-2 div.content-box .cb-section .cb-versions div {
	margin-left: 0;
}
#col-2 div.content-box ol.version-list {
	list-style: none;
	margin: 0.4em 0 0 .5em;
	padding: 0px;
	font-size: .88em;
	line-height: 1.3;
}
#col-2 div.content-box ol.version-list li {
	font-size: 1em;
	margin-left: 0px;
}
#col-2 div.content-box ol.version-list li span {
	margin: 0;
	padding: 0;
	font-size: .8em;
}
#col-2 div.content-box .cb-section .cb-versions .current-version {
	font-weight: normal;
	font-size: 1em;
}
#col-2 div.content-box .version-list-footer {
	margin-left: .5em;
	padding: 0.3em 0 .2em;
	display: block;
	font-size: .88em;
}
#col-2 div.content-box .version-list-footer span {
	font-style: italic;
}
/*
#col-2 div.content-box .version-list-footer span {
	font-weight: bold;
}
*/

#col-2 .toc-navigation  {
	text-align:center
}
#col-2 .toc-navigation  ul.toc-links{
	text-align:left
}

#col-2 div.content-box ol li {
	margin-left:21px;
}

#col-2 #cb-art-cat ol {
	margin-left:0px;
	padding-left:0px;
}
#col-2 #cb-art-cat ol ul {
	margin-left:0px;
}
#col-2 #cb-art-cat ol li li {
	margin-left:0px;
}

#col-2 div.cb-slug ol, #col-2 div.content-box div#cb-art-links ol  {
	list-style-type:none;
	list-style-image:none;
}

#col-2 div.cb-slug ol li, #col-2 div.content-box div#cb-art-links ol  li {
	margin-left:10px;
}

#col-2 div#docked-slugline,
#col-2 div#slugline,
#col-2 .cb-corr-slug div.correction-for-article,
#col-2 .cb-corr-slug div.retraction-for-article,
#col-2 .cb-corr-slug div.revision-for-article {
	font-size: 95%;
}

#col-2 div#docked-slugline .slug-pub-date,
#col-2 div#docked-slugline .slug-pages,
#col-2 div#slugline cite .slug-pub-date,
#col-2 div#slugline cite .slug-pages {
    font-weight: normal;
}

#col-2 div#docked-slugline .slug-jnl-abbrev,
#col-2 div#docked-slugline .slug-vol,
#col-2 div#docked-slugline .slug-issue,
#col-2 div#slugline cite .slug-jnl-abbrev,
#col-2 div#slugline cite .slug-vol,
#col-2 div#slugline cite .slug-issue {
    font-weight: bold;
}

#col-2 div.content-box div.cb-section .notice a {
	background-color: #FFFFFF;
	font-weight: normal;
}

#pageid-help #content-block li li{
	font-size:100%;
}

#pageid-help #content-block  ol li li li {
	list-style-type:lower-roman;
}

#col-2 .content-box h4 {
	font-size:100%;
}

#col-2 div.open-access-note {
	text-align: center;
}

/* added to display pop-up abstract keywords string */
div#hovering-abs ul.kwd-group {
        display: block;
	text-align: center;
}
div#hovering-abs ul.kwd-group li.kwd {
        display: inline;
	margin: 0 0.5em;
	padding: 0.25em;
	white-space: normal;
}

#pageid-report #content-block {
    width: 713px;
    padding: 20px 20px 10px 10px;
}

#navigation { 	 
	                 height:3.25em; 	 
	 } 	 
	 #navigation li { 	 
	         display:block; 	 
	         float:left; 	 
	 } 	 
	 #navigation li ul { 	 
	         background-color:#9C0427; 	 
	         display:none; 	 
	         left:10px; 	 
	         position:absolute; 	 
	         width:960px; 	 
	         z-index:20; 	 
	 } 	 
	  	 
	 #navigation li ul li { 	 
	         display:block; 	 
	         float:left; 	 
	 } 	 
	 #navigation li.selected ul, 	 
	 #navigation li.sfbreadcrumb ul { 	 
	         display:block; 	 
	         z-index:10; 	 
	 } 	 
	 #navigation a { 	 
	         color:#000; 	 
	         display:block; 	 
	         font-size:150%; 	 
	         padding:1px 8px; 	 
	         position:relative; 	 
	         text-decoration:none; 	 
	 } 	 
	 #navigation li.selected a, 	 
	 #navigation li.sfbreadcrumb a, 	 
	 #navigation li:hover a { 	 
	         background-color:#9C0427; 	 
	         color:#FFF; 	 
	 } 	 
350 	  	 
	 #navigation li a:hover { 	 
	         margin-bottom:-1px; 	 
	         text-decoration:none; 	 
	 } 	 
	  	 
	 #navigation li ul li a { 	 
	         color:#FFF; 	 
	         font-size:100%; 	 
	         margin:4px 0; 	 
	         padding:0 8px; 	 
	 } 	 
	  	 
	 #navigation .delimiter a { 	 
	         border-color:#999; 	 
	 } 	 
	 #navigation .delimiter li ul a { 	 
	         border-color:#C3677D; 	 
	 }
