/*
* Default stylesheet for Londongt.org
* 
* Non-language specific styles go here.
*
* Date: 5/11/2008
* Author: Stuart Bradford (info@stuartbradford.com)
* Version: 2.0
*
*/

/**

*		Colors
*		#176d89 = dark blue of the banner
*		#C5d7DD = light blue as normal bg for menu UL/li
*		#527F8F = intermediate blue subheading main page
*		#DA0067	= that reddy colour
*		#e1dfd2	= the light grey for expanded menus
*		#e1dfd2 =  the light-brown-ish canvassy desert color as per the print out...??
*		#d59311 = rich light brown for search again link
		#79bf07	= side image byline green
*/


 html 
	{
		text-align:center;
		background-color:#eee;
		color : #ffffff;
		margin-top:0px;
		font-size:14px;
		height:100%;
	
	}

a 
	{
		text-decoration:none;
		color:#0066cc;

	}
p {margin:0.5em 0em 1em 0em}
a:hover {text-decoration : underline;}	

body
	{
		text-align:center;
		background-color:#eee;
		margin-top:0px;
		line-height:1.6em;
		color:#ffffff;
	}
	
#lgt_body
	{
		background-color:#ffffff;
		text-align:left;
		display:block;
		width:765px;
		/*height:150%;*/

		color: #666666;
		font-family: arial, helvetica, sans-serif;
		/*font-size: 62.5%;*/ /*makes 1em = 10pt*/
		font-size: 0.8em;
		line-height: 160%;
		padding-top:0px;

    	margin:8px auto 0px auto;
   		/*
    	padding: 0px 12px 32x 0px
		border-right:12px solid white;
		border-bottom:32px solid white;
		*/
		border-top: 1px solid #DADADA;
		border-bottom: 1px solid #DADADA;
		padding: 0px 17px 32px 0px;
    	background: #FFFFFF url("../images/dropShadow.gif") top left repeat-y;
    	overflow: hidden;
	}
	
h1
	{
		font-size: 200%;
	}
h2
	{
		font-size: 200%;
		color:#9ab9c4;
	}


h3
	{
		font-size: 140%;
		padding:0.5em 0em 0.5em 0em;
	}

h4	{
		font-size: 130%;
	}
h5
	{
		font-size: 120%;
	}
h6
	{
		font-size: 110%;
	}
ul
	{
		padding:0px;
		margin:0px;
		
	}
/* banner info */
#lgt_banner
	{
		background-color: transparent;
		background-image: url("../images/banner.png");
		width:100%;
		background-repeat:no-repeat;
		height: 150px; /*ensures correct clearing around logo*/
		text-align:right;
		color:#9ab9c4;

	}
	
#lgt_bannerTitle, #lgt_bannerLogo
	{
	
	margin: 24px;
	}

#lgt_bannerTitle
	{
	margin-top : 72px;
	margin-left : 37px;
	float: left;

	}

#lgt_bannerTitle, img
	{
border-style : none;
	}

#lgt_bannerTyreMark {
	padding-top:20px;
	padding-right:5px;
	}

#lgt_bannerLogo
	{

	float: right;
	}
	
/* end banner info */
/*######################################################################### START of MENU CONTROLS */	

#lgt_controlsTopPiece
	{
		display:none;	
	}

#lgt_controls
	{
		position: 	relative;
		left: 		-6px; 
		top: 		53px;
		background-color: white;
		color : #000000;
		border:		0px solid red;
		width: 178px;
		float: 		right;
	}


	
#lgt_controls ul 
	{
		background-color:white;
		border-top:1px solid white;
		color: #ffffff;
		width: 178px;
	}
	
#lgt_controls li 
	{
		background-position:0px 2px;
		background-repeat:no-repeat;
		list-style-type:none;
		border:0px solid white;
		font-weight:600;
		/*text-transform:uppercase;*/
		margin-bottom:2px; 

	}
	
