@charset "UTF-8";

/*resets*/
.ieSucks{position:relative;}

.clear{clear:both;}
.clearLeft{clear:left;}
.clearRight{clear:right;}

.alignleft{float:left;}
.alignright{float:right;}

img .alignleft{float:left; margin:0 8px 0 0;}
img .alignright{float:right; margin:0 0 0 8px;}

.floatLeft{float:left;}
.floatRight{float:right;}

.textAlignRight{text-align:right;}
.textAlignLeft{text-align:left;}

a img{border:0; padding:0; display:block;}

/*typography and colours*/
body{}

p{}

a{}
a:hover{}

h1, h2, h3, h4, h5, h6{
	
}




.dropcap{font-size:108px; float:left; line-height:80px; margin:0 8px 0 0;}

/*lists*/
#nav, #contact, #details{
	list-style-type: none;
	margin:0;
	padding:0;
	}
	#nav a{
		text-decoration: none;
		color: #6d6d6d;
		}
		#nav a:hover, #nav a:focus, #nav a.selected{
			color: #262626;
		}
#contact{
	margin-top:6em;
}

/*layout*/
body{background:#f6f6f6;}

#header{
	padding-top:50px;
	padding-bottom: 1.5em;
}
.portfolio_link{
	margin-bottom: 1.5em;
}
.portfolio_link a{
	display:block;
}
.portfolio_link img{
	position:relative;
}
#description{
	margin-top: 510px;
}

/*SHOWCASE*/
img {
	position:fixed;
}

a {
	border:none;
}

#leftpad {
	/*z-index:5000;*/
	position:fixed;
	left:0%;
	top:0px;
	width: 15%;
	height: 100%;
	background-color: transparent;
	/*border: 1px dashed green;*/
}
#rightpad {
	/*z-index: 5000;*/
	position:absolute;
	left: 85%;
	top:0px;
	width: 15%;
	height: 100%;
	margin-top: 100px;
	background-color: transparent;
	/*border: 1px dashed green;*/â„¢
}

.loading {
	z-index: 5000;
	position:fixed;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: gray;
}

.loading-text
 {
	color:white;
/*	border: 1px solid #999;*/
	display:block;
/*	margin-left:10px;*/
/*	margin:0px auto;*/
/*	width:100%;*/
	height:50px;
	margin-top:19px;
	font-size:15px;
	text-align:center;
}            

.loading-text img {
/*	border: 1px solid #999;*/
	padding-top:4px;
}
