@charset "utf-8";
/* CSS Document */
@font-face
{
font-family: FontOne;
src: url('../AkzidenzGrotConBQ-Regular.otf'),
     url('../AkzidenzGrotConBQ-Regular.eot'); /* IE9+ */
}
@font-face
{	 
font-family: FontTwo;
src: url('../AkzidenzGrotConBQ-Light.otf'),
     url('../AkzidenzGrotConBQ-Light.eot'); /* IE9+ */
}
@font-face
{	 
font-family: FontThree;
src: url('../Brandon_thin.otf'),
     url('../Brandon_thin.eot'); /* IE9+ */
}
@font-face
{	 
font-family: FontFour;
src: url('../Populaire.otf'),
     url('../Populaire.eot'); /* IE9+ */
}
@font-face
{	 
font-family: FontFive;
src: url('../Brandon_med.otf'),
     url('../Brandon_med.eot'); /* IE9+ */
}
.bigtext { font-size: 11px; }
.bigtext {
    font-family: Helvetica, Arial;
}
.bigtext > div {
    line-height: 0.95em;
}

.bigtext { font-family: 'LeagueGothicRegular'; }
.bigtext-line0 { font-size: 25.22em; }

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
	background-image: url(../images/2013/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: 0px 70px;
	background-attachment: fixed;
}
#logo{
	float:left; 
	padding-right:1%; 
	padding-left:1%;
	
}
header {
	background-color: #FFF;
	width: 100%;
	position: fixed;
	padding:20px;
}
nav{
	color: #999;
	float: left;
	font-family: FontFive;
	text-decoration: none;
	font-size: 14px;
	font-weight: 100;
}
nav a{
	color: #999;
	text-decoration: none;
}
nav a:hover{
	color: #666;
	
}
nav ul{
	text-decoration: none;
	height: auto;
	padding: 4px 0px;
	margin-top: 16px;
	
}
nav ul li{
	display: inline;
	padding: 14px; 
}
#sideNav{
	float:right;
	padding-right:2%;
}
#scroll{
	background-size: cover;
	width: 100%;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 20px;
	height: 600px;
}
.bday1{
	background-image: url(../images/2013/wideBG_birthday1.jpg);
}
.bday2{
	background-image: url(../images/2013/wideBG_birthday2.jpg);
}
.real1{
	background-image: url(../images/2013/wideBG_realestate1.jpg);
}
.real2{
	background-image: url(../images/2013/wideBG_realestate2.jpg);
}
.event1{
	background-image: url(../images/2013/wideBG_event1.jpg);
}
.event2{
	background-image: url(../images/2013/wideBG_event2.jpg);
}
.portrait1{
	background-image: url(../images/2013/wideBG_portrait1.jpg);
}
.portrait2{
	background-image: url(../images/2013/wideBG_portrait2.jpg);
}
.wedding1{
	background-image: url(../images/2013/wideBG_wedding1.jpg);
}
.wedding2{
	background-image: url(../images/2013/wideBG_event2.jpg);
}
.infant1{
	background-image: url(../images/2013/wideBG_maternity1.jpg);
}
.infant2{
	background-image: url(../images/2013/wideBG_event2.jpg);
}
#pageTitle{
	font-family:FontThree;
	max-width: 1400px;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top:18px;
	color:#999;
}
#images{
	max-width: 1400px;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#images img{
	margin:0px;
	padding:0px;
	float:left;	
}
footer{
	background-color: #EDEDED;
	width: 100%;
	float: left;
	margin:0;
	padding:0;
	font-family: FontTwo;
}
footer a{
	font-size: 46px;
	padding: 12px;
	color: #666;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #999;
	font-weight: 100;
	margin-right: auto;
	margin-left: auto;
	width: 320px;
	margin-top: 60px;
	margin-bottom: 60px;
}
footer a:hover{
	background-color:#E3E2E4;
	padding: 12px;
	border: 1px solid #999;
}
#copyright{
	font-family: FontTwo;
	background-color:#CCC;
	color:#8B8B8C;
}
footer p{
	text-align: center;
	display: block;
	padding: 0px;
	margin:4px;
	font-size:20px;
}