/* Structure CSS, pTools v5
* CSS rules for site structural mark-up
*
* Kilkenny.ie CMS site
*
*/

#pageContainer { width:800px; margin:0px auto; margin-top:0px; margin-bottom:10px;}

#header, #mainBody, #footer { width:800px; margin:0px auto; margin-top:12px; margin-bottom:5px;}
#header {height: 8.4em; color: #fff; text-decoration: none;}

#headerMain, #mainMenu{ width:800px; margin:0px auto; margin-top:0px; margin-bottom:0px;}
#headerMain {height: 8.5em;}
#topBanner {position: relative; height: 6.1em;}
#topBanner img {float: left; clear: none;}
#topBanner img.site_logo {margin: 0 2em;}
#topBanner img.site_main_banner {float: right;}

#topFunctions {
	height: 2.4em;
	position: relative;
	background-color: #663366;
}

#pageInfo {
	width:800px;
	margin:0px auto;
	margin-top:2px;
	margin-bottom:10px;
	height: 2.575em;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-color: #669966;
}
#pageInfo.infoHome {
	width:800px;
	margin:0px auto;
	margin-top:2px;
	margin-bottom:10px;
	height: 2.575em;
	background-color: #669966;
}
#pageInfo.infoGeneral {
	width:800px;
	margin:0px auto;
	margin-top:2px;
	margin-bottom:10px;
	height: 2.575em;
	height: 2.4em;
	background-color: #669966;
}

#mainBody { /*height: 33em; min-height: 33em;*/}
#leftContent, #mainContent { position: relative; float: left; padding-top: 0.5em;}
#leftContent {
	width: 20%;
	float:left;
	left:0;
	margin-left:0;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
#mainContent {width: 55%; height: 33em; min-height: 33em; padding: .5em 0 .6em; border: solid 1px #ccc; border-style: none;}
html>body #mainContent {height: 100%;}

#mainBody.col2 #mainContent {width: 77.5%; border-right-style: none;}
#mainBody.col1 #mainContent {width: 99%; border-right-style: none;}
#mainBody.home #mainContent {width: 77%; border-right-style: none;}

#rightContent {
	float: right;
	right: 0px;
	width: 22.5%;
	padding-top: 0.5em;

}


#footer { position: relative; height: 8em; padding: .4em 0; text-align: center; }
#footerMenuContainer { position: relative; height: 2.4em; border-top: solid 1px #669966; border-bottom: solid 1px #669966; margin-top:15px; text-align: center;}
#footerText {padding: 1.4em 20%; }

.spacer { display: block; clear: both;}

.lblDate { display: block; float: right; color: #e8e9ec; padding: .5em .7em .2em .3em; font-size: .85em;}

