/* CSS Document */

/*
-----------------------------------------------
SCBWI Index Page Template Style
Designer: Candy Gourlay
URL:      http://mediagrafika.net
Date:     Nov 2005
----------------------------------------------- */

html, body {
  margin:0px;
  padding:0px;
  font: .9em/140% Arial, sans-serif; 
  }
	
a:link {
  color:#003399;
  text-decoration:underline;
  
  }
a:visited {
  color:#003399;
  text-decoration:underline;
  }
a:hover {
  color:#003399;
  text-decoration:none;
  }
a img {
  border-width:0px;
  }
 

 
h1 {
font:Arial, Helvetica, sans-serif; 
text-transform:uppercase; 
font-stretch:semi-condensed;
color:#CC3300;
padding-top:10px;
}

/* heading for header text
----------------------------------------------- */
h2 {
font: normal 1.8em/140% Arial, Helvetica, sans-serif;
text-transform:uppercase; 
text-align:left;
font-stretch:semi-condensed;
color:#CC0033;
}


/* Navigation 
----------------------------------------------- */

#nav {
	background-color:#FF6600;
	width:100%; height:30px;
	margin:0px;
	float:left;
	clear:left;
	font-weight:bold;
	color:#ffffff;
	white-space:nowrap;
	} 

/* problem with wrapping line fixed by putting nowrap in main nav, not just li. height also needs to be specified although gecko only needs a line-height in li.*/
	


#nav ul {margin:0px; padding:0px;}

#nav li {
	list-style:none; float:left; margin:0px; padding-top:0px; 
	width:10%; white-space:nowrap;
	font-size:12px; line-height:30px; text-align:center;
	border-bottom:0px;
		}
		
#nav a {display: block; float:left; text-decoration:none; color:#FFFFFF;}

/*This is a Backslash Hack that hides rule from IE5-Mac \*/
#nav a {float:none;} /*End IE5-Mac hack*/

#nav a.active, #nav a:hover {
	background-color:#33CC00; 
	}


/* Container - a div to contain all content
----------------------------------------------- */

#container {
width:1100px;
margin:0 auto;
padding:0px;
text-align:left;
clear:left;
}

#dog {
float:right;
width:420px;
margin:0;
padding:30 0 0 0;
}
/* left panel
----------------------------------------------- */

#leftpanel {
	float:left;
	clear:left;
	text-align:left;
	width:230px;
	padding:0 0 0 50px;
	margin-top:35px;
	}



/* left panel navigation
----------------------------------------------- */
.nav {
	
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:1em;
	line-height: 2.2em;
	list-style:none; 
	margin:0px; 
	padding:0 0 0 20px;
	}

.nav a {
	text-decoration:underline;
	color:#336633;	
	}

.nav a.active, .nav a:hover {
 text-decoration:none; }
		
/* footer class is for copyright information 
in left hand panel 
----------------------------------------------- */
.footer {
	font:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#666666;
	text-align:left;
	line-height:1.5em;
	width: 150px;
	}		
		
		
		

/* Main Body 
----------------------------------------------- */
#main {
float:left;
padding: 0 0 0 30px;
margin:0;
width:700px;
text-align:left;
border-left:4px;
border-left-style:dotted;
border-color:#FF6600;
}

.lettuce {
background-image:url(../images/lettuce_bg.gif);
background-position: bottom right;
background-repeat:no-repeat;
}

.wildgirl {
background-image:url(../images/chris_wildgirl2.jpg);
background-position: bottom right;
background-repeat:no-repeat;
}

.lettuce2 {
background-image:url(../images/lettuce_sm.gif);
background-position: top right;
background-repeat:no-repeat;
}
.reading {
background-image:url(../images/layn_bg_reading.jpg);
background-position: top right;
background-repeat:no-repeat;
}

.bear {
background-image:url(../images/layn_bg_bear.jpg);
background-position: bottom right;
background-repeat:no-repeat;
}

.bunny {
background-image:url(../images/layn_bg_bunny.jpg);
background-position: top right;
background-repeat:no-repeat;
}

.kitty {
background-image:url(../images/annemarie_book3.jpg);
background-position: top right;
background-repeat:no-repeat;
}
/*  submenus floating on right
------------------*/

#faculty {float:right; width:150px; padding:30px 0 100px 30px;}
#programme {float:right; width:200px; padding:400px 0 100px 10px; line-height:1.5em;}


/* text
---------*/

.announce {
width:400px; 
text-align:center; 
font-family:Arial, Helvetica, sans-serif;
font-size:1.5em;
font-weight:800;
color:#333333;
text-transform:none;
float:left;
}

.plain {font-size:1.3em; text-align:left; width:400px;line-height:1.4em;}
.plain_1 {font-size:1.3em; text-align:left; line-height:1.4em;}

.plain a {color:#666600; text-decoration:underline;}
.plain a.active, .name a.hover {color:#993300; text-decoration:none;}

.name {font-size:2em; font-weight:bold;}
.name a {text-decoration:none; color:#336633;}
.name a.active, .name a.hover {color:#993300;}

.fringe {width:500px; font-size:1.2em; font-family:Georgia, "Times New Roman", Times, serif;l}


/* images
---------*/
.imageleft {float:left; margin:0 20px 10px 0; padding:0; color:black; font-family:Arial, Helvetica, sans-serif; font-size:small; line-height:normal;font-weight:bold; text-align:center;}

.imageright {float:right; margin:0 0 10px 20px;color:black; font-family:Arial, Helvetica, sans-serif; font-size:small;line-height:normal;font-weight:bold; text-align:center;}

#clear {clear:both; margin:0 auto; width:1100px; text-align:center;}
.borderbottom {
border-bottom:4px;
border-bottome:dotted;
border-bottom:#FF6600;
}