#lgt_controls li ul 
	{
		margin-left:-15px;

	}

#lgt_internalNavigation ul
	{
		overflow:hidden;
	}
#lgt_internalNavigation a:link, #lgt_internalNavigation a:visited, #lgt_internalNavigation a:active {color:#176d89 !important}

#lgt_internalNavigation ul li ul li  ul li
	{
		
		border-bottom:1px dotted #176d89;
		background-image:url("../images/right-facing-arrow.gif");
		background-position:4px 2px;

		padding-left:20px;
		
	}
				
/*
#lgt_internalNavigation ul li ul li  ul li:last-child
	{
		
		margin-left:-1px;
		border-bottom:0px dotted #176d89;
	
	}
*/	
				

#lgt_menuNavigation 
	{
		display:none;
	}



#lgt_controls, #lgt_controls a
	{
		text-decoration:none;
		font-size:12px;
	}

.lgt_submenu	
	{
		color:#e2e2e3;
		background-color:#c5d7dd;
		background-image:url("../images/right-facing-arrow.gif");
		padding-left:15px;
	}
	
.lgt_expanded 	
	{	
		background-color:#e1dfd2;
		color:#176d89;
	}	
	
/* Opened but unselected menu items of the 2nd tier.*/	
lgt_expanded li /*2nd level of links*/
	{	
	background-color:#e1e2e3;
	color:#176d89;
	}	


lgt_expanded li ul li /* page only link (3rd level) */
	{	
		
		background-image:url("../images/right-facing-arrow-light.gif");
		background-repeat:no-repeat;
		background-color:white;
		color:#da0067;
		
	}	
	
	
xli.lgt_expanded	ul li.lgt_expanded /* 3rd level header*/
{
		color:#176d89;
		background-color:#e1e2e3;
		background-image:url("../images/down-facing-arrow-light.gif");
		
}
	

xli.lgt_expanded	/*2nd level header*/
	{	
		background-color:#c5d7dd;
		background-image:url("../images/down-facing-arrow-light.gif");
		background-repeat:no-repeat;
		/*color:#c5d7dd;
		background-color:#176d89;
		*/
	}

.lgt_selected {
	color:	#DA0067;
}
/*
.lgt_expanded {	
	background-image:url("../images/down-facing-arrow-light.gif");
	background-repeat:no-repeat;
}
*/
#lgt_internalNavigation ul li {
	color: #176d89;
	background-color:#c5d7dd;
	background-image:url("../images/right-facing-arrow.gif");
	padding-left:15px;
			
}

#lgt_internalNavigation ul li.lgt_selected {
	color:	#DA0067;
}

#lgt_internalNavigation ul li.lgt_expanded {
	background-image:url("../images/down-facing-arrow-light.gif");
	background-repeat:no-repeat;	
}

#lgt_internalNavigation ul li ul li {
	background-color: #e1dfd2;
	background-image: url("../images/right-facing-arrow.gif");
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 20px;
}

#lgt_internalNavigation ul li ul li.lgt_selected {
	color:	#DA0067;	
}

#lgt_internalNavigation ul li ul li.lgt_expanded {
	background-image: url("../images/down-facing-arrow-light.gif");
	background-repeat: no-repeat;	
}
#lgt_internalNavigation ul li ul li ul {
	position: relative;	
	left: -5px;
}

#lgt_internalNavigation ul li ul li ul li {
	background-color: white;
	background-position: 10px 0px;
	padding-left: 25px;
}

#lgt_internalNavigation ul li ul li ul li.lgt_selected {
	color:	#DA0067;	
}

#lgt_internalNavigation
	{
		float:right;
		position: relative;
		top:-45px;
		color:#c5d7dd;
		font-weight:600;
	}

* #lgt_internalNavigation
	{
		/*ie specific*/
		left:6px;

	}
	
#lgt_menuNavigationHotLinks
	{
	color:white;
	}

	
