/* Structure CSS, pTools v5
* CSS rules for site structural mark-up
*
* KilkennyTourism.ie CMS site
*
*/

#pageContainer {width:800px; margin:0px auto; margin-top:0px; margin-bottom:10px; /*position: relative; text-align: center; width:70%;*/}

#header, #mainBody, #footer {width:800px; margin:0px auto; margin-top:0px; margin-bottom:10px;/* position: relative; clear: both; margin-right: auto; margin-left: auto; text-align: left; width:70%;*/}
#header {height: 4.7em; color: #fff; text-decoration: none;}

#headerMain, #mainMenu, #pageInfo, #pageInfoBreadcrumb {width:800px; margin:0px auto; margin-top:0px; margin-bottom:0px; }
#headerMain {height: 4.7em;}
#topBanner {position: relative; height: 4.7em; text-align: right;}
#topBanner img {clear: none;}
#topBanner img.site_logo {float: left; margin: 0;}
#topBanner img.site_main_banner, #topBanner img.site_main_banner2 {float:left;}

#topFunctions {
	height: 2.4em;
	position: relative;
	background: #AE96C6;
	display:inline; float:left; clear:both; 
}

.SearchContainer{WIDTH: 100%; position:relative}

#pageInfo {}
#pageInfo.infoHome {width:800px; margin:0px auto; margin-top:0px; margin-bottom:10px; /*position:relative; margin-left:auto; margin-right:auto; width:70%;*/ }
#pageInfo.infoGeneral {height: 2.4em; background-color: #fff;}

#pageInfoBreadcrumb {clear:both; height: 2.4em; background-color: #FFF; border-top: solid 1px #fff; border-bottom: solid 1px #fff;}
#pageInfoBreadcrumb.infoHome {}
#pageInfoBreadcrumb.infoGeneral {height: 2.4em; background-color: #fff;}

#mainBody { /*height: 33em; min-height: 33em;*/}
#leftContent, #mainContent { float: left; padding-top: 0.5em; }
#leftContent {
	width: 21%;
	position: relative;
	display:inline;
}
#mainContent { height: 33em; min-height: 33em; padding: .5em 0 .6em; border: solid 1px #ccc; border-style: none;}
html>body #mainContent {height: auto;}

#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;
	margin-right: 0;
	width: 22.5%;
	margin-top: 0px;
}

#footer { position: relative; height: 6em; padding: 1.4em 0; text-align: center; }
#footerMenuContainer { position: relative; height: 2.4em; border-top: solid 1px #c8e1e6; border-bottom: solid 1px #c8e1e6; text-align: center;}
#footerText {padding: 1.4em 20%; }

.spacer { display: block; clear: both;}

.lblDate { display: block; float: right; color: #d36d00; padding: .5em .7em .2em .3em; font-size: .85em;}
