body {
	background-color: #111;
	color: #eee;
	font-family: arial, tahoma, sans-serif;
	margin:0;
	padding:0;
}

h1 {
	font-size: 28pt;
	font-weight: bold;
	text-shadow: 3px 3px 0 #111, -1px -1px 0 #111, 1px -1px 0 #111, -1px 1px 0 #111, 1px 1px #111;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

#titlebar {
	position:fixed;
	top:0;
	z-index:100;
	margin-bottom:15px;
}

#titlebar a {
	font-size: 12pt;
	color: #eee;
	text-decoration: none;
	padding: 2px 5px;
}
#titlebar a:visited {
	color: #eee;
}
#titlebar a:hover {
	color: #eee;
	background: #6a6a6a;
	cursor:pointer;
}
#titlebarTitle {
	color:#eee;
	position: absolute;
	top: 5px;
	opacity: 0.75;
	padding: 0px 20px;
}
#titlebarBG {
	position: relative;
	margin: 0 auto;
	border-bottom: 1px solid #111;
}
#titlebarBG img {
	margin: 0 0px;
	padding: 0;
	right:0;
	bottom:0;
	overflow-x:hidden;
}

#blah {
	color:#eee;
	position: absolute;
	margin: 0; 
	opacity: 0.75;
	font-size: 10pt;
	top: 70px;
	text-shadow: 1px 1px 0 #111, -1px -1px 0 #111, 1px -1px 0 #111, -1px 1px 0 #111, 1px 1px #111;
	padding: 0 5px;
	margin-top:3px;
}
#blah p {
	margin:0;
}

#menu {
	color:#eee;
	border-bottom: 1px solid #111;
	padding: 2px 20px;
	background-color:#111;
}
#menu ul {
	margin:0;
	padding:0 5px;
	display: inline;
}
#menu li {
	display: inline;
}
#menu li:before {
	/* content: "\0BB"; */
	content: "{ ";
	color: #ccc;
}
#menu li:hover:before {
	color: #ccc;
}
#menu li:after {
	/* content: "\0AB"; */
	content: " }";
	color: #ccc;
}
#menu li:hover:after {
	color: #ccc;
}

#container {
	margin: 0 auto;
	top:175px;
	position:relative;
}
#container a {
	font-weight: bold;
	text-decoration:underline;
	color: #111;
}
#container a:visited {
	color: #eee;
}
#container a:hover {
	color: #eee;
	background: #6a6a6a;
	cursor:pointer;
}
#home, #video, #timelapse, #photo {	
	margin-bottom:10px;
}
#footer {
	z-index:100;
}
#video li {
	list-style:none;
}
#video li:before {
	content:"\0BB \020";
}
h2 {
	padding:0;
	margin:25px 5px;
	color:#eee;
	text-decoration:underline;
}
.thumbsWrapper {
	margin:25px 0;
}
.thumbs {
	background-color:rgba(235, 235, 235, 0.1);
	padding:15px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}
.thumb {
	border:1px solid #555;
	padding:0;
	float:left;
	margin:25px 5px;
	box-shadow:3px 3px 5px #555;
}
.thumb:hover {
	border:1px solid #fff;
}
.thumb p {
	text-align:center;
	font-size:10pt;
	background-color:rgba(128,128,128,0.5);
}
.spacer {
	clear: both;
}
.parallax {
	perspective:1px;
	height:100vh;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0 20px;
}
.parallax_layer {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.parallax_layer-base {
	transform:translateZ(0);
}
.parallax_layer-back {
	transform:translateZ(-1px) scale(2);
	top:0;
}
.parallax_layer-deep {
	transform:translateZ(-2px) scale(3);
}
.parallax_group {
	position:relative;
	height:100vh;
	transform-style:preserve-3d;
}
.layer-back {
	opacity:0.5;
}
.keyword {
	background: #ccc;
	border:1px solid #111;
	width: auto;
	padding: 2px 3px;
	float: left;
	margin: 2px;
}
.secondary {
	display:none;
}
.textArea {
	background-color:rgba(200, 200, 200, 0.75);
	color:#111;
	padding:20px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	margin:20px 0;
}
.textAreaImg {
	display:block;
}
.dateLine {
	font-weight:bold;
	padding-right:1em;
	font-size:11pt;
}
.headerLink {
	font-color:#111;
	margin-right:1em;
}
.fancybox-type-iframe .fancybox-nav {
    width: 80px;
}

.fancybox-type-iframe .fancybox-nav span {
    visibility: visible;
}

.fancybox-type-iframe .fancybox-next {
    right: -80px;
}

.fancybox-type-iframe .fancybox-prev {
    left: -80px;
}