/*######################################################################### END of MENU CONTROLS */	
	
#lgt_content
	{	
	font-size:105%;
		text-align:left;
		background-color: transparent;
		padding-top: 0px;

		padding-left:25px;
		left:inherit;
		margin-top:8px;
		max-width: 542px;

		min-height: 423px;
	}
	
	#lgt_content ul{
		/*
		margin:  15px;
		padding : 15px;
		*/
		margin-left: 20px;
	}

.rightContentArea {
	
	float:right;
	width :250px;
	padding-left:10px;
	background-color:#eeeeee;
	border: dotted 1px #6c6c6c;
	padding-bottom:5px;
	margin-left:10px;
	margin-right:-10px;
}

.rightContentArea h3{
	margin-top: -5px;
	margin-bottom: -3px;
	}

  #lgt_footer
	{
		position : relative;
		display:block;
		font-size:18px;
		width:542px;
		height: 7em;
		background-color:	#FFFFFF;
		color: 				#000000;
		margin-left:25px;
		clear: both;
  }
 
 	
a.footerLinksLarge{
	background-color:	#d59311;
	color: #ffffff;
}  

p.footerLarge{
	position: relative;
	top: 10px;
	background-color:	#d59311;
	color: #ffffff;	
	display: block;
	min-height: 20px;
	padding: 10px 5px 8px 10px;
	margin: 0px;
}
  
  
#copyright_etc
	{
		font-size:100%;
		display:block;
		width:500px;
		margin-left:auto;
		margin-right:auto;
	}  

#lgt_externalLinks 
	{
		display:none;
	}

#lgt_searchKeywords
	{
		width: 100%;
	}


#side_image_group
{

	margin-top:0px;
	margin-left:4px;
	margin-right:0px;

}


/**
*	Permanent elements
*/

#proposition_statement
{
	float : left;
	position:relative;
	left : 155px;
	right:20px;
	top:109px;
	color:#c5d7dd;
	font-size:18px;
	font-weight:bold;
}
#lgt_permanent_footer
{
	font-size:11px;
	position:relative;
	left:210px;
	top: 40px;
	text-align:center;
	width:300px;
}

#lgt_permanent_footer p {
	color: #8A9395;
	margin: 0px;
}

#generic_menu {
	font-weight: 600;
	font-size: 90%;
	z-index: 27;
	color: white;
	display: block;
	padding-top: 30px;
	margin-right: 40px;
}
	
#generic_menu a 
 	{
 		text-decoration:none;
 		color:white;
 	}

#generic_menu a:hover 
 	{
 		text-decoration:none;
 		color:#c6c6c6;
 	}

#by_line 
	{	
		font-size:120%;
		font-weight:600;
		color:inherit;
		display:block;
		margin-right:40px;
		margin-top:60px;
		
	}
	



/**
*	homepage layout elements
*/

#main_copy 			
	{	font-size:100%;
 		text-align:left;
		background-color:white;
		float:left; 
		display:block;
		padding-left:0px;
	}


#main_image 
	{
	clear:none;
/* original		margin-left:5px; */
	margin-left:0px;
	}
#image_groupHome
	{
	height: 100px;
	width: 542px;
	}

#over_text 
	{
		width:338px;
		height:72px;
		background-color:white;
		z-index:42;
		padding:9px;
		position:relative;
		top: -110px;
		left : 160px;
	}	
#over_text h3 
	{
		margin:0px 0px 4px 0px;
		color:green;
		font-size:100%;
		
	}	
#over_text p 
	{
		font-size:95%;
		color:#176d89;
		line-height:140%;
		font-weight:500;
		margin:0px;
	}	
#over_text_sub	
	{
		width:328px;
		height:72px;
		background-color:white;
  		position:absolute;
		left:442px;
		top:240px;
		z-index:42;
		padding:9px;
		
	}	
	
#lhs_text 
	{
		padding-left:13px;
		width: 350px;
	}
