/*
-----------------------------------------------
Client: EverybodyHurts.co.uk
Description: Printable
Author: Copious Ltd - www.copious.co.uk
Copyright: 2006 Copious Ltd
Version:  9 Oct 2006
----------------------------------------------- */

/* General setup
----------------------------------------------- */



/* Overall layout rules
----------------------------------------------- */

body { 
	background: white;
	font-family: times;
	color: black;
	margin: 0;
	padding: 0;
  	 }
	 
#wrapper	{
	width: 96%;
	border: 0;
	margin: 0;
	padding: 0;
	background: white;
	background-image: none;
	}	
	 
	 
	/* General Typography
----------------------------------------------- */
h1, h2, h3, h4, h5, h6	{
	font-family: times;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	}
	
	
h1 {
	color: Gray;
	margin: 1em;
	padding: 0;
	font-weight: normal;
	font-size: 22pt;
	text-decoration: none;
	text-align: center;
	}
	
h2{
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: bold;
	font-size: 18pt;
	text-decoration: none;
	}
	
h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 16pt;
	text-decoration: none;
	}

p {
	color: #333;
	margin: 0 0 1em 0;
	font-size: 11pt;
	line-height: 130%;
	font-style: normal;
	text-align: justify;
	}
	
address {
	color: #333;
	margin: 0;
	font-size: 11pt;
	font-style: italic;
	}
	
ul, ol, dl {
	color: #333;
	margin: 0 0 14px 40px;
	padding: 0;
	font-size: 11pt;
	line-height: 150%;
	}
	
ul.action {
	color: #333;
	border-top: 1px solid Black;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	line-height: 100%;
	list-style-type: none;
	text-align: right;
	}
	
ul.creds {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-style: italic;
	line-height: 100%;
	list-style-type: none;
	}
	
ul.comment-details {
	color: Gray;
	border-top: 1px solid Gray;
	margin: 0 0 2em 0;
	padding: 0;
	font-size: 11pt;
	line-height: 120%;
	list-style-type: none;
	text-align: left;
	}
	
ul.comment-details li {
	margin: 0;
	padding: .5em 0 0 0;
	font-size: 11pt;
	line-height: 100%;
	}
	
#comments h4 {
	display: none;
}

.link_normal, .link_medium, .link_large {
	font-size: 11pt;
}

	
	
/* General linkology
----------------------------------------------- */
		
a:link, a:visited {
	color: #333;
   font-weight: bold;
   text-decoration: none;
   }
	
	
/* Main Hide me
----------------------------------------------- */
	
.skiplink, #navcontainer, ul.navlist, #share, form, .topper, img, fieldset, .inputsend, .hide, #print, ul.story-details, p.story-details, ul.bookmarklets  {
	display: none;
	}










