/*-------------------------------------------------------------------------------------------*/
/* Site-specific custom stylesheet for Community Sites software                              */
/* Copyright Community Sites 2004, 2005, 2006, 2007, 2008                                    */
/* For further information, see www.communitysites.co.uk or email info@communitysites.co.uk  */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* ALTERNATIVE LAYOUTS */
/* uses the alternative stylesheet for placing the search in the breadcrumb trail */
/* @import url('alt/communitysites_alt_search.css'); */
/* uses the alternative stylesheet that positions a logo at the right of the footer */
/* @import url('alt/communitysites_alt_footer_logo.css'); */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* CUSTOMISATIONS */
/* sections within this document, along with the flags to search for to jump to 'em: */
/* standard customisations: =standard= */
/* site-specific customisations: =specific= */
/* basic formatting: =basic= */
/* main blocks: =blocks= */
/* header: =header= */
/* breadcrumb bar: =bread= */
/* left-hand navigation: =nav= */
/* advert column/contextual links: =advert= */
/* footer: =footer= */
/* forums: =forums= */
/* titles: =titles= */
/* menu items/category menu: =menu= */
/* home page: =home= */
/* content page: =page= */
/* comments: =comments= */
/* sitemap: =sitemap= */
/* search: =search= */
/* alternative search (using index file): =search2= */
/* contributor list: =contributor= */
/* control panel: =cp= */
/* pagemaker: =pm= */
/* form controls: =form= */
/* text sizes: =size= */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* =basic= */
/* basic formatting - styles for commonly used tags and elements */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* =blocks= */
/* main blocks - the main divs that lay out the pages */
/*-------------------------------------------------------------------------------------------*/

body {
    background-color:#CAB69B;
    background-image:url(../images/nonstandard/bg_main.jpg);
    background-position:top left;
    background-repeat:repeat-x;
    color:#4F5655;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin-top:0;
    margin-bottom:0;
}
body.home {
    background-image:url(../images/nonstandard/bg_main_home.jpg);
}
* html body {
	text-align:center;
}

#all {
	background-color:transparent;
	background-image:none;
	min-width:940px;
}
* html #all {
	padding-left:0;
}

#main {
    margin-left:auto;
    margin-right:auto;
    width:940px;
}
* html #main {
	margin-left:0;
}

.contentwrapper {
	background-image:url(../images/nonstandard/bg_content.jpg);
}
.home .contentwrapper {
	background-image:url(../images/nonstandard/bg_content_home.jpg);
}

.contentpage {
	width:940px;
}

.content .block {
	background-color:#EBF7FB;
}
.contentpage .block {
	background-color:Transparent;
}

.homepage_container {
    background-color:Transparent;
    background-image:none;
    margin-left:1px;
    width:763px;
    padding-top:0px;
    padding-right:0;
}

.category_container, .page_container, .category_container_hidden, .page_container_hidden, .content_container {
    background-color:Transparent;
    margin-left:1px;
    margin-right:0;
    overflow:hidden;
    padding:0;
    width:582px;
}
.category_container {
    padding-top:148px;
} 

#block1_1 {
    background-color:Transparent;
    margin-left:26px;
    margin-right:26px;
    padding:0;
    padding-top:12px;
    padding-bottom:12px;
    width:530px;
}
* html #block1_1 {
	margin-left:13px;
	width:530px;
}

#block1_2 {
    background-color:Transparent;
    margin-left:0;
    margin-top:0;
    padding-left:26px;
    padding-right:26px;
    padding-top:12px;
    width:530px;
}
* html #block1_2 {
	width:562px;
}
#block2_2 {
    background-color:#A4A883;
    float:right;
    margin:0;
    padding:0;
    width:176px;
}
* html #block2_2 {
	overflow:hidden;
}



/*-------------------------------------------------------------------------------------------*/
/* =header= */
/* header area - anything within the header area of the pages, including the search bar */
/*-------------------------------------------------------------------------------------------*/

#header {
	background-color:#fff;
	margin:0;
	padding:0;
}

/* css to hide and show the skip nav link when it becomes focused */
#header #skipnav a:link, #header #skipnav a:hover, #header #skipnav a:visited {
  	color:#fff;
  	height:auto; 
	left:50%;
	margin-left:-470px;
	position:absolute;
	text-align:right;
	top:0;
    width:940px;
} 

