/* ================================================================
	highwire.css

	===============================================================
*/

/* ==========================================================
	General site stuff
   ==========================================================   */

/* Put border around covers */
.cover_image {
	border: 1px solid #B8B6B6;
}

/* Generic spacing class */
.Spacer {
	height: 10px;
	clear: both;	
}

/* ==========================================================
	Pages w/ no content box.
   ==========================================================   */

/* This is used on AC content page login forms, and also on figure expansions */
#Article.nocontentbox{
	float: left;
	margin-left: 15px;
}

/*
.loginboxhack table {
	align: left;
	background-color: pink;
	width:        600px ! important;
	margin-left:  15px  ! important;
	padding-left: 0     ! important;
		
}*/


/* ==========================================================
	turning off the left sidebar 
   ==========================================================   */

/* Used to turn off background images when we have no sidebar */
.nosidebar { 
	background: none; 
	background-image: none ! important;
} 

#MainColumn.nosidebar {
	 width: 950px;
}

/* ==========================================================
	Fixes to collections display
   ==========================================================   */

#HighwireCollections h1 {
	color: #3A6D8E; 
	line-height: 120%;
	margin: 10px 0;
}

#HighwireCollections h2 {
	color: #37AEEE; 
	margin: 10px 0 3px 0;
}

#HighwireCollections div.shaded {
    width: 90%;
    background: #E1E1E1;
    padding: 6px;
	margin: 5px 0;
	font-size: 125%;
	line-height: 125%;
    font-weight: bold;
}

#HighwireCollections p.collections_nav {
	text-align: center;
	margin-bottom: 3px;
}

#HighwireCollections p.error {
	margin-bottom: 15px;
}

/* ==========================================================
	Fixes to GCA page
   ==========================================================   */

#HighwireGCA h1{
	color: #3A6D8E; 
	line-height: 120%;
	margin: 10px 0;
}

.gcaAbstractCount {
	border-top: 1px solid #E1E1E1;
	line-height: 120%;
	font-weight: bold;
}

.gcaAbstractCount img {
	padding-left: 5px;
	vertical-align: middle;
}

.gcaAbstractCount a{
	color: #000;
}

.gca_nav img{
	padding-right: 5px;
	vertical-align: middle;
}

/* ==========================================================
	Fixes to article text display & GCA
   ==========================================================   */

/* This fixes inconsistancies in article text display  */

/* Do consistent line leading (the stupid <sup> hack isn't working for all of the site) */
#LegacyContent, #HighwireGCA { line-height:1.4em;

}

/* Pad out spaces between paragraphs. Effects <p> in regular, current articles.*/
#LegacyContent p, #HighwireGCA p {
	margin-bottom: 10px; font-size:12px;
}

/* Make text in tables look like the rest of the text */
#LegacyContent td {
	font-size: 75%;
	line-height: 150%;
}


/* Used for the section title */
#LegacyContent h2, #HighwireGCA h2 {
	color: #37AEEE; 
	margin: 10px 0;
}

/* Used for the article title */
#LegacyContent h3, #HighwireGCA h3 {
	color: #3A6D8E; 
	line-height: 120%;
	margin: 10px 0;
} 

/* Used for the section title */
#LegacyContent h2.sertitle, #HighwireGCA h2.sertitle {
	font-style: italic;
	font-weight: normal;
	color: #000; 
}

/* Used for the section title, specially for supplement */
#LegacyContent h2.suppl_sertitle, #HighwireGCA h2.suppl_sertitle {
	font-style: italic;
	font-weight: normal;
	color: #000; 
	margin: 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #B8B6B6;
	margin-bottom: 25px;
}
#HighwireGCA h3 {
	font-size: 150%;
}

/* Used for article headings */
#LegacyContent h4 {
	color: #37AEEE; 
	margin: 1.5em 0 .5em;
	margin: 10px 0;
} 

/* This is the "remark" text at the top of some articles. */
#LegacyContent #article_remark {
	font-style: italic;
}

/* Author credits at the top */
#LegacyContent .Credits {
	font-size: 100%;
}

/* This fixes problems in the PDF reprint sidebar. */
#ArticleNav.ArticleNavSidebarHack {
	text-align: left;
	width: 200px;
}


#www-bmj-com.content-nw {
	padding: 10px;
}

.extra {
	font-style: italic;
	color: #F0F;
}

/* Inline figures */

.alignleft {
	float: left;
	clear: left;
	padding-right: 4px;
}

.alignright {
	align: right;
	clear: right;
	padding-left: 4px;
}

div.inlinefigure {
	display: inline;
	max-width: 210px;

}

table.inlinefigure td {
	background-color: #EEE;
	padding: 4px;
	text-align: center;
}

table.inlinefigure td.caption {
	text-align: left;
}


/* =============== TESTING REMOVE FOR LAUNCH ================ */
 
	/* Testing items should go here */



/* ================== END OF TESTING  ================ */
