/*
 * @(#) print.css - Media Lawyer print stylesheet
 *
 * Copyright (c) 2006, The Press Association Ltd, All Rights Reserved
 *
 * Version: $Id: print.css,v 1.4 2006-05-12 10:30:31 chris Exp $
 * Author: Phil Twine and Tzu-Tan Huang
 */

/* Defaults */

body {
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	color: #000;
}

h1 {
	border-bottom: solid #B5D0F4 1px;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 3px 0;
	color: #999;
}

h4 {
	color: #999;
	font-size: 1.1em;
	font-weight: normal;
	margin: 3px 0;
}

h5 {
	color: #888;
	font-size: 1em;
	font-weight: normal;
	margin: 3px 0 0 0;
}

p, li {
	color: #000;
	font-size: 1em;
	margin: 4px 0;
	padding: 0;
}

a {
	border-bottom: solid #DDD 1px;
	color: #888;
	text-decoration: none;
}

a:hover {
	border-bottom: solid #DDD 1px;
	color: #990033;
	text-decoration: none;
}

h2, h3, blockquote, #jump_to_content, #title_container, #account_tools, #left_column, #right_column, #welcome, #story_tools, #pagination, #information, #footer a {
	display: none;
}

/* Site wrapper */

#site_wrapper {
	margin: 0;
	width: 90%;
}

/* Content wrapper */

#content_wrapper {
	clear: left;
	margin: 0;
	width: 90%;
}

/* Search results */

.result {
	display: block;
	margin: 15px 0;
}

.result img {
	float: left;
	padding: 0 10px 0 0;
}

/* Story images */

#story_images {
	float: right;
	margin: 30px 0 0 10px;
	padding: 0;
	width: 100px;
}

#story_images img {
	display: block;
	margin: 5px 0;
	padding: 5px;
}

#story_images img {
	border: solid #E1E1E1 1px;
}

#story_images img:hover {
	border: solid #990033 1px;
}

/* Footer */

#footer {
	margin: 20px 0 0 0;
	border-top: solid #DDD 1px;
	padding: 10px 0 0 0;
}

#footer p {
	margin: 0;
	padding: 0;
}

