/*---------------------------------------------------------------------------------

CREATOR DETAILS

Author: 
Company: Defacto
Web Address: www.de-facto.com
Date:

---------------------------------------------------------------------------------*/




/*---------------------------------------------------------------------------------
GLOBAL RESET
---------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

strong {
	font-style:normal;
	font-weight:bold;
}

ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}


/*---------------------------------------------------------------------------------
GLOBAL FONT CONSISTENCY (http://developer.yahoo.com/yui/fonts/#using)
---------------------------------------------------------------------------------*/

body {font:13px/1.22 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}


/*---------------------------------------------------------------------------------
GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0 0 1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	/*font-weight:bold; */
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	/*list-style: disc outside;*/
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border: none;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

a:link		{ color: #b64f20; text-decoration: none;}
a:visited	{ color: #b64f20; text-decoration: none;}
a:hover		{ color: #e49143; text-decoration: none;}
a:active	{ color: #b64f20; text-decoration: none;}

a {
	outline: 0;
}

.contact {
	width: 20em;
}

textarea {
	width: 20em;
}

/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	width: 100%;  	
    background-color: #333;
    color: #666;
    text-align: center;
    background: url(../images/bg.gif) repeat top left;
/*
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat x;
	background-position: left top;
*/
}


/*---------------------------------------------------------------------------------
IE Hack - Only need to use in extreame cicumstances!

  voice-family: "\"}\"";
  voice-family: inherit;


html>name {
	
	}
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
}


/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/
#bodyWrapper {
	width: 967px;
	background: #f2f3ee;
	padding: 0 0 25px 0;
	margin: 0;
	margin-right: auto; /* this centres the body */
	margin-left: auto;  /* this centres the body */
	
}

#mainHeader {
	width: 931px;
	margin: 0 18px 0 18px;
	padding: 0;
	background: url(../images/headerBackground.gif) repeat-x top left;
}

#headerLeft {
	float: left;
	width: 686px;
}

#headerRight {
	float: right;
	width: 105px;
	background: #f2f3ee;
	margin-top: 0px;
}

#headerRight #advert {
	margin: 5px 0 0 5px;
}

#headerLeftTop h1 {
	width: 686px;
	height: 101px;
	margin: 0;
	/*background: url(../images/mainLogo.jpg) no-repeat top left;*/
	background: url(../images/1newheaderbackground.gif) no-repeat top left;
	text-indent: -9000px;
}

#headerLeftBottom h2 {
	color: #fff;
	font-size:100%;
	margin: 1px 0 0 10px;
	padding-top: 2px;
	font-weight: bold;
}


#headerLeftBottomCheat h2 {
	color: #fff;
	font-size:100%;
	margin: 1px 0 0 7px;
	padding-top: 2px;
	font-weight: bold;
	background: url(../images/stoneHeaderCheat.gif) no-repeat;
	text-indent: -9000px;
}

#mainBody {
	margin: 5px 18px 0 18px;
}

#mainContent {
	margin: 5px 0 0 0;
}

#navColumn {
	float: left;
	width: 200px;
}

#navColumn .sideAdvert {
	margin-top:5px;
}

#navColumn .sideLogo {
	margin-top: 5px;
	border: 1px solid #e8e8e3;
}

#contentColumn {	
	float: left;
	width: 726px;
	margin-left: 5px;
}

#contentColumn #boxheaderGalleryCheat {
	border: 1px solid #ced1c9;
}

#contentColumn #boxheaderGalleryCheat h2 {
	font-size: 160%;
	margin: 4px 0 1px 12px;
	padding: 8px 0 0 18px;
	line-height: 1.1em;
	font-weight: bold;
	background: url(../images/galleryCheat.gif) no-repeat;
	text-indent: -9000px;
}

#contentColumn #boxheader {
	border: 1px solid #ced1c9;
}

#contentColumn #boxheader h2 {
	font-size: 160%;
	margin: 0;
	padding: 8px 0 0 18px;
	line-height: 1.1em;
	font-weight: bold;
}

#contentColumn .genericTextBox {
	margin-top: 5px;
	background: #e8e8e3;
	padding: 16px 255px 8px 16px;
}

