body {
	padding: 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.6em;
	
	font-family:"Corbel", Arial, sans-serif;
	
	height: 100%;
	width:100%;
	padding:0px;
	border:0px;
	border-style:0px; 
	margin:0px auto;
	color: #ffffff;
	padding: 0px;border:0px;margin:0px;	
}

div.background
{	
	z-index:-500;	
	height: 100%;
	width: 100%;
	padding:0px;
	border:0px;
	border-style:0px; 
	margin:0px auto;

	 
    background-repeat: no-repeat; 
    background-position: center;
   
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
	/*background-color: yellow;*/	
	background-image: url("http://www.theshoeboxdiorama.com/img/backgrounddark.jpg"); 
	position:fixed;
}

div.topbar
{
	width: 950px;
	height: 128px;
	padding:0px;
	border:0px;
	border-style:0px; 
	margin:0px auto;
	position:relative;
	/*background-color: blue;*/	
}

div.title
{
	font-family:"Cambria", Arial, serif;
	font-weight: bold;
	font-size: 18px;
	bottom: 0px;
	left: 0px;	
	padding:0px;
	border:0px;
	border-style:0px; 
	margin:0px auto;
	position:absolute;	
	/*background-color: red;*/
}
img {
	width: 100%;
}

#navigation h1.nav-header {
	color: #ffffff;
	padding: 0 15px;
	margin-bottom: 0;
}

#navigation a.nav-header {
	color: #ffffff;
	padding: 5px 15px;
	font-weight: bold;
}

#navigation ul.uk-nav {
	padding: 15px 0;
}

#navigation p {
	padding-bottom: 10px;
}

#navigation li.language-select select {
color: #ffffff;
	float: right;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #ffffff;
}

#content img.header {
	margin-bottom: 20px;
	color: #ffffff;
}

#content ul {
	list-style-type: square;
	color: #ffffff;
}

#content li.done {
	color: #ffffff;
	text-decoration: line-through;
}

#content div.images div {
	padding-bottom: 25px;
}

#content p.images-text {
	margin-top: -15px;
}

#content .iframe-container {
	position: relative;
	/* Magic! Makes sure the container is high enough to show the entire iframe 
	 * Thanks to http://andmag.se/2011/11/responsive-embeds/ */
	padding-bottom: 56.5%;
}

#content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	h2 {
		margin-top: 25px;
	}
}

a:link 		{color: #F3E7C2;font-family:"Cambria", Arial, sans-serif; font-weight:bold; text-decoration:none;}  /* unvisited link */
a:visited 	{color: #F3E7C2;font-family:"Cambria", Arial, sans-serif; font-weight:bold; text-decoration:none;} 	/* visited link */
a:hover 		{color: #F3E7C2;font-family:"Cambria", Arial, sans-serif; font-weight:bold; text-decoration:underline;}  /* mouse over link */
a:active 	{color: #F3E7C2;font-family:"Cambria", Arial, sans-serif; font-weight:bold; text-decoration:none;} 	/* selected link */ 