/*
implement new colours:

dark bg: #4f4f4f
bg: #303030
header: #eeeeec
text: #999999
*/
html,body {
	background: #242424;  /* #303030; */
	margin: 0;
	padding: 0;
/*	height: 100%; */
}

body {
	 border: 4px solid #242424;   /* #303030; */
	font-family: 'Lucida Sans Regular', 'Lucida Grande', Verdana, Arial, sans-serif;
	/* min-height: 2000px; */
}

.navbar-static-top {
	margin-bottom: 19px;
	background: #242424;
	color: #999999;
}

#mainpage {
/* this interferes with the justified gallery: */
/*	float: left; */
}

.content {
	color:#777;
	font:12px/1.4 "helvetica neue",arial,sans-serif;
	width:620px;
	margin:20px auto;
}

h1 {
	font-size:19px;
	font-weight:normal;
	color:#ddd;
	margin:0;
	font-family: 'Lucida Sans Regular', 'Lucida Grande', Verdana, Arial, sans-serif;
}

h1 a {
	color: #ffffff;
	text-decoration: none;
}

p {
	margin: 10px 5px 15px 20px;
	color: #d5d8dc;
}

p.article {
	width: 70%;
	margin: 10px 5px 15px 20px;
}

table.form tr td {
	margin: 10px 5px 15px 20px;
	color: #d5d8dc;
}

a {
	color: #ffffff;
}

.cred {
	margin-top:20px;
	font-size:11px;
}

#galleria {
	height:640px;
	width:1000px;
}


ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	display: inline-block;
	margin-right: 15px;
}

.nav {
	font-size: 1.1em;
}

.nav a {
	text-decoration:none;
	color: #ffffff;
}

.nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

.title {
	float: right;
}

#gallerybtm {
	position: fixed;
	bottom: 0px;
	left: 0px;
}

#space {
	height: 100px;
}

img.portrait {
	float: right;
}
