/* 
Interacting stylesheet version 1.0
Date: 1.11.2008
Thanks to UX Magazine for grand CSS and design inspirations! http://http://uxmag.com/
------------------------
------------------------
using the following basic colours:
blue light: #30609A
blue dark: #003273
blue in between (menu): #C1D1EC
blue very light: #ECF1F9
pink: #960D60
writing black or dark grey: #485056 or #000
light gray: #DDD
	-------------------------------------------------------------
	Base Body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
body {
	margin: 40px; 
	padding: 0;
	background:url(../images/bg_topline.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%}
	
#container {
	margin-bottom: 10px;}
	
a, a:visited {
	text-decoration: none;
	}
			
a:hover {
	text-decoration: underline;}
		
a img {
	border:0px;}
		
html {
	height: 100%;
	width: 100%; }
			
p {
	margin: 6px 0px 8px 0px;
	padding: 0px;}
		
h1 {
	padding: 0px;
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 150%;
	color:#003273;}
h2 {
	padding: 0px;
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
	color:#30609A;}
		
.words {
	font-size: 11px;
	line-height: 140%;}

/* -----------------------------------
NAVIGATION LAYER
--------------------------------------*/
#nav {
	top: 17px;
	right: 0px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	width: 557px;}	
/*	-------------------------------------------------------------
	Layers to be adjusted to screensize
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#topLogo {
	height: 53px;
	width:750px;
	padding:10px 0px 0px 10px; margin-left: 10px;
	background:url(../images/logo_index.gif) no-repeat left;
	}
#topLogo_schools {
	height: 53px;
	width:750px;
	padding:10px 0px 0px 10px; margin-left: 10px;
	background:url(../images/logo_I_schools.gif) no-repeat left;
	}

#crumb {
	text-align: right;
	font-size: 190%;
	color: #DDDDDD;
	vertical-align: middle;
	margin-top: -40px; margin-right: 10px;}
				
/*	-------------------------------------------------------------
	Main Layers
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#topBar {
	color: #ffffff;
	height: 40px;
	top: 17px; left: 10px; position: absolute; width: 200px;}




#box_quote {/*margin-left:10px; margin-top:15px; width:185px;*/ float:left; width: 160px; height:400px;
}
#box_quote_text {
	height:auto;
	width: 150px;
	border: 2px solid #960D60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; line-height: 17px;
	color:#000;
	padding: 8px;
	margin-right: 10px;
}
#box_image {
	background: url(../images/box_quote.gif) no-repeat;
	float:none;
	margin-left: 90px;
	width:103px;
	height:110px;
	z-index:1;
}
#box_logos {
	height: auto;
	width: 160px;
	margin-top: 10px;
}
	#box_logos img{
		 padding: 5px 0px; border:0px; }
	#box_logos p {font-size: 75%; font-weight:bold; color:#003273;}
 

/*	-------------------------------------------------------------
	List Items
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#news {
			background-color: #fff;
			padding: 10px; margin-top: 15px;
			float:left;
			width: 751px;
			display: inline;
			height: auto; }
/*#news iframe {border: none !important; background-color:#FFFFFF !important}*/
#news .listItem {
			font-size: 75%;
			font-family: Arial, Helvetica, sans-serif;
			float: right;
			margin: 0px 0px 10px 10px;
			background-color: #30609A;
			line-height: 1.2em;}
			
		#news .listItem a,		
		#news .listItem a:visited {
			display: block;
			color: #000;
			width: 157px;
			height: 133px;
			background-image: inherit;
			margin: 1px;
			border: solid 2px;
			border-color: #ECF1F9 #fff #fff #fff;
			padding: 22px 5px 3px 5px;
			text-decoration: none}
			
			
		#news .listItem a:hover {		
			text-decoration: none;
			background-image: inherit; 
			display: block;
			margin: 0px;
			border: solid 3px #960D60;}
			
		#news .listItem a span,
		#news .listItem a:visited span {
			text-transform: uppercase;
			font-size: 125%;
			color:  #003273;
			padding: 0px 0px 8px 0px;}
			
					
		#news .listItem a:hover span {
			color:  #960D60;}
		
		#news .listItem p {
			padding: 0px;
			margin: 0px;}
	
	/*	Article Items: icons and colours
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

		/* Schools */	
			
		#news .listItem a.schools {
			background-image: url(../images/icon_schools.png);}

		/* Teachers */	
			
		#news .listItem a.teachers {
			background-image: url(../images/icon_teachers.png);}
					
		/* A1 Projects */	
			
		#news .listItem a.projects {
			background-image: url(../images/icon_projects.png);}
					
		/* News */	
			
		#news .listItem a.news {
			background-image: url(../images/icon_news.png);}		
	
				/* links */	
			
		#news .listItem a.link {
			background-image: url(../images/icon_links.png);}
			
			/* Extras */	
			
		#news .listItem a.extra_01 {
			background-image: url(../images/icon_extra_01.png);}
		
		#news .listItem a.extra_02 {
			background-image: url(../images/icon_extra_02.png);}
			
		#news .listItem a.extra_03 {
			background-image: url(../images/icon_extra_03.gif);}
			
		#news .listItem a.extra_04 {
			background-image: url(../images/icon_extra_04.gif);}
			
		#news .listItem a.extra_05 {
			background-image: url(../images/icon_extra_05.gif);}
			
		#news .listItem a.extra_06 {
			background-image: url(../images/icon_extra_06.png);}
			
		#news .listItem a.extra_07 {
			background-image: url(../images/icon_extra_07.gif);}
			
		#news .listItem a.extra_08 {
		background-image: url(../images/icon_extra_08.gif);}
		
		#news .listItem a.extra_09 {
		background-image: url(../images/icon_extra_09.gif);}
		
		#news .schools,
		#news .projects,
		#news .teachers,
		#news .news,
		#news .link,
		#news .extra_01,
		#news .extra_02,
		#news .extra_03,
		#news .extra_04,
		#news .extra_05,
		#news .extra_06,
		#news .extra_07,
		#news .extra_08,
		#news .extra_09, {
			background-color: #ffffff;
			display: block;
			color: #000;	}
				
		#news .schools span,
		#news .projects span,
		#news .teachers span,
		#news .news span,
		#news .link span,
		#news .extra_01 span,
		#news .extra_02 span,
		#news .extra_03 span,
		#news .extra_04 span,
		#news .extra_05 span,
		#news .extra_06 span,
		#news .extra_07 span,
		#news .extra_08 span,
		#news .extra_09 span {
			color: #666;		
			display: block;
			font-weight: bold;
			font-size: 11px;
			margin: 0px;
			padding: 0px;}

