/*	color: #fff; text
	 background: rgba(43, 43, 42, 0.985);
	 or hex-- background: #23221E;
	 headerwrap-- background: rgba(51, 53, 52, 0.3); 
	 nav current and hover-- color: rgba(255, 103, 0, 1);
	 nav current and hover hex-- color: #FF6700; */





/* global start */ 
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	/*vertical-align: baseline;*/           /*is this needed?*/
}
:focus {
	 outline: 0;
}
header, div, nav{
	display: block;
}
div, h1, h2, h3, p, img{
	margin: 0;
	padding:0;
}

.group:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
}
.group { 
	display: inline-block; 
	clear: both; 
}

/* start commented backslash hack \*/ 
* html .group { 
	height: 1%; 
	} 
.group { 
	display: block; 
	} 
/* close commented backslash hack */

body {
	margin: 0 auto;
	font-family: Helvetica, "texgyreheros", sans-serif;
	font-size: 14px;
	background: rgba(43, 43, 42, 0.985);
	color: #fff;
	z-index: 10;
	hyphens: none;
	moz-hyphens: none;
	webkit-hyphens: none;
	o-hyphens: none;
	-webkit-text-size-adjust: 100%; /*for iphone*/

}

.pagewrap {
	width: 950px;
	margin: 0 auto;
	height: auto;
	zoom: 1;
	min-height: 0;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	border: none;
}

.header{
   	float: left;
	width: 950px;
}

.about .header,
.profile .header,
.contact .header,
.contact-thank .header,
.contact-thank2 .header {
	padding-bottom: 35px;
}

.logo {
	float: left;
	width: 150px;
	height: 26px;
	padding: 40px 50px 40px 30px;
}
/* global end */









/* nav start */ 
body.about a.nav-about,
body.profile a.nav-profile,
body.project-100n a.project-100n,
body.project-wythe a.project-wythe,
body.project-cyclades a.project-cyclades,
body.project-townhouse a.project-townhouse,
body.project-beach a.project-beach,
body.projects a.nav-projects,
body.art a.nav-art,
body.contact a.nav-contact {
	color: rgba(255, 103, 0, 1);
	text-decoration:none;
}

.nav{
	float: left;
	width: 720px;
 }

.nav ul{
	list-style: none;
}

.nav ul li{
	display: inline-block;
	padding: 0px 15px;
	font-size: 15px;
	letter-spacing: .04em;
	line-height: 75px;
	text-align: left;
	position: relative;
}

.nav ul li a{
	text-decoration: none;
	border: none;
	outline: none;
	color: #FFF;
	padding: 1em;
}

.nav ul li a:hover{
	color: rgba(255, 103, 0, 1);
	text-decoration: none;
	border: none;
	outline: none;
}



/*nav submenu start*/
.nav .submenu {
	display: none;
	position: absolute;
	left: -48px;
	top: 60px;
	padding: 0 15px 20px;
	padding: 0 0px 20px 0;
	background-color: rgba(43, 43, 42, 0.65);
	white-space: nowrap;
	z-index: 100;

}

/* We're adding this class with javascript when you click on the Projects nav item */
li.projects.show .submenu {
	display: block;
}

.nav > ul li .toplevel:hover {
	cursor: default;
}

.nav .submenu li {
	padding: 0;
	line-height: 1.5;
	display: block;
}

.nav .submenu a {
	color: #FFF;
	display: block;
	padding: 5px 1em;
	text-align: center;
}

.nav .projects:hover .submenu {
	display: block;
}
/*nav submenu end*/
/* nav end */ 










/* home start */
.headerwrap {
	z-index: 100;
	position: relative;	
}

.home .header {
	padding-bottom: 0px;
	width: 950px;
	margin: 0 auto;
	float: none;
}

.header:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
}

.home .headerwrap {
	background: #333534;
	z-index: 100;
	position: relative;	
	background: rgba(43, 43, 42, 0.985);

}

.home .pagewrap {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#slideshow {
	width: 920px;
	float: left;
	padding-left: 30px;
}

#slides {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
	margin: 0;
}

#slides li {
    width: 100%;
    position: absolute;
    top: 106px;
    bottom: 0;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0;
    display: block;
/*    animation-delay: 6s;
    animation: 36s linear 0s normal none infinite running imageAnimation;
*/
}

#slides li:nth-child(1) {
	background-image: url(images/studio506.jpg);
}

/* adding the css for the big homepage text*/

.hometext {
	position: absolute;
	bottom: 50px;
	font-size: 65px;
	text-align: center;
	left: 0;
	right: 0;
}

