body, html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #FFF;
	color: #000;
	margin: 0px;	
}
body, p {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 13pt;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #858585;
	padding-bottom: 4px;
	border-bottom: 2px #be7d56 solid;
}

header, section, footer {
	display: block;
}

header {
	background-color: #dedede;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 11;
    height: 120px;
    border-bottom: 1px #ededed solid;
}

div.wrapper {
	padding: 0;
	width: 100%;
    height: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;    
}

section {
	width: 100%;
    height: 70%;
    position: relative;
    clear: both;
}

footer {
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 200;
}
.copyright {
	font-size: 9pt;
	text-transform: uppercase;
	color: #999;
	font-weight: 200;
	text-align: center;
}

h3 {
	font-size: 24pt;
	text-align: left;
	margin: 0 0 0 18px;
}

ul {
	list-style: none;
}

.logo {
	color: #fff;
	font-size: 34pt;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	padding: 10px 30px;
}
.logo a {
	color: #fff;
}
.logo img {
	border: none;
}
.logo a:hover {
	border-bottom: none;
}
nav {
	display: inline-block;
	float: right;
	padding: 45px 25px;
}

nav ul {
	padding: 0;
	margin: 0;
}
nav li {
    color: #FFF;
    display: inline;
    font-size: 24px;
    text-transform: uppercase;
    padding: 3px 0 3px 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
nav li a {
	font-weight: 400;
	color: #fff;
	text-shadow: 0 1px 1px #aaa;
	border-bottom: 1px #dedede solid;
}

nav li a:hover,
nav li.selected a {
	color: #fff;
	padding-bottom: 4px;
	border-bottom: 2px #be7d56 solid;
}

/* Gallery Styles */
div.homepagePhotos,
#photolist {
    height: 100%;
    display: block;
    white-space: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#photolist li {
	display: inline;
	position: relative;
	text-align: center;
	padding: 0 2px;
}
img.homepage {
    width: auto;
    height: 100%;
    display: inline;
    position: relative;
    margin: 0 auto;
    right: 0;
    left: 0;
    padding-top: 120px;
}
#photolist img.pic {
    width: auto;
    max-height: 100%;
    display: inline-block;
    position: relative;
    padding-top: 120px;
}
#photolist .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	width: 100%;
	display: none;
}
#photolist .caption p {
	white-space: normal;
	padding: 10px 15px;
	text-align: center;
}


/* Generic Global Styles */

.hidden {
	visibility: hidden;
}

.noDisplay {
	display:none;
}

.tiny {
	font-size: 12t;
}

/* Info Page */

#infopage {
	position: relative;
	height: 100%;
	color: #c7c7c7;
	text-align: center;
	padding: 160px 40px 40px;
}

#infopage p {
	padding: 30px;
	line-height: 35px;
	font-size: 28px;
	font-weight: 200;
	position: relative;
}
#infopage a {
	margin: 10px;
	font-size: 24px;
	color: #c7c7c7;
	font-weight: 200;
}

#infopage img {
	border: 1px solid #c7c7c7;
}

