@charset "UTF-8";

/*fonts*/
@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Regular-webfont.eot');
	src: url('../_fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../_fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style:normal;
}

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Bold-webfont.eot');
	src: url('../_fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Bold-webfont.woff') format('woff'), url('../_fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Bold-webfont.svg#webfontKr2CkGZp') format('svg');
	font-weight: bold;
	font-style:normal;
}


/*Global styles -----------------------------------------------------------------------------------------------------------*/

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
}

/*html5 display rule*/
address, article, aside, canvas, details, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

a {
	text-decoration: none;
	color: rgb(200,200,200);
}

a:hover {
	color: rgb(200,200,200);
	border-bottom: 1px solid rgb(100,100,100);
}

body {
	background: #000;
	font: 100% Cantarell, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	position: relative;
	color: rgb(0,0,0);
	font-weight:normal;
	font-style:normal;
}


/*Basic layout styles -----------------------------------------------------------------------------------------------------------*/

body {
	margin: 0 auto;
}

header {
	height: 110px;
}

#content {
	margin-top: 0;
}


#article {
	float: left;
}

#pageFooter {
	height: 60px;
}


/* content*/
#content{
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
}



.process {
	margin-bottom: 4em;
	position: relative;
}

.process h1 {
	font-size: .9em;
	text-transform: uppercase;
	margin-top: 2em;
	padding-bottom: 2em;
	color: rgb(150,150,150);
}

.process p {
	font-size: .8em;
	line-height: 2em;
	margin-right: .5em;
	color: rgb(200,200,200);
}



/*header styles*/
header {
	margin: 1em 2em 1em 2em;
	overflow: hidden;
	border-bottom: 1px solid rgb(100,100,100);
}

header h1 {
	font-size: .7em;
	text-transform: uppercase;
	line-height: 100px;
	margin-right: .5em;
	float: left;
	padding-left: 80px;
	background: url(../images/ka_logo.png) no-repeat left center;
	color: rgb(100,100,100);
}

#mainNav {
	overflow: hidden;
}

#mainNav li {
	float: right;
	margin-left: 2em;
}

#mainNav a {
	text-transform: uppercase;
	display: block;
	color: rgb(150,150,150);
	border: none;
	font-size: .7em;
	text-align: right;	
	line-height: 100px;
}

#mainNav a:hover {
	color: rgb(100,100,100);
}






/* individual gallery styles*/
#gallery {
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    -webkit-column-width: 220px;
    -moz-column-width: 220px;
    column-width: 220px;

}

.photos img {
	margin: 1em 2em 0 0;
	display: inline-block; vertical-align: top;
	width: 100%;
}


	
a.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
 
	-webkit-transition:background-color 0.5s ease-out;
	-moz-transition:background-color 0.5s ease-out;
	-o-transition:background-color 0.5s ease-out;
	transition:background-color 0.5s ease-out
 
}

a.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  	-webkit-transition:background-color 0;
	-moz-transition:background-color 0;
	-o-transition:background-color 0;
	transition:background-color 0
}




	

/* footer styles*/
#pageFooter {
	margin: 0 2em 0 2em;
	overflow: hidden;
	border-top: 1px solid rgb(100,100,100);	
}

#pageFooter p {
	font-size: .7em;
	text-transform: uppercase;
	line-height: 50px;
	margin-right: .5em;
	float: right;
	padding-left: 2em;
	color: rgb(100,100,100);
}

#pageFooter a {
	clear: right;
	text-align: right;	
	display: block;
	color: rgb(150,150,150);
	border: none;
	text-align: right;	
	text-decoration: none;
}

#pageFooter a:hover {
	color: rgb(100,100,100);
}
