/* 
 * $Revision: 1.8 $
 * $Date: 2009/07/30 15:28:50 $
 * Base rules for all languages and media types.
 */


/* =BASE
   Typography, headings etc.
+++++++++++++++++++++++++++++++++++++++++++++++ */

.blq-clearfix:after {content: ".";	display: block;	height: 0; clear: both;	visibility: hidden;}
.blq-clearfix {display: inline-block; clear:both;}
/* Hides from IE-mac \*/
* html .blq-clearfix {height: 1%;}
.blq-clearfix {display: block;}
/* End hide */

body,
#blq-main {
	color:#333;
}
form, code, pre, li p {
	margin:0;
	padding:0;
}
table {border-collapse:separate; border-spacing:2px;}
th, td {
	background-color:#efefef;
	padding:3px;
}
hr {
	border:none;
	border-top:1px dotted #ccc;
}
strong {font-weight:bold;}

ul {
	padding:0;
	margin:0;
}
.list h2 {
	border-top:1px solid #ccc;
	padding-top:1.5em;
	margin-top:1.5em;
}

h1 {
	font-size: 1.64em;
	line-height: 0.91;
}
h2 {
	font-size: 1.36em;
	line-height: 1.11;
}
h3 {
	font-size: 1.14em;
	line-height: 1.31;
}
h4 {
	font-size: 1em;
	line-height: 1.5;
}
h5 {
	font-size: 1em;
	line-height: 1.5;
}
h6 {
	font-size: 1em;
	line-height: 1.5;
}

/* =Text
-----------------------------*/
p {
	font-size: 1em;
	line-height: 1.5;
}
p.ingress {}
blockquote {
	font-size: 1em;
	line-height: 1.5;
}

/* =Links
-----------------------------*/
a {}
a:link {}
a:visited {}
a:hover {}
a:active{}

/* =Lists
-----------------------------*/
ul {}
ol {}
li {
	font-size: 1em;
	line-height: 1.5;
}
#local-nav {
	border-bottom:1px solid #ccc;
}

#local-nav ul {display:none;}

#service {
	display:block;
	background: url(/worldservice/images/core/1/lg_bbc_blocks.gif) no-repeat top;
	padding-top:40px;
	font-size: 1.36em;
	line-height: 1.11;	
}

/* lg modules */

.bx-quote, .bx-info, .li-gallery {border:1px solid #ccc; width:70%; margin-left:auto; margin-right:auto;}

.li-gallery p {margin-top:7px; margin-bottom:10px;}
.li-gallery {padding:10px;}

.box {margin-top:10px; margin-bottom:10px; padding-left:10px; padding-right:10px;}
.box p {margin-top:4px; margin-bottom:4px;}


.bx-quote blockquote {margin:10px;}
.bx-quote .intro, .bx-quote .name  {font-weight:bold;}


.bx-byline {border-bottom:1px solid #ccc;}
.bx-byline .name {font-weight:bold;}
.bx-byline .role {}

#footer {
	font-size: 0.8em;
	line-height: 1.2;
}

.label {display:none;}