/* first draft physicsworld.com print stylesheet, 26 Apr 2010 */ 

#header, #footer  {
	display: none; 
}
 
#contentRight, #multimedia #contentRight, #multimedia #sidebarRight,
#multimedia #sidebarLeft {
	display: none;
}

body{
	margin: 0;
	float: none;
	background: #fff url(none);
	padding: 10px 0 1.5cm 8px;
}

#outer, #twoRightCols.twoRightColsFull, #twoRightCols.twoRightColsFull #content.twoCol {
	width:auto;
}

#container {
	font-size: 1em;
	line-height: 1.5;
}

#sidebarLeft, #sidebarRight, ul.galleria li {
	display: none;
}

#content {
	padding: 10px 0 10px 0;
}

#contentLeft {
	width:16cm; 
	padding:0;
	margin:0;
}

#twoRightCols {
	float:none;
}

#twoRightCols #content {
	width: auto;
	clear:both;
	overflow: visible;
}

.articleBody {
	font-size: 11pt; 
	line-height: 1.5;
}

.articleThumbnailCentre {
	text-align:left; 
}

body #container {
	background-color: white;
	margin: 0;
	background: none;
	margin: 0 0 0 1cm;
}

/* home page */
body #container {
	background-color: white;
	background: none;
	margin-top:2cm;
}

/* generic items */

/* Typography */

#content h1, #contentLeft {
	border-top-style:none;
}


a:link, a:visited, a {
	background-color:white;
	color:#Ab0000;
	background: transparent;
	text-decoration: underline;
}

h1 {
	font-size: 18pt;
	line-height: 1.2;
	color: black;
}

h2 {
	font-size: 16pt;
	line-height: 1.2;
	padding-top: 20px;
}

h3 {
	font-size: 14pt;
	line-height: 1.2;
	padding-top: 20px;
}

ul.arrows {
	display:none;
}

/* comments */

#comments {
	width: 16cm;
	position: static; 
	font-size: 11pt; 
	line-height: 1.5;
}

#comments h2, #comments .addCommentLink {
	margin-left: 0px;
}

.comment {
	padding-left:0;
	margin-top: 0.3cm; 
}

.comment .ord {
	position: static;	
}

.comment cite, .comment .userInfo {
	position: static;
}

.comment .commentQuote cite {
	position: static;	
	width: auto;
}

.comment .userName, .comment .date, .comment .location {
	text-align: left;
}

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

.userInfo {float:left;}

.commentBody {clear:both;}
