/*Elfin Magical Diaries stylesheet */
/*By Val Dobson: www.valdobson.co.uk*/

body {
margin:0 auto;
padding:10px 30px 10px 30px;
font:110% "Times New Roman", Times, serif;
color:#ffffff;
line-height: 130%;
background-color: #00008b;
background-image: url(images/elfinbg.jpg);
}

a {
text-decoration:none;
color: white;
}

a:hover {
text-decoration:underline;
color: #d8bfd8;
}
a:visited{
	color: #dcdcdc;
}
img {
padding:0;display:block;
}
.imgboxleft{float:left; clear:right;margin:0 2em 2em 0em;
border:solid 1px;padding:0;display:block;
}
.imgboxright{	float: right;	margin: 0.2em 0 0 2em;	border: solid 1px;
padding:0;}

#content {
margin:10px auto;
padding:1px 5px;#d3d3d3
width:98%;
}


h1{font-size:1.4em;	
text-transform: uppercase;
color:#ffffff;
}
h2{color:#ffffff;
	font-size: 1.2em;
}
p{
	margin:0 0 0.2em 0;font-style:normal;font-size:1em;
}
.center{
	text-align:center;
}
#left/*This is for the navigation*/
{
margin:10px 15px;
font-size:100%;
padding:0 10px 0 0;
float:left;
width:140px;
}
#left p{margin:0 0 20px 0;}

#page {
margin:10px 0 10px 160px;
padding:0 0 0 10px;
border-left:solid 1px #ffffff;
}
hr{
	height:1px;
	color: #ffffff;
}

/*These are all the front page elements*/
#header {/*font used for elfinheader img: medieval.ttf (AKA fh1493.ttf)*/
background:url(images/elfinheader.png) top right no-repeat;
height:200px;
margin:10px 0 10px 50px;
padding:0 10px;

}
#page1, page1 p {/*This is for the front page panel*/
margin:0 0 10px 10px;
padding:0 5px;
line-height:1.1em;
text-align:right;

}
#swanbox{/*This is for the index page graphic*/
float:right;
height:auto;width:125px;
background:url(images/swan.png) repeat-y;
	}
	.special{border:1px solid white;
	padding:10px;
	background-color: #683a85;
	text-align:center;
	display:block;
	width:75%;
	height:100%;
	height:180px;}