
/* -------------------------------------------------------------------------

	LCJP Justice for Young People Print Style Sheet 
	last update: 15 March 2010  
	author: Bill Dashfield
	email: bill@ecru.co.uk

  ------------------------------------------------------------------------- */

/* colour palette----------------------------- ----------------------------
		Normal	
		======	
rules 	
blue 	
purple: 	
blue text 	#8080FF
'black' text	
'greyer' text	
background	
background	
active links	
*/

/* font sizing guide -------------------------------------------------------

points		pixels		ems		leading
--------------------------------------------------------
7pt	=	9px 	= 	0.75em		2.2222em
7.5pt	=	10px 	= 	0.8333em	2em
8pt	=	11px 	= 	0.9166em	1.8181em
9pt	=	12px 	= 	1em		1.6666em
10pt	=	13px 	= 	1.0833em	1.5384em
10.5pt	=	14px 	= 	1.1666em	1.4285em
11pt	=	15px 	= 	1.25em		1.3333em
12pt	=	16px 	= 	1.3333em	1.25em
13pt	=	17px 	= 	1.4166em	1.1764em
13.5pt	=	18px 	= 	1.5em		1.1111em
14pt	=	19px 	= 	1.5833em	1.0526em
14.5pt	=	20px 	= 	1.6666em	1em
15pt	=	21px 	= 	1.75em		
16pt	=	22px 	= 	1.8333em	
17pt	=	23px 	= 	1.9166em	
18pt	=	24px 	= 	2em			
23pt	=	30px	=	2.5em		

(divide desired pixel height by 12 to get 'em' value) */

* {
	/* global white space reset */
	padding: 0;
	margin: 0;
	text-align:left;
	color: #010101;
	background-color: #fefefe;
	float: none;
}


/* GLOBAL CSS */

		.link1-pink { color:#000; text-decoration:underline; }

		.pink-text { color:#000; }

		.hidden-div { display:none; visibility: hidden; }

		.divider { position:relative; clear:both; height:1px; margin-bottom:10px; line-height:0px; width:100%; background:url('../images/common/divider.jpg'); font-size:0px; }

		#subpage-title, h1, #main-panel-title h1, #welcome-text-title h2   {color: #010101; background-color: #fefefe; float: none;}  !important

		h2 { color:#0000C0;}

		.news-date, .news-h2, .news-h3 { color:#000;}

		.div-left, .div-right, #subpage-leftcontent, #subpage-rightcontent { float:none;}


/* HIDE NAV and side bars */

	#home-main-buttons, #menu, 
	#links-panel-inner, #links-panel-top, #links-panel-bottom,
	#resources-panel, #bookmark-footer { display:none; visibility: hidden;}


/* PAGE CONTAINER */

	#container {
		float: none;
		position:relative;
		margin:0 auto;
		background-color:#ffffff;
		background-image: none;
		width:100%;
		}

		#container-inner {
			float: none;
			position:relative;
			margin:0 auto;
			width:95%;
			padding-top:9px;
			}



/* YOUTUBE PANEL */

	#youtube-container { display:none; visibility: hidden; }
		

/* CASE STUDY / DID YOU KNOW PANEL */

	#case-study  { display:none; visibility: hidden; }


/* GET IN TOUCH PANEL */

	#get-in-touch  { display:none; visibility: hidden; }




/* FOOTER LOGO */

	#footer-logo {	float: none;}

	#footer-logo a {color: #fff; float: none;}

	.topLink  { display:none; visibility: hidden; }



/* SUB NAV BUTTONS */

	#report-a-crime  { display:none; visibility: hidden; }
	#victims-witnesses  { display:none; visibility: hidden;}
	#accused  { display:none; visibility: hidden;}
	#resources  { display:none; visibility: hidden;}





