html {
	margin: 0;
    padding: 0;
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #f7f7f7;
	}
	

#wrapperTop {
	z-index: 100;
	background-color: #0000EE;
	top: 0px;
	height: 5px;
	width: 100%;
	position: fixed; }
	
#wrapperBottom {
	z-index: 100;
	background-color: #0000EE;
	bottom: 0px;
	height: 5px;
	width: 100%;
	position: fixed; }
	
#wrapperLeft {
	z-index: 100;
	background-color: #0000EE;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 5px;
	position: fixed; }
	
#wrapperRight {
	z-index: 100;
	background-color: #0000EE;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 5px;
	position: fixed; }

@font-face
{
font-family: Akkurat-Reg;
src: url('/assets/AkReg.eot'),
}

@font-face
{
font-family: Akkurat-Bold;
src: url('/assets/AkBol.eot'),
}


/**Text and link classes**/

ul {
	font-family: "georgia", serif; 
	color: #4f4f4f; 
	font-size: 10pt; 
	line-height: 14pt;
	list-style-type: none;
	line-height: 1.2em; 
	margin: 0px; 
	padding: 0px;}
	
li {
	font-family: "georgia", serif; 
	color: #4f4f4f; 
	font-size: 10pt; 
	line-height: 14pt;
	list-style-type: none;
	padding-bottom: 10px;
	margin: 0; 
	}
	
li a, a:link {
	text-decoration: underline;
}

ul li {
	padding-left: 30px;
	}
	
hr {
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #b1b1b1;
	}
	
hr.dot {
	margin-top: 15px;
	margin-bottom: 20px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-style: dotted;
	border-color: #8b8b8b;
	}
	
hr.solid {
	margin-bottom: 15px;
	margin-top: 15px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 2px;
	border-style: solid;
	border-color: black;
	}

/* structural */

div.intro {  
	top: 40%;
	left: 10%;
	right: 10%;
	width: auto;
	text-align: center; 
	font-family: "Akkurat-Bold", monospace; 
	font-weight: 700;
	font-size: 14pt; 
	letter-spacing: 2px;
	position: fixed; 
	z-index: 21;
	}

div.masthead {  
	top: 0;
	left: 7%;
	width: auto;
	text-align: left; 
	font-family: "Akkurat-Bold", "Arial", sans-serif; 
	font-size: 12pt; 
	letter-spacing: 2px;
	padding-top: 40px;
	position: fixed; 
	z-index: 21;
	}
	
.masthead a {
	color:black;
	text-decoration: none;
	}

.masthead a:hover {
	color: #313131;
	}
	
div.masthead2 {  
	top: 0;
	left: 10%;
	width: auto;
	text-align: left; 
	font-family: "Akkurat-Bold", "Arial", sans-serif; 
	font-size: 13pt; 
	letter-spacing: 1px;
	padding-top: 40px;
	position: fixed; 
	z-index: 21;
	}

div.footer { 
	word-spacing: 30px; 
	font-family: "Akkurat-Bold", "Arial", sans-serif; 
	font-size: 9pt;
	letter-spacing: 2px;
	text-align: left;
	right: 7%;
	bottom: 30px;
	width: auto;
	position: fixed; 
	z-index: 21;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg); 
	-o-transform:rotate(-180deg); 
	transform:rotate(-180deg);
	ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	}

.footer a {text-decoration: none;}

.worktitle {
	font-family: "Akkurat-Reg", "Arial", sans-serif; 
	font-size: 11pt;
	color: #ffffff;
	background: #e5e5e5;
	letter-spacing: 2px;
	line-height: 17pt;
	padding: 12px;
 }

#masthead {
	color: white;
	width: 100%;
	height: 90px;
	z-index:20;
	position: relative;
	}

#rgb {color: black; display: inline;}

.pics {
	top: 100px;
	position: fixed;
	left: 7%;
	right: 7%;
	margin: 0;
	padding: 0;
	width: 86%;
	height: 86%;
	z-index: 9;
	}
	
