/* Specific nurseries */

h1 {
	font-size:30px;
	color: #0A3A6E; /*CHANGE */ 
	line-height:30px;
}

/* Web Fonts */
h1 { 
	font-family: Rumpelstiltskin;
	font-weight: normal;
	font-style: normal;
}
.VenetoHandwriting, h2, h3, h4 { 
	font-family: VenetoHandwriting;
	font-weight: normal;
	font-style: italic;
	font-size:25px;
}

#cramond #contentcurves{
	background-color: #509b5c;
	height:50px;
	margin-left: 20px;
	position:relative;
	background-image: url(../images/lined-paper.gif);
	background-repeat: repeat;
}

#cramond .colourblock{width:290px; height:50px; position:absolute; left:60px; top:0; 
	background-image: url(../images/white-overlay.png);
	background-repeat: repeat-y;}

#cramond #content{
	color:#0A3A6E;
	background-image: url(../images/lined-paper.gif);
	background-repeat: repeat;
	padding-left: 10px;
}
#cramond .nurseryName{
	font-size:50px;
	color:#0A3A6E; /*CHANGE */ 
}
#cramond .centrepic{position:relative; left:-40px; border:5px #59a866 solid}

#cramond #container {background-color:#c0f3c9;}

#cramond a.squiggle {
	 background-image: url("../images/squiggle-biro.png");
    color: #0A3A6E; /*CHANGE */ 
    float: right;
    font-family: VenetoHandwriting;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    height: 82px;
    padding: 40px 30px 30px 75px;
    position: absolute;
    right: -220px;
    top: -40px;
    width: 171px;
	text-decoration:none;
}




/* Top Nav */


#navigation {
	height: 45px;
	list-style-type: none;
	width: 940px;
	background-color: #c0f3c9;
	padding-left:30px;
}

/* Dropdown Navigation LEVEL ONE */

ul.dropdown { position: relative; margin:0 !important;}
ul.dropdown li { font-weight: bold; float: left; zoom: 1;  margin:0 !important;
	list-style-type: none; }
ul.dropdown a	{ text-decoration:none; }
ul.dropdown a:hover	{ color: #0A3A6E; }
ul.dropdown a:active { color: #0A3A6E; }
ul.dropdown li a {
	color: #509b5c;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 45px;
	padding: 0 10px;
	text-align: center;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: right center;
}
ul.dropdown li:last-child a { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover { color: #FFF; position: relative; }
ul.dropdown li.hover a, ul.dropdown li.selected a {
	color: #005641;
}
/* ul.dropdown li.last a {width:155px;} */

/* LEVEL TWO */

ul.dropdown ul { width: 192px; visibility: hidden; position: absolute; top: 100%; left: 0; margin:0 !important; z-index:2; }
ul.dropdown ul li { font-weight: normal; background: #f6f6f6; color: #000; float: none; margin:0 !important; }
ul.dropdown ul li a {background: #409B85; color: #FFF !important; text-align:left; padding-left:25px; font-size:11px !important;border-bottom:1px solid #c0f3c9; line-height:30px !important;}/* Change Dropdown Colours */
ul.dropdown ul li:hover a { background: #409B85; color: #FFF !important; }/* Change Dropdown Colours */
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { border-right: none; width: 100%; display: inline-block; } 

/* LEVEL THREE */
ul.dropdown ul ul { left: 100%; top: 0;  margin:0 !important;}
ul.dropdown li:hover > ul { visibility: visible; margin:0 !important; }
