
/* Layout Stylesheet for Labour Holme Valley

  (c) Colin Sewell, 2007
------------------------- */

html { font-size: 100%; /* IE hack */ }

html, body
{
	color: #432864;	/* global font colour */
	font-family: arial, verdana, helvetica, serif, sans-serif;
}


body {
	margin: 0px 2px 2px 2px;
	padding: 0px;
	text-align: center;		/* center main page content (older browsers like IE 5.5) */
	background-color: #efefef;
	background: url(../images/decorations/bg-stripes-diag.gif) left top;
}


#Outer {	/* outer whole container */
	position: relative;
	width: 790px;
	text-align: left;	/* reset align left for page content that follows (IE) */
	margin: 0 auto;		/* center main page content (FireFox etc. ) */
	padding: 0px;
	border: 0px solid #eaeaea;
	background-color: #fff;
}

* html #Outer { margin-top: 5px; }	/* IE hack to get top margin */


#Main {	/* main body, header plus main content */
	width: 780px;
	margin-left: 5px;
}


#Header {
	height: 100px;
	background-image: url(../images/decorations/site-header.jpg);
	margin-top: 5px;
	margin-bottom: 1px;
	padding: 0px;
}

#PageContentHome {
	width: 600px;
	text-align: left;
/*	margin: 10px 0 20px 130px; */
	padding-left: 20px;
}


#PageContent {
	width: 770px;
	text-align: left;
/*	margin: 10px 0 20px 130px; */
	padding-left: 10px;
}


#NavMenu {
	position: absolute;
	width: 520px;
	height: 28px;

	left: 125px;
	top: 70px;

	background-color: #fff;
}


#NewsItemList {
	background-color: #f4f7f6;
    border-top: 1px solid #e1c1c1;
    border-bottom: 1px solid #e1c1c1;
	margin: 20px 8px;
}

#NewsItemList p {
	margin: 2px;
}


#Footer {
	border-top: 1px solid #ccc;
	text-align: right;
}

#Footer p {
	font-family: arial, verdana, helvetica, serif, sans-serif;
	font-size: 80%;
	color: #777;
	line-height: 120%;
}

#W3C-Valid {
	float: left;
	margin: 10px;
}


#HomePagePic {
	float: right;
	margin-left: 10px;
}


.ImageFloatLeft {
	float: left;
	margin: 0 10px;
}


.ImageFloatRight {
	float: right;
	margin: 0 10px;
}


/* Other Layout Bits
   ----------------- */

/* Div Clear space after Float fix  -  to stretch a container div to contain floated elements */
.ClearFix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility: hidden;
}


/* Hide from IE Mac, IE Win Only \*/
	* html .ClearFix  {height: 1%;}
	.ClearFix {display:block;}
/* End IE Mac Hack */


div.DivShow {	/* for design debugging, shows the divs ! */
	border: 1px solid #cccc00;
	background-color: #cfcfcf;
}

div.DivBorder {
	border: 1px solid #cccccc;
}