#header #titles {
    background-image:url(../images/nonstandard/bg_header.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    margin-left:0;
    height:148px;
    width:940px;
}
#header #titles h1 {
    float:left;
    margin-left:0;
    margin-top:30px;
    width:325px;
}
#header #titles .subtitle {
    float:right;
    margin-top:64px;
    width:214px;
}

.home #header .breadcrumbbarwrapper {
    display:none;
}
#header .homepagebanner {
    display:none;
}
.home #header .homepagebanner {
    background-color:#306075;
    display:block;
    padding-bottom:18px;
}

#header #subnavigation {
    background-image:none;
    float:right;
	margin-top:67px;
	margin-right:90px;
	position:static;
	text-align:right;
	width:230px;
}
* html #header #subnavigation {
	margin-right:90px;
}

#subnavigationsearch label {
	display:block;
	float:left;
    margin-right:12px;
	position: static;
}

#subnavigationsearch .textboxsearcharea {
    background-image:url(../images/nonstandard/bg_search.jpg);
    background-repeat:no-repeat;
	float:left;
    height:21px;
	margin-top:7px;
    padding:0;
    width:138px;
}

#subnavigationsearch input.textboxsearch {
    color:#4A5F67;
	font-size:10pt;
	height:17px;
	margin:1px;
	padding-left:1px;
	padding-top:1px;
	position: static;
    width:134px;
}

#subnavigationsearch .searchbutton {
	float:left;
	margin-left:16px;
	margin-top:7px;
	position: static;
}
* html #subnavigationsearch .searchbutton {
	margin-right:1px;
}

/*-------------------------------------------------------------------------------------------*/
/* =bread= */
/* breadcrumb bar */
/*-------------------------------------------------------------------------------------------*/

.breadcrumbbarwrapper {
	background-color: #888C6D;
}
.breadcrumbbar {
	background-color: #888C6D;
	border:1px solid #888C6D;
}
.breadcrumb {
	background-color: #888C6D;
	margin-left:16px;
}

/*-------------------------------------------------------------------------------------------*/
/* =nav= */
/* left-hand navigation - including the login/button area below the navigation */
/*-------------------------------------------------------------------------------------------*/

.blocklogin {
    background-color:#F8FDF2;
    margin:0;
    overflow:hidden;
    padding:0;
    width:176px;
}

.navbar {
    background-color:#F3F4EF;
    margin:0;
    margin-bottom:39px;
    padding:0;
    width:176px;
}

.menu_item_container {
    padding-top:0;
}

.menu_item {
    border-bottom:1px solid #DEE2BD;
	color:#735F4A;
	margin:0;
	padding:0;
	width:176px;
}

.menu_item a {
	color:#735F4A;
	display:block;
	margin:0;
	min-height:16px;
	padding-bottom:8px;
	padding-right:22px;
	padding-top:11px;
	text-align:right;
	width:154px;
}
* html .menu_item a {
	height:27px;
	width:176px;
}

.menu_item a:link {
	color:#735F4A;
}

.menu_item a:visited {
	color:#735F4A;
}

.menu_item a:hover {
    background-color:#C8DFF1;
    color:#0F7ACC;
    text-decoration:none;
}

.blocklogin .blocklogininfo {
    background-color:#F8FDF2;
    width:174px;
}

.blocklogin .blocklogininfo .blocklogintitles {
    background-image:url(../images/nonstandard/icon_contribute.jpg);
    background-repeat:no-repeat;
    background-position:0px 4px;
    color:#1B6084;
    margin-left:23px;
	margin-top:0;
	min-height:26px;
	padding-bottom:10px;
	padding-right:3px;
	padding-top:0;
	text-align:right;
	width:128px;
}
* html .blocklogininfo .blocklogintitles {
	height:26px;
}

.blocklogin .blocklogininfo .blocklogintitles h2 {
    color:#1B6084;
    font-size:130%;
    font-weight:bold;
    margin-left:0;
    margin-top:0px;
    padding-top:10px;
}
.blocklogin .blocklogininfo .blocklogintitles h3 {
    color:#1B6084;
    font-weight:normal;
    margin-bottom:0;
    margin-left:0;
    margin-top:10px;
}

.blocklogin .blockloginform {
    display:block;
    margin-top:0;
    padding-bottom:20px;
    padding-left:11px;
    padding-top:5px;
}

.blocklogin .blockloginform label {
    color:#1B6084;
	display:block;
	font-size:85%;
	font-weight:normal;
}