#contentColumn .genericTextBox h4{
	font-size:108%; 
	font-weight: bold;
	color: #888;
	margin-bottom: 0.8em;
}


#contentColumn .totalWidthTextBox {
	margin-top: 5px;
	background: #e8e8e3;
	padding: 16px 16px 8px 16px;
}

#contentColumn .totalWidthTextBox h4{
	font-size:108%; 
	font-weight: bold;
	color: #888;
	margin-bottom: 0.8em;
}

#contentColumn .itemBox {
	margin-top: 5px;
	background: #e8e8e3;
}

#contentColumn .itemBox .itemHeader {
	padding: 18px 0 10px 18px;
	width: 350px;
}

#contentColumn .itemBox .itemHeader h4 {
	font-size:123.1%;
	font-weight: bold;
	color: #888;
}

#contentColumn .itemBox .itemBoxLeft {
	float: left;
	width:463px;
	border-top:  1px solid #ced1c9;
	padding: 16px 0 16px 0;
	margin: 0 0 0 18px;
}

#contentColumn .itemBox .itemBoxLeft ul {
	list-style: disc;
	color: #888;
}

#contentColumn .itemBox .itemBoxLeft ul li {
	margin: 0 0 8px 0;
}

#contentColumn .itemBox .itemBoxRight {
	float: right;
	width: 240px;
	margin: 0 0 0 5px;
}

#contentColumn .itemBox .itemBoxRight .itemsideImage {
	margin-bottom: 5px;
}

#contentColumn #gallery ul {
	margin: 5px 0 0 0;
	padding: 0;
}

#contentColumn #gallery ul li {
	width: 238px;
	height: 164px;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	background: #e8e8e3;
	text-align: center;
/*	line-height: 240px;*/
}

#contentColumn #gallery ul .nomargin {
	margin-right: 0;
}

#contentColumn #gallery ul li a {
	height: 164px;
	display:block;
	margin:0px;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
/*	line-height: 240px;*/
/*	vertical-align: middle;*/
}

#contentColumn #gallery ul li a img {
/*	vertical-align: middle;*/
	margin: 5px 0;
}

#contentColumn #gallery ul li a:hover {
	background: #e49143; 
}

#contentColumnSplit {
	float: left;
	margin-top: 5px;
	background: url(../images/contentBackground.gif) repeat-y top left;
	height: 1%;
}

html>body #contentColumnSplit {
height: auto;
}

#contentColumnLeft {
	float: left;
	width:449px;
	padding: 16px;
}

#contentColumnLeft .introduction {
	font-size: 138.5%;
	color: #888;
}

.bluebold {
	color: #b64f20;
	font-weight: bold;
}

#contentColumnLeft h3 {
	font-size: 138.5%;
	color: #888;
}

#contentColumnLeft h4 {
	font-size:123.1%; 
	color: #888;
}

#contentColumnLeft ul {	
	margin-top: 5px;
	list-style: disc;
	color: #888;
}

#contentColumnLeft ul li {
	margin: 0 0 8px 0;
}

#contentColumnLeft #newsList  ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#contentColumnLeft #newsList  ul li {
	border-top: 1px solid #ced1c9;
	padding: 15px 0 6px 0;
}

#contentColumnLeft #newsList  ul li a {
	padding-right: 14px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/newsArrow.gif) no-repeat center right;
}

#contentColumnLeft #newsList  ul li a:link	{ color: #888; }
#contentColumnLeft #newsList  ul li a:visited	{ color: #888; }
#contentColumnLeft #newsList  ul li a:hover	{ color: #b64f20; }
#contentColumnLeft #newsList  ul li a:active	{ color: #888; }

#contentColumnLeft #exhibitorList  ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#contentColumnLeft #exhibitorList  ul li {
	border-top: 1px solid #ced1c9;
	padding: 11px 0 2px 0;
}

#contentColumnLeft #exhibitorList  ul li a {
	padding-right: 14px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/newsArrow.gif) no-repeat center right;
}

#contentColumnLeft #exhibitorList  ul li .letterTitle {
	font-weight: bold;
	font-size: 108%;
	color: #666;
}

#contentColumnLeft #exhibitorList  ul li a:link	{ color: #888; }
#contentColumnLeft #exhibitorList  ul li a:visited	{ color: #888; }
#contentColumnLeft #exhibitorList  ul li a:hover	{ color: #b64f20; }
#contentColumnLeft #exhibitorList  ul li a:active	{ color: #888; }


