/*
=================================================
For: Project M (www.ashholes.org)
Date: 22 June 2009
Notes: Do it, do it now.
=================================================
*/

/* Browser defaults override */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, li, dl, dd, fieldset, address {
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
	}
.title {
	font: 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	border-top: 1px dotted;
	padding: 20px 15px 0px 15px;
	}
.sub {
	padding: 0 15px 0 15px;
	}
.copy {
	padding: 10px 15px 20px 15px;
	font-size: 12px;
	}
p {
	padding-top: 10px;
	line-height: 18px;
	}
a: active {
	text-decoration: none;
	border: none;
	}
#subtle {
	font: 11px "Courier New", Courier, monospace;
	color: #666666;
	line-height: 18px;
	}
br {
	clear: both;
	}
/*---
  NAV
  ---*/
#floatnav {
	position: absolute;
	bottom: 5px;
	right: 50px;
	}
#floatnav p {
	margin-left: 10px;
	float: left;
	}
#floatnav a	{
	color: black;
	text-decoration: none;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	background: white;
	font: 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	}
#floatnav a:hover {
	background-color: black;
	}

/*-----
  ABOUT
  -----*/
#floatabout {
	background: white;
	width: 575px;
	margin: auto;
	padding-bottom: 5px;
	border-bottom: 1px dotted;
	position: absolute;
	bottom: 50px;
	right: 50px;
	font: 16px Arial, Helvetica, sans-serif;
	}
#floatabout a	{
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
#floatabout a:hover {
	background-color: black;
	}

/*----
  FORM
  ----*/
#floatform {
	background: white;
	width: 575px;
	margin: auto;
	padding-bottom: 5px;
	border-bottom: 1px dotted;
	position: absolute;
	bottom: 50px;
	right: 50px;
	font: 16px Arial, Helvetica, sans-serif;
	}
#floatform a	{
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
#floatform a:hover {
	background-color: black;
	}
#floatform p {
	padding-bottom: 2px;
	}
#floatform input {
/*	border-top: 1px dotted;
	border-left: hidden;
	border-right: hidden;
	border-bottom: 1px dotted;
	background: #f3f3f3;*/
	border: 1px solid #ebebeb;
	color: #999999;
	font: 10px "Courier New", Courier, monospace;
	padding: 5px 5px 5px 5px;
	margin-bottom: 2px;
	}
#floatform .button {
	font: 12px Arial, Helvetica, sans-serif;
	border: none;
	color: black;
	margin-bottom: -5px;
	}
#floatform .comments {
	width: 545px;
	height: 200px;
	border: 1px solid #ebebeb;
	color: #666666;
	font: 11px "Courier New", Courier, monospace;
	line-height: 16px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 15px;
	}
#floatform .name {
	width: 200px;
	}
#floatform .email {
	width: 200px;
	}
#floatform .subject {
	width: 410px;
	height: auto;
	color: #666666;
	font: 11px "Courier New", Courier, monospace;
	line-height: 16px;
	}
.float {
	float: left;
	margin-right: 10px;
	}

