/*-------------------------------------------------------------------------------------------*/
/* Site-specific custom print 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  */
/*-------------------------------------------------------------------------------------------*/

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

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

.category_container, .category_container_hidden, .page_container, .page_container_hidden {
	margin-left: 0px;
	padding-top: 0px;
}
* html .category_container, * html .category_container_hidden, * html .page_container, * html .page_container_hidden {
	margin-left:0;
}

.pagetext {
	float:none;
	padding-right:0px;
	width:100%;
}
* html .pagetext {
	width:100%;
}

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

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

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

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

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

#footer {
	background-image:none;
	border-top:1px solid #e1e1e1;
}

#footer #footercontent {
	margin-left:0;
}

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

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

#block1_1 h4.categorytitle {
	background-color:#fff;
	height:173px;
	margin-bottom:9px;
	margin-left:0;
	margin-right:0;	
	margin-top:0;
	padding-top:9px;
	padding-left:0;
	width:335px;
}

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

#htmlIntroductionWrapper {
	float:none;
	padding-left:0;
	padding-right:0;
	width:100%;
}
* html #htmlIntroductionWrapper {
	width:100%;
}

#htmlSubContentList {
	float:none;
	width:100%;	
	margin-left:0;
}

.block .category1_2, .block .pagelink1_2, .block .category2_2, .block .pagelink2_2 {
	width:100%;
}


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

.homepage_text, .homepage_credit {
	display:none;
}

#block1_2 .blockitem_welcome, #block1_2 .blockitem_story {
	background-image:none;
}

#block1_2 .blockitem_welcome .imageright {
	margin-left:100px;
}
* html #block1_2 .blockitem_welcome .imageright {
	margin-left:0;
}

#block2_2 .pagelink_new {
	width:100%;
}

#block2_2 .newtitle {
	color: #f78200;
	display:block;
	padding-top:20px;
	font-weight:normal;
	text-transform:uppercase;
}

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

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

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

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

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

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

#block2_2 .newtitle {
	font-size:120%;
}


