  ﻿/*INFO

Site : All new barlesque sites (eg /wales/nature)
url : NA
Function : Sets layout for print
Filename : wales_print_layout.css	
Date : 12 May 2008
Last update : 16 May 2008
Author: Jonathan Penny

*/

/*SECTIONS

=STANDARDISE
=TYPOGRAPHY
->Headers
->Text
->Links
=LAYOUT
=IMAGES
=HIDE

*/

/*=STANDARDISE
****/

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	height: auto;
}

a {
	color: #990003; /* Lets users know what content is a link */
	text-decoration: underline; /* Lets users know what content is a link if printing in grayscale */
}

ul li {
	display: inline;
}

/*=TYPOGRAPHY
****/

/*->Headers*/
#header h1 {
	margin: 0 0 0 -10px;
	padding: 0;
	position: relative;
	float: none;
}

.rhsimg {
	position:absolute;
	right:14px;
	top:6px;
	width:130px;
}

#containerMainpromo, h2, h3 {
	margin: 10px 0 5px 0;
	padding: 0;
}

h1, h2, h3, h4 {
	margin-bottom: 10px;
	font-weight: normal;
}
/*-*/

/*->Text*/
body {
	font-size: 0.7em;
	line-height: 1.2em;
	color: #000000;
}

.Textblock .TextblockContent p, .mpBlock p, .below_main_promo_TextblockContent p {
	margin: 10px 0 0 0;
	padding: 0;
}

#blq-footer {
	color: #000000;
}

h1 {
	font-size: 1.6em;
}
	
h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}
/*-*/

/*->Links*/
/*-*/

/*=LAYOUT
****/

#blq-main, #blq-content, #column-container, #content, #content .centre-content {
	margin: 0;
	padding: 0;
	float: none !important; /* Important used for FireFox2 bug */
	overflow: visible !important; /* Important used for FireFox2 bug */
	width: 650px;
	position: relative !important; /* Important used for FireFox2 bug */
	background: transparent !important;
	line-height: 1.665em;
}

#blq-footer, #blq-footerlinks {
	margin: 20px 0 0 -12px;
	padding: 0;
	border: 0;
	background: transparent;
}

p {
	margin: 15px 0 20px;
	line-height: 1. 665em;
}

#column-container, #content, #content .homepage-mainpromo-container, #column1, #column2, .homepage-block, #column3 {
	float: none;
}

#column3 {
	position: static;
	left: 0 !important;
	right: 0 !important;
}

/*=IMAGES
****/

#blq-mast, #blq-mast img {
	margin: 0;
	padding: 0;
	border: none;
}

.imageholder {
	margin: 10px 0 0 0;
	padding: 0;
}

.map {
	margin: 0;
	padding: 0;
}

.promo-image-146x82, .channel-logo, .promo-image-226x127 {
	margin: 15px 0 0 0;
}

.centre-content ul li, dl {
	margin: 15px 0 20px;
	padding: 0;
	line-height: 1.665em;
}

#Playlist .PlaylistContent ul li dl dt {
	font-weight: bold;
	margin: 0 5px 0 0;
}
/*-*/

/*=HIDE
****/

#pagetitle, blq-content-top a, #blq-accesslinks, #local-navigation, #content .sub-navigation-column, .right-content, #blq-disclaimer, #blq-bbclinks, #toolbar, #hpEditYourHomePage, .glow-panel, #directory, .date, .homepage-map-container, #emp1, #header_function p, #contact {
	display: none; /* This hides all unwanted content */
}
/*-*/