@charset "UTF-8";
/* CSS Document */

body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}

h1{
	font-size:47px;
	font-weight:lighter;
	margin:0 0 19px 0;
	padding:0;
}

.clearfix{
	clear:both;
}

a{
	text-decoration:none;
	color:#2229c4;
}

a:hover{
	color:#4e55fb;
}

.header {
	background:url(images/bgSky.jpg) no-repeat;
	width:100%;
	height:115px;
	margin:10px 0 0 0;
}

.header img{
	margin:35px 0 0 20px;
}

.loftPic {
	width:100%;
	height:auto;
	margin:30px 0 0 0;
}

.loftPic img{
	width:100%;
}

.sidebar{
	background:url(images/bgSidebar.png) repeat-y;
	position:absolute;
	width:215px;
	height:110%;
	top:0;
	left:77%;
	color:#fff;
	letter-spacing:1px;
}

.phone{
	font-size:21px;
	margin:57px 0 0 21px;
}

.info{
	font-size:28px;
	margin:100px 0 20px 22px;
	letter-spacing:1px;
}

.events{
	list-style-type:square;
	margin:0 0 0 38px;
	font-size:21px;
	padding:0;
	line-height:140%
}

.specs{
	list-style-type:square;
	margin:0 0 0 38px;
	font-size:20px;
	padding:0;
	line-height:120%;
}

.specs li{
	margin-bottom:15px;
}

.arrow{
	opacity:0.65;
    filter:alpha(opacity=65);
	position:absolute;
	top:430px;
	left:70px;
}

.arrow:hover{
	opacity:0.99;
    filter:alpha(opacity=99);

}

/* Page 4 Styles */

.page4{
	background:url(images/page4Loft.jpg) no-repeat #fcfcfc;
}

.content{
	margin:10% auto 0 auto;
	width:940px;
	height:525px;
}

.contactInfo{
	float:left;
	font-size:28px;
	font-weight:lighter;
	width:475px;
}

.pg4Links{
	float:right;
	font-size:35px;
	font-weight:lighter;
	text-align:right;
}

.mapLink{
	margin-top:84px;
	display:block;
}

.photoLinks{
	margin:30px 0 0 0;
	font-size:18px;
}

.photoLinks img{
	border:none;
}

.photoLinks img:hover{
	opacity:0.70;
    filter:alpha(opacity=70);
}

.studioLink{
	width:355px;
	height:200px;
	float:left;
}

.roofLink{
	width:346px;
	height:200px;
	float:right;
}

.map{
	width:545px;
	margin:5% auto 0 auto;
	font-size:18px;
}

.map img{
	border:3px solid #000;
	margin-bottom:15px;
}

.pdfLink{
	float:left;
}

.homeLink{
	float:right;
}

.layoutBg{
	background:url(images/layoutLoft.jpg) no-repeat #fcfcfc;
}

.layout{
	width:720px;
	margin:5% auto 0 auto;
	font-size:18px;
}

.layout img{
	border:3px solid #000;
	margin-bottom:15px;
}

/* Gallery Styles */

.roofBg{
	background:url(images/roofLoft.jpg) no-repeat #fcfcfc;
}

.galleryText{
	margin-bottom:20px;
}

.roofGallery{
	width:640px;
	margin:5% auto 0 auto;
	font-size:18px;
	text-align:center
}

.roofGallery img{
	border:2px solid #000;
	margin:0 10px 10px 0;
	float:left;
}

.roofGallery img:hover{
	opacity:0.70;
    filter:alpha(opacity=70);
}

.studioGallery{
	width:780px;
	margin:5% auto 0 auto;
	font-size:18px;
	text-align:center
}

.studioGallery img{
	border:2px solid #000;
	margin:0 10px 10px 0;
	float:left;
}

.studioGallery img:hover{
	opacity:0.70;
    filter:alpha(opacity=70);
}