#pnlLoggedIn .blocklogin .blockloginform label {
    color:#1B6084;
    font-weight:bold;
}

.blocklogin .blockloginform .textbox, .blocklogin .blockloginform .textboxmemo, .blocklogin .blockloginform select {
	border:1px solid #D5DDDB;
	font-size:85%;
	width:121px;
}

.blocklogin .blockloginform input.button {
	background-color:#1B6084;
	border:0;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;	
    color:#1B6084;
	color:#fff;
	font-size:85%;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
}

.blockloginform a {
    color:#1B6084;
	font-size:85%;
	font-weight:normal;
}


.blockloginform a.passwordlink {
    color:#1B6084;
	font-weight:normal;
}
.blockloginerror {
    margin-right:21px;
 }


/*-------------------------------------------------------------------------------------------*/
/* =advert= */
/* advert column - including contextual links */
/*-------------------------------------------------------------------------------------------*/

.extracolumn {
	background-color:Transparent;
    float:right;
    margin:0;
	width:180px;
}
.home .extracolumn {
    display:none;
}
* html .extracolumn {
	text-align:left;
}

.morelinks {
    margin-left:0px;
    margin-right:0px;
    margin-top:20px;
    padding-left:22px;
    padding-right:22px;
}

.morelinks h2 {
	border-bottom:0;
	color:#C6BC63;
	font-size:150%;
	font-weight:normal;
    margin-top:0;
    margin-left:0px;
    margin-right:0px;
}

.morelinks h2 a {
	color:#8DA899;
}

.morelinks h3 {
    margin-left:0px;
    margin-right:0px;
}

.morelinks h3 a {
	color:#1B6084;
}

.extracolumn ul {
	color:#0F7ACC;
}

li.contextuallink a, li.contextuallinkcurrent a {
	color:#0F7ACC;
	text-decoration:underline;
}

li.contextuallink {
	padding-left:0;
}
li.contextuallinkcurrent {
    background-image:url(../images/nonstandard/more_arrow.jpg);
    background-position:0px 2px;
    padding-left:12px;
}

.advertarea {
    margin-left:0;
    margin-right:0;
    margin-top:20px;
    padding-left:22px;
    padding-right:22px;
}
.advertarea h2 {
	border-bottom:0;
	color:#C6BC63;
	font-size:150%;
	font-weight:normal;
    margin:0;
}

.advert {
	margin:0;
	padding:0;
}

.advert img {
    border:1px solid #DBE6ED;
}

.advert .text a {
	color:#276999;
	font-weight:bold;
}

/*-------------------------------------------------------------------------------------------*/
/* =footer= */
/* footer */
/*-------------------------------------------------------------------------------------------*/

#footer {
    background-color:#CAB69B;
    background-image:url(../images/nonstandard/bg_footer.jpg);
    background-repeat:repeat-x;
	padding-top:20px;
}

#footer .extras {
	float:left;
    margin:0;
    padding:0;
    padding-top:35px;
    width:670px;
}
#footer .extras ul {
	margin-left:0;
}
#footer .extras li {
	margin-right:25px;
}

#footer .extras a {
	text-decoration:underline;
}
#footer .logo {
    background-color:#CAB69B;
    float:right;
    padding-top:35px;
}

.credit {
    background-color:#CAB69B;
    color:#A48F73;
    margin-top:30px;
}
.credit p {
    margin-left:0;
}
#footer .extras .credit a, .credit a { 
    color:#A48F73;
}

/*-------------------------------------------------------------------------------------------*/
/* =forums= */
/* forums - not often used, so can be left as it is unless they're enabled */
/*-------------------------------------------------------------------------------------------*/

.forumlink {
	border-bottom:1px solid #629AA7;
}

.forumthread {
	border-bottom:1px solid #629AA7;
}

.forumlisting {
	border-bottom:1px solid #629AA7;
}

/*-------------------------------------------------------------------------------------------*/
/* =titles= */
/* titles - header tags etc */
/*-------------------------------------------------------------------------------------------*/

body.home .blocktitles {
	position:static;
}


#block1_1 h4.title, #pnlSearchForm h4.title {
	color:#C6BC63;
	font-size:200%;
	font-weight:normal;
    margin-top:0;
}	

#block1_1 h5.subtitle {
	color:#8AA49C;
	font-size:120%;
}
#block1_1 h5.subtitle a {
	color:#8AA49C;
}
#block1_1 h5.author {
    color:#4F5655;
    font-style:normal;
}

