
/* Layout + Typo
----------------------------------------------------------------------- */
body {
	background-color: #000;
	font-family: Arial, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 14px;
	background-image: url(pixelbrei.png);
}

body, html {
	height:100%;
	width:100%;
}

div#head {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	height: 90px;
	width: 100%;
	background-color: rgba( 36, 58, 63, 0.7 );
}

div#logo {
	margin: 14px 30px 0 40px;
	width: 325px;
	height: 17px;
	float: left;
	background-image:url(portfolio-dominic-szablewski.png);
	background-repeat:no-repeat;
}

div#logo h1 {
	display: none;
}


ul.menu {
	list-style-type: none;
	margin: 14px 0;
	padding: 0;
	float: left;
}

ul.menu li {
	margin: 0;
	padding: 0;
}

ul.menu a {
	color: #fff;
	padding: 3px 5px;
	margin: 0 5px;
	display: block;
	width: 104px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

ul.menu a:hover {
	color:#000000;
	background-color: #fff;
}


dl.contact {
	margin: 0;
	padding: 0;
	float: right;
	margin: 14px 40px 0 0;
}

dl.contact dt {
	float: left;
	padding: 2px 0;
	text-align: right;
	width: 30px;
}

dl.contact dd {
	padding: 2px 0;
	margin: 0 0 0 35px;
}

dl.contact dt.fn {
	display: none;
}


div#portfolio {
	background-image: url(grober-pixelbrei.png);
}

div.column {
	width: 800px;
}

div.work {
	padding: 50px;
	margin: 150px 220px 150px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba( 0, 0, 0, 0.3 );
}

div.work p {
	line-height: 140%;
	margin: 25px 0;
	padding: 0;
}

h2 {
	color:#bcf02c;
	font-weight: normal;
	padding: 0.3em 0 0.2em 0;
	margin: 0;
	font-size: 200%;
}

h3 {
	font-size: 110%;
	padding: 0 0 20px 0;
	margin: 0;
}

a {
	color: #bcf02c;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #fff;
}

img {
	border: 0;
}

div.images {
	padding-top: 20px;
	height: 96px;
}

div.images img {
	border: 1px solid #555;
}

div.images a {
	opacity: 0.9;
	filter:alpha(opacity=90);
	margin-right: 20px;
}

div.images a:last-child {
	margin-right: 0;
}

div.images a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}



/* Panning
----------------------------------------------------------------------- */

div.portfolioWithJS {
	position: absolute;
	width: 8192px;
	height: 8192px;
	top: -3072px;
	left: -3072px;
	padding: 3072px 0 0 3072px;
	cursor: url(openhand.png), move;
}

.panMouseDown {
	cursor: url(closedhand.png), move !important;
}

div.handprint {
	background: url(handprint.png);
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 100;
	opacity: 1.0;
}



/* Whitebox
----------------------------------------------------------------------- */
#whiteboxOverlay {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 100;
	cursor: pointer;
}

#whitebox {
	top: 0;
	left: 0;
	display: none;
	position: absolute;
	padding: 10px;
	margin: -17px 0 0 -17px;
	background: transparent url(loading.gif) no-repeat scroll center center;
	z-index: 110;
	cursor: pointer;
}
	#whitebox img {
		border: 6px solid #eee;
		cursor: pointer;
	}


/* IE
----------------------------------------------------------------------- */

div.ieFixHeadBackground  {
	z-index: 15;
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
	background-color: #243a3f;
	filter:alpha(opacity=70)
}

div.ieFixWorkBackground {
	background-color: #000 !important;
}