/* website by Emma Rudling www.ruddygoodwebsites.co.uk */





body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-position:center;
	}
	

a {
	color: #993300;
	}
	
a:hover {
	color: #b0b9c0;
	}

html 
{
	min-height: 100%;
	margin-bottom: 1px;
}


/*
blue of banner #25377A
yellow of banner writing #FFdd00 
grey #b0b9c0
#501662 purple
*/

/***********************************************/
/* divs                                 */
/***********************************************/

#wrapper {
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align:center;
	}

#mastheadindex {
	vertical-align:top;
	width: 100%;
	height:116px;
	background-image:url(images/background_60.jpg);
	background-repeat:repeat;
	text-align:left;
	margin: 0;
}

#masthead{
	width: 100%;
	background-image:url(images/corner.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-position:right;
	height:116px;
	text-align:left;
	margin: 0 auto;	

} 

#content {
	width: 100%;
	text-align:justify;
	min-height:400px;
	background-color:#FFFFFF;
}

#content a{
	color:#501662;
	font-weight:bold;
}

#content2 {
	width: 100%;
	text-align:left;
	min-height:300px;
	background-color:#000;
	color:#FFFFFF;
}

#contentindex {
	width: 100%;
	text-align:justify;
	min-height:400px;
	background-color:#FFFFFF;

}	

#rightfloat {
	width:auto;
	float:right;
}

#leftfloat	{
	width:auto;
	float:left;
	padding: 0px 4px 0px 0px; 
	}

#leftfloatpadded {
	width:auto;
	float:left;
	padding: 20px 20px 20px 0px;
	text-align:center; 
	}
	
#fullfloat {
	width:100%;
	float:left;
	}
	
#booksdiv 	{
	width:100%;
	height:280px;
	float:left;

}
.booksimage	{
	float:left;
	vertical-align:text-top;
	padding: 0 10px 0 0 ;
	}

.booksimageright {
	float:right;
	vertical-align:text-top;
	padding: 10px;
	}		

#spacer {
	width:100%;
	height:30px;
	float:left;
	background-color:#66CC66;
	}

#rightbox {
	width:200px;
	float: right;
	margin-left:10px;
	margin-right:50px;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	background-color:#b0b9c0;
}	

#eventsdiv 	{
	float:left;
	height:100%;
	width:95%;
	margin:30px 0;
}

.eventsimage	{
	float:left;
	height:auto;
	padding:0 10px 0 0;
	}	
	
#eventsdiv p, h1, h3 {
	text-align:left;
	line-height:200%;
}

#thrill {
	float:left;
	width: 100%;
}

.thrill {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	color:#501662;
}

#footer	{
	float: left;
	font-size:10px;
	width:100%;
	background-color:#501662;
	color:#fff;
	text-align:center;
}

#footer	a {
	color:#000;
}

#emmaedit {	
	float:right;
	width:250px;
	height: 260px;
	background-image:url(images/scrap.png);
	background-repeat:no-repeat;
	margin-bottom:20px;
	}
	
.emmaedit {
	font-size:16px;
	text-align:left;
	margin:40px 25px;
	padding:0px;
}
.author {
	font-size:12px;
	font-style:italic;
	text-align:center;
}

#ejar { 
width : 900px;
margin:0 auto;
text-align : right; 
} 

audioplayer_1 {
	color:#F3C;
}

/***********************************************/
/* nav bar                                */
/***********************************************/

#navbar {
	float:left;
	width:100%;
	height:37px;
	border-bottom:#501662 1px solid;
	/*background-image:url(images/background_60.jpg);
	background-repeat:repeat;
	background-color:#501662*/
}

#nav { 
margin:0 auto; 
padding:0; 
/*background:#808259 url(nav_bg.jpg) 0 0 repeat-x; 
border:1px solid #42432d; 
border-width: 0; */
width:100%; 
}


#nav li { 
display:inline; 
padding:0; 
margin:0; 
} 
 
#nav a { 
color:#501662; 
/*background:#b2b580; */
padding:10px 40px 10px 0px; 
float:left; 
width:auto; 
/*border-right:1px solid #42432d; */
text-decoration:none;
font-size:14px;
font-family:Verdana, Geneva, sans-serif;
} 

#nav a:hover {
/*color:#501662; 
background-color:#fff; */
background-color: transparent;
	color:#b0b9c0;
} 

#nav a:active { 
/*background-color:#b0b9c0; 
color:#FFF;*/
	background-color: transparent;
	color:#eeceff;
}
/***********************************************/
/* nav bar  index                              */
/***********************************************/

#navbarin {
	float:left;
	width:100%;
	height:37px;
}

#navin { 
margin:0 auto; 
padding:0; 
width:100%; 
}


#navin li { 
display:inline; 
padding:0; 
margin:0; 
} 
 
#navin a { 
color:#fff; 
padding:10px 40px 10px 0px; 
float:left; 
width:auto; 
text-decoration:none;
font-size:14px;
font-family:Verdana, Geneva, sans-serif;
} 

#navin a:hover {
background-color: transparent;
	color:#b0b9c0;
} 

#navin a:active { 
	background-color: transparent;
	color:#eeceff;
}

/********************************************/
/* text appearance                                */
/***********************************************/
p	{
	font-family:"Trebuchet MS";
	font-size: 14px;
	}

a:link, a:visited, a:hover {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#b0b9c0;
	text-decoration: underline;
}

.pinkwriting {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*color:#CC99FF;*/
	color:#501662;
	font-weight:bold;
	}
.purple {
	color:#501662;
	font-style:italic;
	font-weight:bold;
}

p span {
	color:#000000;
	font-size:14px;
	font-weight:normal;
	}

h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS";
	margin: 0px;
	padding: 0px;
}
/*large purple centered heading text*/
h1{
 font-family:"Trebuchet MS";
 font-size:18px;
 color: #501662;
 font-weight:bold;
}
/*large purple centred title text*/
h2{
 font-size:16px;
 color: #501662;
}

h3{
 font-size: 14px;
 color: #000000;
 font-weight:bold;
}

h4{
 font-size: 14px;
 font-weight: normal;
 color: #000000;
 text-align:center;
}

h5{
 font-size: 14px;
 font-weight: bold;
 color: #000000;
 text-align:center;
}

h6	{
	font-size:12px;
	font-weight:bold;
	}
	
.headerwhite {
font-family:Gigi;
font-size:36px;
color:#FFFFFF;
}

.headerblack {
font-family:Gigi;
font-size:36px;
color:#000;
}	

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type:circle;
}

ul ul ul{
 list-style-type:square;
}

/***********************************************/
/* contact form                                 */
/***********************************************/
.contact     { 
	background-color: #b0b9c0;
	font-size: 14px;
	 }
	 
.contact2     { 
	background-color: #b0b9c0;
	width:250px;
	font-size: 14px;
	 }

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#nav li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #nav li {border-bottom: none;}

/***********************************************/
/* corners for navbar                                 */
/***********************************************/

/*.w1{background:#DFDFDF url(pic/w_left_top.gif) no-repeat; width:100%;}
.w2{background-image:url(images/w_right_top.gif); no-repeat top right;}*/
.w3{background:url(images/pic/w_left_bottom.gif) no-repeat left bottom;}
.w4{background:url(images/pic/w_right_bottom.gif) no-repeat right bottom; padding:10px;}

.w1{
	background-color:#fff;
	background-image:url(images/w_left_top2.gif);
	background-repeat:no-repeat;
	width:100%;
}
.w2{
	background-image:url(images/w_right_top.gif);
	background-repeat:no-repeat;
}