.hometext span {
	padding-right: 120px;
}

.hometext span:last-child {
	padding-right: 0;
}
/* home end */









/* about start */
/* profile start */  
.profile .wrap-bh,
.profile .wrap-ss,
.about .wrap-bh  {
	float: left;
	width: 835px;
	height: auto;
	letter-spacing: .04em;
	line-height: 19px;
	margin-bottom: 80px;
	margin-left: 30px;
}

.profile .wrap-ss {
	margin-bottom: 80px;
}

.profile p,
.about p {
	padding-top: 15px;
}

h1,
h2 {
	font-size: 18px;
	font-weight: 600;
	color: #FF6700;
	line-height: 23px;
	margin-top: -4px;
}

.left-text-bh {
	float: left;
	width: 314px;
	height: auto;
	text-align: left;
}
.about .left-text-bh {
	float: left;
	width: 418px;
	height: auto;
	text-align: left;
}

.right-image-bh {
	float: left;
	width: 298px;
	padding-left: 61px;
}
.about .right-image-bh {
	padding-top: 3px;
}

.right-image-bh img,
.left-image-ss img {
	padding-bottom: 15px;
}

.left-image-ss {
	float: left;
	width: 298px;
}

.right-text-ss {
	float: left;
	width: 314px;
	height: auto;
	padding-left: 61px;
}
/* profile end */  









/* project and art start*/
.arrow-left {
	float: left;
	width: 30px;
	padding-top: 230px;
}
.arrow-right {
	float: left;
	width: 30px;
	padding-top: 230px;
	text-align: right;
}

.project-wrap .right{
	float: left;
	clear: right;
	width: 100px;
	height: 500px;
	padding-left: 50px;
}





/*-------------------------------------------------
christy -- fancy new scrolling gallery */

#next, #prev {
	display: block;
	padding: 10px 0;
}

#thumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 70px;
}

#image-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 720px;
	min-height: 530px;
}

#image-gallery li {
	opacity: 0;
	position: absolute;
	left:0;
	top: 0;
	width: 720px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

#image-gallery li img {
	max-width: 720px;
	max-height: 500px;
	width: auto;
	height: auto;
	cursor: pointer;
	vertical-align: middle; /* works when with frame & helper rules*/
}

#image-gallery li.active {
	opacity: 1;
}

#thumbs li img {
	width: 100%;
	height: auto;
	display: block;
	cursor: pointer;
	border: 2px solid transparent;
}

#thumbs li img:hover {
	border-color: #444;
}

#thumbs li.active img {
	border-color: #fff;
}

#thumbs li {
	margin-bottom: 6px;
}

#thumbs li:last-child {
	margin-bottom: 0;
}

.right {
	height: 500px;
	overflow-y: auto;
}

/*.right::-webkit-scrollbar {
    width: 3px;
    background-color: #222;
}
 
.right::-webkit-scrollbar-thumb {
    background-color: #444;
}*/



/* end fancy new scrolling gallery */



/* left of project and left of art start */
.project-wrap .left{
	float: left;
	width: 720px;
	height: auto;
	position: relative;
}

.left-image {
	width: 720px;
	height: 500px;
	text-align: center;
}

#left-description {
	float: left;
	margin-top: -10px;
}

body.project-beach #left-description {
	width: 667px;
	padding-left: 26px;	
}

/*#left-description span*/
#left-description p {
	text-align: left;
	font-size: .995em;
	line-height: 17px;
	letter-spacing: .02em;
	padding-bottom: 10px;	
}

#left-description p a{
	color: #FF6700;
}
#left-description p a:hover{
	color: #FF6700;
	opacity: .6;
	filter: Alpha(Opacity=60);
}







/*#left-description span for Cyclades Islands for when it is current project*/
/*body.project-cyclades #left-description p #project-name{
	text-align: left;
    font-size: 2.175em;
    color: #FF6700;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 0;
}*/




/*left-text used in art pages*/
.left .left-text p {
	width: 720px;
	height: auto;
	text-align: left;
	/*font-size: .995em;*/
	line-height: 17px;
	letter-spacing: .02em;
}

body.project-100n .left .left-text p {
	padding-top: 20px;
}

#left-description #project-name {
	text-align: left;
	font-size: .995em;
	color: #FF6700;
	line-height: 17px;
	font-weight: bold;
	letter-spacing: .05em;
}

.art .left-text p {
	font-size: 12px;
	text-align: center;
	margin-top: 20px;

}