.pics img {
	cursor: pointer;
	max-height: 90%;
	max-width: 90%;
	top: 0;
	left: 0;
	}


div.indexcontainer {
	position: relative;
	margin: 0 auto;
	width: 87%;
	max-width: 1200px;
	padding-top: 100px;
	padding-bottom: 150px;
	overflow-x: hidden;
	z-index: 10;
	}

.indexcontainer a {text-decoration: none;}
	
.projectcontainer {
	top: 100px;
	bottom: 0px;
	margin: 0 auto;
	width: 75%;
	max-width: 1200px;
	padding-bottom: 200px;
	text-align: left;
	position: relative;
	display: block;
	z-index: 9;
	}
	
.projectcontainer img {
	width: 100%;
	padding-bottom: 20px;
	}

div.projectinfo {
	text-align: left;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 75%;
		max-width: 1200px;
	top: 100px;
	padding-bottom: 20px;
	z-index: 9;}
	
.portfoliocontainer {
	top: 100px;
	bottom: 0px;
	margin: 0 auto;
	width: 76%;
		max-width: 1200px;
	padding-bottom: 200px;
	position: relative;
	z-index: 9;
	}
	
.portfoliocontainer img {
	max-width: 100%;
	padding-bottom: 20px;
	}
	


	
/* 6 column fluid grid system */

.cols{margin-top:1.5em; overflow:hidden; padding: 0;} /* main column container class */
.icols{margin-top:1.5em; overflow:hidden; position: fixed;} /* main column container class */

		.col, .col2, .col3, .col4, .col5 .cols6{
			float: left;
			display: inline;
			overflow-x: hidden;	
			margin: 1%;
			padding: 0;
			width: auto;
			}
		
				
		.cols .first, .col:first-child{margin-left:none !important;}
		.col{width:49%;} /* 2 equal width columns - default */
		.cols3 .col{width:32%;} /* 3 equal width columns */
		.cols4 .col{width:23%;} /* 4 equal width columns */
		.cols5 .col{width:18%;} /* 5 equal width columns */
		.cols6 .col{width:12%;} /* 6 equal width columns */
		
		/* double width columns */
		.cols3 .col2{width:66%;} 
		.cols4 .col2{width:49%;} 
		.cols5 .col2{width:36%;} 
		.cols6 .col2{width:30%;} 
		
		/* triple width columns */
		.cols4 .col3{width:74.5%;} 
		.cols5 .col3{width:58%;} 
		.cols6 .col3{width:49%;} 
		
		/* quadruple width columns */
		.cols5 .col4{width:80%;} 
		.cols6 .col4{width:66%;} 
		
		/* quintuple width columns */
		.cols5 .col5{width: 95%;}
		.cols6 .col5{width:80%;} 	
		

/* styles */


p.title {  
	font-family: "Akkurat-Bold", "Arial", sans-serif; 
	font-size: 10pt;
	line-height: 14pt; 
	letter-spacing: 1px;  
	color: #303030; 
	text-decoration: none; 
	}

a.title:link, a.title:visited, a.title:active, a.title:hover {
	text-decoration: none;
	}

p.updatetext{
	font-family: "georgia", serif; 
	color: #4f4f4f; 
	font-size: 10pt; 
	line-height: 14pt;
	}
	
a.updatetext:link, a.updatetext:visited, a.updatetext:active {
	font-family: "georgia", serif; 
	color: #4f4f4f; 
	font-size: 10pt; 
	line-height: 14pt;
	text-decoration: underline;
	}
	
p.bigtext {
	font-family: "Akkurat-Reg", "Arial", sans-serif; 
	font-size: 14pt;
	line-height: 14pt; 
	letter-spacing: 1px;  
	color: #303030; 
	text-decoration: none; 
}

p.quote {
	font-family: "georgia", serif; 
	color: blue; 
	font-size: 10pt;
	line-height: 14pt; 
	}

a, a:link, a:visited, a:active {
	color: black;
	} 

a:hover { color: #303030;} 

	
img.index {
	margin: 0;
	padding: 0;
	width: 100%;
	}