#contentColumnLeft #contactList  ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#contentColumnLeft #contactList  ul li {
	border-top: 1px solid #ced1c9;
	padding: 15px 0 6px 0;
}

#contentColumnLeft #contactList  ul li a {
	padding-right: 14px;
	text-decoration: none;
}

#contentColumnLeft #contactList  ul li a:link	{ color: #b64f20; }
#contentColumnLeft #contactList  ul li a:visited	{ color: #b64f20; }
#contentColumnLeft #contactList  ul li a:hover	{ color: #e49143; }
#contentColumnLeft #contactList  ul li a:active	{ color: #b64f20; }

#contentColumnRight {
	float: left;
	width: 240px;
	margin: 0 0 0 5px;
}

#contentColumnRight .sideImage {
	background: #f2f3ee;
	padding-bottom: 5px;
}


#contentColumnRight #latestNews {
/*	background: #383666;*/
	background: #b64f20;
	padding: 0 0 16px 0;
	margin-top: 5px;
}

#contentColumnRight #latestNews h2 {
	/*color: #fff;
	margin-left: 16px;*/
	color: #fff;
	font-size:100%;
	margin: 0;
	padding: 0;
	height: 59px;
	background: url(../images/frontNewsHeader.gif) no-repeat;
	text-indent: -9000px;
}

#contentColumnRight #latestNews ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#contentColumnRight #latestNews ul li {
/*	border-top: 1px solid #918dc1;*/
	border-top: 1px solid #F2F3EE;
}

#contentColumnRight #latestNews ul li a {
	display: block;
	padding: 10px 16px 10px 12px;
	margin: 0;
/*	background-color: #383666;*/
	background-color: #b64f20;
	text-decoration: none;
	color: #fff;
	width: 208px;
}


html>body #contentColumnRight #latestNews ul li a {
	width: auto;
}

#contentColumnRight #latestNews ul li a:hover {
	/*background-color: #5f5ca9;*/
	background-color: #e49143;
}


/*====================================*/
/* navigational elements */
/*====================================*/

#mainNav {
	width: 200px;
	padding: 0;
	background-color: #c4feff;
	color: #333;
	margin-bottom:5px;
}

#mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.1em;
}
	
#mainNav li {
	border-bottom: 1px solid #f2f3ee;
	margin: 0;
}
	
#mainNav li a {
	display: block;
	padding: 5px 5px 4px 10px;
	background-color: #e8e8e3;
	color: #999;
	text-decoration: none;
	width: 100%;
}

html>body #mainNav li a {
	width: auto;
}

#mainNav li a:hover {
	background-color: #b64f20;
	color: #fff;
}

#mainNav li .selected {
	background-color: #b64f20;
	color: #fff;
}

#mainNav li ul li a {
	display: block;
	padding: 5px 5px 4px 10px;
	background-color: #e49143;
	color: #fff;
}

#mainNav li ul li ul {
	background-color: #e49143;
}

#mainNav li ul li ul li {
	border-top: 1px solid #f2f3ee;
	border-bottom: none;
}

#mainNav li ul li ul li a {

}
	
#breadcrumbs {
	border-top: 1px solid #ced1c9;
	border-bottom: 1px solid #ced1c9;
	padding: 0.1em 0 0.1em 0;
	color: #999;
}

#breadcrumbs ul {
	display: inline;	
	margin: 0 0 0 7px;
	padding:0;
}

#breadcrumbs ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#breadcrumbs li a {
	margin:0;
	padding: 0 3px 0 3px;
	text-decoration: none;
	color: #999;
	font-size: 85%;
}

#breadcrumbs li a:hover {
	color: #666;
}

/*====================================*/
/* end navigational elements */
/*====================================*/
#footer {
	float: right;
	margin: 5px 0 5px 0;
	border-top: 1px solid #ced1c9;
	border-bottom: 1px solid #ced1c9;
	width: 726px;
}

#footer p {
	margin: 0 0 0 16px;
	padding: 3px 0 3px 0;
	font-size: 95%;
	line-height: 1.2em;
	color: #999;
}


