html, body, #content { height:100%; }

body{
	margin: 0px;
	padding: 0px;
	background-color: #dbdcdd;
	font-size: 10px;
	font-family: 'Helvetica', Arial, sans-serif;
	background-color:#000;
}

a, a:hover, a:visited, a:focus {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

a img {
	border:0;
	text-decoration:none;
}

img {
	display:block;
}

#bg{
	background-color: #000;
	/*background-image: url('projectBg.jpg');*/
	width: 100%;
	height: 100%;
	position: fixed;
}

#wrap{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	background-color: #dbdcdd;
	position:relative;
}

/* Top links */
.top-band {
	display:block;
	position:absolute;
	top:-3px;
}
#contact-link {
	left:-15px;
}
#blog-link {
	right:-15px;
}
/* Scale down buttons for mobile devices */
@media (max-width:480px) {
	.top-band img {
		width:100px;
		height:auto;
	}
	#wrap {
		overflow:hidden;
	}
}
/* Cut off contact and blog bands */
@media (max-width:670px) {
	#wrap {
		overflow:hidden;
	}
}

#contact-details {
	display:none;
	border-top: solid 2px #000;
	padding:70px 20px 10px 20px;
	font-size:1.1em;
}

#contact-details #email-link span {
	display:none;
}

#contact{
	padding: 0 20px 10px 20px;
}

#contact a{
	margin: 0px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
}

#contact p{
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

.project{
	width: 100%;
	/*background-image: url('img/page/projectBg.jpg');*/
	border-top: solid 2px #000;
	padding-bottom:10px;
}

.project img{
	width: inherit;
	height:auto;
	
}

.pimage {
	background-image:url('img/page/loading.gif');
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff;
	min-height:200px;
	width:100%;
}

.hide{
	display:none;
}

.more {
	display:none;
}

.project .shadow{
	width: inherit;
	background-color: red;
}

.wrap {
	padding-top:20px;
	background-image:url('img/page/shadow.png');
	background-position:top;
	background-repeat:no-repeat;
	width:100%;
}

.text{
	margin: 0px 20px 20px 20px;
}

h2, h3, h4, .project .text p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.project .text h2{
	margin-bottom: 20px;
}

.project .text p{
	margin-bottom: 10px;
}


.project .text h3, .project .text p{
	font-size: 10px;
}

#showmore {
	display:block;
	width:inherit;
}

#showmore img {
	width:inherit;
}

.arrow {
	background:url('img/page/arrow.gif') no-repeat;
	display:block;
	padding-left:20px;
	line-height:16px;
}
