@charset "utf-8";
/************************* 
PENTERRY CMS FRONT END
penterry.org.uk 
27th May 2009

GLOBAL LAYOUT STYLESHEET
*************************/

/*---------- Import External Sheets ----------*/
@import "penterry_typography_global.css";
@import "publicMenu.css";
@import "search.css";

/*---------- Global Layout ----------*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #eff2ec;
	z-index: 1;
	font-size: 12pt;
	}
	
#wrapper {
	position: relative;
	width: 830px;
	height: auto;
	margin: 0 auto;
	border: 0;
	overflow: visible;
	}
	
#topbar {
	width: 100%;
	height: 25px;
	background-image: url(../images/site_template/penterry_topbar_bkg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#header {
	width: 830px;
	height: 156px;
	overflow: visible;
}

#leftCol {
	width: 266px;
	height: auto;
	float: left;
}

#rightCol {
	width: 564px;
	height: auto;
	float: right;
}
	
#pageFooter {
	width: 830px;
	height: auto;
	text-align: right;
	margin-bottom: 20px;
	clear: both;
}


/*---------- Sub Layout ----------*/
#topbarLeft {
	position: relative;
	display: block;
	width: 450px;
	height: 20px;
	left: 50%;
	margin-left: -415px;
	padding-top: 4px;
	float: left;
	border: 0;
}

#liveSearch {
	position: absolute;
	display: none;
	width: 255px;
	height: 35px;
	left: 50%;
	margin-top: -25px;
	margin-left: 146px;
	padding-top: 11px;
	padding-left: 12px;
	background-image: url(../images/site_template/penterry-liveSearch_bkg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 8;
}

#siteLogo {
	display: none;
	position: relative;
	width: 382px;
	height: 184px;
	margin-left: -35px;
	overflow: visible;
	float: left;
}

#header2 {
	width: 81px;
	height: 156px;
	background-image: url(../images/site_template/penterryOnline_header-02.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

#header3 {
	width: 482px;
	height: 156px;
	background-image: url(../images/site_template/penterryOnline_header-01.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

#newsFlash {
	position: absolute;
	left: 0;
	width: 480px;
	height: 60px;
	margin-top: 50px;
	padding-top: 5px;
	overflow: hidden;
	float: left;
}

/*---------- Menu Sidebar Layout ----------*/

#menuHeader {
	width: 266px;
	height: 42px;
	background-image: url(../images/site_template/penterryMenu_header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#mainNav {
	display: none;
	width: 254px;
	height: auto;
	background-image: url(../images/site_template/penterry_leftCol_bkg.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 0px 6px;
	z-index: 9;
}

#menuFooter {
	width: 266px;
	height: 11px;
	background-image: url(../images/site_template/penterry_leftCol_footer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/*---------- Menu Sidebar Finish ----------*/

/*---------- News Sidebar Layout ----------*/

#pageNewsHeader {
	width: 266px;
	height: 35px;
	background-image: url(../images/site_template/penterry_pageNews_header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#pageNewsContent {
	width: 238px;
	height: auto;
	background-image: url(../images/site_template/penterry_leftCol_bkg.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 14px;
}

#pageNewsFooter {
	width: 266px;
	height: 8px;
	background-image: url(../images/site_template/penterry_leftCol_footer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/*---------- News Sidebar Finish ----------*/

/*---------- Documents Sidebar Layout ----------*/

#pageDocumentsHeader {
	width: 266px;
	height: 35px;
	background-image: url(../images/site_template/penterry_pageDocuments_header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#pageDocumentsContent {
	width: 238px;
	height: auto;
	background-image: url(../images/site_template/penterry_leftCol_bkg.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 14px;
}

#pageDocumentsFooter {
	width: 266px;
	height: 8px;
	background-image: url(../images/site_template/penterry_leftCol_footer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/*---------- Documents Sidebar Finish ----------*/

#rightColHeader {
	width: 564px;
	height: 277px;
	background-image: url(../images/site_template/penterryRightCol_header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#mainContent {
	width: 494px;
	height: auto;
	background-image: url(../images/site_template/penterryRightCol_bkg.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 0px 35px;
	padding-bottom: 10px;
}

#rightColFooter {
	width: 564px;
	height: 17px;
	background-image: url(../images/site_template/penterryRightCol_footer.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#bannerPhotos {
	width: 471px;
	height: 244px;
	border: 0;
	margin-left: 45px;
	padding:0;
	background-color: #666;
	z-index: 1;
}

/*---------- Classes ----------*/
.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.pageNewsItem {
	display: block;
	margin-bottom: 20px;
}



