@charset "UTF-8";
html {
	text-align: center;

}
body {
	text-align: left;
}
.clear {
	clear: both;
}
#masthead, #mainContent, #footer, #contentWrapper, #mainNavigation {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#masthead img {
	float: left;
	padding-bottom: 10px;
	padding-top: 5px;
}
#masthead h1 {
	display: none;
}
#masthead li {
	display: block;
	width: 96px;
	float: right;
	text-align: center;
}
#masthead a {
	display: block;
	width: 96px;
	height: 26px;
	padding-top: 84px;
}
#mainNavigation ul {
	padding-top: 8px;
}

#mainNavigation li {
	float: left;
	display: block;
	text-align: center;
}
#mainNavigation .short,
#mainNavigation .short a {
	display: block;
	width: 140px;
	height: 39px;
}
#mainNavigation .long,
#mainNavigation .long a {
	display: block;
	width: 200px;
	height: 39px;
}
#mainContent {
	width: 580px;
	float: right;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
#secondaryContent, #copyright {
	width: 320px;
}
#secondaryContent {
	float: left;
	clear: left;
}
#footer {
	padding-bottom: 40px;
}
#copyright {
	padding-bottom: 10px;
	padding-top: 4px;
}
/*change layout on gallery pages*/
body#family #secondaryContent,
body#couples #secondaryContent,
body#seniors #secondaryContent,
body#children #secondaryContent,
body#newborns #secondaryContent,
body#maternity #secondaryContent {
	display:none;
}
body#family #mainContent,
body#couples #mainContent,
body#seniors #mainContent,
body#children #mainContent,
body#newborns #mainContent,
body#maternity #mainContent {
	width:900px !important;
}
/*remove gallery nav on non-gallery pages */
body.meet #masthead ul,
body.studio #masthead ul,
body.faq #masthead ul,
body.contact #masthead ul,
body.news #masthead ul {
	display:none;
}
#searchBar {
	float: right;
}
#simpleScriptCredit {
	display: none;
}
body.news #simpleScriptCredit {
	display: block !important;
}body.meet #mainContent img {
	margin-left: 20px;
}