.art-caption {
	padding-left: 10px; /*to separate title date size materials*/
	padding-right: 10px;
}
/* left of project and left of art end*/
/* project end*/




/* to center art image vertically start*/
.frame {
    height: 500px;      /* equals max image height */
    width: 720px;
    white-space: nowrap;    
    text-align: center; margin: 1em 0;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

body .art img,
body .project-wythe img,
body .project-100n img,
body .project-beach img,
body .project-townhouse img {
    vertical-align: middle;
    max-height: 500px;
    max-width: 720px;
}
/* to center art image vertically end */
/* art end */









  
/* contact start */ 
.contact-wrapper1,
.contact-wrapper2 {
	width: 950px;
	height: 400px;
	float: left;
	padding-left: 30px;
	padding-bottom: 80px;
	overflow: hidden;
}

.contact-wrapper2 {
	padding-left: 30px;
}

.contact-form-wrap {
	width: 313px;
	height: auto;
	float: left;
}

.contact-wrapper2 .contact-form-wrap {
	padding-left: 63px;
}

.freecontactform,
#antispam {
	width: 297px;
	float: left;
}

.freecontactformmessage {
	text-align:center;
}

.freecontactform td {
	font-size: 13px;
	letter-spacing: .07em;
	color: #fff;
}

.spacer {
	height: 1px;   
	line-height: 0; /*use this to adjust space*/
}

.freecontactform label {
	line-height: 12px;
	vertical-align: bottom;
	color: #fff;
}

#Your_Message {
	height: 80px;
	font-size: 13px;
	letter-spacing:.05em;
	font-family: helvetica, sans-serif;
}

.antispammessage {
	padding: 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold; 
}

input,
textarea {
	width: 295px;
		width: 297px;
	height: 16px;
	border: 1px solid #fff;
	background-color: rgba(53, 52, 51, 0.0);
	padding:4px;
	color: #fff;
	font-size: 13px;
	letter-spacing:.05em;
	font-family: helvetica, sans-serif;
}

.submit-button {
	width: 70px; 
	height: 25px; 
	font-size: 12px; 
	line-height: 11px; 
	letter-spacing: .05em; 
	background-color: #FF6700; 
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.contact-right-bh,
.contact-left-ss {
	width: 370px;
	float: left;
	padding-left: 50px;
	padding-left: 63px;
	font-size: 15px;
	font-weight: 600;  
	letter-spacing: .04em;
	line-height: 13px;
	color: #FF6700;
}

.contact-right-bh img{
	padding-top: 10px;
}

.contact-left-ss img {
	padding-top: 9px;
}

.contact-left-ss {
	width: 264px;
	padding-left: 0;
}

.contact-left-ss img {
	float: left;
}

.contact-right-ss {
	padding-left: 63px;
}



.contact .thank-text {
	float: left;
	padding-left: 30px;
	padding-top: 6px;
	font-style: italic;
	font-size:20px;  
	letter-spacing:.04em;
	line-height: 20px;
	color:#FF6F1F;

}
.contact .thank-image {
	float: left;
	padding-top: 8px;
	padding-bottom: 145px;
	padding-left: 95px;
}

/* contact end */   









/* footer start */ 
.footer-nocontent {
	width: 920px;
	height: 50px;
	float: left;
	clear: both;
}
.footer-nocontent2 {
	width: 920px;
	height: 70px;
	float: left;
	clear: both;
}
.footer {
	width: 920px;
	height: auto;
	float: left;
	clear: both;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 60px;
	color: silver;
}
.footer #credits p, 
.footer p {
	float: left;
	width: 920px;
	padding-bottom: 6px;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: .06em;
}

.legal {
	width: 920px;
}
.footer .legal img {
	float: left;
	padding-top: 22px;
	padding-right: 15px;
}
.footer .legal p {
	float: left;
	width: 807px;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 10px;
	letter-spacing: .02em;
}
.footer .legal p:last-child {
	padding-bottom: 50px;
	letter-spacing: .065em;
}
.footer .legal p:last-child a {
	color:#C0C0C0; 
	text-decoration:none; 
	border-bottom: 1px dotted #999;
}
.footer .legal p:last-child a:hover {
	color: #FF6700;
	text-decoration:none; border-bottom: 1px dotted #FF6700;
}

/*.home .footer {
	position: absolute;
	bottom: 0;
	padding: 1.5em 2em;
	height: auto;
	color: silver;
}
.profile .footer {
	padding-top: 30px;
}*/
/* footer end*/ 








