					/* lewispaulthomas.net */

body {
	margin:0;
	padding:0;
	font-family:'Courier New',monospace;
	color: #a4a4a4;
	font-size:100%;
	background-color:#000;
	/*background:#000 url('../images/bg/whitebox.png') no-repeat top right;
	border:50px solid #000;*/
}
h1,h2,h3 {
	text-align:center;
	font-family:Georgia,Times,"Times New Roman",serif;
}
h4 {
	text-transform: lowercase;
}
p {
	font-size:1em;
}
a:link {
	color:#fff;
	text-decoration:none;
}
a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#a4a4a4;
	text-decoration:none;
}
a:active {
	color:#a4a4a4;
	text-decoration:none;
}
li {
	list-style-type:none;
	padding-left:25px;
	background:transparent url('../images/redplus_16.png') no-repeat;
	line-height:150%;
}
sup {
	font-size:xx-small;
}
					/* header */
h1.header {
	font-size:25px;
	color:#999;
	position:absolute;
	left:20px;
	top:0;
	margin-top:9px;
	letter-spacing:.5em;
	font-family:'Courier New',monospace;
}
h1.header a {
	color:#999;
}
h1.header a:hover {
	color:#fff;
}
#wrapper {
	margin: 50px 50px 0 50px;
	padding:0 10px;
	min-height:1000px;
	background:#3e3e3e url('../images/bg/bg_diamonds.gif');
	/*http://www.layoutstar.com/images/allbackgrounds/bgs/pattern/pattern_28.gif*/
	border:1px dotted #222;
}
					/* 'navigation', more or less */
#nav {
	position:fixed;
	right:10px;
	top:100px;
}
#nav a {
	color:#666;
	/*text-shadow: #000 -3px 3px 3px;*/
}
img {
	margin:10px;
	background-color:transparent;
}
img.framed,.peachy,#player {
	border:8px double #000;
	padding:8px;
	margin:10px;
	background-image:url('../images/bg/bg_222_5px.png');
}
					/* headshots */
.heads {
	float:right;
	margin:20px 20px 0 20px;
}
.heads img {
	background-color:transparent;
	border:none;
	margin-right:10px;
	cursor:crosshair;
	padding:20px 5px 30px 5px;
}
.heads p {
	/*text-shadow: #6374AB 20px 12px 3px;*/
}
					/* BLACKBOXES */
.blackbox {
	max-width:30em;
	background-image:url('../images/bg/bg_clear_5px.png'); /* added to line 239 /gallery/plog-content/themes/default/gallery.css */
	padding:10px;
}
					/* peaches */
.peachy {
	max-width:30em;
	background-image:url('../images/gapeaches.jpg');
	/* padding and margin come from .framed above */
}
.peachy p {
	background-image:url('../images/bg/bg_orange_5px.png');
	color:#3a10c1;
	padding:10px;
	border:1px solid #330f04;
	text-indent:3em;
	text-align:justify;
	font-family:ActionIs,fantasy;
}
.peachy p:first-letter {
	color:#000080;
	font-size:x-large;
}
					/* flickr */
.flickr {
	text-align:center;
}
.flickr img {
	padding:3px;
}
.flickr a {
	text-decoration:none;
	border:0
}
					/* footer */
p.footer {
	font-size:15px;
	color:#999;
	float:left;
	margin-left:60px;
	letter-spacing:.25em;
	font-family:'Courier New',monospace;
}
p.footer span, p.footer>.right {/* redundancy necessary 4 FF and Konq */
	position:absolute;
	right:50px;
}
p.footer a, p.footer img {
	text-decoration:none;
	border:0;
}