/* 16px */
.top-section-stories .first-child h3,
.container-local-weather-and-travel .weather .data-feed-now h3,
.container-local-weather-and-travel .travel .useful-links .useful-links-header,
.feature-generic .feature-header, .container-features-and-analysis .feature-header,
.featured-site-top-stories .with-summary .story,
.featured-site-top-stories .medium-image .story,
.featured-site-top-stories .large-image .story,
.featured-site-top-stories .classic-image .story,
.digest .digest-header,
.geo-digest-section-header,
.geo-digest-vertical .tab a,
.container-geographic-regions-generic .tab a,
.container-geographic-news-digests .tab a,
.hyper-container-title .hyper-container-title-header,
.hyper-related-assets .hyper-depth-stories-header,
.hyper-foldout .hyper-foldout-header,
.languages h4,
.other-top-stories-stories .with-summary a.story,
.secondary-top-story .with-summary .story,
.secondary-top-story .medium-image .story,
.secondary-top-story .large-image .story,
.secondary-top-story .classic-image .story,
.other-site-content .first-other-promo h3 a.story,
.guide-content .guide h3 a.story,
#site-wide-alert p,
.special-reports-component h3 a,
#splash .see-also .first-child-live a.story,
.topic-cluster-stories .with-summary a.story,
.media-asset .read-full h2, .media-asset .read-more h2, .media-asset .playlist h2, .features h2, .top-stories h2, .most-pop-story h2, h2.more-stories-head,.tabs li,.alert h3,.story-body .story-feature h2,.story-body .story-feature blockquote p,.see-also h3, #main-content .story-related h3,.features h3, .byline .byline_name,.story-body tr.subheading th, .story-body tr.subheading td h3,
.story-body .cross-head,
.weather-3day h3#weather_sitelabel,.more-galleries h2,.share-form ul.networks li a,.story-body .embedded-hyper h2,.hyper-promotional-content ul li.large-image h3, .hyper-promotional-content ul li.medium-image h3, .hyper-promotional-content ul li.first-child h3,
.story-body tr.colheading th,
.have-your-say-inc  ul li h3 a,
.have-your-say-inc  ul li h3 .core-text,
.byline .byline-name,
.guide-content .stacked-overlay-guides .guide h3 a .overlay strong,
.other-site-content .stacked-overlay-other-site-promotion .first-other-promo h3 a .overlay strong,
.weather-4items h3#weather_sitelabel,
.weather-4items h4 {
   font-size: 1.231em; /* 13px < 16px */
   font-weight: bold;
   line-height: 16px;
   text-rendering: optimizeLegibility;
}

/* Knockout anchor */
.knockout a,
#nav * {
   color: #fff;
   text-shadow: 0 0 1px rgba(0,0,0,0.2);
}


/*========= large image css ==========*/
/*====================================*/

/*
#projectImageLarge {
	position:absolute; 
	z-index: 20;
	top:55px;
	left:15px;
	padding: 5px;
	width: 910px;
	height: 650px;
	background: #fff;
	display: none;
	border: 1px solid #cdcdcd;
}

#laceheader_viewed_left {
	float: left;
}

#laceheader_viewed_left h2 {
	background: url("../images/header-lacemarketsq.gif")  no-repeat top left;
	height: 60px;
	width: 345px;
	text-indent: -9000px;
}

#podheader_viewed_left {
	float: left;
}

#podheader_viewed_left h2 {
	background: url("../images/header-thepod.gif")  no-repeat top left;
	height: 60px;
	width: 345px;
	text-indent: -9000px;
}
#waterstonesheader_viewed_left {
	float: left;
}

#waterstonesheader_viewed_left h2 {
	background: url("../images/header-waterstone.gif")  no-repeat top left;
	height: 60px;
	width: 345px;
	text-indent: -9000px;
}
#parkwayheader_viewed_left {
	float: left;
}

#parkwayheader_viewed_left h2 {
	background: url("../images/header-vicparkway.gif")  no-repeat top left;
	height: 60px;
	width: 345px;
	text-indent: -9000px;
}
#viewed_right {
	float: right;
}

#viewed_right a {
	border-bottom: 1px solid #cdcdcd;
		padding-right: 30px;
}
*/