#lhs_text h3
	{
	margin-top: 2px;
	margin-bottom: 10px;
	}
#lhs_text p
	{
	margin-right: 20px;
	}
	
#right_link_block 	
	{ 	
		position:relative;
	}
	
#second_copy
	{ 
		clear:both;
		color:white;
		position:relative;
		height:77px;
		margin-left:0px;
		width:542px;
	}
					
#second_copy div 
	{
		margin-left:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:0px;
		/*height:100%;*/
	}	
					
#bottom_copy 	
	{
		margin:0px;
		padding:0px;
		width:546px;
	}					
										
#search_resources 
	{
		width:540px;
		color:white;
		background-color:#d38c02;
		font-size:110%;
		padding:5px;
		margin-left:4px;
		margin-top:4px;
		font-weight:bold;
	}

#meta_search_container
	{
		background-color:#e1dfd2;
		padding:0px;
		padding-top:15px;
		min-height:300px;
		width :542px;
	}
	
#meta_search_container h3
{
	color:#527F8F;
	font-size:110%;
	margin-bottom:-15px;
	
	
}	
	
#meta_search_container select
	{
		width:200px;		
	}

#form_submit
	{
		clear:both;		
		vertical-align:bottom;	
		
	}
	
#meta_search_container .form_component
	{
		width:250px;
		height:60px;
		margin-bottom:20px;
  	    margin-left:20px;
		float:left;
	}
	
#search_link 
	{
	
position :relative;
float:right;
margin : 0px;
padding-left : 15px;
padding-top : 5px;
top: -30px;
width : 93px; /* Example width */
height : 27px; /* Example height */
background-image : url("../images/btn-search-again.gif");
background-color : #e1dfd2;
color : #ffffff;
font-weight : bold;
background-position : left top;
background-repeat : no-repeat;
border : 0 solid #fff; /* Needed for Opera */
	}
	
	
	
	
#form_submit {
position :relative;
float:right;
clear : both;
width : 93px; /* Example width */
height : 27px; /* Example height */
background-image : url("../images/btn-submit.gif");
background-color : #e1dfd2;
color : #ffffff;
font-weight : bold;
background-position : left top;
background-repeat : no-repeat;
border : 0 solid #fff; /* Needed for Opera */
} 	
	
#results_summary 
	{
		background-color:#e1dfd2;
		padding: 6px;
		width: 530px;
	}
#results_summary div
	{
	width: auto;
	}
.summary_label
	{
		font-size:110%;
		color:#527F8F;	
		font-weight :600;	
	}			

h3.resource_name
	{
		background-image:url("../images/dark-star.gif");
		background-repeat:no-repeat;
		color:#527F8F;
		margin-bottom:-10px;
		padding-left : 20px;
		width:90%;
	}
	
h4.resource_description
	{
		padding-left:20px;
		color:black;
		margin-bottom:-10px;
	}
	

	
#two_column div	
	{
		margin-top:15px;
	}



/**
*	 layout classes
*/

.two_thirds 
	{ 
		position:relative;
		width:542px;
		display:inline;
	
	}
	
.three_thirds 
	{ 
		position:relative;
		width:560px;
		display:inline;
	}
	
.equal_thirds 
	{ 
		position:relative;
		width:172px;
		display:inline;
		z-index:1;
	}


.half_and_half 
	{
		width:240px;
		padding-left:5px;
		padding-right:5px;
		margin-bottom:20px
	}
		
.side_column
	{
		width:120px;
		margin-right:8px;
	}

.align_right 
	{
		right:15px;
	}	
.align_left 
	{
		left:0px;
	}			
.float_right 
	{
		float:right;
	}	
.float_left 
	{
		float:left;
	}			
.clear_both 
	{
		clear:both;
		margin-top:15px;
		margin-bottom:15px;
	}
	
	
				
				
