/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
	
	Modified for Newsquest Media group
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 76%/1.5 Verdana, Arial, sans-serif;
	color: #333333;
}
input, select, img { vertical-align: middle; }
a { 
	text-decoration: none;
	color: #197777;
}
a:focus { outline: 1px dotted; }
a:visited { color: #9933AA; }
a:hover { color: #993300; }
p, ul, ol { 
	font-size: 1em;
	line-height: 1.5em;
	margin:0 0 10px; 
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3 {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}
h4, h5, h6 {
	font-weight: bold;
	margin: 0 0 10px 0;
}
h1, h2 { 
	line-height: 1.3em;
	font-size: 1.65em; 
	}
h3 { 
	line-height: 1.3em;
	font-size: 1.35em; 
	}
h4 { 
	line-height: 1.3em;
	font-size: 1.2em; 
	}
h5 { 
	line-height: 1.3em;
	font-size: 1.1em; 
	}
h6 { 
	line-height: 1.3em;
	font-size: 1em; 
	}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color: #197777;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 20px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
form,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

/* Forms */
.btn {
	background:#F0F8FA url(http://m6-static.newsquestdigital.co.uk/system/standard/btnbg.gif) repeat-x scroll 0 100%;
	border:1px solid #B8C5C4;
	color:#333333;
	cursor:pointer;
	font-family:Georgia,Times,serif;
	font-size:0.9em;
	font-weight:bold;
	letter-spacing:2px;
	line-height:1;
	padding:1px 2px 1px 5px;
	text-transform:uppercase;
	width:auto !important;
}

/* Pager */
.pager {
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	padding-top:5px;
	margin-bottom:10px;
}
.pager p {
	margin-bottom:5px;
}
.pager a.selected {
	border:none;
	color:#aaa;
}

/* Conveniences */
.right { float:right!important; }
.left { float:left!important; }
.txtRight { text-align:right; }
.txtCentre { text-align:center; }
.upper { text-transform:uppercase; }
.red { color: #993300; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.bld, .bold { font-weight: bold; }
.sizeUp { font-size: 1.2em; }
.sizeDown { font-size: 0.8em; }
.none { display:none; }
.last {
  border:0!important;
  margin:0!important;
  padding:0!important;
}
.noBrd { border: none !important; }
.noMg { margin: 0 !important; }
.noPd { padding: 0 !important; }
.mgTop20 { margin-top: 20px !important; }
.mgTop10 { margin-top: 10px !important; }
.mgRight10 { margin-right: 10px !important; }
.mgBottom10 { margin-bottom: 10px !important; }
.mgLeft10 { margin-left: 10px !important; }
hr { 
	height: 3px;
	background: #e1e1e1;
	border: none;
	margin-bottom: 15px;
}
	/* Override deprecated tags */
	/* This should hopefully stop most people from using them in future */
font {
	color: #333 !important;
	font-size: 1em !important;
	font-family:Verdana, Arial, sans-serif !important;
	font-weight: normal !important;
}
/*b { font-weight: normal !important; }
i { font-style: normal !important; }*/
u { text-decoration: none !important; }
center { text-align: left !important; }
blink { text-decoration: none !important; }
big { font-size: 1em !important; }