* {
	margin: 0;
	padding: 0;
	}

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

body {
	font-family: helvetica, arial, "sans serif";
	color: #000;
	height: 100%;
	min-height: 100%;
	}

img {
	border: none;
	}

h1 {
	font-size: 2.5em;
	}

a {
	text-decoration: none;
	}

/* END PLAIN HTML TAGS */

/* THINGS USED ON EVERY PAGE */

#content {
	padding-left: 10em;
	height:  98%;
	float:  left;
	margin: 1% 4% 1% 4%;
	}

.sectionwrapper {
	margin: 0;
	}

.thumbnail {
	border: none;
	}

.sectionhead {
	clear: both;
	font-size: 5em;
	margin-top: 30px;
	margin-bottom: 30px;
	color : #dbdbdb;
	}

.sectionfoot {
	clear: both;
	padding-bottom: 50px;
	}

.clear {
	clear: both;
	}

/* PHOTO */

.PHdiv {
	width: 150px;
	height: 150px;
	margin: 20px 20px 0 0;
	display: inline;
	float: left;
	}

/*  CODE   */

.COdiv {
	width: 150px;
	height: 150px;
	margin: 20px 20px 0 0;
	display: inline;
	float: left;
	}

/*INSTALLATION */

.INdiv {
	width: 150px;
	height: 150px;
	margin: 20px 20px 0 0;
	display: inline;
	float: left;
	}

.installwrapper {
	}

/* GRAFFITI */

.GRdiv {
	width: 150px;
	height: 150px;
	margin: 20px 20px 0 0;
	display: inline;
	float: left;
	}

/* MUSIC */

.MUdiv {
	width: 98%;
	display: inline;
	float: left;
	margin-top: 5px;
	background: #eee;
	padding-right: 2%;
	}

.MUdiv p {
	font-size: .9em;
	color: #888;
	}

.MUdiv h3 {
	color: #666;
	}

.MUdiv a {
	color: #6e8cb0;
	margin-top: 5px;
	}

.MUdiv a:hover {
	color: #000;
	}

.MUdiv img.thumbnail {
	float: left;
	}

.musiclink {
	display: block;
	}

.downloadlink {
	display: block;
	font-size: .9em;
	padding-top: 5px;
	}

.infowrapper {
	width: 80%;
	float: left;
	display: inline;
	margin-top: 6px;
	margin-left: 20px;
	margin-bottom: 12px;
	}

.infowrapper p {
	width: 100%;
	}

.playerwrapper {
	display: block;
	margin-top: 5px;
	}

.listenlink {
	}

.Msectionhead {
	clear: both;
	font-size: 5em;
	margin-top: 40px;
	margin-bottom: 30px;
	color : #dbdbdb;
	}

/* CODE */

.CDdiv {
	background: #ddd;
	padding: 0;
	width: 150px;
	margin: 0 15px 15px 0;
	display: inline;
	float: left;
	}

.CDdiv p {
	display: block;
	font-size: 1.1em;
	padding:10px;
	text-align: center;
	}

.CDdiv img {
	margin: 0;
	padding: 0;
	width: 100%;
	}

.codelink {
	color: #999;
	}

.codetitle {
	color: #777;
	}

.codetitle:hover {
	color: #fff;
	}

.CDdiv p.codeinfo {
	font-size: .9em;
	color: #999;
	}

.codelink:hover {
	color: #000;
	}

.codewrapper {
	}

/* TEXT */

.POdiv {
	background: #eee;
	padding: 5px 10px 5px 10px;
	margin-bottom: 3px;
	}

.POdiv span.texttitle {
	display: inline;
	font-weight: normal;
	font-size: 1.3em;
	}

.POdiv span.textdescrip {
	display: inline;
	color: #999;
	}

.POdiv a {
	color: #666;
	}

.POdiv a:hover {
	color: #fff;
	}

#poetries #content {
	margin-top: 50px;
	}

.PRdiv {
	background: #eee;
	display: inline;
	float: left;
	margin: 0 3px 3px 0;
	padding: 5px 10px 5px 10px;
	}

.PRdiv h3 {
	font-weight: normal;
	}

.PRdiv a {
	color: #666;
	}

.PRdiv a:hover {
	color: #fff;
	}


.textwrapper {
	width: 80%;
	padding: 1% 10% 1% 10%;
	overflow: auto;
	}

.texwrapper p {

	}

/* LINKS */

.LIdiv {
	background: #eee;
	padding: 5px;
	margin-bottom: 3px;
	}

.LIdiv h3 {
	color: #888;
	height: 100%;
	padding-right: 20px;
	display: inline;
	float: left;
	}

.LIdiv p {
	color: #888;
	display: inline;
	float: left;
	}

.LIdiv small {
	margin-top: 5px;
	color: #88c;
	clear: both;
	display: block;
	}

.LIdiv small:hover {
	color: #fff;
	}

/* CONTACT */

.CNdiv {

	}

.CNdiv h3 {
	font-size: 4em;
	color: #ccc;
	margin-top: .3em;
	}

.CNdiv p {
	font-size: 3em;
	color: #c5c5c5;
	}

.CNdiv label {
	font-size: 3em;
	color: #ddd;
	clear: both;
	}

.CNdiv button {
	font-size: 3.5em;
	color: #ddd;
	border: none;
	background: #fff;
	padding: 0;
	float: right;
	}

.CNdiv button:hover {
	color: #ccc;
	}

.CNdiv input, .CNdiv textarea {
	border: 1px solid #ccc;
	font-family: helvetica, arial, "sans serif";
	display: inline;
	float: left;
	padding: .1em;
	margin-left: .1em;
	margin-top: .3em;
	font-size: 1.5em;
	color: #666;
	}

.CNdiv input.hidden {
	display: none;
	}

.leftside {
	float: left;
	display: inline;
	}

p.info {
	clear: both;
	color: #999;
	text-align: center;
	font-size: 1.1em;
	width: 70%;
	padding-top: 20px;
	}

.floatleft {
	display: inline;
	float: left;
	margin-left: 50px;
	}

/*  INDEX  */

#secrets {
	width: 100%;
	overflow: clip;
	padding-bottom: 20px;
	}

h1.secret {
	font-size: 3.6em;
	line-height: 1em;
	color: #fff;
	display: inline;
	}

h1.secret:hover {
	color: #ddd;
	}

.revealed {
	font-size: 3.6em;
	line-height: 1em;
	color: #eee;
	display: inline;
	}

.revealed:hover {
	color: #fff;
	}

/* WEB */

#WEBZ .break {
	width: 260px;
	float: left;
	margin-right: 30px;
	}

#WEBZ p {
	margin-top: 10px;
	margin-bottom: 40px;
	text-align: center;
	}

#WEBZ a {
	color: #ccc;
	}

#WEBZ a:hover {
	color: #92caed;
	}

.url {
	font-size: 1em;
	}

/* GRAPHICS */

#GRAPHIC .floatleft {
	margin-left: 50px;
	}

/* ARCH VISUALIZATIONS */