/**
*	 style classes
*/								
.main_copy 
	{
		padding:5px;
		padding-top:0px;
		margin-top:0px;

		font-size:100%;
		clear:none;
		display:block;
	}
	
.main_copy h1 
	{
		color:#C5d7DD;
		font-size:160%;
		line-height:100%;
		margin:0px;
		margin-top:10px;
		margin-bottom:10px;
		padding:0px;
	}
	
	
.main_copy h2 
	{
		color:#da0067;
		font-size:130%;
		line-height:100%;
		margin:0px;
		margin-top:10px;
		padding:0px;
	}
	
.main_copy h3 
	{
		color:#527F8F;
		font-size:130%;
		line-height:100%;
		margin:0px;
		padding:0px;
	}
	
.main_copy p 
	{	
		line-height:105%;
		font-size:105%;
		margin:0px;
		margin-top:5px;
		margin-bottom:5px;
		padding:0px;
		padding-bottom:10px;
	}

.main_copy ul
	{
		list-style-position:inside;
	}
				
.grouping_border 
	{
		border:1px solid #c5d7dd;
		padding-left:0px;
		padding-right:4px;
		padding-top:4px;
		padding-bottom:8px;
		position:relative;
		width:536px;
	}	


.walkthrough_links 
	{
		background-color:#da0067;
		padding: 8px 2px 8px 15px;
		color: #FFFFFF;
		font-size:110%; 
		margin-top:1px;
		margin-bottom:1px;
		margin-right:1px;
		margin-left:4px;
	
	}
	
.walkthrough_links a
	{
		background-color: transparent;
		color: #FFFFFF;
	}	
	
.walkthrough_links a:hover h3
	{
	text-decoration: underline;
	}	
	
.walkthrough_links h3
	{
		position: relative;
		font-size:100%;
		line-height:100%;
		background-image :url("../images/right-facing-arrow-white.gif");
		background-repeat:no-repeat;
		background-position:1px -1px;
		margin:0px;
		margin-left:-5px;
		padding-left:17px;
		color:white;
	}
	
.walkthrough_links p 
	{
		font-size:90%;
		line-height:100%;
		margin:0px;
		padding:0px;
		font-weight : bold;
	}
.darkest_bg, .dark_bg, .lighter_bg
	{
	display:block;
	font-size:100%;
	font-weight:bold;
	padding-top:10px;
	padding-left:10px;
	padding-right:6px;
	padding-bottom:5px;
	}
.darkest_bg 	
	{
	background-color:#0c132e;
	margin-right: 4px;
	}
					
.dark_bg 		
	{
	background-color:#351b50;
	}
	
.lighter_bg 	
	{	
	background-color:#79be07;
	}
	
		
.darkest_bg h3 {
	color:#7ad203;
	margin:0;
	padding:0 0 10px 0;
}
	
	
.dark_bg h3  {
	color:#7ad203;
	margin:0;
	padding:0 0 10px 0;
}

.dark_bg h3 a {
	color:#7ad203;
}

.lighter_bg h3, a {
	color:#351b50;
	margin:0;
	padding:0 0 10px 0;
}
					
.keywords_light a, .darkest_bg a 
	{
		color: #7ad203;
	}
						
.keywords_dark a
	{
		color: #351B50;
	}	
	
.profile_block
	{
		background-color:#e1ded2;
		padding:8px;
		margin-bottom:8px;
	}
.profile_label
	{
		color:#176d89;
		font-weight:600;
		margin-right:8px;
		margin-left:8px;
	}	
.side_bar	
	{
		color:red;
	}
	
.side_image_byline
{
	background-color:#79bf07;
	font-weight:bold;
	color:white;
	font-size:150%;
	width:150px;
	min-height:70px;
	padding:15px;
	margin-bottom:8px;

}	
	
#documents_and_links 
	{
		position: relative;
		clear:both;
		padding: 6px 26px 6px 6px;
		width: 510px;
		margin:0px;
		color:#666666;
		background-color:#E1DFD2;
		min-height:200px;
		overflow: hidden;
	}

