@font-face {
    font-family: 'TitilliumText14L600wt';
    src: url('fonts/titilliumtext600wt-webfont.eot');
    src: url('fonts/titilliumtext600wt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumtext600wt-webfont.woff') format('woff'),
         url('fonts/titilliumtext600wt-webfont.ttf') format('truetype'),
         url('fonts/titilliumtext600wt-webfont.svg#TitilliumText14L600wt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumText22LThin';
    src: url('fonts/TitilliumText22L001-webfont.eot');
    src: url('fonts/TitilliumText22L001-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L001-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L001-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L001-webfont.svg#TitilliumText22LThin') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('fonts/TitilliumText22L002-webfont.eot');
    src: url('fonts/TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L002-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L002-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('fonts/TitilliumText22L003-webfont.eot');
    src: url('fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/TitilliumText22L003-webfont.woff') format('woff'),
          url('fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
          url('fonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LMedium';
    src:  url('fonts/TitilliumText22L004-webfont.eot');
    src:  url('fonts/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/TitilliumText22L004-webfont.woff') format('woff'),
          url('fonts/TitilliumText22L004-webfont.ttf') format('truetype'),
          url('fonts/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LBold';
    src:  url('fonts/TitilliumText22L005-webfont.eot');
    src:  url('fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/TitilliumText22L005-webfont.woff') format('woff'),
          url('fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
          url('fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LXBold';
    src:  url('fonts/TitilliumText22L006-webfont.eot');
    src:  url('fonts/TitilliumText22L006-webfont.eot?#iefix') format('embedded-opentype'),
          url('fonts/TitilliumText22L006-webfont.woff') format('woff'),
          url('fonts/TitilliumText22L006-webfont.ttf') format('truetype'),
          url('fonts/TitilliumText22L006-webfont.svg#TitilliumText22LXBold') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	height: 100%;
	}

/*** Header ***/

header {
	height: 50px;
	}

#logo {
	float: left;
	margin-left: 25px;
	}

	#logo h1 {
		font-family: TitilliumText22LLight, Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #2E2E2E;
		padding: 0px;
		}

#project-name  {
	float: left;
	}
	
	#project-name h2 {
			font-family: TitilliumText22LBold, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #2E2E2E;
			line-height: 20px;
			}
	
	header .project-divider {
		float: left;
		margin: 0 10px;
		}

nav, #mainmenu {
	float: right;
	margin-right: 25px;
	}

	nav ul, #mainmenu ul {
		display: inline;
		}

	nav li, #mainmenu li {
		list-style-type:none;
		display: inline;
		border-left: 1px dotted #CCC;
		padding: 0 3px;
		}
	
	nav li:first-child, #mainmenu li:first-child {
		border-left: 0;
		}
		
	nav li a, #mainmenu li a {
		font-family: TitilliumText22LBold, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #2E2E2E;
		text-decoration: none;
		padding: 5px;
		}
			
			nav li a.active, #mainmenu li a.active  {
				background-color: #888;
				color: #FFF;
				border-radius: 45px;
				-moz-border-radius: 45px;
				-webkit-border-radius: 45px;
				}
			
			nav li a:hover, #mainmenu li a:hover {
				background-color: #D8D8D8;
				color: #2E2E2E;
				border-radius: 45px;
				-moz-border-radius: 45px;
				-webkit-border-radius: 45px;
				}

/*** Content ***/

section {
	float: left;
	width: 100%;
	margin-top: 100px;
	}

	article#intro {
		position: relative;
		width: 735px;	
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		}
		
		article#intro h3 {
			float: left;
			font-family: TitilliumText22LRegular, Arial, Helvetica, sans-serif;
			font-size: 18px;
			color: #333333;
			width: 375px;
			border-top: 1px solid #CCC;
			padding-top: 20px;
			}
		
		article#intro p {
			float: left;
			font-family: TitilliumText22LLight, Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #333333;
			width: 375px;
			}
		
		article#intro img {
			position: absolute;
			right: 0;
			top: 20px;
			}
		
		article a#start-slideshow {
			font-family: TitilliumText22LRegular, Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #333333;
			padding: 5px 30px 5px 0;
			background-image: url(../images/start-slideshow.png);
			background-repeat: no-repeat;
			background-position: right;
			text-decoration: none;
			}
		
		article a#start-slideshow:hover {
			background-image: url(../images/start-slideshow-hover.png);
			background-repeat: no-repeat;
			background-position: right;
			text-decoration: none;
			}


/*** Gallery ***/

section#gallery {
	text-align: center;
	}

figure #photogallery {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
	
	figure#photogallery ul li {
		list-style-type: none;
		}	
	
	figure img {
		position:relative;
		margin-right: auto;
		margin-left: auto;
		}
	
	#controls {
		position: relative;
		width: 700px;
		height: 30px;
		text-align: left;
		margin-top: 25px;
		margin-right: auto;
		margin-left: auto;
		}
		
			#controls #project-title {
				float: left;
				font-family: TitilliumText22LBold, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #2E2E2E;
				line-height: 40px;
				}
				
			#controls #project-info {
				float: left;
				height: 40px;
				padding-left: 20px;
				margin-left: 5px;
				background-image:url(../images/header-divider.png);
				background-position:left;
				background-repeat:no-repeat;
				}
			
					#controls #project-info a {
						font-family: TitilliumText22LBold, Arial, Helvetica, sans-serif;
						font-size: 12px;
						line-height: 40px;
						color: #666;
						text-decoration: none;
						}
			
					#controls #project-info a:hover {
						color: #3A3A3F;
						}
			
			#controls #show-thumbnails {
				float: right;
				}
			
				#controls #show-thumbnails a {
					padding-left: 10px;
					width: 80px;
					background-image:url(../images/icon-thumbnail.png);
					background-position: left;
					background-repeat:no-repeat;
					font-family: TitilliumText22LBold, Arial, Helvetica, sans-serif;
					font-size: 12px;
					line-height: 40px;
					color: #666;
					text-decoration: none;
					}
					
				#controls #show-thumbnails a:hover {
					background-image:url(../images/icon-thumbnail-hide.png);
					background-position: left;
					background-repeat:no-repeat;
					color: #3A3A3F;
					}

/*** Info ***/

#pagecontent {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px dotted #CCC;
	padding-left: 25px;
	}

	#pagecontent h2 {
		font-family: TitilliumText22LBold, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #2E2E2E;
		margin-bottom: 0;
		}
		
		#pagecontent h2 + p {
			margin-top: 0;
			}

	#pagecontent p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		color: #2E2E2E;
		}

	#pagecontent a {
		color: #2E2E2E;
		}

/*** Image gallery ***/






					
/*** Clear the floaters ***/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
					