#htmlPageContentHolder h6, .pagetext h6, #block1_1 h6 {
	color:#95B6D0;
	font-size:140%;
	text-transform:none;
}
#htmlPageContentHolder h6.subsubheading, .pagetext h6.subsubheading, #block1_1 h6.subsubheading {
    color:#6B867E;
	font-size:120%;
	font-weight:bold;
}


/*-------------------------------------------------------------------------------------------*/
/* =menu= */
/* menu items - category menu listings */
/*-------------------------------------------------------------------------------------------*/

#htmlIntroduction a {
    color:#0F7ACC;
}

.block .category1_2, .block .pagelink1_2, .block .category2_2, .block .pagelink2_2 {
    background-color:#fff;
	border: 1px solid #D3EFE8;
	margin-right:0;
	width:250px;
}

.block .category1_2, .block .pagelink1_2 {
	margin-right:16px;
}

.block .category1_2 .imagewrapper, .block .category2_2 .imagewrapper, .block .pagelink1_2 .imagewrapper, .block .pagelink2_2 .imagewrapper {
	border: 3px solid #F4F4F4;
	margin-left:3px;
}

.block .categorytitle, .block .pagetitle {
	color:#A1C77A;
	display:block;
	margin-bottom:3px;
	margin-top:3px;
}
.block a.categorytitle, .block a.pagetitle {
	color:#A1C77A;
}


/*-------------------------------------------------------------------------------------------*/
/* =home= */
/* home page - this may also use category menu styles, above */
/*-------------------------------------------------------------------------------------------*/

#htmlWelcomeBody a {
	color:#0F7ACC
}

#block1_2 .blocktitles {
    background-color:Transparent;
}

#block1_2 .blocktitles h2 {
	color:#143340;
	font-size:150%;
	font-weight:normal;
    margin-top:20px;
}

#block1_2 .blocktitles h2#htmlWelcomeTitle {
	color:#143340;
	font-size:200%;
	font-weight:normal;
    margin-top:0;
}

#block1_2 p {
    line-height:145%;
    margin-bottom:5px;
    margin-top:5px;
}

/* jl original home newpagelinks styles removed 

#block1_2 .newpagelink {
    background-image:none;
    border:0;
    font-size:105%;
    line-height:140%;
    margin-bottom:0;
    margin-top:12px;
    padding-left:0px;
    padding-top:0;
    width:100%;
}
#block1_2 .newpagelink a {
    color:#CEB800;
    font-weight:bold;
    text-decoration:underline;
}

#block1_2 .newpagelink .imagewrapper {
    float:left;
    height:100px;
    margin-right:30px;
    width:100px;
}
#block1_2 .newpagelink .imagewrapper img {
    border:0;
}

end */

/* jl new newpagelinks styles based on menu inserted - begin here */

#block1_2 .newpagelink {
    background-color:#fff;
	border: 1px solid #D3EFE8;
	height:108px;
	overflow:hidden;
	padding-bottom:6px;
	width:250px;
	float:left;
}
#block1_2 .newpagelink1, #block1_2 .newpagelink3 {
	margin-right:18px;
}

#block1_2 .newpagelink .imagewrapper {
	border: 3px solid #F4F4F4;
	float:left;
	margin-left:3px;
	margin-right:6px;
	margin-bottom:3px;
}
#block1_2 .newpagelink .imagewrapper img {
	border:0;
}

#block1_2 .newpagelink a {
	color:#A4A883;
}

/* end */

#block1_2 .morenew {
    display:none;
}

#block2_2 .blocktitles h2 {
    background-color:#735F4A;
    color:#fff;
    margin:0;
    min-height:31px;
    padding-left:14px;
    padding-top:23px;
    width:162px;
}
* html #block2_2 .blocktitles h2 {
    height:54px;
    width:176px;
}

#block2_2 .pagelink {
	border-top: 0;
	min-height:auto;
	margin:0;
	padding:0;
	text-align:left;
    width:176px;
}
* html #block2_2 .pagelink {
	height:auto;
}

