/* new page1ink.net design	*/
/* lightbox stylesheet		*/
/* © niko maresco 2010		*/

/*
L A Y O U T
*/
body {
	background: black;
	font: 10.5pt Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	color: white;
	margin: 0;
}

#wrap {
	background: url(images/bg-splat2.png) right bottom no-repeat;
	width: 800px;
	height: 600px;
	overflow: hidden;
}

#image {
	width: 480px;
	height: 600px;
	overflow: hidden;
	float: left;
}

#context {
	width: 300px;
	height: 600px;
	overflow: hidden;
	float: right;
	padding: 10px;
}

/*
H E A D E R S
*/
h1, h2 { font: 20pt "Arial Black", Gadget, sans-serif; }
h1 { margin: 0 0 0 0; }
h2 { font-size: 14pt; margin: 0 0 10px 0; }
	

/*
T E X T
*/
p {
	margin-bottom: 15px;
}

p.bigtext {
	font-size: 16.5pt;
	letter-spacing: 2px;
}

sup {
	font-size: .75em;
	line-height: .5em;
	padding-bottom: .5em;
	position: relative;
	top: -7px;
}

/*
L I N K S
*/

a {
	color: #ec008c;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a:visited {
	color: #c6006a;
}

#overlay a {
	background: no-repeat 319px 482px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 480px;
	height: 600px;
}

#overlay a span {
	position: absolute;
	top: -10000px;
}

#overlay a.prv-web { background-image: url(images/img-preview-web.png); }
#overlay a.prv-dsn { background-image: url(images/img-preview-dsn.png); }
#overlay a.prv-wri { background-image: url(images/img-preview-wri.png); }

/*
M I S C
*/
.opaquewhite { background: url(images/bg-50white.png) repeat; }
.opaqueblack { background: url(images/bg-50black.png) repeat; }
.fr { float: right; }
.fl { float: left; }
.clear { clear: both; }