html { height: 100%; }

body
{
  margin: 0px;
  font-family: Arial, Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #222;
  background: url(images/long-sword.jpg) bottom left no-repeat fixed;
}

a { color: #000; }
a:hover { text-decoration: none; }

h1 a 
{
	font-weight: normal;
	text-decoration: none; 
}

h3
{
	margin-top: 0px;
	color: #000;
	font-size: 24px;
	font-weight: normal;
}

ul.navigation
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.navigation li
{
	padding: 2px 0px;
	border-bottom: 1px solid #ddd;
}

ul.navigation a { text-decoration: none; }
ul.navigation a:hover { color: #069; }

.clearboth { clear: both; }

#wrapper
{
	margin: 0px auto;
	border: 0px solid #000;
}

#header
{
	clear: both;
	padding: 4px 14px 14px 14px;
	background-color: #069;
	color: #fff;
}
#header a {color: #fff;}
#header a:hover {background-color: #fff; color: #069;}
#header h1 {margin: 0px;}
#header p {margin: 0; padding: 0;}
#header p.twitter {margin-top: 4px; font-size: 70%;}

#photo
{
	width:100%; 
	padding: 14px 0px;
	overflow: auto;
	background-color: #444;
	color: #fff;
	text-align:center;
}

#about
{
	margin: 14px 0px;
	padding: 14px 104px;
	background-color: #333;
	color: #fff;
	font-size: 80%;
}
#about img { border: 1px solid #fff; }
#about h3, #about a { color: #fff; }

#copyright
{
	clear: both;
	font-family: Verdana;
	font-size: 70%;
	padding: 24px;
}

#content 
{
	margin: 24px 0px;
	border: 0px solid #000;
}

#one,
#blog,
#portfolio,
#whiteboard
{
	float: left;
	width: 159px;
	margin-bottom: 24px;
	padding: 0px 10px;
	border-right: 1px solid #000;
}

#cv,
#livefeed,
#recentcomments,
#catdisplay,
#arcdisplay
{
	margin: 14px 0px;
	padding: 0px;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 70%;	
	line-height: 1.4em;
	list-style: none;
}

#design
{
	float: left;
	max-width: 560px;
	padding: 0px 20px;
	margin-top: 0px;
	border-right: 0px solid #000;
	font-size: 80%;
	line-height: 1.4em;
}

#project {}

.project-container {}
.project-container img { border: 1px solid #000; }
.project-title
{
  clear: both;
  margin-bottom: 10px;
  border-bottom: 1px dotted #000;
  color: #000;
  font-size: 134%;
}
.project-title a
{
	color: #000;
	background-color: transparent;
  text-decoration:none;
}
.project-image
{
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  border: 0px solid #000;
}
.project-tools { margin-top: 20px; }
.project-text
{
  padding-top: 0px;
  border: 0px solid #000;
}
.project-footer
{
  border: 0px solid #000;
  clear: both;
  margin-bottom: 30px;
  text-align: center;
}

/******* CONTACT FORM ********/

.field
{
	display: block;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#content textarea
{
	display: block;
	width: 400px;
	height: 104px;
	font-family: Arial, Helvetica, sans-serif;
}

/******* END CONTACT FORM ********/