/*-------------------------------------------------------------------------------------------*/
/* 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 */
/*-------------------------------------------------------------------------------------------*/

.homepage_container {
	background-image: url(../images/nonstandard/banner3.png);
}

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

#header {
	background-color:#fff;
	background-image:url(../images/standard/bg_title.gif);
	background-position:top right;
	background-repeat:no-repeat;
}

#header #skipnav a:active, #header #skipnav a:focus {
	left:600px;
	top:0;
	z-index:200;
}

#header #titles {
    height:78px;
}

#header #titles h1 {
	float:left;
	margin-left:2px;
	margin-right:-100%;
	position:relative;
	z-index:100;
}

#header #subnavigation {
    background-image:url(../images/nonstandard/bg_search.gif);
}

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

.breadcrumbbarwrapper {
	background-color: #3435A1;
}
.breadcrumbbar {
	background-color: #3435A1;
	border:1px solid #3435A1;
	color:#fff;
}
.breadcrumb {
	background-color: #3435A1;
	margin-left:10px;
}
* html .breadcrumb {
	margin-left:5px;
}
.breadcrumb a, .contentpage .breadcrumb a  {
	color:#fff;
	text-decoration:none;
}

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

.navbar {
	margin-bottom:9px;
	margin-top:7px;
}

.blocklogin {
	color:#fff;
	font-weight:normal;
}

.blocklogin .blocklogintitles {
	margin-left:16px;
}

.blocklogin h2, .blocklogininfo .blocklogintitles h2 {
	color:#fff;
	font-weight:normal;
}

.blocklogininfo .blocklogintitles h3 {
	font-weight:normal;
}

.blockloginform {
	margin-left:16px;
}

.blockloginform label {
	font-weight:normal;
}
.blockloginform a.passwordlink {
	color:#fff;
}
 
.menu_item_container {
	padding-top:2px;
}

.menu_item {
	border-bottom:1px solid #fff;
	color:#fff;
	font-weight:normal;
	margin-left:0;
	padding-bottom:9px;
	padding-left:16px;
	padding-top:9px;
	width:133px;
}
* html .menu_item {
	width:150px;
}

.menu_item a:link {
	color:#fff;
}

.menu_item a:visited {
	color:#fff;
}


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

.extracolumn {
	background-color:#f2f0e4;
}

.morelinks h2 {
	border-bottom:1px solid #0469A3;
	color:#9E410B;
}
.morelinks h2 a {
	color:#9E410B;
}

.morelinks h3 a {
	color:#9E410B;
}

.extracolumn ul {
	color:#9E410B;
}

li.contextuallink a, li.contextuallinkcurrent a {
	color:#9E410B;
}

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

#footer {
	background-color: #3435A1;
	color:#fff;
}
#footer .extras a {
	color:#fff;
}

/* additional code for positioning logos */
#logos {
	margin-left:10px;
}

#logos img{
	border:0;
	margin-top:5px;
}

.credit {
	display:none;
}

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

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

#block1_1 h4.title, #pnlSearchForm h4.title {
	border-bottom:1px solid #0469A3;
	color:#9E410B;
}	

#block1_1 .pagetext h4.title {
	color:#9E410B;
}

#block1_1 h5.subtitle {
	color:#676767;
}
#block1_1 h5.subtitle a {
	color:#AB5B20;
}

#htmlPageContentHolder h6, .pagetext h6, #block1_1 h6 {
    color:#9E410B;
}

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

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

#block1_2 .blocktitles h2, #block2_2 .blocktitles h2, h2.searchpagetitle {
	border-bottom:1px solid #0469A3;
	color:#9E410B;
}

#block1_2 .pagelink {
	margin-top:12px;
}

#block1_2 .homepagelink {
	padding-top:8px;
	margin-top:8px
}

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


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

#htmlCommentsInput, #htmlCommentsPrompt, #htmlCommentsThanks {
	border-top:1px solid #0469A3;
	color: #536A8C;
}

#htmlCommentsInput h2, #htmlCommentsPrompt h2, #htmlCommentsDisplayArea h2, #htmlCommentsThanks h2, #htmlSearchPrompt h2, #htmlSearchFailure h2 {
	color: #1B397D;
}

#htmlCommentsInputForm h2 a {
	color:#000;
}

#htmlCommentsInput #htmlCommentsInputForm label {
	color: #536A8C;
}

#htmlCommentsInputForm .privacy a {
	color:#5C7A81;
}

#htmlCommentsDisplayArea {
	border-top:1px solid #0469A3;
	color:#1B397D;
}

#block1_1 .comment .commentbody p {
	color:#1B397D;
}

#block1_1 .comment .commentbody p a {
	color:#1B397D;
}

.block .comment .commentcredit {
	color:#536A8C;
}

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

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

#htmlSearchPrompt, #htmlSearchFailure {
	border-top:1px solid #0469A3;
	color: #000;
}

#htmlSearchPrompt h2, #htmlSearchFailure h2 {
}

#htmlSearchControls {
	border-top:1px solid #0469A3;
}

#pnlSearchResults h4.subtitle {
	border-bottom:1px solid #0469A3;
}

#htmlSearchPrompt a {
	color: #000;
}

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

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

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

.controlpanel1_2 .blocktitles, .panel1_2 .blocktitles {
	background-color:#c4c4c4;
}

.controlpanel2_2 .blocklogintitles h2, .panel2_2 .blocklogintitles h2 {
	color:#000;
}

.controlpanel2_2 .blocklogintitles h3, .panel2_2 .blocklogintitles h3 {
	color:#000;
}

/*-------------------------------------------------------------------------------------------*/
/* =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 */
/*-------------------------------------------------------------------------------------------*/

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