/*	SECOND LEVEL STYLES
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

		/* Schools */
		
#main_column {
	width: 535px;
	display: block;
	float:left;
}
#right_column{
	width: 200px;
	display: block;
	float:left;
	border-left:1px #DDD dotted;
	padding-left: 15px;
}
#show {border-bottom: 1px #DDD dotted}

#show_left{
	float: left;
}
.show_right{
	float: left; width: 500px; padding: 0; margin-left: 20px; font-family: Arial, Helvetica, sans-serif; font-size:14px; line-height: 1.5em;
	}.show_right a {font-size: 10px; font-weight:bold; color:#960D60;
}
.show_img{
	background-image: url(../images/bg_schools_foto.gif);
	background-repeat:no-repeat;
	padding: 10px;
	width: 123px;
	height:120px;
	float: left;
}
.show_img img{border: 1px solid #30609A;}
.show_right .resalt {color:#960D60; font-family: "Courier New", Courier, monospace; font-weight:bold; font-size: larger;
}
.show_right h2 {text-align:right;

/*	#############################################################
	Footer
	#############################################################
	#############################################################	*/
	
/*	-------------------------------------------------------------
	Footer Block (width styles in alternate CSS's)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
		}.footer {
			clear: both;
			margin: 10px 0px 10px 0px;
			padding: 0px;
			border-top: 1px solid #DDD;
			}
			
		.footer a {
			color:#003273;}
			
		.footer .links {
			margin: 0px;
			padding: 7px 0px 0px 5px;
			text-align: right;
			float: right;}
			
		.footer .copy {
			float: left; 
			margin: 8px 0px 0px 0px;
}

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

	Base Body Styles

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

	

		#container {

			margin-left: auto;

			margin-right: auto;

			width: 771px;

			padding: 0px 0px 10px 0px;

			background-color: #fff;}

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

	Magic Column Styles

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



		#magic-1024 {

			background-color: #fff;

			float: left;

			width: 245px;}



		#magic-800 {

			visibility: hidden;

			display: none; }



		/*#topBar #nav {

			margin: 0px 0px 0px 595px;}



		#topBar #searchBox {

			margin-left: 600px;}*/

						

		.shortNews .words {

		    height: 590px;}
			
/* ------------------------imager gallery 2 styles -------------------------------*/
 #imager img {
    border: 1px dotted #C1D1EC;
    }
  #imager table {
    border: 1px solid #C1D1EC;
    margin: 5px;
    padding: 5px;
    }
  #imager tr {
    border: 0px;
    }
  #imager td {
    border: 0px;
    }
  #imager input  {
    font-size: 11px;
    font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
    border: 1px solid #485056;
    }
  #imager select,  #imager textarea  {
    font-size: 11px;
    font-family:  "Trebuchet MS", Arial, Tahoma, sans-serif;
    border: 1px solid #485056;
    }

/* This applies to everything that is shown under images/folders
   when on the index page. */
   #imager .info {
    font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
    font-size: 10px;
    color: #485056;
    }

/* This applies to the descriptions when looking at a
   specific image. */
  #imager .description {
    font-family:"Trebuchet MS", Arial, Tahoma, sans-serif;
    font-size: 12px;
    color: #485056;
    }

/* This applies to the pagecount in the image index. */
  #imager .pages {
    font-family:Arial, Helvetica, sans-serif; font-weight:bold;
    font-size: 14px;
    color: #485056;
    }

/* This applies to the body text when looking at a
   specific image. */
   #imager .imagebody {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #003273;
    }

/* This applies to the login inputbox and submit button. */
  #imager .login {
    font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
    font-size: 10px;
    color: #000000;
    height: 14px;
    border: 1px solid #000000;
    background-color: #ECF1F9;
    }

/* This applies to the upload inputbox and submit button. */
   #imager .upload {
    font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
    font-size: 10px;
    color: #000000;
    height: 16px;
    background-color: #ECF1F9; padding: 3px;
    }

/* This applies to the text at the bottom saying "Gallery Generated by Imager Gallery". */
  #imager .using {
    font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
    font-size: 11px;
    color: #000000;
    }

/* This applies to the text in the Folder Browser window. */
  #imager .folderbrowser {
    font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
    font-size: 12px;
    color: #000000;
    }
/*----------------------------------------------------------*/

iframe {border:none}
.left {float: left; width: 350px;}
