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

@font-face {
	font-family: FuturaLTCondensed;
	src: url('../fonts/FuturaLT-CondensedLight.ttf'), /* Safari(3.2+), Firefox(3.5+), Opera(10+), Chrome(all) */
		 url('../fonts/FuturaLT-CondensedLight.eot'), /* IE */
		 url('../fonts/FuturaLT-CondensedLight.svg'), /* iPhone(3.1) */
		 url('../fonts/FuturaLT-CondensedLight.woff'); /* Firefox(3.6+) */
		 }
	
	@font-face{
        font-family : "Caslon";
		src: url('Caslon.eot'),
		     url('Caslon.ttf'),
             url('Caslon.woff');
		}

body,html {
	height:100%;
	}
	
body {
	margin:0;
	padding:0;
	font-family:FuturaLTCondensed;
	color:#000;
	}


p {
	font-family:"Caslon";
	color:#AAA;
	font-size:16px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: FuturaLTCondensed;
	margin-bottom:10px;
	font-weight:100;
	}

h1 {
	font-size:30px;}

h2 {
	font-size:18px;}

h3 {
	font-size:16px;
	}

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


#container {
	width:80%;
	max-width:1224px;
	min-width:860px;
	margin:auto;
	padding:0;
	padding-top:38px;
	}

#header {
	height:38px;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background-color:white;
	padding:0;
	border-bottom:1px solid #DDD;
	}

#header ul {
	display:block;
	width:80%;
	max-width:1224px;
	min-width:860px;
	padding-left:2%;
	margin:auto;
	}

#header ul li {
	float:left;
	padding:0px;
	margin-top:10px;
	list-style:none;
	}

#header ul li a {
	color:#AAA;
	display:inline-block;
	padding:0px 10px 0 10px;
	border-left:1px solid #AAA;
	text-decoration:none;
	text-transform:uppercase;
	font-size:18px;
	line-height:12px;
	letter-spacing:1px;
	}

#header ul li a:hover {
	color:#555;
	}

#index_image {
	display:block;
	width:96%;
	margin:0 2% 0 2%;
	height:500px;
	background-position:center center;
	background-size:cover;
	position:relative;
	}

#index_image div {
	float:left;
	margin-top:180px;
	margin-left:70px;
	color:white;
	}

#index_image h1 {
	font-size:60px;
	font-family: "Caslon";
	}

#index_image h3 {
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	}

#projects-link {
	display:block;
	width:100%;
	text-align:center;
	clear:both;
	font-size:24px;
	color:#AAA;
	text-transform:capitalize;
	padding-top:20px;
	padding-bottom:10px;
	letter-spacing:1px;
	font-family:"Caslon";
	}

.project {
	display:block;
	width:21%;
	margin:0 2% 0 2%;
	float:left;
	margin-bottom:20px;
	}

.project .image {
	width:100%;
	height:200px;
	background-position:center;
	background-size:cover;
	background-color:#BBB;
	}

.project h2 span {
	color:#AAA;
	opacity:0;
	}
	
/*.project:hover h2 span{	
	opacity:1;
	}
*/


.project h2 {
	font-size:18px;
	letter-spacing:1px;
	margin-top:10px;
	margin-bottom:0px;
	}

/*#projects .project:nth-child(even) {
	background-color:#444;
	}*/

/*BEGIN GAlLERY______________________*/	
#image_view {
	width:70%;
	margin-right:4%;
	margin-left:2%;
	float:left;
	height:auto;
	max-height:800px;
	overflow:hidden;
	padding-top:58px;
	}

#image_view p {
	padding-top:30px;
	clear:both;
	text-align:center;
	}

#image_view img {
	size:auto;
	max-width:100%;
	max-height:700px;
	margin:auto;
	display:block;
	margin:auto;
	}

#thumbs {
	height:100%;
	width:22%;
	float:left;
	overflow:hidden;
	}

.thmb {
	width:46%;
	height:80px;
	margin-top:10px;
	background-size:cover;
	background-position:center;
	float:left;
	opacity:0.4;
	cursor:pointer;
	}

.thmb p {
	display:none;
	}
	
.thmb:nth-child(even) {
	margin-right:4%;
	}

#project_info {
	margin: 30px 2% 60px 2%;
	}

#thumbs h1{
	font-size:22px;
	color:black;
	font-weight:100;
	margin-bottom:10px;
	margin-top:10px;
	letter-spacing:1px;
	}

#project_info h1 {
	font-family:"Caslon";
	font-size:42px;
	color:#BBB;
	font-weight:100;
	margin-bottom:40px;
	}

#project_info p {
	font-size:16px;
	line-height:22px;
	color:#666;
	font-weight:100;
	}

#page table {
	font-family:FuturaLTCondensed;
	font-size:16px;
	color:rgba(102,102,102,1);
	margin-left:2%;
	}

#page table strong,#page table h1,#page table h2,#page table h3 {
	color:black;
	font-weight:normal;
	}

#page table h1,#page table h2,#page table h3 {
	margin-bottom:10px;
	}


/*END GAlLERY______________________*/	

#footer {
	clear:both;
	width:96%;
	padding:50px 2% 10px 2%;
	text-align:right;
	}

#footer p {
	font-size:12px;
	}
