/* CSS Document */
html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	background-image: url(images/wall_bg.gif);
}
p {
	font-family: "Comic Sans MS";
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
}
.topLinks {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
	list-style-image: url(images/star.gif);
}
.footer {
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	color: #666666;
	line-height: 1em;
}
.footerbox {
	background-color: #FFFFEC;
	padding: 20px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/star_bg.gif);
}
#stories_navlist
{
	margin-left: 0;
	font: normal medium "Comic Sans MS";
	text-align: center;

}

#stories_navlist li
{
	margin: 0;
	display: inline;
	padding: 5px;
	list-style-image: url(books/stimages/redstarintervalpic.gif);

}

/* style the top level hover */
#stories_navlist a:hover{
	color: #FFA300;
}


.storiescopyright {
	font-family: "Comic Sans MS";
	font-size: 0.9em;
	line-height: normal;
	background-color: #D3C6F0;
	color: #3F2080;
	padding: 10px;


}
.storiesauthorinfo {
	font-family: "Comic Sans MS";
	font-size: 1.1em;
	line-height: normal;
	color: #3F2080;
	font-weight: normal;

}
.sessioninfo {
	font-family: "Comic Sans MS";
	font-size: 1.1em;
	line-height: normal;
	font-weight: normal;

}
.contentnav {
	font-size:1.1em;
	position:relative;
	z-index:100;
	font-family: "Comic Sans MS";
	padding-left: 50px;
}
/* remove all the bullets, borders and padding from the default list styling */
.contentnav ul {
padding:0;
margin:0;
list-style-type:none;
}
.contentnav ul ul {
width:110px;
}
/* float the list to make it horizontal and a relative position so that you can control the dropdown contentnav positon */
.contentnav li {
	width:110px;
	position:relative;
	float: left;

}
/* style the links for the top level */
.contentnav a, .contentnav a:visited {
	display:block;
	font-size:0.85em;
	text-decoration:none;
	color:#000000;
	width:139px;
	height:30px;
	background:#FFE9AE;
	padding-left:25px;
	line-height:29px;
	border-top: 2px solid #FFFFFF;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .contentnav a, * html .contentnav a:visited {
width:110px;
w\idth:110px;
}

/* hide the sub levels and give them a position absolute so that they take up no room */
.contentnav ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:110px;
}
/* another hack for IE5.5 */
* html .contentnav ul ul {
top:30px;
t\op:31px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.contentnav table {position:absolute; top:0; left:0;}

/* style the second level links */
.contentnav ul ul a, .contentnav ul ul a:visited {
	background:#FFE9AE;
	color:#000000;
	height:auto;
	line-height:1em;
	padding:5px;
	width:255px;	
	/* yet another hack for IE5.5 */
}
* html .contentnav ul ul a{
width:110px;
w\idth:255px;
}


/* style the top level hover */
.contentnav a:hover, .contentnav ul ul a:hover{
	color: #7000DF;
	background:#FFDB7D;
}
.contentnav :hover > a, .contentnav ul ul :hover > a {
	color: #7000DF;
background:#FFDB7D;
}

/* make the second level visible when hover on first level list OR link */
.contentnav ul :hover ul{
visibility:visible; 
}
fieldset {
	font-size: 1.2em;
	font-weight: bold;
	color: #335566;
	background-color: #F2F2F2;
	border: 1px solid #AAAA00;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	float: left;
	width: 650px;


}

fieldset#storydetails input {
	font-family: "Comic Sans MS";
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFE1;
	padding: 4px;
	width: 600px;
	border: 1px solid #666666;
}

fieldset#storydetails ul {
	font-family: "Comic Sans MS";
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	
}

fieldset#storydetails textarea  {
	font-family: "Comic Sans MS";
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFE1;
	padding: 4px;
	width: 600px;
	border: 1px solid #666666;
}
fieldset#visitordetails input {
	font-family: "Comic Sans MS";
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFE1;
	padding: 4px;
	width: 600px;
	border: 1px solid #666666;
}
input.btn {
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #00008B;
}
input.radiobtn {
	color: #666666;
	background-color: #FFFFE1;
	padding: 4px;
	width: 30px;
	border: 1px solid #666666;
}
legend {
	font-weight: bold;
	color: #223344;
	background-color: #FFFFFF;
	border: 1px solid #AAAA00;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: "Comic Sans MS";
	font-size: 1em;
}
.stories_activitieslist {
	font-family: "Comic Sans MS";
	font-size: 0.9em;
	line-height: normal;
	background-color: #FFE9AE;
	color: #000000;
	padding: 10px;
	list-style-type: none;
	float: none;
}
.workTitleDisplay {
	font-family: "Comic Sans MS";
	font-size: 1.1em;
	line-height: normal;
	background-color: #FFE9AE;
	padding: 10px;
	list-style-type: none;
	float: none;
	border: thin solid #31C500;
}
.poemGalleryDisplay {
	font-family: "Comic Sans MS";
	font-size: 1.1em;
	line-height: normal;
	background-color: #CBEDDC;
	padding: 10px;
	list-style-type: none;
	float: none;
	border: thin solid #31C500;
}
.authortitle {
	font-family: "Comic Sans MS";
	font-size: 1.5em;
	line-height: normal;
	color: #F57413;
	font-weight: bold;

}


.booktitle {
	font-family: "Comic Sans MS";
	font-size: 1.2em;
	line-height: normal;
	color: #7000C0;
	font-weight: bold;

}
.activitylinks {
	font-family: "Comic Sans MS";
	font-size: 1em;
	line-height: normal;
	color: #F57413;

}
.storystartlinks {
	font-family: "Comic Sans MS";
	font-size: 1em;
	line-height: normal;
	color: #CC3399;

}
.poetrystartlinks {
	font-family: "Comic Sans MS";
	font-size: 1em;
	line-height: normal;
	color: #527A52;

}
.gamelinks {
	font-family: "Comic Sans MS";
	font-size: 1em;
	line-height: normal;

}
.pageintro {
	color: #000000;
	font-size: medium;
	font-weight: normal;
}
.storystartdetails {
	color: #FF0000;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
}
.limitedactivities {font-size: large}
.redwarning {color: #FF0000}
.redsession {color: #FF0000}
.orangewarning {color: #F57413}