#documents_and_links  ul {margin:0px; padding:0px 0px 0px 10px}	
#documents_and_links  ul li
	{
	clear: both;
	list-style:none; 
	}
	
.print
	{
	display: none;
	}
/*** links in Across the school ***/

p.resources_link_copy{
	margin-bottom: -10px;
}

.resource {
	margin-bottom: 10px;
	padding-left:25px;
	background-image:url('../images/dark-star.gif');
	background-repeat: no-repeat;
	background-position: 0px 1px;
	
}



/*** table layout ***/
.fullDisplay{
	width: 540px;
	border: 0px;

}

h2.explore{
color:#176d89;
padding-bottom: 5px;
}	
	
h3.relevantDocs{
	color : #DA0067;
	margin:5px 0px 5px 0px;
}

h4.relevantDocs{
color : #176d89;
font-weight : 600;
padding-left : 30px;
}	

	
p.breadCrumbs{
	color : #666666;
	margin:0px;
}
a.breadCrumbLinks{
}

a.breadCrumbLinks:hover{
text-decoration:underline;
}

p.blueFirstPara{
color : #176d89;
background-color : #ffffff;
font-weight : 600;
}

h3.subBoxTitles{
	font-weight : bold;
	color: #176d89;
	background-color: #ffffff;
}

a.subBoxLink {
background-image:url("../images/right-facing-arrow.gif");
background-repeat : no-repeat;
padding-left: 16px;
}

a.subBoxLink:hover {
text-decoration:underline;
}

#form_submit {
position :relative;
float:right;
clear : both;

margin-right : 100px;
width : 93px; /* Example width */
height : 27px; /* Example height */
background-image : url("../images/btn-submit.gif");
background-color : #e1dfd2;
color : #ffffff;
font-weight : bold;
background-position : left top;
background-repeat : no-repeat;
border : 0 solid #fff; /* Needed for Opera */
} 

/** easy walkthroughs steps */
ol.easySteps{
	font-weight:600;
	
	}

ol.easySteps a{
	
	
	}
	
ol.easySteps li{
	
	
	}	

/*  relevant documents styling */
ul.relevantDocs li p a
	{
	padding: 4px 0px 4px 25px;
	}
	
ul.relevantDocs{
	list-style-image: url(../images/docStar.gif);
	}
 
a.resource_uri
	{
	padding-left : 25px;
	font-weight : 600;
	color:#0066cc;
	}
	
a.word, a.powerPoint, a.pdf, a.link, a.flash
	{
	background-repeat : no-repeat;
	background-position: center left;
	font-weight : 600;
	padding:5px 0px 5px 25px;
	color:#0066cc;
	}
	
a.word {
background-image : url("../images/docicon_small-brown.gif");
}

a.powerPoint {
background-image : url("../images/ppticon_small-brown.gif");
}

a.pdf {
background-image : url("../images/pdficon_small.gif");
width : 17px;
height:17px;
}

a.link {
background-image : url("../images/external_link_small-brown.gif");
}

a.flash {
background-image : url("../images/flashicon_small-brown.gif");

}

.resource_name{


color : #296E8B;
}

p.resource_description{

}

h4.relevantDocs{

}

p.pageSteps{
	clear :both;
	float:right;
	font-weight : bold;
	margin-right: 5px;
	}
	
	
	
@media print {
	
#lgt_banner a, #lgt_banner #proposition_statement
	{
	display : none;
	}

	
#lgt_internalNavigation{
	display : none;
	}
	
p.breadCrumbs{
	display : none;
	}	
	
#lgt_permanent_footer{
	display:none;
	}
	
#lgt_footer{
	display: none;
	}
		
#over_text, #over_text_sub
	{
	position: relative;
	top: 0px;
	left: 0px;
	}
.print
	{
	display: block;
	}

}	