#block2_2 .pagelink .imagewrapper {
	background-color:#fff;
	border: 0;
	float:none;
	height:auto;
	width:auto;
}
#block2_2 .pagelink .imagewrapper img {
    margin:0;
    width:176px;
}
#block2_2 .pagelink a {
    color:#fff;
    display:block;
    margin:0;
    min-height:31px;
    padding-left:14px;
    padding-top:23px;
    width:162px;
}
* html #block2_2 .pagelink a {
    height:54px;
    width:176px;
}
#block2_2 .pagelink .imagewrapper a {
    min-height:inherit;
    margin:0;
    padding:0;
    width:auto;
}

/*-------------------------------------------------------------------------------------------*/
/* =page= */
/* content page - including image styling etc */
/*-------------------------------------------------------------------------------------------*/

#block1_1 .mapcaption {
	width:280px;
}
#block1_1 .imagesright. .mapcaption {
	width:280px;
}
#block1_1 .imagesright .imagecaption, #block1_1 .standardimage .imagecaption, #block1_1 .thumbimage .imagecaption {
	width:280px;
}
#block1_1 .imagesright .mediatitle{
	width:280px;
}
#block1_1 .imagesright .imagecredit, #block1_1 .standardimage .imagecredit, #block1_1 .thumbimage .imagecredit {
	width:280px;
}
#block1_1 .imagesright .mediadescription{
	width:280px;
}

#block1_1 .pagetext a, #block1_1 .pagetext p a {
    color:#0F7ACC;
}

p.emphasised {
    color:#89A46D;
    font-style:normal;
    font-weight:bold;
}
.pulloutquote {
    background-color:#E8F1F9;
    color:#6B867E;
    font-size:120%;
    font-style:italic;
    font-weight:normal;
    padding-bottom:12px;
    padding-left:16px;
    padding-right:16px;
    padding-top:12px;
    width:188px;
}


/*-------------------------------------------------------------------------------------------*/
/* =comments= */
/* comments */
/*-------------------------------------------------------------------------------------------*/

#htmlCommentsDisplay, #htmlCommentsInput, #htmlCommentsPrompt, #htmlCommentsThanks {
	background-color:Transparent;
	border-top:1px solid #AFD6B2;
}

#htmlCommentsInput h2, #htmlCommentsPrompt h2, #htmlCommentsDisplayArea h2, #htmlCommentsThanks h2, #htmlSearchPrompt h2, #htmlSearchFailure h2 {
	background-color:Transparent;
	color: #1B6084;
}
#htmlCommentsInputForm h2.nosub a {
	background-color:Transparent;
	color: #1B6084;
}

#htmlCommentsPrompt h3 a {
	background-color:Transparent;
    color:#1B6084;
}

#htmlCommentsInput #htmlCommentsInputForm {
	background-color:Transparent;
}
#htmlCommentsInputForm .privacy a {
    color:#1B6084;
}

#htmlCommentsDisplayArea {
	background-color:Transparent;
	border-top:0;
}

#block1_1 .comment .commentbody p {
    color:#4F5655;
}

#block1_1 .comment .commentbody p a {
    color:#0F7ACC;
}

.block .comment .commentcredit {
    color:#4F5655;
}
.block .comment .commentcredit a {
    color:#0F7ACC;
}

/*-------------------------------------------------------------------------------------------*/
/* =sitemap= */
/* sitemap */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* =search= */
/* search - this is the standard database search method */
/*-------------------------------------------------------------------------------------------*/

#htmlSearchPrompt, #htmlSearchFailure {
	border-top:1px solid #8DA899;
}

#htmlSearchControls {
	border-top:1px solid #8DA899;
}

#pnlSearchResults h4.subtitle {
	border-bottom:1px solid #8DA899;
}

/*-------------------------------------------------------------------------------------------*/
/* =search2=
/* alternative search - not generally used in standard site setup */
/*-------------------------------------------------------------------------------------------*/

.searchaddress {
	color:#629AA7;
}
.searchheader {
	border-bottom:1px solid #629AA7;
}
.searchfooter {
	border-top:1px solid #629AA7;
	border-bottom:1px solid #629AA7;
}

/*-------------------------------------------------------------------------------------------*/
/* =contributor=
/* contributor list */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* =cp= */
/* control panel and pagemaker - note that specific pagemaker bits are below */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* =pm= */
/* pagemaker - note that styles that are also used by the control panel are above */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* =form= */
/* form stuff - lists, textboxes and other reusable form styles */
/*-------------------------------------------------------------------------------------------*/

label {
	position:static;
}

/*-------------------------------------------------------------------------------------------*/
/* =size= */
/* sizes */
/*-------------------------------------------------------------------------------------------*/



