body {
	background-color: #6A9AAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/dark_clouds.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    background-size: cover;
	vertical-align: bottom;
}
body,td,th {
	color: #FFFFFF;
}
.pageHolder {
	position:absolute;
	vertical-align: bottom;
	bottom: 1px;
	left:0px;
	width: 100%;
}

body .loading {
	width:100%;
}
/* NAVBAR */
.title {
	font-size: 36px;
}
.navlist {
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #999999;
	display: inline;
	list-style-type: none;
}
.navbar {
	width: 100%;
	z-index: 3;
	position: relative;
}
.navlist li {

	display: inline;
	list-style-type: none;
}
.navlist a,
.navlist a:link,
.navlist a:visited,
.navlist a:hover {
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.navlist a:hover {
	color: #FFCC00;
	font-size: 24px;
	font-weight: normal;
}
.title a:hover {
    font-size: 36px;
    font-weight: bold;
}

.socialLinks img {
	border:0;
	width:27px;
}
/* CONTENT FRAME */
.content {
	width: 100%;
	height: 520px;
	overflow: auto;
	padding: 0px;
	margin: 10px 0px 0px;
}
.elements {
	width: 6000px;
	position: relative;
	height: 90%;
}
.element,
.thumbElement {
	display: inline;
	width: 600px;
	height: 100%;
	border: thin solid #CCCCCC;
	float: left;
	background-color: #101619;
	padding: 5px;
	margin: 5px 20px 10px;
	white-space: nowrap;
	overflow: auto;
}
.element p {
	white-space: normal;
}
.element img {
	margin: 0px;
	padding: 5px 10px;
}
.element h2 {
	white-space: normal;
	display: inline;
}
.element a,
.element a:link,
.element a:active,
.element a:visited,
.element a:hover {
	display: inline;
	list-style-type: none;
	color: #6A9AAE;
	text-decoration: none;
	font-weight: bold;
}
.element a:active,
.element a:hover {
	color: #FFCC00;
}
.right {
	display: inline;
	float:right;
}
.left {
	display: inline;
	float:left;
}

#logo {
	display:inline;
	right: 0px;
	top: 10px;
	position: absolute;
	z-index: 10;
	width:0px;
	padding-right: 5px;
	padding-bottom: 5px; 
}


#photosets {
	width:270px;
	overflow:auto;
}
