body
{
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	background: #ffffff;
	font-family: georgia;
	background-repeat: no-repeat;
	background-position: top left;
}

img
{
	border: 0px;
}

a
{
	outline: 0px;
}

a:link
{
	color: #487812
}

a:visited
{
	color: #487812
}

h1
{
	padding: 0px;
	margin: 0px;
	margin-left: -30px;
}

h2, h3, h4
{
	opacity: 0.85;
	filter: alpha(opacity = 85);
}

h2
{
	line-height: 80px;
}


p,
div.block
{
	background: #ffffff;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 1em;
}

/** Navigation **/

ul#navigation
{
	position: fixed;
	top: 15px;
	right: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

ul#navigation li
{
	width: 200px;
	height: 28px;
	padding: 0px;
	margin: 0px;
	margin-left: 130px;
}

ul#navigation li img
{
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

ul#navigation li.home
{
	width: 310px;
	margin-left: 0px;
	height: 32px;
}

/** layers for backgrounds **/

.layer
{
	z-index: -1;
	position: fixed;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#navigationLayer
{
	z-index: 1;
	right: -40px;
	top: -190px;
	height: 550px;
	width: 325px;
	background-image: url('/img/insert/1.png');
	background-repeat: no-repeat;
	background-position: top right;
}


#collageLayer
{
	bottom: 0px;
	right: 0px;
	background-image: url('/img/bg/1-narrow.png');
	background-position: bottom right;
}


#backgroundLayer
{
	background-image: url('/img/bg/drawing.jpg');
	background-position: bottom left;
}


.contents
{
	position: absolute;
	top: 10%;
	width: 600px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.contents h3, .contents h4, .contents h5
{
	padding: 5px;
	margin: 0px;
}

.contents>h3, .contents>h4, .contents>h5,
.body>h2, .body>h3, .body>h4, .body>h5
{

	background: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity = 80);

}

.contents>ul
{

	background: #ffffff;
	opacity: 0.95;
	filter: alpha(opacity = 95);
}

.contents ul
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.contents li
{
	padding-bottom: 5px;
}

/** form styles **/

form
{
	width: 512px;
	margin: 0px;
	background: #ffffff;
	opacity: 0.95;
	filter: alpha(opacity = 95);
}

form fieldset
{
	border: 0px;
	margin: 0px;
	padding: 5px;
}

form label
{
	display: block;
	clear: both;
	margin-bottom: 2px;
}

textarea,
input.text
{
	font-family: courier, monospace;
	border: 2px solid #000000;
	padding: 4px;
	font-size: 10px;
	color: #000000;
	width: 450px;
	margin-bottom: 10px;
}

form .buttons
{
	width: 450px;
	padding-left: 56px;
	text-align: right;
}

input
{
	opacity: 1;
	filter: alpha(opacity = 100);
}

/** messages / responses **/

.error
{
	font-weight: bold;
	color: #a24131;
}

.message,
.success
{
	font-weight: bold;
	color: #487812;
}

p.message,
p.error
{
	padding: 0px;
	margin: 0px;
}

/** image styles **/

.imagecrop
{
	display: block;
	overflow: hidden;

}

.thumbnail
{
	width: 160px;
	height: 120px;
}

/** background Images **/


/*
#backgroundLayer
{
	background-image: url('/img/bg/2.png');
	background-position: right bottom;
}
*/

#blog #collageLayer
{
	background-image: url('/img/bg/2-narrow.png');
}

#projects #collageLayer
{
	background-image: url('/img/bg/3-narrow.png');
}

#web #collageLayer
{
	background-image: url('/img/bg/4-narrow.png');
}

#links #collageLayer
{
	background-image: url('/img/bg/7-narrow.png');
}

#about #collageLayer
{
	background-image: url('/img/bg/8-narrow.png');
}

#contact #collageLayer
{
	background-image: url('/img/bg/6-narrow.png');
}

#mailinglist #collageLayer
{
	background: none;
} 

/*
.home #backgroundLayer,
.contact #backgroundLayer,
*/
.mailinglist #backgroundLayer
{
	background-image: url('/img/bg/7.jpg');
}


/** Home Page **/

.home .contents
{
	position: absolute;
	top: 30%;
}

.home .news h2
{
	padding: 0px;
	margin: 0px;
}

.home .news
{
	margin-left: -20px;
}

.home .news ul
{
	margin: 0px;
	padding: 0px;
}

.home .news li
{
	position: relative;
	display: block;
	background: #ffffff;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	list-style: none;
	padding: 3px;
}

.home .news .date
{
	position: absolute;
	background: #ffffff;
	top: -10px;
	left: 20px;
	color: #666666;
	font-size: 80%;
}

/** Section **/

.section .contents>ul
{

	background: none;
	opacity: 1;
	filter: alpha(opacity = 100);
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.section .contents>ul li
{
	background: #ffffff;
	margin-bottom: 15px;
	padding-bottom: 0px;
	opacity: 0.95;
	filter: alpha(opacity = 95);
}

.section .contents>ul li h3
{
	opacity: 1;
	filter: alpha(opacity = 100);
	
}

ul.subNavigation
{
	list-style: none;
	padding: 0px;
	margin: 4px 0px 8px 0px;
	background: none;
}

ul.subNavigation li
{
	display: inline;
}



/** Blog **/

.blog .contents
{
	float: left;
}

.blog .attachment
{
	background: #ffffff;
	width: auto;
	float: left;
	clear: right;
}

.blog .small
{
	display: block;
	float: left;
	width: 300px;
	clear: none;
}

.blog .entry
{
	clear: both;
}

.blog .contents h2
{
	margin-left: -20px;
}

.blog .contents .entry h4
{
	background-color: none;
	margin-left: -15px;
	opacity: 1;
	filter: alpha(opacity = 100);
}

.blog .byline
{
	position: relative;
	top: -10px;
	margin-left: 40%;
	text-align: right;
	font-size: 80%;
	display: inline;
	color: #555555;
	font-style: italic;
}

.blog div#blogNavigation
{
	position: relative;
	margin-top: 0px;
	width: 300px;
	top: 340px;
	left: 630px;
	z-index: 0;
}


.blog div.navigation h4
{
	padding: 0px 4px 0px 4px;
	margin: 0px;
	display: inline;
	clear: both;
	font-size: 130%;
	background: #ffffff;
	opacity: 0.95;
	filter: alpha(opacity = 95);

}


.blog div.navigation ul
{
	width: auto;
	list-style: none;
	padding: 0px 4px 4px 4px;
	margin: 0px;
}

.blog ul.months li
{
	display: inline;
	margin-right: 3px;
	border-right: dashed 1px #999999;
	padding: 0px 3px 0px 0px;
}

.blog .navigation div.years,
.blog .navigation div.pages
{
	background: #ffffff;
	border: 1px dashed #000000;
	padding: 2px;
	opacity: 0.95;
	filter: alpha(opacity = 95);
}


.year ul,
ul.months,
.pages ul
{
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}

.years ul li,
.months ul li,
.pages ul li
{
	display: inline;
}

.years .current a,
.months .current a,
.pages .current a
{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

/** avant-gardening the web / feed **/

.feed .entry
{
	position: relative;
	margin-bottom: 20px;
}

.feed .entry .body
{
	position: relative;
	margin-bottom: 0px;
	clear: both;
	top: -12px;	
}
.feed .entry .body p
{
	margin-bottom: 2px;
}

.feed .entry .byline
{
	position: absolute;
	top: -30px;
	height: 14px;
	text-align: left;
	font-size: 80%;
	display: inline;
	color: #555555;
	font-style: italic;
	margin: 0px;
}

.feed .entry .overlay
{
	margin-top: 10px;
}

.feed .entry .attachment
{
	float: left;
	background: none;
	margin-left: 10px;
	margin-bottom: 10px;
}



/** things we like / links **/

#links .subNavigation
{
	padding-bottom: 20px;
}

#links h2
{
	margin: 0px;
	padding: 0px;
}

#links li
{
	background: none;
}
#links li h3
{
	display: inline;
	opacity: 1;
	filter: alpha(opacity = 100);
	background: #ffffff;
}


#links li p
{
	margin: 0px 40px 0px 40px;
	padding: 0px 5px 5px 5px;
}

#links li .abstract
{
	font-weight: bold;
	font-size: 110%;
	margin: 0px 0px 0px 20px;
	padding: 0px 5px 5px 0px;
}

#links li .abstract p
{
	margin: 0px;
}

#links li .link
{
	background: #ffffff;
	margin: 10px;
	margin-left: 10px;
	display: inline;
	padding: 3px;
}


/** mailinglist **/

.mailinglist h4
{
	padding: 0px;
	margin: 0px;
}

.mailinglist div.block
{
	opacity: 1;
	background: none;
}

.mailinglist form p
{
	margin: 0px;
	padding: 0px;
}

.mailinglist label
{
	display: inline;
}

.mailinglist input
{
	position: relative;
	top: -2px;
}

.mailinglist input.text
{
	position: relative;
	width: 100px;
	margin: 0px;
	top: -3px;
}

/** projects **/

#projects .contents
{
	top: 5%;
}

#projects li
{
	position: relative;
	background: none;
	clear: both;
	margin-bottom: 10px;
}

#projects li img.icon
{
	right: 440px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#projects li h3
{
	position: absolute;
	bottom: 15px;
	left: 10px;
	z-index: 10;
	opacity: 0.9;
	filter: alpha(opacity = 90);

}

#projects li p
{
	position: absolute;
	bottom: 25px;
	left: 140px;
	width: 440px;
}



/** project **/

#projects.project .contents 
{
	top: 185px;
}

.project .titleImage
{
	padding-top: 10px;
	margin-left: 10px;
}

.project h2
{
	font-size: 46px;
	line-height: 46px;
	padding: 0px;
	margin: 0px;
}

.project h3
{
	font-size: 25px;
	line-height: 25px;
	background: none;
}

/** projectgallery **/


.gallery .contents,
#projects.gallery .contents
{
	top: 0%;
}

.gallery .subNavigation
{
	margin: 0px;
	padding: 0px;
}

.gallery h2
{
	margin: 0px;
}

.galleryFrame
{
	border: 5px solid #333333;
	background: #ffffff;
	padding: 10px;	
	margin-left: -15px;
}

.gallery .frame
{
	width: 600px;
	height: 450px;

}

.gallery .galleryTitle
{
	background: none;
	position: absolute;
	top: 62px;
	left: -15px;
}

.gallery .galleryTitle h3
{
	opacity: 1;
	filter: alpha(opacity = 100);
	background: none;
}

.gallery .galleryAbstract
{
	position: absolute;
	left: 580px;
	bottom: 20px;
	width: 350px;
	font-size: 90%;
}

.gallery .galleryPages
{
	margin: -20px 0px 0px 10px;
}

.gallery .galleryPages a
{
	opacity: 0.95;
	filter: alpha(opacity = 95);
	background: #ffffff;
	float: left;
	padding: 5px 0px 0px 5px;
}

/** projects page **/

#projects.page .contents
{
	top: 1%;
}

/** contact **/

#contact .contents
{
	top: 1%;
}

/** fanzines **/

#fanzines.page .contents
{
	top: 5%;
}

#fanzines.page h2
{
	padding: 0px;
	margin: 0px;
}

/** webapp links **/

a.webApp
{
	position: relative;
	padding-left: 20px;
	max-height: 30px;
	background-image: url('/img/share-icons-16px.png');
	background-repeat: no-repeat;
}

a.facebook
{
	background-position: 0 0;
}

a.twitter
{
	background-position: 0px -32px;
}

a.digg
{
	background-position: 0 -64px;
}

a.linkedin
{
	background-position: 0 -96px;
	
}

a.friendfeed
{
	background-position: 0 -128px;
	
}

a.myspace
{
	background-position: 0 -160px;
	
}

a.mixx
{
	background-position: 0 -192px;
	
}

a.reddit
{
	background-position: 0 -224px;
	
}

a.delicious
{
	background-position: 0 -256px;
	
}

a.stumbleupon
{
	background-position: 0 -288px;
	
}

a.technorati
{
	background-position: 0 -320px;
	
}

.clear
{
	clear: both;
}

.foot
{
	position: fixed;
	bottom: 0px;
	right: 0px;
	clear: both;
	font-size: 8pt;
	color: #444444;
	text-align: right;
}

.foot .designcredit
{
	padding: 2px;
	background: #eeeeee;
	opacity: 0.70;
	line-height: 140%;
	filter: alpha(opacity = 70);

}

.hidden
{
	display: none;
}

.count
{
	font-size: 80%;
	color: #909090;
}
