@charset "utf-8";

body {
	margin: 0px 0px 0px 0px;
}

img {
	border-style: none;
}

@font-face {
    font-family: 'aquilinetworegular';
    src: url('AquilineTwo-webfont.eot');
    src: url('AquilineTwo-webfont.eot?#iefix') format('embedded-opentype'),
         url('AquilineTwo-webfont.woff') format('woff'),
         url('AquilineTwo-webfont.ttf') format('truetype'),
         url('AquilineTwo-webfont.svg#aquilinetworegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Forum', cursive;
	margin: 0px 10px 0px 10px;
}

h1 {font-size: 300%;}
h2 {font-size: 250%;}

h3 {
	font-size: 200%;
	border-bottom:dotted;
	color:#666699;
}

.center {
	text-align:center;
}

/*Structure*/
header {
	width:980px;
	height:200px;
	text-align:center;
	margin:0 auto;
}

nav {
	font-family: 'aquilinetworegular', Arial, sans-serif;
	width:980px;
	text-align:center;
	margin:0 auto;
	padding:5px 5px 20px 5px;
}

article {
	width:980px;
	background:rgba(255, 255, 255, 0.50);
	margin:0 auto;
	padding:10px 5px 5px 5px;
	margin-top:10px;
	border-top-left-radius:2em;
	border-top-right-radius:2em;
	border-bottom-right-radius:2em;
	border-bottom-left-radius:2em; 
	font-family: 'Source Sans Pro', sans-serif;
	color:#000;
	font-size:16px;
	line-height:1.5;
	overflow:auto;
}

article p {
	margin-right:10px;
	margin-left:10px;
	font-size:1.3em;
	line-height:1.2;
}

footer {
	width:980px;
	padding-top:25px;
	margin:0 auto;
	font-family: 'Source Sans Pro', sans-serif;
	color:#000;
	font-size:14px;
	line-height:1.5;
}

/*Menu*/
ul.menu {
	display:inline-block;
	list-style-type:none;
	width:980px;
	margin:0 auto;
	padding: 0;
	text-align:center;
}

li.menuitem {
	display:inline-block;
	margin:2px;	
	font-weight:bold;
	font-size:2.2em;
	padding-left:3px;
	padding-right:16px;
	color:#FFFFFF;
	text-shadow:
		2px 2px 0 #333,
		-1px -1px 0 #333,  
		1px -1px 0 #333,
		-1px 1px 0 #333,
		1px 1px 0 #333;
}

ul.menu a {
	text-decoration:none;
	color:#FFF;
}

li.menuitem a:hover {
	text-decoration:none;
	color:#959fd5;
	display: block;
}

/*Grid*/
.column{
   float: left;
   width: 235px;
   height: 450px;
   overflow: hidden;
   padding-left:8px;
   text-align:center;
  
}

.row{
    width: 235px;
    height: 225px;
}

/*Extra*/
.storyback {
	background-image:url(images/story-background.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;	
}

.characters {
	height:300px;
	width:980px;
}

.boldblue {
	font-weight:bold;
	color:#666699;
}

.right {
	float: right;
	margin: 15px 15px 0px 15px;
}

.left {
	float:left;
	margin: 15px 35px 0px 10px;
}

.center {
	text-align:center;
}