/*
 * @(#) print.css - Mediapoint Scotland print stylesheet
 *
 * Copyright (c) 2005, The Press Association Ltd, All Rights Reserved
 *
 * 
 * Author: Liam Hughes
 */

/* Toplevel and defaults */

body {
	background: white;
	color: black;
	font-family: "Times New Roman", serif;
	font-size: 8pt;
	line-height: 1.4em;
}

#frame {
	width: auto;
	display: block;
	padding-top: 0;
	text-align:left;
}

h1 {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0;
	padding: 4px 0 0 0;
}

p {
	color: #000000;
	font-size: 11pt;
	line-height: 1.4em;
	margin: 5px 0 5px 0;
	padding: 0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
}

form {
	display: none;
}

/* Title container */

#title_container {
	display: none;
}

/* Subtitle container */

#subtitle_container {
	display: none;
}

#subtitle {
	display: none;
}

/* Main content area */

#welcome_title{
	color: rgb(34, 134, 135);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #E7E8E3;
	padding: 21px 0 3px 0;
}

#welcome{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0 10px 0;
	margin: 0;
}


#content_area {
	float: none;
}

/* Navigation */

#navigation {
	display: none;
}

/* Content column */

#central_column {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* Story */

#story {
	float: left;
}

#story h2 {
	color: #515151;
	font-size: 11pt;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0;
	padding: 4px 0 0 0;
}

#story h2.embargo {
	color: #FF0000;
}

#story p.page {
	color: #345478;
}

#story li {
	color: #515151;
	line-height: 1.4em;
	margin: 5px 0 5px 0;
	padding: 0;
}

/* Story images */

#story_images {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 5px;
	width: 100px;
}

#story_images img {
	margin-bottom: 5px;
}

/* Story tools */

#story_tools {
	display: none;
}

/* Associated story */

#associated_story {
	float: left;
	color: #355E7E;
	margin: 5px 0 5px 0;
	padding: 10px;
}

#associated_story h1 {
	margin: 2px 0 2px 0;
	padding: 0;
}

#associated_story a {
	color: #687387;
	font-size: 10pt;
	text-decoration: none;
}

#associated_story a:hover {
	display: none;
}

/* Search results */

#search_result h1 {
	color: #295476;
	display: none;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

#search_result h2 {
	color: #515151;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
}

#search_result h2.embargo {
	color: #FF0000;
}

#search_result p {
	color: #202020;
	line-height: 1.4em;
	margin: 0 0 5px 0;
	padding: 0;
}

#search_result input {
	color: #515151;
	font-size: 8px;
}

#search_result a {
	color: #295476;
	text-decoration: none;
}

#search_result a:hover {
	display: none;
}

.result_holder {
	float: left;
	border: blue 1px solid;
}

.result {
	display: block;
	float: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8px;
	line-height: 1.4em;
	margin: 8px 0 8px 0;
}

.result img {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

#search_navigation {
	display: none;
}

/* Search forms */

#search_form {
	display: none;
}

/* Preview pictures */

#preview_picture {
	display: block;
	float: left;
	margin: 3px 0 7px 0;
	width: 95%;
}

#preview_picture p {
	color: #76777A;
	line-height: 1.4em;
	margin: 3px 0 7px 0;
}

/* Forms */

#form {
	display: none;
}

#boxed_form {
	display: none;
}

/* Right column */

#right_column {
	display: none;
}

/* Searches */

#searches {
	display: none;
}

/* Adverts */

#adverts {
	display: none;
}

/* Bottom shadow */

#bottom_shadow {
	background: transparent;
	display: none;
}

/* Footer */

#footer {
	display: none;
}



/* Extras */

.item {
	display: none;
}

#jump_to_content {
	display: none;
}

#home_link {
	display: none;
}